@font-face {
  font-family: Roboto;
  src:
    url('assets/fonts/Roboto/Roboto-Italic-VariableFont_wdth\,wght.ttf'),
    url('assets/fonts/Roboto/roboto-italic-variablefont_wdthwght-webfont.woff2'),
    url('assets/fonts/Roboto/roboto-italic-variablefont_wdthwght-webfont.woff'),
    ;
}
@font-face {
  font-family: Roboto;
  src:
    url('assets/fonts/Roboto/Roboto-VariableFont_wdth\,wght.ttf'),
    url('assets/fonts/Roboto/roboto-variablefont_wdthwght-webfont.woff2'),
    url('assets/fonts/Roboto/roboto-variablefont_wdthwght-webfont.woff'),
    ;
}

:root {
  --bs-danger: #e11c1c;
}

@media (max-width: 992px) {
  div.w-md-75 {
    width: 75% !important;
  }
  div.w-md-100 {
    width: 100% !important;
  }
  div.px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .subpage-links {
    background-color: var(--bs-dark) !important;
  }
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 51px;
  letter-spacing: 2px;
  line-height: 61.2px;
}

h6 {
  color: rgb(129, 129, 129);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 13.2px;
}

div {
  font-family: "Arial";
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
}

table,
tbody,
tr,
th,
td {
  background: transparent !important;
}

.card {
  border-width: 0;
  border-radius: 0;
}

.bg-black {
  background-color: black;
}

.btn-black {
  background-color: #000 !important;
  color: #fff !important;
  border: none;
}

.icon-button {
  font-size: 2em;
}

.scale-on-hover {
  display: inline-block;
  transition: transform 0.2s cubic-bezier(0.4,0,0.2,1);
}

.scale-on-hover:hover {
  transform: scale(1.1);
}

.subpage-links .nav-link.active, .footer-link.active {
  color: var(--bs-danger) !important;
  font-weight: bold;
}

.shadow-lg {
  box-shadow: 0 .25rem 0.75rem rgba(255, 255, 255, 0.175) !important;
}

#navigation-bar.fading-out {
  transition: background-color 0.5s ease;
  background-color: transparent !important;
}

#navigation-bar {
  transition: background-color 0.25s ease;
  background-color: transparent !important;
}

#navigation-bar.bg-dark {
  background-color: #000 !important; /* Bootstrap bg-dark */
}


@media (max-width: 992px) {
  #navbarNavAltMarkup {
    background-color: #000 !important;
  }
}

button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}