@charset "UTF-8";
/* CSS Document */


#INDEX-LOGO {
   	position: fixed;
	z-index: 1;
   	left: 12%;
   	bottom: 50%;
   	width: 78%;
	height: 80px;
   	color: black;
   	text-align: right;
   	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
   	font-size: 45pt;
	font-weight: bold;
}
@media (max-width: 992px) {
#INDEX-LOGO {
	max-width: 100%;
	height: 50px;
	left: 0px;
	bottom: 60%;
	font-size: 45pt;
	}
}

#INDEX-TXT1 {
   	position: fixed;
	z-index: 1;
   	left: 12%;
   	bottom: 30%;
   	width: 73%;
	height: 80px;
   	color: black;
   	text-align: right;
   	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
   	font-size: 10pt;
	font-weight: bold;
}
@media (max-width: 992px) {
#INDEX-TXT1 {
	max-width: 100%;
	height: 50px;
	left: 0px;
	font-size: 25pt;
	bottom: 45%;
	}
}

#INDEX-TXT2 {
   	position: fixed;
	z-index: 1;
   	left: 12%;
   	bottom: 25%;
   	width: 73%;
	height: 80px;
   	color: black;
   	text-align: right;
   	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
   	font-size: 31pt;
	font-weight: bold;
}
@media (max-width: 992px) {
#INDEX-TXT2 {
	max-width: 100%;
	height: 50px;
	left: 0px;
	font-size: 35pt;
	bottom: 34%;
	}
}

#INDEX-BTN {
   	position: fixed;
	z-index: 1;
   	left: 7%;
   	bottom: 15%;
   	width: 78%;
	height: 80px;
   	text-align: right;
}
@media (max-width: 992px) {
#INDEX-BTN {
	position: absolute;
	float: left;
	left: 25%;
	width: 50%;
	height: 80px;
	font-size: 25pt;
	}
}

/* MAILCHIMP */


#mc_embed_signup {
	clear:right; 
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	width: 93%;
}
@media (max-width: 992px) {
#mc_embed_signup {
	clear:right; 
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	width: 93%;
	}
}


.btn {
  	border: 2px solid black;
  	background-color: white;
  	color: black;
  	padding: 13px 31px;
  	font-size: 16px;
  	cursor: pointer;
  	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
@media (max-width: 992px) {
.btn {
  	padding: 13px 31px;
  	font-size: 30px;
	}
}

.default {
  	border-color: black;
  	color: black;
}

.default:hover {
  	background: black;
	color: white;
}






#INDEX-PIC {
	margin: 0px, auto;
	position: fixed;
	height: 100%;
	z-index: -1;
}
@media (max-width: 992px) {
#INDEX-PIC {
	padding: 0px;
	left: -35%;
	z-index: -1;
}
}




.footer {
   	position: fixed;
	z-index: 2;
   	left: 0;
   	bottom: 0px;
   	width: 100%;
	height: 30px;
   	background-color: white;
   	color: black;
   	text-align: center;
   	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
   	font-size: 9pt;
}
@media (max-width: 992px) {
.footer {
	max-width: 100%;
	height: 50px;
	font-size: 18pt;
	}
}





/* DESKTOP DROWNDOWN MENU */

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #FFFFFF;
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 13px 35px;
  text-decoration: none;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #f9f9f9;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 9px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}





#CONTAINER_100 {
    float: left;
    position: relative;
    margin-left: 20px;
	margin-top: -10px;
    width: 91%;
	height: 95%;    
}
@media (max-width: 992px) {
	#CONTAINER_100 {
	max-width: 95%;
	max-height: 95%;
	}
}

#CONTAINER_TOP {
    float: left;
    position: fixed;
    margin-left: 0px;
	margin-top: 0px;
    padding-top: 30px;
    height: auto;
    width: 100%;
	background-color: white;
	z-index: 2;
}
/* voor mobile replaced door topnav */
@media (max-width: 992px) {
	#CONTAINER_TOP {
	display: none;
}
}

#TOP-LEFT {
	float: left;
    margin-left: 0px;
    margin-top: 0px;
    height: 50px;
    width: 40%;
	
}

#TOP-RIGHT {
	float: right;
	position: relative;
    margin-left: 0px;
    margin-top: 0px;
    height: auto;
    width: 60%;
	
}



#CONTENT {
	position: relative;
    max-width: 1050px;
	top: 100px;
	height: 100%;
	margin: auto;
	z-index: -100;
}
@media (max-width: 992px) {
	#CONTENT {
	max-width: 95%;
	max-height: 100%;
	}
}


#PROJECT-TITLE {
    float: left;
    position: fixed;
	padding-top: 100px;
    margin: 0px;
    width: 25%;
	height: 150px;
	white-space: normal;
}
@media (max-width: 992px) {
#PROJECT-TITLE {
	padding-top: 30px;
	margin-top: 30px;
	width: 95%;
	height: 25%;
	position: relative;
	
}
}


#PROJECT-TEXT {
    float: left;
    position: fixed;
	padding-top: 100px;
    margin: 0px;
    width: 75%;
	height: 200px;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	z-index: 256;
}
@media (max-width: 992px) {
#PROJECT-TEXT {
	padding-top: 30px;
	margin-top: 30px;
	width: 95%;
	height: 25%;
	position:fixed;
	overflow: hidden;
	z-index: 5;
}
}

#GALLERY {
    float: left;
    position: absolute;
	padding-left: 280px;
    margin: 0px;
    width: 730px;
	margin-left: 40px;
	z-index: 150;
}
@media (max-width: 992px) {
#GALLERY {
	padding: 0px;
	margin-top: 47%;
	width: 95%;
	height: auto;
	z-index: 1;
}
}

#GALLERY_image {
	margin-top: 15px;
	width: 730px;
	margin-left: -60px;
}
@media (max-width: 992px) {
#GALLERY_image {
	width: 100%;
	top: 25px;
	margin-left: 0px;
}
}

#GALLERY_caption {
	height: 25px;
	margin-top: 15px;
	width: 100%;
	margin-bottom: 80px;
	margin-left: -60px;
}
@media (max-width: 992px) {
#GALLERY_caption {
	margin-top: 25px;
	width: 100%;
	margin-left: 0px;
}
}

#GALLERY_title {
	height: auto;
	margin-top: 120px;
	width: 100%;
	margin-bottom: 80px;
	margin-left: -60px;
}
@media (max-width: 992px) {
#GALLERY_title {
	top: 45px;
	width: 100%;
	margin-left: 0px;
}
}





#BIO-TEXT {
    float: left;
    position: absolute;
	padding-top: 100px;
    margin: 0px;
    width: 60%;
	white-space: normal;
	z-index: 1;
}
@media (max-width: 992px) {
#BIO-TEXT {
	padding-top: 58%;
	margin-top: 30px;
	width: 95%;
	height: 25%;
	position: relative;
	
}
}

#BIO-PIC {
    float: left;
    position: fixed;
	padding-left: 45%;
	padding-top: 50px;
    margin-left: 125px;
}
@media (max-width: 992px) {
#BIO-PIC {
	padding: 0px;
	width: 95%;
	height: auto;
	margin: auto;
	z-index: -1;
}
}

#BIO-PIC_image {
	margin-top: 15px;
	width: 730px;
	margin-left: -60px;
}
@media (max-width: 992px) {
#BIO-PIC_image {
	width: 100%;
	top: 25px;
	margin-left: 0px;
}
}





 /* TEXT STYLING */

.PAGE-TITLE {
    font-weight: normal;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 24px;
    color: #000000;
}
@media (max-width: 992px) {
.PAGE-TITLE {
	margin-top: 25px;
	font-size: 48px;
}
}

.bio-zwart-intro {
	font-weight: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:14px;
	color:#000000;
}
@media (max-width: 992px) {
.bio-zwart-intro {
	font-size:28px;
}
}

.bio-zwart {
	font-weight: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:14px;
	color:#000000;
	background-color: white;
}
@media (max-width: 992px) {
.bio-zwart {
	font-size:28px;
	background-color: white;
}
}

.bio-grijs {
	font-weight: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:11px;
	color:#a3a3a3;
}
@media (max-width: 992px) {
.bio-grijs {
	font-size:24px;
	background-color: white;
}
}


a.bio-zwart:link {
	color:#a3a3a3;
	text-decoration: none;
}
a.bio-zwart:visited {
	color:#a3a3a3;
	text-decoration: none;
}
a.bio-zwart:hover {
	color:#a3a3a3;
	text-decoration: underline;
}
a.bio-zwart:active {
	color:#a3a3a3;
	text-decoration: none;
}



.HideOverflow {
	display: none;
}
@media (max-width: 992px) {
.HideOverflow {
	font-weight: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:28px;
	color: #;
	display: contents;
}
}

.image-cap {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 11px;
	color: #999999;
	margin-top: 0px;
	margin-left: 0px;
}
@media (max-width: 992px) {
.image-cap {
	font-size: 22px;
}
}



@media (max-width: 992px) {
 /* Style the navigation menu */
#MOBILE-TOP {
  	background-color: #FFFFFF;
  	position: fixed;
	float: left;
	padding-top: 30px;
	height: 100px;
	width: 95%;
	z-index: 2;

}}

 /* Style the navigation menu */
.topnav {
  	overflow: hidden;
  	background-color: #FFFFFF;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
    color: black;
    padding: 18px;
    text-decoration: none;
	text-align: center;
    display: block;
    font-size: 30px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #000000;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #FFFFFF;
  display: block;
  position: absolute;
  font-size: 55px;
  line-height: 29px;
  right: 0;
  top: 0;
}

@media (MIN-width: 992px) {
 /* Style the navigation menu */
.topnav {
  display: none;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  display: none;
}

/* Style the hamburger menu */
.topnav a.icon {
  display: none;
}
}


