:root {
  font-size: 15px;
}

body {
  background-color: #f2efe8 !important;
  font-family: "Funnel Sans" !important;
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Funnel Sans", "Stag Sans", "Funnel Sans", Courier,
    monospace !important;
  font-weight: 600;
}

.toplogo {
  max-width: 250px;
}

a {
  text-decoration: auto;
}

.form-error {
  color: red;
}

.bg-fg-darkblue {
  background-color: #205080;
}

.bg-fg-lightblue {
  background-color: #0e93d6;
}

.bg-fg-green {
  background-color: #035549;
}

.bg-fg-brown {
  background-color: #55030f;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}
b,
strong {
  font-weight: 600 !important;
}

.dropdown-item {
  font-size: 0.95rem;
}

.slidertext {
  font-size: 2.5rem;
  font-family: "Funnel Sans" !important;
  color: white;
  font-weight: 600;
  text-align: right;
}

.pagetopimage {
  height: 150px;
  width: 1400px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .pagetopimage {
    height: 300px;
    width: 1400px;
    object-fit: cover;
  }
}
