
/*---Used Fonts----*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;700&display=swap');

html {
  scroll-behavior: smooth;
}

body {
	font-family: 'Maven Pro', sans-serif;
	font-size: 19px;

}

h1, h2 {
	font-family: 'Playfair Display', serif;
	font-weight: bold;
}

h3 {
	font-family: 'Maven Pro', sans-serif;
	font-size: 19px;
	font-weight: bold;
}

h4 {
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px;
	color: #B83631;
}

.nav-logo {
	position: absolute;
	top: 0;
}

.logo {
	width: 160px;
}

.navbar {
	padding: 50px;
	top: 10px;
}

.navbar-nav {
	margin: auto;
}

li a{
	color: #000;
	margin: 20px;
}

li a:hover {
	color: #000;
	font-weight: bold;
	border-bottom: 4px solid #E4AA9F;
	border-bottom-right-radius : 3px;
  	border-bottom-left-radius : 3px;
}

.intro {
	margin-bottom: 100px;
}

#intro-foto {
	width: 50%;
	position: absolute;
	top: 30px;
}

.intro-text {
	padding: 50px;
}

#intro-deco {
	height: 350px;
	width: 300px;
	background-color: #622125;
	position: absolute;
	top: 0px;
	left: 100px;
}

#mijnwerk-title {
	background-color: #324D68;
	color: #fff;
	width: 15%;
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
}

.project {
	background-color: #E4AA9F;
	margin-bottom: 50px;
}

.project-img{
	position: absolute;
	left: 0;
	width: 80%;
	float: left;
}

.project-text {
	padding: 100px;
	box-sizing: border-box;
}

#contact {
	margin: auto;
	width: 60%;
	text-align: center;
	top: 30px
}

.icon {
	width: 64px;
	display: inline-block;

}

.about-banner {
	margin: auto;
	margin-bottom: 50px;
}

.kernwaarden {
	margin: auto;
}

.kernwaarden-rij {
	margin-bottom: 50px;
}

.kernwaarden-title {
	margin: auto;
	margin-bottom: 30px;
}

.kernwaarden-text {
	margin: auto;
	text-align: center;
}

.feitjes {
	background-color: #E4AA9F;
	margin-bottom: 50px;
	overflow: auto;
}

.feitjes-img {
	position: absolute;
	left: 0;
	width: 100%;
	float: left;
}

.feitjes-text {
	padding: 100px;
	box-sizing: border-box;
}

.feitjes-list {
	list-style-type: none;
	line-height: 35px;
	margin: 0;
	padding: 0;
}

.case-link {
	text-decoration: none;
	color: #000;
}

.case-link:hover {
	text-decoration: none;
	color: #000;
}

.case-sidebar {

}

.case-role-list {
	list-style-type: none;
	line-height: 35px;
	margin: 0;
	padding: 0;
}

.case-sidenotes {
	font-family: 'Playfair Display', serif;
	color: #B83631;
}

.case-row-img {
	padding: 0px 0px 30px 0px;
}

.case-img {
	width: 90%;
	border: 1px solid grey;
}

.check-case-title {
	margin: auto;
	margin-top: 50px;
	text-align: center;
}

.case-text {
	margin-bottom: 30px;
}

.check-case {
	padding: 30px 0px 50px 0px;
}

.check-case-left {
	background-color: #324D68;
	width: 50%;
	height: 300px;
}

.check-case-right {
	background-color: #622125;
	width: 50%;
	height: 300px;
}

.prototype-link {
	color: #324D68;
}

.prototype-link: hover {
	color: #324D68;
}



/*----------Mobile-------*/
@media only screen and (max-width: 600px) {


	body {
		font-size: 16px;
	}

	.intro {
		margin-bottom: 340px;
    	margin-top: 30px;
	}

	.intro-text {
		padding-bottom: 10px;
	}

	#intro-foto {
		width: 70%;
	}

	.projects {
		margin-top: 450px;
	}

	#mijnwerk-title {
		width: 100px;
		margin-bottom: 20px;
	}

	.project {
		margin-bottom: 35px;
		/*margin: auto;*/
	}

	.project-img{
		width: 100%;
		position: static;
		display: none;
	}

	.project-text {
		padding: 50px;
	}

	#contact {
		margin: auto;
		width: 100%;
		text-align: center;
	}

	.icon {
		width: 50px;
		display: inline-block;

	}

/*-------Mobile Menu--------*/
	.navbar {
		padding: 10px;
	}

	.navbar-light .navbar-toggler {
		position: absolute;
    	right: 0;
    	top: 10px;
	}

	.navbar-collapse {
		margin-top: 30px;
	    padding: 0px;
	    text-align: center;
	}

	/*-------------------------*/

	.header {
		margin-top: 60px; 
	}

	.header-img {
		width: 100%;
	}

	.feitjes-img {
		width: 100%;
		position: static;
	}

	.feitjes-text {
		padding: 50px;
	}

	.case-intro {
		margin-bottom: 40px;
	}

	.case-text {
		margin-bottom: 10px;
	}

	.case-notes {
		margin-bottom: 20px;
	}

	.case-sidenotes {
		text-align: center;
		font-style: oblique;
	}

	.case-img {
		width: 100%;
	}

	.check-case-title {
		text-align: center;
	}

	.check-case-img {
		width: 100%;
	}
}

