body {background : #fcc603;
}

img { border-radius: 80px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-left: auto;
     margin-right: auto;
     text-align: center;
}

.notround {
  border-radius: 0px;
}

.header {
  background-color: #ffa600;
  padding: 20px;
  text-align: center;
}


.topnav {
  overflow: hidden;
  background-color: #bdd0f2;
  
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

 a:Link{ color:blue;
          text-decoration:none;
		  font-weight:bold;
 }
  a:visited{ color:blue;
          text-decoration:none;
		  font-weight:bold;
 }
  a:hover{ color:aqua;
          text-decoration:underline;
		  font-weight:bold;
 }

 .gelebg { background-color: #fcba03;
					 border: bold;
 }
 
 .textmid { font-size: 25px;
 }
 
 .textgroot { font-size: 40px;
 }

 .magisterblauw { background-color: #42bff5;
					 border: bold;
 }

.boxtest { border-width:5px;
		   border-style: solid;
		   border-color: #25529c;
		   border-radius:5px;
		   background-color: #fcba03;
		   padding: 60px;
		   }
		   
.naarmidgroot {	
			text-align: center;
			font-size: 40px;
			
	
}

.naarmid {	
			text-align: center;
			font-size: 40px;
			
	
}

label {
    display: block;
    font: .9rem 'Fira Sans', sans-serif;
}

input[type='submit'],
label {
    margin-top: 1rem;
}

li {list-style-type: none;
font-size: 16pt;
}
.mail {
margin: auto;
padding-top: 10px;
padding-bottom: 10px;
width: 400px;
background : 
#D8F1F8;
border: 1px soild 
silver;
}
.mail h2 {
margin-left: 38px;
}
input {
font-size: 20pt;
}
input:focus, textarea:focus{
background-color: 
lightyellow;
}
input submit {
font-size: 12pt;
}
.rq {
color: 
#FF0000;
font-size: 10pt;
}
.gallery{
  margin: 10px 50px;
}
.gallery img{
  width: 230px;
  padding: 5px;
  filter: grayscale(100%);
  transition: .5s;
}

.gallery img:hover{
  filter:grayscale(0);
  transform: scale(1.1);
}