.navbar {
  box-shadow: 0px 10px 8.3px 0px #a2a2a240;

  .navbar-brand img {
    width: 10vw;
  }
}


.navbar-nav {
  justify-content: space-around !important;
  width: 100%;

  .nav-item {
    font-weight: 600;
    line-height: 35px;
    display: flex;

    .nav-link {
      color: #000000 !important;

      &.active {
        color: #3197a8 !important;
      }
    }
  }
}

@media (min-width: 320px) and (max-width: 668px) {

  .navbar-brand img {
    width: 30vw !important;
  }

  .contact {
    width: 33.3333%;
    flex: 0 0 auto;
  }}

