.topnav
{
position: fixed;
top: 0;
width: 100%;
height: 15vh;
background-color: rgba(0, 0, 0, 60%);
z-index: 99;
padding: 0 2vw;
transition: 0.3s;
}

.nava, .dropdown {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  float: right;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 17px;
  margin: 0 .5vw;
}

.topnav img
{
position: relative;
top: 50%;
transform: translate(0, -50%);
margin: 0 2vw;
height: 85%;
float: left;
border: none;
}

.dropbtn
{ 
border: none;
outline: none;
color: rgba(255, 255, 255, 0.8);
background-color: inherit;
}
  .dropbtn a {
    position: relative;
    float: right;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 0 20px;
    text-decoration: none;
    font-size: 17px;
  }

.active {
  color: rgba(255, 255, 255, 1);
  border-bottom: solid #FFFF 2px;
}

.topnav .icon {
  display: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: rgba(255, 255, 255, 0.8);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  background-color: rgba(0, 0, 0, 60%);
}





.nava:hover, .dropdown-content a:hover, .dropdown:hover {
  color: rgba(255, 255, 255, 1);
  border-bottom: solid #FFFF 2px;
}

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






#ncontact
{
border: solid black 2px;
background-color: #FF9836;
color: #000000;
padding: 12px 35px;
font-size: 17px;
}

#ncontact:hover
{
border: solid black 2px;
background-color: #006D79;
padding: 12px 35px;
color: #FFFFFF;
font-size: 17px;
}

.fa-caret-down
{
position: absolute;
top: 40%;
transform: translate(0, -50%);
padding: 0;
margin: 0;
}

.wimg
{
position: fixed;
bottom: 2em;
right: 1em;
height: 6em;
z-index: 99;
}
  .wimg img
  {
  position: relative;
  height: 75%;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0 0 0.5em 0;
  }
  .wimg p
  {
  color: #FFFFFF;
  }


@media screen and (max-width: 700px) {
.topnav
{
position: absolute;
top: 0;
}
  .nava, .dropdown .dropbtn, .topnav img
  {
  display: none;
  }

  .topnav .icon, .topnav.responsive .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  color: #FFFFFF;
  display: block;
  font-size: 35px;
  text-decoration: none;
  }

  .topnav.responsive a, .topnav.responsive .dropdown
  {
  position: relative;
  top: 20vh;
  display: block;
  float: none;
  text-align: center;
  font-size: 20px;
  }
  .topnav.responsive {position: absolute;}
  .topnav.responsive .dropdown .dropbtn
  {
  position: relative;
  top: -20vh;
  display: block;
  text-align: left;
  width: 100%;
  height: 50%;
  color: transparent;
  }
}