body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

header {
    box-shadow: 0 0 16px rgba(1, 65, 77, 0.2);
}

.logo {
    height: 100px;
    width: auto;
    padding: 8px 0;
}

.btn-accent-custom {
    background-color: #008ea6;
    color: #fff;
}

.btn-accent-custom:hover {
    background-color: #016b7e;
    color: #fff;
}

.hero-main {
    height: 500px !important;
    position: relative;
    max-height: 360px;

    @media (min-width: 768px) {
        max-height: 500px;
    }
}

.hero-content {
    width: 100%;
    text-shadow: 1px 1px black;
    
    @media (min-width: 768px) {
        width: 100%;
        max-width: 900px;
    }
}

.display-4 {
    font-weight: 500;
}

.heading-divider {
    margin: 16px auto;
    border: 0;
    border-top: 2px solid rgb(183, 14, 120);
    opacity: 1;
    width: 64px;
}

.bg-image, .hero-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-image {
    filter: brightness(0.4);
}

.hero-img-overlay {
    background: rgba(1, 65, 77, 0.15);
}

.img-container {
    height: 100%;
}

main .container-fluid:not(:first-child):nth-child(2n+1) {
    background: rgba(1, 65, 77, 0.1);
}

.container-fluid:not(.hero-main):not(.cta-container):not(.sponsor-container) .heading-divider {
    margin: 0 auto 24px 0;
}

.text-image-container, .image-text-container, .cta-container, .footer-container, .sponsor-container {
    padding: 64px 4px;

    @media (min-width: 768px) {
        padding: 64px 24px;
    }
}

.text-image-container .row, .image-text-container .row {
    max-width: 1140px;
    margin: 0 auto;
}

.image-text-container .image-container {
    @media (max-width: 767px) {
        order: 1;
    }
}

.content-container {
    max-width: 100%;
    margin: 0 auto;
}

.image-container {
    display: flex;
    width: 50%;
}

.image-container img {
    object-fit: cover;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    max-height: 320px;

    @media (min-width: 768px) {
        min-height: 100%;
        position: relative;
    }
}

@media (max-width: 768px) {
    .text-container, .image-container {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.cta-container .content-container, .footer-container .content-container, .sponsor-container .content-container {
    max-width: 900px;
    margin: 0 auto;
}

.cta-container .col-sm-6 {
    @media (max-width: 767px) {
        width: 100%;
    }
}

.footer-container {
    background: #008ea6;
    color: white;
    padding: 40px 24px 0;

    @media (max-width: 767px) {
        padding: 40px 4px 0;
    }
}

.footer-container a {
    color: white;
    text-decoration: none;
}

.footer-container a:hover {
    text-decoration: underline;
}

.copyright .content-container p {
    padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,0.5);
    margin-top: 40px;

    @media (min-width: 768px) {
        margin-left: 12px;
    }
}

.text-container .custom-content-padding {
    height: 100%;

    @media (min-width: 768px) {
        padding: 64px 0;
    }
}

.sponsor-logos .col-md-6 img {
    width: 100%;
    max-height: 150px;
    height: 100%;
    border: 1px solid #008da641;
    border-radius: 6px;
}

.donation-buttons .btn {
    width: fit-content;
}