body {
  color: #000;
}

.navbar .nav-link {
  color: #000000;
  padding: 0.5rem 1rem;
  font-weight: 400;
  font-size: 0.875rem;
}

.text-dark {
  color: #000000 !important;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: #000000;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.page-header h1,
.page-header h2 {
  text-shadow: 0 0 15px black, 2px 2px 4px #000, -2px 2px 4px #000,
    2px -2px 4px #000;
}
.page-header h2 {
  color: #ff383f;
}
.navbar.blur .dropdown .dropdown-menu.show {
  box-shadow: inset 0 0 4px #e1242b !important;
}
.nav-logo {
  max-height: 80px;
}

.top-bar {
  /* box-shadow: inset 0 0 4px #690004; */
  border-bottom: 2px solid #b71111;
  padding-top: 0.5rem;
  padding-bottom: 0.6rem;
  background-color: #141516 !important;
  color: #ffffff;
}

.top-bar .list-inline {
  margin-bottom: 0;
}

.top-bar .list-inline-item {
  margin-right: 0.7rem;
  font-size: 0.7rem;
}

.top-bar .list-inline-item a {
  color: #ff383f;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 0.2em;
}

.top-bar .list-inline-item a:hover {
  color: #ff5359;
  text-decoration-style: solid;
}

.text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .nav-logo {
    max-height: 60px;
  }
  .my-3 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

@media screen and (max-width: 991.98px) {
  .dropdown.nav-item .dropdown-menu-animation.show {
    height: 280px;
    opacity: 1;
  }
}

/* FOOTER */

.first-footer-link {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 0.2em;
  font-weight: 700;
  transition: all 0.3s ease;
}

.first-footer-link:hover {
  color: #ffcdce;
  text-decoration-style: solid;
  text-decoration: underline;
}

.single_info__block {
  text-align: center;
}

.light-gray-link {
  font-size: 36px;
  color: black;
  transition: all 0.3s ease;
}

.light-gray-link:hover {
  color: #ffcdce;
}

.hr-lines {
  position: relative;
  /*  new lines  */
  /* max-width: 500px;
    margin: 100px auto; */
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hr-lines:before {
  content: " ";
  display: block;
  height: 2px;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  background: rgb(253, 240, 240);
}

.hr-lines:after {
  content: " ";
  height: 2px;
  width: 50%;
  background: rgb(253, 240, 240);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

.fancy {
  line-height: 1.5;
  text-align: center;
}
/* .fancy a {
    display: inline-block;
    position: relative;  
  }
  .fancy a:before, .fancy a:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    top: 5px;
    width: 50%;
}
  .fancy a:before {
    right: 100%;
    margin-right: 15px;
  }
  .fancy a:after {
    left: 100%;
    margin-left: 15px;
  } */

.white-glow {
  text-shadow: 0 0 #fff, 0 1px 1px #fff, 1px 0 1px #fff, 0 -1px 1px #fff,
    -1px 0 1px #fff, 0 0 3px #fff, 2px 2px 2px #fff, -2px -2px 2px #fff,
    -2px 2px 2px #fff, 2px -2px 2px #fff, 0 0 3px #000, 0 1px 3px #000,
    1px 0 3px #000;
}

.text-content a {
  letter-spacing: -0.025rem;
  color: var(--bs-link-color);
  text-decoration: 1px dotted underline;
  text-underline-offset: 4px;
  transition: all 0.3s ease;
}

.text-content a:hover {
  color: var(--bs-link-hover-color);
  text-decoration: 1px solid underline;
}

.ion-android-done:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: var(--bs-danger);
  padding-right: 5px;
}
.footer a {
  transition: all 0.5s ease;
}
.footer a:hover {
  /* color: #ffcdce; */
  text-decoration: underline;
  text-underline-offset: 5px;
}
