* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  a {
    text-decoration: none;
  }
  body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
  }
  .nav-item, .dropdown-item {
    list-style: none;
  }
  .navbar {
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
    background-color: black;
    color: #fff;
  }
  .goog-te-gadget {
    font-family: 'Montserrat', sans-serif !important;
    margin-top: 8px;
  }
  .container-fluid {
    display: unset;
  }
  .top-nav {
    display: flex;
    justify-content: space-between;
  }
  .nav-link:focus {
  color: #ffc70a !important;
  }
  .nav-link:hover {
  color: #ffc70a !important;
  }
  .fa-bars {
    color: #FAC905;
  }
  @media screen and (max-width: 1550px) {
    #google_translate_element {
      display: none;
    }
  }
  @media screen and (max-width: 1399px) {
    #google_translate_element {
      display: unset;
    }
  }

