body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000000;
  position: relative;
  font-size: 12px;
}

h1,
h2{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
}


/*=================================================================
  Navigation
==================================================================*/
.navigation {
  background-color: #1d2024;
  width: 100%;
  z-index: 99;
  margin-bottom: 0;
  padding: 10px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.navigation .logo {
  padding: 0;
  height: auto;
  margin-top: 0;
}
.navigation .logo img {
  height: 80px;
}
.navigation .navigation-menu li a.active {
  color: #57cbcc !important;
}
.navigation .navigation-menu a {
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.navigation .navigation-menu a:hover, .navigation .navigation-menu a:focus {
  background: transparent;
  color: #57cbcc !important;
}

.navbar-toggle {
  border: 1px solid #fff;
  border-radius: 0;
}
.navbar-toggle span {
  background: #fff;
}

.navigation .navbar-nav.navigation-menu {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
}

/* Show dropdown on hover for desktop */
@media (min-width: 992px) {
  .navigation .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .navigation .nav-item.dropdown .dropdown-toggle::after {
    display: none;
  }
}

a:focus {
  background: transparent;
  color: #57cbcc !important;
}

a:active {
  color: #57cbcc !important;
}

a:hover {
  color: #57cbcc !important;
  background: transparent;
}