@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --bs-body-font-family: "Poppins", "Roboto", sans-serif;
}

nav #header {
  padding: 11px 48px;
}

nav #header ul {
  list-style-type: none;
  padding-left: 10px;
}

nav #header ul li {
  position: relative;
}

nav #header ul li::before {
  position: absolute;
  left: -16px;
  top: -8px;
  font-size: 24px;
  content: "•";
}

nav #navbar {
  padding: 12px 69px;
  max-height: 66px;
  height: 100%;
  background-color: rgba(0, 0, 0, 20%);
}

nav.solid #navbar {
  background-color: white;
}

nav #navbar .logo {
  width: 114px;
  height: 42px;
}

nav #navbar .menu-option:hover {
  background-color: rgb(0 0 0 / 25%);
  filter: brightness(1.1);
}

nav.solid #navbar .menu-option:hover {
  background-color: rgb(0 0 0 / 5%);
}

nav {
  margin-bottom: -66px;
}

nav.solid {
  margin-bottom: 0;
}

footer {
  padding: 16px 100px;
  max-height: 126px;
  height: 100%;
}

footer .logo div p {
  max-width: 222px;
}

footer .logo .vr {
  width: 2px;
  height: 64px;
  align-self: center;
  margin-left: 48px;
}

@media (max-width: 768px) {
  nav #navbar {
    padding: 12px 16px;
    max-height: 48px;
  }

  nav #navbar .logo {
    width: 65px;
    height: 24px;
  }

  footer {
    padding: 16px;
    max-height: 96px;
    height: 100%;
  }

  footer .logo div img {
    width: 65px !important;
    height: 24px !important;
  }

  footer .logo div p {
    width: 192px;
    font-size: smaller !important;
  }

  footer .logo .vr {
    margin-left: 12px;
  }

  footer .copyright p {
    font-size: x-small;
    text-align: center;
  }

  #contactBar {
    padding: 12px 24px;
    font-size: x-small;
  }
}
