:root {
  --bs-light: #fff;
  --bs-light-rgb: 255,255,255;
  --bs-border-radius: 0;
  --bs-link-color: #333;
  --bs-info: #c7e4f0;
  --bs-info-rgb: 199, 228, 240;
  --bs-body-font-size: 1.1rem;
  --bs-primary: #475590;
  --bs-primary-rgb: 71, 85, 144;
  --bs-dark: #233334;
  --bs-dark-rgb: 35, 51, 52;
  --bs-dark-text: #fff;
  --bs-dark-link-color-rgb: #fff;
  --bs-body-line-height: 1.5;
  --bs-border-width: 2px;
  --bs-border-style: solid;
  --bs-border-color: rgba(0, 0, 0, 0.2);
  --bs-link-color-rgb: var(--bs-dark-rgb);
  --bs-link-hover-color-rgb: var(--bs-dark-rgb);
  --font-size-small: .8em;
  --main-nav-height: 40px;
  --bs-font-sans-serif: Arial;
  --slide-top-height: 45%;
  --slide-bottom-height: 55%;
  --slide-bg-top-height: 70%;
  --slide-bg-bottom-height: 30%;
  --logo-height: 40px;
}

.btn {
  --bs-btn-font-weight: 700;
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-padding-y: 0.7rem;
  --bs-btn-bg: var(--bs-dark);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: Bold;
  line-height: var(--bs-body-line-height);
}

.bg-dark {
  color: var(--bs-dark-text) !important;
}

.bg-dark a {
  color: var(--bs-dark-link-color-rgb) !important;
}

footer a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a.h1, a.h2, a.h3, a.h4, a.h5, a.h6
a.btn:hover,
a.btn:focus {
  text-decoration: none !important;
}

.lh-xl {
  line-height: 3;
}

.small {
  font-size: var(--font-size-small);
}

.btn {
  min-width: 200px;
}

.form-control {
  border-width: 0 0 var(--bs-border-width) 0;
  background-color: transparent;
  padding: 5px 0;
}

.form-control:focus {
  border-width: 0 0 var(--bs-border-width) 0;
  border-color: var(--bs-dark);
  background-color: transparent;
  box-shadow: none;
}


@media (min-width: 992px) {
  .navbar-rotate-lg > ul.navbar-nav {
    transform: rotate(-90deg) translate(-100%);
    position: fixed;
    top: 0;
    left: 10px;
    transform-origin: top left;
    width: 100vh;
    white-space: nowrap;
    justify-content: center !important;
  }
}
.navbar {
  --bs-navbar-toggler-padding-x: 0;
  --bs-navbar-active-color: var(--bs-primary);
  --bs-navbar-nav-link-padding-x: 1.5rem;
  --bs-navbar-toggler-border-color: transparent;
}
.navbar-toggler, .navbar-toggler:active {
  border: none !important;
  box-shadow: none !important;
}
.navbar-nav .nav-link.active {
  font-weight: bold;
}

header {
  height: var(--main-nav-height);
}
#header-logo, #footer-logo {
  height: var(--logo-height);
}

.vh-100 {
  height: calc(100vh - var(--main-nav-height)) !important;
}

.container-fluid {
  --bs-gutter-x: 1.5rem;
}

@media (min-width: 992px) {
  .container-fluid {
    --bs-gutter-x: 9.5rem;
  }
}