.header {
	width: 100%;
	max-height: 300px;
	background-color: white;
}
.header h1,h2 {
	text-align: center;
	width: 100%;
	
}
.top {
	width: 100%;
	height: 10%;
	text-align: right;
	
}
.top  h3 {
	text-align: center;
	display: block;
	width: 80%;
	line-height:100%;
}
 .top a {
	 color: black;
	 display: block;
	 margin-left: 1%;
	 margin-right: 2%;
	 text-align: center;
	 width: 7%;
	font-size: 1em;	
 }
 .top a:hover {
	 color: black;
	 background-color: LightGray;
	  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }
.comm {
	width: 30%;
	height: 70%;
	
}
.comm a {
	display: block;
	width: 50%;
	text-align:center;
	height: 100%;
}
.comm img {
	max-width: 100px;
	width: 100%;
}

.logo {
	width: 40%;
	height: 70%;
	padding: 0 5%;
	
}
.logo a {
	display: block;
	width: 100%;
	text-align:center;
}
.logo img {
	width: 100%;
	
}
.municipality {
	width: 30%;
	height: 70%;
	
}
.municipality a {
	display: block;
	width: 100%;
	text-align:center;
}
.municipality img {
		max-height: 150px;
}
.navbar {
	width: 100%;
	height: 20%;
	
}


.navbar a {
	position:relative;
	display: block;
	text-align: center;
	color: black;
	width: 16%;
}
#index:hover {
	background-color: black;
	
}

.about {
	
	position: relative;
  display: inline-block;
	width: 16%;
}

.about a {
	display:block;
	text-align: center;
	color: black;
	width: 100%;
	padding: 16px;
  font-size: 16px;
}

.about:hover {
	background-color: yellow;
}
.about:hover .drop-index {
	display: block;
}

.drop-index {
	float:none;
	display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
}

.drop-index a {
	color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.drop-index a:hover {
	background-color:yellow;
}

.pupil {
	
	position: relative;
  display: inline-block;
	width: 16%;
}

.pupil a {
	display:block;
	text-align: center;
	color: black;
	width: 100%;
	padding: 16px;
  font-size: 16px;
}

.pupil:hover {
	background-color: green;
}
.pupil:hover .drop-pupil {
	display: block;
}

.drop-pupil {
	float:none;
	display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
}

.drop-pupil a {
	color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.drop-pupil a:hover {
	background-color:green;
}

.parent {
	
	position: relative;
  display: inline-block;
	width: 16%;
}

.parent a {
	display:block;
	text-align: center;
	color: black;
	width: 100%;
	padding: 16px;
  font-size: 16px;
}

.parent:hover {
	background-color: orange;
}
.parent:hover .drop-parent {
	display: block;
}

.drop-parent {
	float:none;
	display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
}

.drop-parent a {
	color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.drop-parent a:hover {
	background-color: orange;
}

.event {
	
	position: relative;
  display: inline-block;
	width: 16%;
}

.event a {
	display:block;
	text-align: center;
	color: black;
	width: 100%;
	padding: 16px;
  font-size: 16px;
}

.event:hover {
	background-color: magenta;
}
.event:hover .drop-event {
	display: block;
}

.drop-event {
	float:none;
	display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
}

.drop-event a {
	color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.drop-event a:hover {
	background-color:magenta;
}
.drop {
	display: none;
}