body {
    padding: 0;
    margin: 0;
}

p, a, span, div {
    font-family: sans-serif;
}

@media screen and (max-width: 1000px) {
    .header-desktop {
        display: none!important;
    }
    div.main:not(:has(.hero)) {
        padding-top: 80px;
    }
    .split-box {
        flex-direction: column-reverse;
    }
    .split-box:nth-child(3) {
        flex-direction: column!important;
    }
    .split-box-image {
        min-height: 400px;
        width: 100%!important;
        margin-bottom: 20px;
    }
    .split-box-text {
        width: 100%!important;
    }
}

@media screen and (min-width: 1000px) {
    .header-mobile {
        display: none!important;
    }
    div.main:not(:has(.hero)) {
        padding-top: 120px;
    }
}

header {
    position: fixed;
    background: white;
    width: 100%;
}

.header-desktop {
    display: flex;
    justify-content: space-evenly;
    height: 120px;
    box-shadow: 5px 2px 5px #333;
}

.header-mobile {
    box-shadow: 5px 2px 5px #333;
}

.main {
    padding-top: 80px;
}

.content {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
  min-height: 50vh;
}

.header-desktop a {
    display: block;
}

header a {
    text-decoration: none;
    color: #333;
    font-family: sans-serif;
}

.header-desktop > div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.header-desktop .col1, .header-desktop .col2, .header-desktop .col3 {
    width: 30%;
}

.header-desktop .col2 > a img {
    width: 200px;
    transform: translateX(-100px);
    display: block;
    margin: auto;
    position: absolute;
    top: 10px;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
}

.header-mobile a {
    display: block;
    margin: auto;
    width: 100px;
}

.header-mobile summary {
    list-style: none;
}

.header-mobile summary img {
    display: block;
    margin: auto;
    position: absolute;
    top: -55px;
    right: 40px;
}


.header-mobile .col1 img {
    width: 25px;
    padding: 5px 0;
}

.header-mobile .col2 img {
    width: 100px;
    max-width: 100%;
    display: block;
    margin: auto;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
}

.hamburger-menu {
    padding-top: 10px;
}

.hamburger-menu details {
  position: absolute;
  background: white;
  width: 100%;
}

.header-mobile details a {
  padding: 8px 10px;
  padding-top: 3px;
  width: 100% !important;
  background: #eee;
}

video {
    width: 100%;
    height: auto;
    max-height: 90vh;
}

.hero {
    background: black;
}

.hero-banner-wrapper {
    background: #182d09;
    margin-bottom: 50px;
}

.hero-banner {
    max-width: 1400px;
    padding: 50px 20px;
    margin: auto;
}

.hero-banner h1, .hero-banner span, .hero-banner p {
    color: white;
}

.split-box {
    display: flex;
    min-height: 400px;
}

.split-box-text, .split-box-image {
  width: 50%;
}

.split-box-text {
    background: #2e092b;
    line-height: 2.25em;
}

.split-box-text p, .split-box-text span, .split-box-text h2 {
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 0 20px;
}

.split-box-image {
    background-size: cover;
}

.blurb {
    background: #ffb300;
    padding: 40px 10px;
    margin-bottom: 30px;
}

.blurb h2 {
    text-align: center;
}

.blurb p {
    max-width: 1300px;
    margin: auto;
    line-height: 2.25em;
}

footer {
    background: url("/images/landscape.webp");
    min-height: 600px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

footer h2 {
    font-family: sans-serif;
    text-align: center;
    color: white;
    font-weight: 300;
    line-height: 1.5em;
    font-size: min(5vw,44px);
}

footer h2 a {
    color: white;
}

.parallax {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

li {
    line-height: 2em;
}