.container {
    max-width: 1100px
}

main {
    padding: 0px;
    max-width: unset;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 26px;
    line-height: 32px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h2.big {
    font-size: 24px;
}

h2.pre-header {
    font-weight: 300;
    margin-bottom: 3px;
    font-size: 16px;
}

.text-block h2:not(:first-child) {
    margin-top: 30px
}

.text-block li {
    margin-bottom: 20px;
}

.text-block img {
    margin-bottom: 10px;
}

ol.big-numbers {
    list-style: none;
    counter-reset: step;
    margin: 0;
    padding: 0;
}

ol.big-numbers li {
    counter-increment: step;
    position: relative;
    padding-left: 2.5rem;
}

ol.big-numbers li::before {
    content: counter(step) ")";
    position: absolute;
    left: 11px;
    top: -8px;
    color: #972d83;
    font-weight: 600;
    font-size: 24px;
}

img.rounded-md {
    border-radius: 20px;
}

img.rounded-20 {
    border-radius: 20px;
}

.feature-cards-wrapper a {
    text-decoration: none;
    display: contents;
}

.feature-cards-wrapper a .card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-cards-wrapper a:hover .card,
.feature-cards-wrapper a:focus .card {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
}

.cool-text {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
}

.cool-text h2 {
    font-size: 25px;
    margin-bottom: 15px;
}

.cool-text p {
    margin-bottom: 14px;
}

.primary-btn,
.secondary-btn {
    padding: 10px 20px;
    border-radius: 11px;
    text-decoration: none;
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: 18px;
    min-width: 170px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.primary-btn {
    background-color: #63AC2E;
}

.secondary-btn {
    background-color: #7c7c7c;
}

.primary-btn:hover,
.primary-btn:focus,
.secondary-btn:hover,
.secondary-btn:focus {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
}

/*
.body-content {
    padding: 40px 0px;
}
*/

.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 0px;
}

.site-header .navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.navbar>.container {
    justify-content: left;
}

.site-header .navbar-brand {
    margin-left: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.site-header .navbar-brand img {
    max-width: 280px;
    height: auto;
}

.site-header .navbar-nav .nav-link {
    color: #0f172a;
    font-family: "Unbounded", sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    padding: 0.9rem 1rem;
}

.site-header .navbar-nav .nav-link.active,
.site-header .navbar-nav .nav-link:hover,
.site-header .navbar-nav .nav-link:focus {
    color: #be185d;
}

.site-header .navbar-toggler-icon {
    filter: invert(30%);
}

.site-header .navbar-collapse {
    justify-content: flex-end;
}

.breadcrumbs-bar {
    background-color: #000;
    padding: 5px 15px;
}

.breadcrumbs-bar p {
    margin: 0px;
    color: #fff;
    font-family: "unbounded", sans-sarif;
    position: relative;
    padding-left: 18px;
    font-size: 16px;
}

.breadcrumbs-bar p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
}

.pink-topo-bar {
    width: 100%;
    background-image: url("/images/pink-bar-topo-thick-r1.jpg");
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pink-topo-bar h1 {
    text-align: center;
    font-family: "Unbounded", sans-serif;
    font-style: bold;
    font-size: 25px;
    color: #fff;
    padding: 0px;
    margin: 0px;
}

.light-grey {
    background-color: #E9E9E9;
}

.narrow-column {
    max-width: 600px;
    margin: auto;
}

.mx-w-800 {
    max-width: 800px;
}

.margin-auto {
    margin: auto;
}

.spicy-table {
    font-family: "unbounded", sans-serif;
    font-size: 12px;
    padding: 5px 21px;
    border-radius: 20px;
}

.spicy-table .column {
    display: flex;
    align-items: center;
}

.spicy-table .row:nth-child(even) {
    background-color: white;
    border-radius: 10px;
}

.spicy-table .column p {
    margin: 0px;
    padding: 8px 0px;
}

.spicy-table .class-title p {
    text-align: center;
}

.pink-topo-callout-box,
.dark-green-topo-callout-box {
    background-image: url("/images/transparent-topo-nuuanu-valley-section2.png");
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    background-size: 610px;
}

.pink-topo-callout-box {
    background-color: #972D83;
}

.dark-green-topo-callout-box {
    background-color: #152320;
}

.pink-topo-callout-box p {
    margin-bottom: 0px;
}

.pink-topo-callout-box h2 {
    font-size: 18px;
    font-weight: 400;
}

.grey-callout-box .container {
    padding: 0px 40px;
}

.grey-callout-box .row {
    padding: 20px 10px;
    background-color: #E9E9E9;
    border-radius: 20px;
    align-items: center;
}

.grey-callout-box img {
    border-radius: 10px;
}

.grey-callout-box h1 {
    margin-bottom: 4px;
}

.grey-callout-box p {
    margin-bottom: 0px;
}

.video-banner {
    position: relative;
    width: 100%;
    max-height: 450px;
    overflow: hidden;
    aspect-ratio: 1200 / 320;
    /* desktop reference ratio */
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78vh;
    /* maintain 16:9 ratio */
    height: 100vh;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

/* Video Banner */
.video-banner {
    position: relative;
    width: 100%;
    max-height: 450px;
    overflow: hidden;
}

.video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-banner {
    position: relative;
    width: 100%;
    max-height: 450px;
    overflow: hidden;
}

.image-banner-directions-page img {
    margin-top: -20%;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.feature-cards-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: auto;
    padding: 0px;
}

.feature-cards-wrapper .card {
    max-width: 170px;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    border: none;
}

.feature-cards-wrapper img {
    max-width: 120px;
}

.feature-cards-wrapper p {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    margin-bottom: 0px;
}

.footer-credit {
    font-size: 13px;
    padding-top: 5px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.flex-center-xy {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-center-x {
    display: flex;
    justify-content: center;
}

/* Desktop styles */
@media (min-width: 768px) {
    .mobile {
        display: none;
    }

    .image-banner-adventure-tours-page img {
        margin-top: -10%;
    }

    .adventure-tours-page #adventure-awaits {
        position: relative;
        z-index: 1;
        margin-top: -110px;
    }

    #adventure-awaits .dark-green-topo-callout-box {
        box-shadow: 0px 7px 18px #000000a1;
    }

}

/* Mobile styles */
@media (max-width: 991.98px) {
    .site-header .navbar-collapse {
        padding-top: 1rem;
    }

    .site-header .navbar-nav .nav-link {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .desktop {
        display: none;
    }

    .site-header,
    .site-header .container,
    .site-header .navbar {
        padding: 0px;
    }

    .site-header .navbar-brand img {
        max-width: 200px;
    }

    .site-header .navbar-collapse {
        padding-top: 9px;
        background-color: #000000;
    }

    .site-header .navbar-nav .nav-link {
        color: #fff;
        padding-left: 20px;
    }

    nav .navbar-brand {
        order: 2;
    }

    nav .navbar-toggler {
        order: 1;
        margin-left: 16px;
    }

    nav .navbar-collapse {
        order: 3;
    }

    .breadcrumbs-bar {
        padding: 5px 4px;
    }

    .breadcrumbs-bar p {
        font-size: 13px;
    }

    .breadcrumbs-bar p::before {
        top: 47%;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 9px solid #fff;
    }

    .primary-btn,
    .secondary-btn {
        min-width: unset;
    }

    .feature-cards-wrapper {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .feature-cards-wrapper .card {
        max-width: 46%;
        margin: 4px;
    }

    .pink-topo-bar {
        padding: 0px 14px;
    }

    .pink-topo-bar h1 {
        font-size: 16px;
        line-height: 22px;
    }

    .pink-topo-callout-box,
    .dark-green-topo-callout-box {
        border-radius: 0px;
    }

    .pink-topo-callout-box h2 {
        font-size: 18px;
        font-weight: 400;
    }

    /* Video Banner */
    .video-banner {
        aspect-ratio: 16 / 9;
        max-height: none;
    }

    .image-banner {
        aspect-ratio: 16 / 9;
        max-height: none;
    }

    .spicy-table {
        border-radius: 0px;
    }

    .spicy-table .row {
        justify-content: space-between;
    }

    .spicy-table .row .col-sm:nth-child(1),
    .spicy-table .row .col-sm:nth-child(2) {
        width: 20%;
    }

    .spicy-table .row .col-sm:nth-child(3) {
        width: 47%;
    }

    .image-banner-directions-page img {
        margin-top: 0%;
    }

}