body {
	background: #4a4a4a;
}

.banner-text {
	width: 32em;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/* --------------- Header --------------- */

header {
	position: relative;
	height: 800px;
	min-height: 500px;
	width: 100%;
	background: #161415 url(/iidesk/backgrounds/iiDesk_BG.jpeg) no-repeat top center;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	overflow: hidden;
}

header:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

header .banner {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	width: 85%;
	padding-bottom: 30px;
	text-align: center;
}

header .banner-text h3 {
	font: 1.5em 'title', serif;
	color: #fff;
	margin: 0 auto;
	width: 70%;
	text-shadow: 0px 1px 2px rgba(0,0,0,.5);
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

/* --------------- Pijl naar beneden --------------- */

header .scrolldown a {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -29px;
	color: #fff;
	height: 45px;
	width: 45px;
	font-size: 25px;
	line-height: 44px;
	border: 1px solid #fff;
	border-radius: 50%;
	transform: rotate(90deg);
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header .scrolldown a:hover {
	border: 1px solid rgba(0, 170, 255, 0.57);
	background: rgba(0, 170, 255, 0.57);
	color: white;
}

/* --------------- navigation --------------- */
#nav-wrap ul, #nav-wrap li, #nav-wrap a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

#nav-wrap {
	font: 12px 'opensans-bold', sans-serif;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	margin: 0 auto;
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

#nav-wrap > a.mobile-btn {
	display: none;
}

ul#nav {
	min-height: 48px;
	width: auto;
	text-align: center;
}

ul#nav li {
	position: relative;
	list-style: none;
	height: 48px;
	display: inline-block;
	font: 16px 'title';
}

/* --------------- Links --------------- */
ul#nav li a {
	display: inline-block;
	padding: 8px 13px;
	line-height: 32px;
	text-decoration: none;
	text-align: left;
	color: #fff;
}

ul#nav li.current a {
	border-bottom: 3px solid #00aaff;
	border-radius: 5%;
}


/* --------------- image-bar --------------- */

.image-bar {
	height: 200px;
	width: auto;
	background-color: #4a4a4a;
	background-position: center; 
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

#image-bar-1 {
	background-image: url(/iidesk/backgrounds/iiDesk_image_Bar_1.jpg);
}

#image-bar-2 {
	background-image: url(/iidesk/backgrounds/iiDesk_image_Bar_2.jpg);
}

/* --------------- About --------------- */

#about {
	background: #585858;
	padding-top: 96px;
	padding-bottom: 66px;
	overflow: hidden;
}

#about h2 {
	font: 25px/35px 'title', sans-serif;
	color: #fff;
	margin-bottom: 12px;
	padding-bottom: 15px;
}

#about h2 span {
	border-bottom: 3px solid #00aaff;
	padding-bottom: 6px;
}

#about p {
	line-height: 30px;
	color: #fff;
	font-size: 16px;
}

/* --------------- Strengths --------------- */

#strengths {
	background: #fefefe;
	padding-top: 90px;
	padding-bottom: 72px;
	overflow: hidden;
}

#strengths h1 {
	font: 25px/30px 'title', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 15px;
}

#strengths h3 {
	font: 25px/30px 'title', sans-serif;
}

/* --------------- Contact --------------- */

#contact {
	background: #585858;
	padding-top: 30px;
	padding-bottom: 80px;
	color: #909090;
	text-align: center;
	height: 320px;
}

#contact h1 {
	font: 18px/24px 'opensans-bold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #EBEEEE;
	margin-bottom: 6px;
}

.map {
	float: left;
	width: 50%;
	padding-top: 20px;
}

#map {
	width: auto;
	max-width: 600px;
	height: 200px;
	margin-left: 20%;
	margin-right: 10%;
	border-radius: 10px;
}

.leaflet-container .leaflet-control-attribution {
	font-size: 18px !important; /* important because this file is not bundled with leaflet.css */
	line-height: 1;
	padding: 0 3px;
	background: rgba(255, 255, 255, 0);
}

.address {
	float: left;
	text-align: left;
	width: 50%;
	padding-top: 20px;
	padding-left: 10%;
	line-height: 90%;
}

/* --------------- Footer --------------- */

footer {
	padding-top: 48px;
	margin-bottom: 48px;
	color: #3a3a3a;
	font-size: 14px;
	text-align: center;
	position: relative;
	background-color: #4a4a4a;
}

footer .copyright {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* --------------- Go-To-Top Button --------------- */
#go-top {
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -30px;
	transform: rotate(-90deg);
}

#go-top a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #4a4a4a;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	color: #fff;
	font-size: 22px;
	line-height: 50px;
	border-radius: 50%;
}

#go-top a:hover {
	background-color: #00aaff;
}

/* --------------- Small-screen --------------- */
@media only screen and (max-width: 768px) {

	#about {
		padding-top: 55px;
	}

	#strengths {
		padding-top: 40px;
	}

	.small-logo {
		display: none;
	}

}

.mobile-navigation {
	display: none;
}

/* ------------ Average Phone Size ------------ */
@media only screen and (max-width: 500px) {

	header .banner-text h3 {
		width: auto;
		font-size: 1.2em;
	}

	#nav-wrap {
		display: none;
	}

	.banner-text {
		width: 80%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}

	#home {
		max-height: 100vh;
	}

	.mobile-navigation {
		display: block;
		z-index: 200;
		width: 50vw;
		min-width: 144px;
		height: 100vh;
		position: fixed;
		right: -50vw;
		background: rgba(43, 43, 43, 0.6);
		border-right: 1px solid black;
		user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}

	.mobile-navigation ul {
		width: 80%;
		height: auto;
		color: #FFF;
		margin-left: auto;
		margin-left: 10vw;
		margin-top: 40px;
		text-decoration: none;
	}

	.mobile-navigation ul li.current a {
		border-bottom: 3px solid #00aaff;
		border-radius: 5%;
	}

	.mobile-navigation ul li {
		list-style-type: none;
		height: 30px;
		margin-bottom: 30px;
		font-size: 25px;
	}

	.mobile-navigation ul li a {
		color: #FFF;
	}

	.mobile-navigation ul li a:active {
		border-bottom: 3px solid #FFF;
		border-radius: 5%;
	}

	.mobile-navigation-close {
		width: 53px;
		height: 53px;
		float: left;
		margin-left: -80px;
		margin-top: 20px;
	}

	.mobile-navigation-close .circle {
		width: 50px;
		height: 50px;
		border: 1px solid #FFF;
		border-radius: 50%;
		padding: 11px 0px 0px 9px;
		background: rgba(121, 121, 121, 0.7);
		overflow: hidden;
	}

	.mobile-navigation-close .circle .tray {
		width: 30px;
		height: 5px;
		background: #FFF;
		margin-bottom: 5px;
	}

	#contact {
		padding-top: 30px;
		height: 320px;
	}

	.map {
		width: 60%;
		padding-top: 0px;
	}

	#map {
		margin-left: 5%;
	}

	.address {
		text-align: right;
		width: 40%;
		min-width: 150px;
		padding-top: 0px;
		padding-right: 10px;
		padding-left: 10px;
	}

}

/* --------------- mobile contact footer --------------- */

@media only screen and (max-width: 375px) {

	#contact {
		margin-bottom: 0px;
	}

	.map {
		display: none;
	}

	.address {
		text-align: center;
		width: 100%;
	}

}
