.navbar {
  background-color: #ffffff35 !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.mobile-div .navbar-dark .navbar-toggler {
  border-color: rgba(204, 204, 204, 0.5);
}
.mobile-div .container .logo {
  width: 141px;
  height: 64px;
  background: url(../images/logo.png);
  margin-left: 10px;
  cursor: pointer;
}
.mobile-div .dropdown-menu {
  width: 100vw;
  left: -1rem !important;
  background: #000;
  border: none;
  border-radius: 0;
}

.mobile-div .dropdown-item {
  color: #ccc !important;
  padding: 1rem 1.5rem;
}
.mobile-div .dropdown-item:hover,
.dropdown-item:focus {
  background: #333;
  color: #fff !important;
}
.nav-link:focus,
.nav-link:hover {
  color: #fff !important;
  opacity: 0.8;
}
