 body {
  font-size: 14px;
  color: black;
  font-family:Montserrat;
  background: #fff;
}
@font-face {
font-family: Montserrat;
src: url("Montserrat-Light.ttf") format("truetype");
}


p, h1, h2, h3 {	
	font-family: Montserrat; open sans; 
}


.contentBox{
	padding-bottom:10vw;
	margin-right:10vw;
	margin-left:0; 
}


#content p,h3{
	font-size:18px;
	padding-left:2vw;
}


.contextBox p{
	text-align:left;
	float:left;
	padding-left:2vw;
}

h1{
	color:#0f2116;
	font-weight:bolder;
	padding-top: 2vw;


}

#content h1{
	padding-left:3vw;
	font-weight:bolder;
	padding-top:6vw;

}

#context h1{
	padding-left:3vw;
	font-weight:bolder;
}

.contentBox img{
	padding-right:2vw;
	padding-left:2vw;
	padding-top:5vw;
	float:left;

}

/*Team*/

.faceimage{
	width:12%;
	float:left;
	padding-left:3vw;
	padding-bottom:4vw;
	padding-top:2vw;
	padding-right:5vw;
}

.personText{
	margin-left: 30px;
	width:90%;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	padding-top:1.5vw;
	padding-bottom:3vw;
}
.personText i{
	font-size: 20px;
	color:#d0af4c;
}

.personText p{
	font-size:14px;
	width:100%;
}

.flexBox2{
	background-color: rgba(235,235,235, 0.4);
	width:100%;
}


#footer {
	width: 100%;
	padding: 2rem;
}




/*footer*/

footer {
  text-align: left;
  padding: 2vw 8rem;
  background-color: #ebebeb;
  color: black;
}

footer ul {
list-style-type: none;
}

footer li{
margin-left: 2.2vw;
}

footer a{
text-decoration:none;
}

footer h3{
font-weight: bold;
border-bottom:2px solid #d0af4c;
text-align:center;
}

footer p{
text-align: center;
}



/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width:25%;
  padding: 2vw;
}

@media only screen and (max-width: 1100px) {
	

.column {
width:200px;
}
footer{
padding: 1rem;
}
}


/* unvisited link */
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: #F0F0F0;
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

/*Navigatiebar*/


#logoBox{
	background-color: #ebebeb;
}

#logoBox img{
	width:25%;
	padding-left:3vw;
	padding-top:4vw;
	float:left;
}

 #menu{
    width:60%;
	display: inline;
	border-color: #848986;
   }
   
.obj{
        width: 13%;
        text-align: center;
    }

#menu ul{
list-style-type: none;
margin: 0;
display: block;
}
#menu li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  color: black;
}

#menu li a {
  width:150px;
  align-items:center;
  font-size: 14;
  color: black;
  font-weight: 400;
  text-decoration:none;
  background:#ebebeb;
}


#menu li ul.dropdown li {
  display: inline-block;
  list-style-type: none;
}


#menu li ul.dropdown li {
  display: inline-block;
  list-style-type: none;
}
#menu li ul.dropdown li a {
  font-size: 15px;
  color: black;
  display: inline-block;
  font-weight: 400;
}

.arrow-down {
 
}

#menu li ul.dropdown li:last-child a { border-bottom: none; }

#menu li:hover .arrow-down { border-top: 5px solid #9fa3a1; }
   
#menu li:hover ul.dropdown { display: block; }

#menu li:first-child:hover a { border-radius: 3px 0 0 3px; }

#menu li ul.dropdown li:hover a { background: rgba(0,0,0, .3); }

#menu li ul.dropdown li:first-child:hover a { border-radius: 0; }

    @media screen and (min-width: 850px){
		
.contentBox img{
	width:50%;
}
    .showMenu{
    display:none;
    }

#menu li ul.dropdown {
  position: absolute;
  display: none;
  width: 200px;
  padding-top: 0;
}
#menu li ul.dropdown li a {
 padding: 10px 10px;
  font-size: 15px;
  color: black;
  display: inline-block;
  font-weight: 400;
  list-style-type: none;
  align-items:center;
}
.obj {
margin-left:4vw;
 margin-top: 10vw;
margin-bottom: 2vw;
text-align: center;
 font-size: 18;
 border-bottom:2px solid #d0af4c;
}

.subobj{
	display:inline-block;
	
}

		


#menu li:hover a {
}

h1{
	font-size:30px;
}

 }

    @media screen and (max-width: 850px){
		
.little{
	width:100%;
}
.faceimage{
	width:30%;
}

#menu {
position:relative;
}

#menu li ul.dropdown {
display: none;
}
#menu li ul.dropdown li a {
background:#ebebeb;

}
#menu ol{
	padding-top: 10vw;
	border-bottom:2px solid #d0af4c
}


.objs{
    display: none;
    width: 100%;
text-align: center;
padding-left: 11vw;

    }
    .obj{
    width: 100%;
display:block;  
padding-bottom:10px;
}
 
	.subobj{
	padding-left:20vw;
	}

    .showMenu{
display:block;
color: black;
padding-bottom:1vw;
vertical-align:center;
text-align:center;
overflow:visible;
    }

	h1{
	font-size:25px;
}
	
    }
	
/*Teenstreet*/

#small{
	width:20%;
}


