.logo-img {
  margin: 0;
  width: 150px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .logo-img {
    padding-bottom: 4px;
  }
}
.navbar {
  background-color: white;
  list-style-type: none;
  margin: 0;
  text-align: left;
  color: #3d3a29;
}
@media only screen and (max-width: 768px) {
  .navbar {
    text-align: center;
  }
}
.navbar a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.navbar .active {
  color: #b88c2e;
}
.navbar ul {
  display: inline-block;
  margin: 0;
  position: relative;
  bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .navbar ul {
    padding-top: 10px;
  }
}
.navbar li {
  display: table-cell;
  font-size: 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .navbar li {
    font-size: 12px;
  }
}
.navbar li:hover {
  font-weight: bold;
  color: #b88c2e;
  transition: all 0.1s ease-in-out;
}
.navbar li:last-child a {
  border: none;
}
.navbar li a {
  padding: 10px 15px;
  border-right: 1px solid #e2e0cb;
  font-family: 'Muli', sans-serif;
}
.navbar-container {
  text-align: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  display: block;
  background-color: white;
  border-bottom: 2px #242424 solid !important;
  height: 22vh;
}
@media only screen and (max-width: 768px) {
  .navbar-container {
    height: auto;
  }
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  height: 70vh;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .dropdown-content {
    -webkit-overflow-scrolling: touch;
    height: 200px;
    max-height: 200px;
    width: 100%;
  }
}
.dropdown-content a {
  color: black;
  padding: 5px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 12px;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
  color: #b88c2e;
}
.dropdown:hover .dropdown-content {
  display: block;
  z-index: 3;
}
.current-region {
  font-family: 'Nothing You Could Do', cursive;
  float: right;
  font-size: 24px;
  top: 114px;
  right: 30px;
  display: inline-block;
  position: absolute;
}
@media only screen and (max-width: 660px) {
  .current-region {
    display: none;
  }
}
.link-region {
  font-size: 10px;
}
.mobile-nav {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobile-nav {
    display: block;
    text-align: center;
  }
}
.fb-icon {
  height: 22px;
  width: 22px;
  vertical-align: middle;
}
.nav-country {
  padding: 5px;
}
