body {
  /*font-family: Lato, sans-serif;*/ 
   font-family: Arial, Helvetica, sans-serif;
   background-color:Black;
   color:White;
}
* {
  box-sizing: border-box;
}   
/* top nav menu*/
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color:Silver;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}
#logo{
     background-color:Red;
}
.topnav a.active {
  background-color: Red;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 650px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}    
/*search container*/
.search-container {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 5px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.search-container button:hover {
  background: #ccc;
}

/*end top nav menu*/
.img1 { background-image: url("crop_beach.jpg"); }



