.topnav {
  position: absolute;
  background-color:rgba(50, 50, 50, 1.0);
  overflow: hidden;
  font-size: 38px;
  z-index: 10;
  width:100%;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
  font-family: 'Libre Caslon Display', sans-serif;
  padding-bottom: 2px;
}

.topnav a > img{
  position: absolute;
  margin-top: -5px;
  margin-left: -40px;
}

.topnav a:hover {
  background-color:rgba(200, 200, 200, 0.8);
  color: black;
  text-decoration: overline;
}

.topnav a.active {
  background-color:rgba(0, 0, 0, 0.5);
  color: white;
}  

#nav_home {
  padding-left: 80px;
  font-family: 'Galada';
}

#nav_home img {
  height: 50px;
  width: 50px;
  margin-left: -70px;
}


@media only screen and (orientation : landscape)  { 

  .topnav {
    font-size: 18px;
  }

  #nav_home {
  padding-left: 60px;
 }

  #nav_home img {
    height: 30px;
    width: 30px;
    margin-left: -40px;
  }

}


