html{
  width: 100%;
  height: 100%;
}
body{
  background-color:rgb(3, 29, 64);
  
}

#socialMedia{
margin: 0 0 0 0px;
height: 50px;
  padding-top: 5px;
  background-color:rgb(3, 29, 64) ;
  text-align: right;
  border-radius: 8px;

}
#headerStatic{
 
  display:flex;
  background-color:rgb(3, 29, 64);
  border-radius: 8px;
height: 25%;
  width: 100%;

  
}


#menuBar{
  width: 100%;
margin-top: 30px;
 display: flex;

  

 
  
}
.dropdown .dropbtn {
  font-size: 100%;  
  border-radius: 8px;
  outline: none;
  color: white;

  height: 100%;
  border:solid rgb(0, 167, 225);
  background-color:rgb(3, 29, 64);
  font-family: Arial, Helvetica, sans-serif;
 


}



.dropdown-content {
  display: none;
  position: absolute;
  background-color:rgb(3, 29, 64);
  min-width: 25%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
 
   



}

.dropdown-content a {
  float: none;
  
  color:white;
  font-size: 100%;
  text-decoration: none;
  display: block;
  text-align:center;
   height: 30px;
  font-family: Arial, Helvetica, sans-serif;

}

.dropdown-content a:hover {
  background-color:rgb(0, 167, 225);

}

.dropdown.dropdown:hover .dropdown-content {
  display: block;




}
.dropdown{

  font-family: Verdana, Geneva, Tahoma, sans-serif;
  width: 55%;
  text-align: center;
  
  
}



