@import url("https://fonts.googleapis.com/css2?family=Germania+One&family=Pirata+One&family=Roboto+Slab:wght@300;600&display=swap");

:root {
	--huisstijlkleur: rgb(0, 119, 167);
}

html {
	font-size: 14px;
	font-family: "Roboto Slab", sans-serif;
	line-height: 1.5;
	/* background: radial-gradient(rgb(255, 255, 255), rgb(222, 227, 229)); */
}

h1 {
	color: var(--huisstijlkleur);
	font-size: 2rem;
	line-height: 1.3;
	margin-bottom: 1rem;
}

.intro {
	max-width: 700px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: auto 1fr;
	padding: 0rem 3rem 4rem 3rem;
}

.intro img {
	border-radius: 50%;
	width: 8rem;
	margin-right: 3rem;
}

a {
	color: var(--huisstijlkleur);
}

.search-function {
	margin-top: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	grid-column-start: 2;
	background: rgb(189, 218, 238);
	padding: 10px 30px 25px 30px;
	color: var(--huisstijlkleur);
	width: fit-content;
}
.search-function input {
	margin-left: 1rem;
	margin-top: 1rem;
	padding: 0.5rem;
	border: none;
}

.repo--js {
	display: grid;
	padding: 0 5vw;
	gap: 0;
	/* grid-template-columns: repeat(auto-fill, minmax(600px, 1fr)); */
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 1300px) {
	.repo--js {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 1000px) {
	.repo--js {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 800px) {
	.repo--js {
		grid-template-columns: 1fr;
	}
}

iframe {
	border: none;
	background: white;
	box-shadow: 10px 10px 35px #00000054;
	width: 100%;
	height: 300px;
}

ul:nth-child(odd) {
	transform: rotate(2deg);
}

ul:nth-child(even) {
	transform: rotate(-2deg);
}

.project {
	/* background: white; */
	padding: 3rem 3rem;
	margin: 0;
}

#VS-Code-Quick-Tips-and-Tricks-PDF,
#json-templates,
#davidvandenbor,
#playgrounds,
#snippets,
#mini2,
#Twig-Gulp-Foundation-starterkit-for-prototyping,
#Twig-Gulp-Bower-LibSass-Foundation-Starterkit {
	display: none !important;
}

li {
	list-style-type: none;
}

li:first-of-type {
	text-transform: capitalize;
	font-size: 1.9rem;
	color: var(--huisstijlkleur);
	font-weight: 600;
	margin-bottom: 0.5rem;
	line-height: 1.3;
	margin-top: 1rem;
}

li:first-of-type a {
	text-decoration: none;
}

li:nth-of-type(3),
li:nth-of-type(4) {
	font-weight: bold;
}
