/* ----- FOOTER ----- */
footer .jnavbar {
  margin: 25px 0 7px 0;
}
footer .nav-logo {
  height: 40px;
  width: auto;
}

footer .footer-bottom {
  font-family: "Bebas Neue", cursive;
  font-size: 15px;
  padding: 0 50px;
  text-align: end;
  margin-bottom: 15px;
}

footer .footer-bottom a {
  color: #97baa6;
}
footer .footer-bottom a:hover {
  color: #bc8b7c;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  footer .jnavbar {
    display: grid;
    justify-items: center;
  }
  footer .right-nav-parent {
    display: flex;
    margin: 0;
  }
  footer .nav {
    display: grid !important;
    justify-items: center;
  }
  footer .nav-link {
    padding-top: 3px;
    padding-bottom: 0;
  }
  footer .toggle-button {
    display: none;
  }
  footer .footer-bottom {
    text-align: center;
  }
  footer .nav-logo {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  footer .nav-logo {
    height: 35px;
  }
  footer .footer-bottom {
    padding: 0 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 350px) {
  footer .nav-logo {
    height: 29px;
  }
}