body {
    background-color: #eeebe5;
}

.page-offset-top {
    padding-top: 120px;
    padding-left: 120px;
    padding-right: 80px;
}

.left-aligned {
    margin-left: auto;
}

.bg-dark {
    background-color: #343a40 !important;
}

.bg-hero {
    background-color: #45b06cff;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-bottom: 1.25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}


.navbar {
    position: fixed !important;
    width: 100% !important;
    height: 78px !important;
    /* height: 0px; */
    margin-top: -8px !important;
    /* margin-top: -16px; */
    background-color: transparent !important;
    font-family: Arial, sans-serif !important;
    z-index: 1000 !important;
}

.navbar-top {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 10px 20px !important;
    background-color: transparent !important;
}

.home-link {
    margin-left: -20px;
    margin-top: -12px;
}

.home-link img {
    display: block;
}

.nav-icons {
    display: flex;
    gap: 10px;
    z-index: 1000;
}

.nav-icon {
    cursor: pointer;
}

.navbar-menu {
    position: absolute;
    top: -35vh;
    right: 0;
    width: 88vw;
    height: 140vh;
    background: transparent;
    overflow: hidden;
    z-index: 999;
}

.nav-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 200vh;
    /* object-fit: contain; */
    z-index: 0;
    filter: brightness(100%);
}


.nav-grid {
     position: relative;
    display: grid;
    grid-template-columns: repeat(3, auto);
    padding: 44vh 0px 0px 55vw;
    z-index: 1;
    color: white;
    height: 75vh;
    overflow: hidden;
    line-height: 10px;
    gap: 20px;
}

.nav-title {
    font-size: 30px;
    font-weight: bold;
}

.sub-title {
    margin-top: 35px;
}

a {
    text-decoration: none !important;
    font-size: 18px !important;
    color: whitesmoke !important;
    font-weight: bold !important;
}

.hidden {
    display: none !important;
}

.nav-group-dry {
    margin-left: -100px;
}

.stats-section {
    position: relative;
    background-color: #f5f1e8;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body-image {
    position: absolute;
    bottom: 0;
    left: 10%;
    max-width: 50%;
    max-height: 90%;
    opacity: 1;
    z-index: 1;
}

.slide-container {
    display: flex;
    width: 200%;
    transition: transform 0.8s ease;
    height: 100%;
    z-index: 2;
    position: relative;
}

.slide {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding: 0 100px;
    box-sizing: border-box;
}

.slide-content {
    max-width: 375px;
    text-align: right;
}

.stat-block {
    font-weight: bold;
    color: #003366;
}

.stat-number {
    font-size: 3rem;
    margin-bottom: 20px;
}

.stat-text {
    font-size: 1.5rem;
}

.stat-text.large {
    font-size: 2rem;
    font-weight: bold;
    color: #e67373;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    padding: 10px;
}

.arrow.prev {
    left: 30px;
}

.arrow.next {
    right: 30px;
}

.hamburger-button {
    width: 60px;
    height: 60px;
    background-color: #4B74A0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px dotted white;
    gap: 6px;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.hamburger-button div {
    width: 36px;
    height: 8px;
    background-color: white;
    border-radius: 41px;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.footer-section {
    height: auto;
    background-color: #111;
    color: white;
    position: relative;
    scroll-snap-align: start;
    z-index: 5;
}

.footer-section::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.footer {
    background: linear-gradient(to bottom, #eeebe5, #000000);
    color: white;
    text-align: center;
}

.container-center {
    max-width: 1300px;
    display: flex;
    margin: 0 auto;
}

.sponsor-carousel {
    overflow: hidden;
    width: 100%;
    background: #000;
    padding: 20px 0;
}

.sponsor-track {
    display: flex;
}

.sponsor-item {
    flex: 0 0 auto;
    margin: 0 20px;
}

.sponsor-item img {
    height: 100px;
    display: block;
}

.img-fluid {
    width: 635px;
    height: 400px !important;
}