

nav {
  position: relative;
  z-index: 999;
  height: 58px;
}


.topnav {
  overflow: hidden;
  //text-transform: uppercase;
  float: right;
}

.logo {
position: absolute;
left: 15px;
margin-top: 10px;
}

.logo img {
max-width: 250px;
height: auto;
}


.topnav a {
text-transform: uppercase;
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px 0 16px;
  text-decoration: none;
    font-size: 0.8em;
letter-spacing: 0.2em;
font-weight: 400;
 transition: 0.5s;
}

.topnav a:hover {
 cursor: pointer;
}

.active {
  color: green;
}

.topnav .icon {
  display: none;
  padding-top: 0;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 1em;
  font-weight: 400;
  border: none;
  outline: none;
  color: #01160d;
  padding: 14px 19px 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
letter-spacing: 0.05em;
background: url('../img/check.svg') right center no-repeat;
}

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

.dropdown-content a {
  float: none;
  color: #5f5feb;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  //background-color: #555;
 opacity: 0.5;
}

.dropdown-content a:hover {
  color: #8787fc;
}

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

@media screen and (max-width: 1050px) {

  .topnav a, .dropdown .dropbtn {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav {
background-color: #fff;
  width: 100%;
  margin-top: 0;
  }

.dropdown-content {
background-color: #fff;
}

.dropdown-content a {
color: #01160d;
}

.dropdown-content a:hover {
  background-color: #01160d;
  color: #fff;
}


  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

  .dropdown .dropbtn {
width: auto !important;
  }


}


/* 2021 */

.topheader {
width: 100%;
}

.topheader ul {
margin: 0;
padding: 0;
}

.topheader ul li {
display: inline;
color: #01160d;
font-size: 0.8em;
color: #0f6c45;
padding-right: 8px;
}

.textalignleft {
width: 50%;
text-align: left;
}

.textalignright {
  width: 50%;
text-align: right;
}
