
body  {
 background-image: url("header.jpg");
  background-repeat: no-repeat;
 background-size: 100% 350px;


}

 
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  
 

}

li {
  float: left;


border: solid 1px black;
  padding: 0px;
  margin: 0px;

  list-style-type: none;




}

li:last-child {
  border-right: none;
}

li a {
 
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: black;
}

.active {
  background-color: #FCAF50;
}
 

p  {

margin-bottom: 0cm;
  margin-top: 0cm;


}


