.toparrowmenu {
  font-size: 16px;
  cursor:pointer;
  padding-left: 9px;
}
.overlaytxtlogin {
  color: #377ba8;
}
.overlaytxtlogin:hover {
  color: #f1f1f1;
}
.overlaynav {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.overlaynav a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlaynav a:hover, .overlaynav a:focus {
  color: #f1f1f1;
}

.overlaynav .closebtnnav {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 50px;
  cursor:pointer;
}

/************************************/

.mobile-container {
  width: 100%;
  max-width: 100%;
  margin: auto;
  background-color: #333;
  color: white;
  border-radius: 0px;
}
.topnav {
  overflow: hidden;
  position: relative;
}

.topnav1 {
  overflow: hidden;
  background-color: #555;
  position: relative;
}
.topnav2 {
  overflow: hidden;
  background-color: #555;
  position: relative;
}
.topnav3 {
  overflow: hidden;
  background-color: #555;
  position: relative;
}
.topnav4 {
  overflow: hidden;
  background-color: #555;
  position: relative;
}

.topnav #myLinks {
  display: none;
}
.topnav1 #myLinks1 {
  background-color: #555;
  padding: 0 0 0 10px;
  display: none;
}
.topnav2 #myLinks2 {
  background-color: #555;
  padding: 0 0 0 10px;
  display: none;
}
.topnav3 #myLinks3 {
  background-color: #555;
  padding: 0 0 0 10px;
  display: none;
}
.topnav4 #myLinks4 {
  background-color: #555;
  padding: 0 0 0 10px;
  display: none;
}

.topnavM {
  background-color: #555;
  padding: 0 0 0 10px;
}

.topnavx {
}

.topnav a {
  color: #ccc;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
.topnav ab {
  color: #ccc;
  padding: 15px 52px 14px 0;
  text-decoration: none;
  font-size: 16px;
  display: block;
}
.topnav amenu {
  color: #ccc;
  padding: 16px 52px 16px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: #222;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.topnav ab.iconback {
  background: #222;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.topnav amenu.iconback {
  background: #222;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.topnav a.icon1:hover {
  cursor: pointer;
}
.topnav a.icon2:hover {
  cursor: pointer;
}
.topnav a.icon3:hover {
  cursor: pointer;
}
.topnav a.icon4:hover {
  cursor: pointer;
}

.topnav1 a.icon1 {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  max-height: 20px;
}
.topnav2 a.icon2 {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  max-height: 20px;
}
.topnav3 a.icon3 {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  max-height: 20px;
}
.topnav4 a.icon4 {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  max-height: 20px;
}

.topnav a:hover {
  background-color: #04AA6D;
  color: black;
}

.active {
/*
  background-color: #04AA6D;
  color: white;
  */
}

.topnav_start_back {
  width: 100%;
  background-color: #222;
  color: white;
}
.topnav_start {
  width: max-content;
  background-color: #222;
  color: white;
}
.topnav a.topnav_start {
  background-color: #222;
}

/************************************/

@media screen and (max-width: 600px) {
  .overlaynav a {font-size: 20px}
  .overlaynav .closebtnnav {
  font-size: 30px;
  top: 15px;
  right: 35px;
  }

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon.
This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    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;
  }
}

@media screen and (max-width: 800px) {
  .overlaynav a {font-size: 25px}
  .overlaynav .closebtnnav {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
