:root {
  --bs-hero-bg: url("../images/8489d4c6-ff4d-4c77-84b5-29a637aaec45.webp");
}

body:before, .hero:before {
  background-image: var(--bs-hero-bg);
  height: 115vh !important;
}

a {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 16px;
}

p {
  font-family: 'FuturaCyrillicLight', sans-serif !important;
  font-size: 21px;
}

h2, h3, h4, h5, h6 {
  font-family: 'FuturaCyrillicBook' !important;
}

h1 {
  font-family: 'Betterlett';
  font-weight: normal !important;
  font-size: 3.5em;
  color: var(--bs-dark) !important;
}

td {
  background: none !important;
  border-bottom: 1px solid var(--bs-gray-500);
}

th {
  background: none !important;
  font-family: 'FuturaCyrillicBook';
  font-weight: normal;
  font-size: 1.2em;
  border-bottom: 1px solid var(--bs-gray-700);
}

table {
  font-family: 'FuturaCyrillicLight';
  font-size: 1.25em !important;
}

footer {
  padding-top: 1.2rem !important;
  padding-bottom: 1.3rem !important;
  position: fixed;
  bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: 100px;
}

.navbar .nav-link:hover, .navbar .nav-link.active {
  text-decoration-color: var(--bs-dark) !important;
}

.py-5 {
  padding-top: 1rem !important;
  padding-bottom: 3rem !important;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3.5rem;
  }
}