

@charset "utf-8";
/* CSS Document */
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "ArchitectsDaughter";
  color: #777;

}

@font-face {
  font-family: "ArchitectsDaughter";
  src: url("../font/ArchitectsDaughter.eot"); /* IE9 Compat Modes */
  src: url("../font/ArchitectsDaughter.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/ArchitectsDaughter.otf") format("opentype"), /* Open Type Font */
    url("../font/ArchitectsDaughter.svg") format("svg"), /* Legacy iOS */
    url("../font/ArchitectsDaughter.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../font/ArchitectsDaughter.woff") format("woff"), /* Modern Browsers */
    url("../font/ArchitectsDaughter.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

label
{
  font-family: sans-serif;
}

p
{
  font-family: sans-serif;
}
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4,.bgimg-5,.bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10{
  	position: relative;
  	background-attachment: fixed;
  	background-position:center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	font-size:18px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
 	-webkit-filter: brightness(85%); /* Safari */
 	 filter: brightness(85%);
}
.bgimg-1 {
  background-image: url("../images/vogels.jpg");
  min-height: 75%;

}

.bgimg-2 {
  background-image: url("../images/chair.jpg") ;
  min-height: 1250px;
}

.bgimg-3 {
 background-image: url("../images/bg4.jpg");
  background-color:#FFF;
  min-height: 450px;

}
.bgimg-4 {
  /*background-image: url("../images/7b805c93b6aac9154cac03af2274daea_f199.jpg");*/
  min-height: 45%;
  width:100%;
  background-color: #000;


}

.bgimg-5 {
  background-image: url("../images/zooitje.jpg");
  background-position: center;
  min-height: 75%;
   -webkit-filter: brightness(85%); /* Safari 6.0 - 9.0 */
  filter: brightness(85%);
}

.bgimg-6 {
  background-image: url("../images/chair.jpg");
  min-height: 1000px;
}

.bgimg-7 {
  background-image: url("../images/chair.jpg");
  min-height: 450px;
}

.bgimg-8 {
  background-image: url("../images/jeugd.jpg");
  min-height: 45%;
}

.bgimg-9 {
  background-image: url("../images/DSC_0247.JPG");
  min-height: 98.3%;
}

.bgimg-10 {
  background-image: url("../images/DSC_0394.JPG");
  min-height: 98.3%;
}

.bgimg-11 {
  background-image: url("../images/chair.jpg");
  min-height: 98.3%;
}


.caption {
  position: absolute;
  left: 0;
  top: 8%;
  width: 100%;
  text-align: center;
  color: #FFF;
  width:100%;
}
.caption2 {
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  text-align: center;
  color: #FFF;
}

.column span.border {

  color:#000;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
  box-sizing: border-box;
  box-shadow: 5px 5px #888888;
}
.column_jeugd span.border {
 	color:#000;
  	padding: 18px;
  	font-size: 25px;
  	letter-spacing: 2px;
  	box-sizing: border-box;
  	box-shadow: 5px 5px #888888;
}

a {
	color:#000;
}

a:hover {
	color:#39C;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3
  {
    background-attachment: scroll;
  }
  .column
  	{
  		padding-top:30%;
  		width: 50%;
		float:none;
	}
	.column_jeugd
  	{
  		ppadding-top:30%;
  		width: 50%;
		float:none;
	}

	h1
	{
		font-size:12px;
	}
	axel_form
	{
		background:#000;
	}
	body
	{
		background-color:#000;

	}
	.image_poster
	{
		min-width:250px;
	}
	.bgimg-3 {

 		min-height: 550px;

	}

	.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4,.bgimg-5,.bgimg-6, .bgimg-7, .bgimg-8{

  		font-size:14px;

	}
	bgimg-6
	{
		min-height:1200px;
	}
	#return-to-top
	{
		display:none;
	}
}



.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the navigation menu */
.navbar {
 overflow: hidden;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  background-color: #000;
  overflow: auto;
  z-index:99999;
  opacity:0.8;
}

/* Navigation links */
.navbar a {
  float: left;
  color: white;
  padding-bottom:12px;
  padding-top:12px;
  text-decoration: none;
  font-size: 17px;
  width: 33.3%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
  text-align: center; /* If you want the text to be centered */

}

/* Add a background color on mouse-over */
.navbar a:hover {
  background-color: #FFF;
  color:#000;
}

/* Style the current/active link */
.home .navbar .home a, .jeugd .navbar .jeugd a, .stukken .navbar .stukken a {
   	background-color:#06C;
}

.navbar ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
	text-align:center;

}

.navbar li
{
    list-style: none;




}


/* Add responsiveness - on screens less than 500px, make the navigation links appear on top of each other, instead of next to each other */
@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left; /* If you want the text to be left-aligned on small screens */
  }
  .column
  	{
  		padding-top:30%;
  		width: 50%;
		float:none;
	}

	h1
	{
		font-size:14px;
	}
	axel_form
	{
		background:#000;
	}
	body
	{
		background-color:#000;

	}
	.image_poster
	{
		min-width:250px;
	}
	.bgimg-3 {

 		min-height: 550px;

	}

	.column_jeugd
  	{
  		ppadding-top:30%;
  		width: 50%;
		float:none;
	}
	.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4,.bgimg-5,.bgimg-6, .bgimg-7, .bgimg-8{

  		font-size:14px;

	}
	.bgimg-6
	{
		min-height:1200px;
	}
	#return-to-top
	{
		visibility:hidden;

	}
	#jong
	{
		max-height:350px;
	}
}

#return-to-top {
    position: fixed;
    bottom: 35px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
	z-index:99999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
	z-index:99999;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
	z-index:99999;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
	z-index:99999;
}

#top {
  margin-bottom: 2000px;
}

.col-md-6 .mb-2 {
	padding:20px;
}
.axel_form {
	position:absolute;
	left: 0;
	top: 45%;
	color:#FFF;
	font-size:16px;
	background: rgba(0, 0, 0, 0.5);
	padding:3%;
	border-radius: 25px;
	padding-bottom:40px;
  font-size: 18px;
}

.poster {
	position:absolute;
	top:34%;
	text-align: center;
	width:100%;
	opacity:0.9;
}

.image_poster
{
	width:18vw;
}
#jong
{
	height:550px;
}

.imaging
{
	font-size:0.7vw;
	position:absolute;
	top:7%;
	right:1%;
	color:#FFF;
}

.flat_text
{
    font-family: monospace; font-size:17px;
}
