@import url(http://fonts.googleapis.com/css?family=Nunito:400,700);

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: #f3f5f6;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 1.7rem;
	line-height: 1.5em;
}

.container {
	background-color: white;
}

footer {
	background-image: url("../images/footer.png");
	padding: 15px;
	padding-top: 150px;
	color: white;
	margin-top: 20px;
}

.picturebook {
 margin-bottom: 10px;	
}



h2 {
	color: #18adde;
}

footer h2 {
	color: white;

}

#nav {
	list-style:none;
	margin-top:45px;
	padding:0px;
	text-align:center;
	background-color: #18adde;
	width: 100%;
	padding-left: 15px;
}

#nav li {
	display:inline;
}

#nav a {
	display:inline-block;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:28px;
	padding-right:28px;
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size: 2.3rem;
}

#nav a:hover, #nav a.active{
	text-decoration:none;
	background-color: white;
	color:#18adde;
}



.tagline {
	background-color: #18adde;
	color: white;
	margin-top: 10%;
}

.main {
	margin-bottom: 10px;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.homepictures {
	margin-top: 35px;
}

.separation {
	min-height: 25px;
	background-color: #B5EEE1;
}

.copyright {
	text-align: right;
	margin-right: 0px;
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

.copyright a {
	color: blue;
}

.copyright a:hover {
	text-decoration: underline;
}

.responsible {
	margin-bottom: 30px;
}

.worker {
	margin-bottom: 50px;
}

.addressline {
	margin-top: 15px;
}

.bottom-25 {
	margin-bottom: 25px;
}

.google-maps {
	position: relative;
	padding-bottom: 40%; 
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}

/*Smartphone*/
@media only screen and (max-width: 320px) {
	header {
		margin-bottom: 30px;
		margin-left: 5%;
		max-width: 90%;
	}
	
	.main {
		margin-left: 5%;
		width: 95%;
	}
	
	.footer-text {
		padding-left: 15%;
	}
	
	.tagline h1 {
		font-size: 130%;
	}	
	
	.tagline {
		padding-left: 5px;
	}
	
	.footer-text h2 {
		font-size: 140%;
	}
}
/*Styles for screen 515px and lower*/
@media only screen and (min-width : 320px) {
	header {
		margin-bottom: 30px;
		margin-left: 5%;
		max-width: 90%;
	}
	
	.main {
		margin-left: 5%;
		width: 95%;
	}
	
	.footer-text {
		padding-left: 15%;
	}
	
	.tagline h1 {
		font-size: 150%;
	}	
	
	.tagline {
		padding-left: 5px;
	}	
}
@media only screen and (min-width: 480px) {
	header {
		margin-bottom: 30px;
		margin-left: 5%;
		width: 90%;
	}
	
	.main {
		margin-left: 5%;
		width: 90%;
	}
	
	.footer-text {
		padding-left: 10%;
	}
	
	.tagline h1 {
		font-size: 200%;
	}	
	
	.tagline {
		padding-left: 20px;
	}	
}

}
/*ipad klein*/
@media only screen and (min-width: 768px) {
	.tagline h1 {
		font-size: 250%;
	}	
	
	.tagline {
		padding-left: 30px;
	}
}
/*ipad groot*/
@media only screen and (min-width: 992px) {
	header {
		margin-bottom: 30px;
		margin-left: 10%;
		width: 90%;
	}
	
	.main {
		margin-left: 10%;
		width: 68%;
	}
}
/*laptop*/
@media only screen and (min-width: 1382px) {
	header {
		margin-bottom: 30px;
		margin-left: 10%;
		width: 90%;
	}
	
	.main {
		margin-left: 10%;
		width: 68%;
	}
}