a {
    color: rgba(4, 171, 151, 1);
    text-decoration: none;
}
a:hover {
    border-bottom: 1px rgba(4, 171, 151, 1) dotted;
}

nav {
  margin: 0 auto;
  transition: transform .25s .1s ease-in-out;
}

.down nav {
  transform: translate3d(0, -70px, 0);
}

.down li.nav-item:first-child img {
  width: 90px;
  height: auto;
}

li.nav-item:first-child img {
  width: 125px;
  height: auto;
}

nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

li.nav-item:first-child {
  width: 100%;
  text-align: center;
}
ul.dropdown-menu li.nav-item:first-child {
    text-align: start;
}

.down li.nav-item:first-child {
  width: auto;
}

.nav-item {
  font-weight: 600;
}

a.nav-link {
  /* color: var(--bs-black); */
  font-size: 18px;
}
a.nav-link:hover {
    border-bottom: none;
}

li.nav-item {
    padding-left: 3px;
    padding-right: 3px;
}

@media (min-width:768px) {
  nav ul.navbar-nav {
    height: 130px;
  }
}

.dropdown-toggle::after {
    display: none;
}

@media (min-width:768px) {
  .parallax {
    margin-top: 145px !important;
  }
}

footer a {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}
footer a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px dotted rgba(221, 221, 221, .7);
}
.accordion-button {
    font-size: 1.5rem;
    font-weight: 500;
}
.accordion-button:not(.collapsed) {
    background-color: rgba(4, 171, 151, 1);
}
.accordion {
    --bs-accordion-btn-focus-border-color: rgba(4, 171, 151, 1);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem  rgba(4, 171, 151, 0.25);
}
