@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
	height: 100%;
	margin: 0px;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	background-color: #393477;
}

body {
	background-color:rgb(34,34,34);
	height: 100%;
	margin: 0px;
	font-size: 24px;
	font-family: 'Space Grotesk', sans-serif;
	font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
	
}

*,
*:before,
*:after {
	box-sizing: inherit;
	outline: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: inherit;
}


#pd {
	height: 100%;
	background-image: url('../assets/vijftien_DonaldVanTol.jpg');
	background-size: cover;
/*	background-repeat: no-repeat;*/
	background-position: center center;
	position: relative;
	background-color: rgb(133, 204, 174);
}


#top {
/*	background-color: rgb(34,34,34);*/
	
}

#quoteCar {
	width:75%;
}


.carousel-item {
  height: 300px;
}



nav {
	position: relative;
	top: 25px;
	left: 50%;
	margin-left:-400px;
	text-align:center;
	width:800px;
	display: flex;
	gap: 10px 14px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom:2rem;
}

.reviews {
	padding-top: 10%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align:center;
}

@media (max-width: 800px) {
	#pd {
	/*	height: 70%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		background-color: rgb(34,34,34);
	*/}


	nav {
	/*	position: relative;
		top: 25px;
		left: 50%;
		margin-left:-200px;
		text-align:center;
		width:400px;
		display: flex;
		gap: 10px 14px;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	*//*	background:white;*/
	}

	#quoteCar {
	/*	width:100%;*/
	}

}

@media (max-width: 500px) {
	#pd {
/*		height: 50%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
*/	}

	
	nav {
		position: relative;
		top: 25px;
		left: 50%;
		margin-left:-100px;
		text-align:center;
		width:200px;
		display: flex;
		gap: 10px 14px;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
/*	background:white;*/
	}



}

.nav_btn {
	white-space: nowrap;
	background-color: white;
	padding: 14px 22px;
	border-radius: 19px;
	text-decoration: none;
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);
	transition: all 300ms ease;
	font-weight:700;
}
.nav_btn.dark {
	background-color: #333;
	color: white;
}
.nav__button.--ghost {
	border: 2px solid #333;
	background: none;
}
.nav__button:hover {
	padding: 14px 28px;
	margin: 0px -6px;
}

#intro {
/*	padding: 50px 150px 150px 50px;*/
/*	column-count: 2;
	column-gap: 50px;
*/	color:#fff;
	background-color: #393477;
}



#tekst {
/*	padding: 50px 150px 150px 50px;*/
	column-count: 2;
	column-gap: 50px;
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
}

#tekst h3 {
  column-span: all;
/*  padding-left:25px;*/
}

#tekst2 {
/*	padding: 50px 150px 150px 50px;*/
/*	max-width:1400px;*/
	margin-left:auto;
	margin-right:auto;
	color:#fff;
}

.col-lg-6 {
}

#quoteCar (
	)

@media only screen and (max-width: 1100px) {
	#tekst {
		column-count: 1;
	}
}


@media only screen and (max-width: 800px) {
/*	body {
		font-size: 18px;
	}
	nav {
		top: 20px;
		gap: 8px 10px;
	}
	#intro {
		padding: 50px 25px 100px 25px;
	}
*/}