/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****** Main ********/

body {
	font-size:62.5%;
	font-family: 'Lato', sans-serif;
	color:#FFF;
}
h1 {
	font-size:70px;
	padding: 140px 0 0 0;
}
h2 {
	font-size:60px;
	padding:5px 0 5px 0;
}
h3 {
	font-size:23px;
}
dt {
	font-size:23px;
}
dd {
	font-size:19px;
	padding:6px 0 9px 0;
}
p {
	font-size:19px;
	padding:4px 10px 6px 0;
}
a:link,
a:visited {
	color:#166eb7;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	text-decoration:underline;
}


header {
	padding-bottom:5em;
}

nav {
  position: fixed;
  right: 1em;
  top: 0;
  bottom: 0;
  width: 1em;
  height: 6em;
  margin: auto;
  z-index: 101;
  font-size: 16px;
  text-align: center; }
  nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
    line-height: 1; }
    nav ul li {
      height: 10px;
      padding: 5px 0; }
    nav ul a {
      text-decoration: none;
      background: #fff;
      display: block;
      width: 4px;
      height: 5px;
      border: 3px solid #fff;
      border-radius: 5px;
	  filter:alpha(opacity=40); /* IE */
		-moz-opacity:0.4; /* Mozilla */
		opacity: 0.4; /* CSS3 */
      margin: 0 auto;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
	  
	  }
	  
    nav ul a.active {
		filter:alpha(opacity=100); /* IE */
		-moz-opacity:1.0; /* Mozilla */
		opacity: 1.0; /* CSS3 */
	}
	
	nav ul a.black {
		background: #7E7E7E;
		border-color: #7E7E7E;
	 }

.scroll {
	position:absolute;
	bottom:25px;
	left:48%;
	font-size:1.3em;
	margin-top:20px;
	display:inline-block;
	height:100px;
}
.scroll:hover {
	text-decoration:none;
}

.scroll:after {
	content:'';
	width:40px;
	height:40px;
	position:absolute;

	margin:auto;
	top:10px;
	right:0;

	left:0;
	-webkit-animation:3s arrow infinite ease;
	animation:3s arrow infinite ease;
}

.scroll:after {
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	
}
.tagline {

	font-size:2.3em;
	letter-spacing:0.02em;
	padding:0;
}
.panel {
	position: relative;
	border-bottom:1px solid #666;
	overflow-x: hidden;
}
.home {
	background: #fff;
	background:hsl(0,100%,100%);
	text-align:center;
}
.contact {
	
}

#googlemaps { 
  height: 100%; 
  width: 100%; 
  position:absolute; 
  top: 0; 
  left: 0; 
  z-index: 0; 
  opacity: .45; 
}

#contactform { 
  position: relative; 
  z-index: 1; 
  width: 300px;
  margin: 60px auto 0;
  padding: 10px;
  background: #fff;
  height: auto;
  opacity: .60; 
  color: white;
}

.inner {
	width:80%;
	margin:0 auto;
}
pre {
	background:rgba(0,0,0,0.2);
	padding:1.5em 0 1.5em 0;
	font-size:2.1em;
	margin-top:0.7em;
	margin-bottom: 1.6em;
	overflow-x:scroll;
}
pre.single {
	padding:0.7em 0.5em 0 0.5em;
	font-size:2.1em;
	margin-top:0.8em;
	margin-bottom: 0.3em;
	display:inline-block;
	max-width:80%;
}


.home_logo {
	margin-top:5%;
	width:100%;
}

.tekst_zwart {
	color:#000000;
}

a.tekst_zwart {
	color:#000000;
}

@-webkit-keyframes arrow {
	0%,100% {
		top:10px;
	}
	50% {
		top:30px;
	}
}
@keyframes arrow {
	0%,100% {
		top:10px;
	}
	50% {
		top:30px;
	}
}

@media (max-width:960px) {
		
	h1,h2,h3,p,pre,dl {
		margin-left:10px;
		margin-right:10px;
	}
}
@media (max-width:768px) {
	
	body {
	font-size:58%;
	font-family: 'Lato', sans-serif;
	color:#FFF;
	}
	h1 {
		font-size:70px;
		padding: 70px 0 0 0;
	}
}

/*iPad [Landscape]*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {	
	body {
	font-size:58%;
	font-family: 'Lato', sans-serif;
	color:#FFF;
	}
	h1 {
		font-size:70px;
		padding: 70px 0 0 0;
	}
	
	nav ul a {
     
      width: 3px;
      height: 4px;
      border: 2px solid #fff;
      border-radius: 5px;
	 
	}
}

/*iPad [Portrait]*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {	
	body {
	font-size:58%;
	font-family: 'Lato', sans-serif;
	color:#FFF;
	}
	h1 {
		font-size:70px;
		padding: 150px 0 0 0;
	}
	
	nav ul a {
     
      width: 3px;
      height: 4px;
      border: 2px solid #fff;
      border-radius: 5px;
	 
	}
	
	.home_logo {
		margin-top:12%;
		width:100%;
	}
}


/* iPhone 5+ [portrait] */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {
	body {
	font-size:45.5%;
	font-family: 'Lato', sans-serif;
	color:#FFF;
	}
	h1 {
		font-size:70px;
		padding: 80px 0 0 0;
	}
	h2 {
		font-size:60px;
		padding:5px 0 5px 0;
	}
	h3 {
		font-size:23px;
	}
	dt {
		font-size:23px;
	}
	dd {
		font-size:19px;
		padding:6px 0 9px 0;
	}
	p {
		font-size:19px;
		padding:4px 10px 6px 0;
	}
	
	.scroll {
		position:absolute;
		bottom:15px;
		left:43%;
		font-size:1.3em;
		margin-top:20px;
		display:inline-block;
		height:70px;
	}
	
	.scroll:after {
		width:25px;
		height:25px;
	}
	
	nav ul a {
     
      width: 3px;
      height: 4px;
      border: 2px solid #fff;
      border-radius: 5px;
	 
	}
	
	#contactform { 
	 
	  width: 200px;
	  margin: 60px auto 0;
	  padding: 10px;
	}
	
	
}

/* iPhone 5+ [landscape] */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {
	
	body {
	font-size:45.5%;
	font-family: 'Lato', sans-serif;
	color:#FFF;
	}
	h1 {
		font-size:60px;
		padding: 5px 0 0 0;
	}
	h2 {
		font-size:40px;
		padding:5px 0 5px 0;
	}
	h3 {
		font-size:23px;
	}
	dt {
		font-size:23px;
	}
	dd {
		font-size:19px;
		padding:6px 0 9px 0;
	}
	p {
		font-size:19px;
		padding:4px 10px 6px 0;
	}
	
	.home_logo {
		margin-top:-5%;
		width:100%;
	}
	
	.scroll {
		position:absolute;
		bottom:15px;
		left:44,5%;
		font-size:1.3em;
		margin-top:20px;
		display:inline-block;
		height:70px;
	}
	
	.scroll:after {
		width:25px;
		height:25px;
	}
	
	nav ul a {
     
      width: 3px;
      height: 4px;
      border: 2px solid #fff;
      border-radius: 5px;
	 
	}
	
	#contactform { 
	 
	  width: 250px;
	  margin: 60px auto 0;
	  padding: 10px;
	}
}

@media (max-width:450px) {
	h1 {
		font-size: 5em;
	}
	h2 {
		font-size:4em;
	}
	.tagline {
		font-size: 1.9em;
	}
	p {
		font-size: 1.7em;
	}
	
}
@media (max-width:360px) {
	
}

