

.navbar {
  overflow: hidden;
  background-color: #1d3a5e;
}

.navbar a {
  float: left;
  font-size: 18px;
  color: white;
  text-align: center;
  padding: 14px 12px;
  text-decoration: none;
  display:block;
  
}

.navbar img {
float: left;
padding: 0px 6px;
	
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 18px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 9px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover,  .dropbtn {
   /* background-color: #11314D;*/
 /* color: #6ea787; */
 background-color:#6ea787;

 
 

}
.dropbtn:hover{
 color: white;
background-color:#6ea787;

}
.dropdown:hover{
 color: white;
 background-color:#6ea787;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #102d46;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  /*border-bottom-style: solid;
  border-top-style: solid;*/
  border-style: ridge;
  border-color:#204067
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-bottom-style: solid;
  border-width:.5px;
}



.dropdown-content a:hover {
 background-color: #6ea787;
color:white;
  
  
}
.dropdown-content a:active{
   /*background-color: #11314D;*/
/*color: #6ea787;*/

}


.show {
	display:block;
}

.navbarlink{
	float:left;
	
	
}
.btnNav{
	display:none;
}
.menulink{
	display:block;
}


	

@media screen and (max-width:720px)
 {


.dropdown{
	width:100%;
}
.dropdown .dropbtn{
	width:100%;
}
.navbarlink{
	width:100%;
	text-align:center;
	display:none;
}

.menulink{
	display:none;
}
.btnNav{
	display:block;
}

.dropdown-content{
	width:100%;
	position: relative;
}
.dropdown-content a:hover {
  background-color: #11314D;
  
  
}



.navbarlink a {
	width:100%;
	text-align:center;
}


}











