.navbar-logo {
  width: 160px;
  z-index: 4;
  top: 10px;
  filter: drop-shadow(0px 2px 4px #333);
}

.rounded-navbar {
  height: 36px;
  margin-top: 112px;
  filter: drop-shadow(2px 4px 6px black);
}

.bg-success {
  background-color: #126850 !important;
}

.bg-success .text-white {
  color: #fcf4d2 !important;
}

.bg-warning-kidders {
  background-color: #fcf4d2 !important;
}

.text-primary {
  color: #e4a660 !important;
}

.btn-primary {
  background-color: #4b3b09 !important;
  border-color: #292005 !important;
}

.btn-primary:hover {
  background-color: #126850 !important;
  border-color: #126850 !important;
}

.mask {
  position: absolute;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

.text-shadow {
  text-shadow: 2px 2px 4px #000000;
}

.kidders-link,
.kidders-content a {
  color: #126850;
  text-decoration: none;
  font-weight: 600;
  /* text-underline-offset: 5px; */
  transition: all 0.3s;
  /* text-decoration-thickness: 1px; */
}

.kidders-link:hover,
.kidders-content a:hover {
  color: #e4a660 !important;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  opacity: 1 !important;
}

.link-footer {
  color: #fcf4d2;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: all 0.3s;
  text-decoration-thickness: 1px;
}

.footer .link-footer:hover {
  color: #ffffff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  opacity: 1 !important;
}

.footer .btn-icon-only.opacity-6:hover {
  opacity: 1 !important;
}

.footer .btn-icon-only svg {
  transition: all 0.3s;
}

.footer .btn-icon-only:hover svg {
  transform: scale(1.2);
  fill: #ffffff;
}

.navbar-nav .nav-item.active,
.navbar-nav .nav-item:not(.contact):hover {
  border-bottom: 2px solid #126850;
  transition: all 0.3s;
  background: antiquewhite;
  border-radius: 5px;
}

input::placeholder,
textarea::placeholder {
  font-style: italic;
}

/* Radio buttons */
.form-check:not(.form-switch) .form-check-input[type="radio"]:checked {
  padding: 4px;
}
.form-check-input:checked[type="radio"],
.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: linear-gradient(310deg, #1b6439 0%, #118b3c 100%);
}
.form-check:not(.form-switch) .form-check-input[type="radio"]:after {
  transition: opacity 0.25s ease-in-out;
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
}

.alert-success,
.alert-danger {
  background-image: none;
}

@media screen and (max-width: 1024px) {
  /* .navbar-logo {
      width: 140px;
      z-index: 4;
      top: 120%;
      left: 50%;
      transform: translate(-50%, -50%);
  } 
  */
  .rounded-navbar {
    height: 36px;
    margin-top: 104px;
    filter: drop-shadow(2px 4px 6px black);
  }

  /* .navbar {
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);
  } */
}

@media screen and (min-width: 1200px) {
  .navbar .nav-link {
    color: #27272a;
    padding: 0.5rem 1rem;
    font-weight: 400;
    font-size: 1.05rem;
  }
}

@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media screen and (max-width: 991.98px) {
  .navbar-brand a {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .navbar-brand a img {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .navbar-logo {
    width: 110px;
    z-index: 4;
    top: 10px;
  }

  .dropdown.nav-item .dropdown-menu-animation.show {
    height: auto;
    opacity: 1;
  }

  #navigation .phone-contact-bar {
    flex-direction: column;
  }

  .rounded-navbar {
    height: 36px;
    margin-top: 59px;
    filter: drop-shadow(2px 4px 6px black);
  }
}

@media screen and (max-width: 720px) {
  .navbar-logo {
    width: 110px;
    z-index: 4;
    /* top: 10px; */
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .rounded-navbar {
    height: 36px;
    margin-top: 54px;
    filter: drop-shadow(2px 4px 6px black);
  }
}
