* {
    margin: 0;
    padding: 0;
}

#bannerImage {
	/*Container for main banner image */
	width: 100%;
	background-color: rgba(208,207,207,1.00);
}

#bannerImage img {
	/* Actual banner image */
	width: 100%;
}


.image1 {
    height: 890px;
    width: 100%;
    background: #ffffff;
    z-index: 1;
    }

.image2 {
    height: 600px;
    width: 100%;
    background: #ffffff;
    z-index: 1;
    }
	
.image3 {
    height: 600px;
    width: 100%;
    background: #ffffff;
    z-index: 1;
    }	

.image4 {
    height: 600px;
    width: 100%;
    background: #ffffff;
    z-index: 1;
    }	

.content {
    height: 200px;
 	width: 100%;
    z-index: 2;
}

.content_overzicht {
    height: 650px;
 	width: 100%;
    z-index: 2;
}

.content_overzicht_button {
	height: 150px;
 	width: 100%;
    z-index: 2;
}


.hoofding h1 {
    font-size: 40px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 30px 60px;
}
.hoofding p {
    font-size:20px;
    color: #343434;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 30px 60px;
}

#border {
	height:5px;
	width:100%;
	background:#4D7AFF;
}

@media (min-width: 200px) {
#wall_1 {
    background: url(../images/TnT_Studio_200.jpg);  
	}
}

@media (min-width: 576px) {
#wall_1 {
    background: url(../images/TnT_Studio_567.jpg);  
	}
}


@media (min-width: 768px) {
#wall_1 {
    background: url(../images/TnT_Studio_768.jpg);  
	}	
}

@media (min-width: 992px) {
#wall_1 {
    background: url(../images/TnT_Studio_992.jpg);  
	}
}

@media (min-width: 1200px) {
#wall_1 {
    background: url(../images/TnT_Studio_1200.jpg);  
	}	
}



#wall_2 {
    background: url(../images/TnT_Studio_12.jpg);
   
}
#wall_3 {
    background: url(../images/TnT_Studio_4.jpg);
   
}

#wall_4 {
    background: url(../images/wall_voorbeeld.jpg);
    
}

#wall_contact {
    background: url(../images/wall_contact.jpg);
   
}

.image_contact {
    height: 520px;
    width: 100%;
    background: #ffffff;
    z-index: 1;
    }

.position-left {
	height:600px;
	width:40%;
	float:left;
}

.position-right {
	height:600px;
	width:800px;
	float:left;
}
	

#hoofding {
	position:relative;
}

#footer {
	height:100px;
	width:100%;
	background:url(../images/footer_bg.jpg);
	clear:both;
}

.content_footer {
    height: 100px;
 	width: 100%;
	font-size: 20px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    margin: 0px 0px;	
    z-index: 2;
}

.position-footer-left {
	height:100px;
	width:50%;
	float:left;
}

.position-footer-right {
	height:100px;
	width:50%;
	float:left;
}

.back-title {
    font-size: 20px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
   
}

h1::first-letter {
    font-size: 60px;
    font-weight: 600;
    color:#4D7AFF;
}

