/*
 * Theme Name: My Timber Starter Theme
 * Description: Starter Theme to use with Timber
 * Author: Upstatement and YOU!
*/

/* ========================================
   Global Layout
======================================== */

body {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    z-index: +50 !important;
    position: sticky !important;
    top: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12), 0 8px 10px rgba(0, 0, 0, 0.03) !important;
    border-top: 4px solid #00b7aa !important;
    width: 100%;
}

.wrapper {
    padding: 0rem;
}

/* ========================================
   Header / Navigation
======================================== */

.site-header {
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}

/* ===== Navigation reset ===== */
.site-nav li {
    position: relative;
}

.site-nav li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 12rem;
    background: #fff;
    border: 1px solid #e6e6e6;
    z-index: 1000;
}

.site-nav a {
    display: block;
    padding: 0.75rem 1rem;
    color: #1779ba;
    background: #e6e6e6;
    font-size: 20px;
    text-transform: uppercase;
}

.site-nav a:hover {
    background: #e6e6e6;
}

.site-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* .menu .is-active > a {
    color: #ffffff !important;
    background-color: #2779b3 !important;
}  */

.current-menu-item > a,
.current-menu-parent > a,
.current-menu-ancestor > a,
.current-menu-item > div > a,
.site-nav .current-menu-item > a,
.site-nav .current-menu-parent > a,
.site-nav .current-menu-ancestor > a,
.site-nav .current-menu-parent > .parentItem > a {
    background-color: #155868 !important;
    color: #fff !important;
}

.top-bar {
    background-color: #ffffff;
    top: 0px;
    transition: transform 0.25s ease-in-out;
    will-change: transform;
}

.top-bar.is-hidden {
  transform: translateY(-100%);
}

.headerLogo {
    position: absolute;
    top: 0;
    border: 1px solid #00b7aa;
    box-shadow: 2px 2px 5px #000000;
}

.headerLogoSmall {
    background-color: #ffffff;
}

.top-bar-right {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.top-bar-right a {
    color: #061e2e;
    font-family: "DIN 2014 Demi", sans-serif;
    margin-left: 10px;
}

.top-bar-right a:hover {
    color: #2279b3;
}

.top-bar ul {
    background: none !important;
}

.top-bar .menu.vertical {
    background-color: #ffffff !important;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: #b2b2b2 transparent transparent !important;
}

.dropdown .is-dropdown-submenu a {
    width: 100% !important;
}

.menu a {
    padding: 1rem 1rem !important;
    margin-left: 0px !important;
}

.chevron {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.5rem;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

/* Rotate when open */
.is-open>.chevron,
[aria-expanded="true"]>.chevron {
    transform: rotate(180deg);
}

.menu.vertical {
    position: absolute;
    z-index: 1;
    min-width: 200px;
    border: 1px solid #cacaca;
}

:nth-last-child(1).has-submenu>.menu.vertical {
    right: 0;
}

/* ========================================
   Sidebar Navigation
======================================== */

.sidebar-nav .vertical.menu {
    width: 300px;
    background-color: #061e2e;
    border: 1px solid #e6e6e6;
}

.sidebar-nav .menu a {
    color: #fefefe;
    border-bottom: 1px solid #155868;
}

.sidebar-nav .menu a:hover {
    background-color: #155868;
}

.sidebar-nav .menu .is-active > a {
    background-color: #155868 !important;
    color: #fff !important;
    border-bottom: 1px solid #00b7aa;
}

.sidebar-nav li {
    font-size: 1.4rem;
}

/* ========================================
   Footer
======================================== */

.site-footer {
    font-family: "DIN 2014 Demi", sans-serif !important;
    color: #ffffff;
    background-color: #061e2e;
    border-top: 10px solid #155868;
    padding: 2rem 0;
    margin-top: 3rem;
}

.site-footer .menu ul.sub-menu {
    display: none;
}

.site-footer .menu {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.site-footer a {
    font-family: "DIN 2014 Demi", sans-serif;
    color: #ffffff;
    padding: 0.5rem 1rem;
}

.site-footer a:hover {
     color: #c5c5c5;
}

.site-footer h2 {
    font-size: 2.2rem;
    text-transform: uppercase;
    font-family: "DIN 2014", sans-serif;
}

.widget, .site-footer li {
    list-style-type: none;
}

.footerLogo:hover {
    filter: brightness(1.1);
}

.site-footer p {
    font-family: "DIN 2014 Demi", sans-serif;
    text-transform: uppercase;
}

/* ========================================
   Compatibility Utilities
======================================== */

.font-weight-bold {
    font-weight: 700;
}

.font-italic {
    font-style: italic;
}

.text-muted {
    color: #777777;
}

.border-bottom {
    border-bottom: 1px solid #dddddd;
}

/* ========================================
   Typography Utilities
======================================== */

.text-bold {
    font-weight: 700;
}

.text-italic {
    font-style: italic;
}

/* ========================================
   Spacing Utilities
======================================== */

.section-spacing {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* ========================================
   Pagination
======================================== */

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

.pagination a {
    text-decoration: none;
}

.pagination .current {
    background: #1779ba;
    color: #ffffff;
}

/* ========================================
   Hero Section
======================================== */

.hero-section {
    padding: 5rem 1rem;
    text-align: center;
    background-color: #061e2e;
}

.hero-title {
    color: #fefefe !important;
    font-family: "Bourton Hand", sans-serif;
}

.hero-lead {
    color: #ffffff;
    font-family: "Akkurat Mono", monospace;
}

/* ========================================
   Full Width Hero Image
======================================== */

.hero-background {
  background-size: cover;
  height: 50vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-image img {
    display: block;
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

.hero-intro {
    padding: 3rem 1rem;

    text-align: center;

    border-bottom: 1px solid #dddddd;

    background: #ffffff;
}

.hero-title, .hero-background-title {
    margin-bottom: 1rem;
    font-size: 4rem;
    line-height: 1.2;
    color: #212529;
    text-transform: uppercase;
}

.hero-lead {
    font-size: 1.8rem;
}

.hero-subtitle {
    margin-left: auto;
    margin-right: auto;

    max-width: 48rem;

    font-size: 1.25rem;
    line-height: 1.7;

    color: #6c757d;
}

.hero-background-title, .hero-background-subtitle {
    color: #ffffff;
    text-shadow: 2px 2px 5px #000000;
}

/* Hides 'read more' link from excerpts */
.read-more {
  display: none;
}

/* ========================================
   Featured Hero Section
======================================== */

.featured-hero {
    padding: 5rem 1rem;

    border-bottom: 1px solid #dddddd;

    background: #ffffff;
}

/* ========================================
   Featured Image
======================================== */

.featured-hero-image {
    display: block;

    width: 100%;
    max-width: 540px;

    margin-left: auto;
    margin-right: auto;

    border-radius: 0.5rem;

    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.12);

    object-fit: cover;
}

/* ========================================
   Hero Typography
======================================== */

.featured-hero-title {
    margin-bottom: 1.25rem;

    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;

    color: #212529;
}

.featured-hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.7;

    color: #6c757d;
}

/* ========================================
   Content Area
======================================== */

.post-meta {
    margin-bottom: 1.5rem;

    font-style: italic;

    color: #777777;
}

.page-content {
    line-height: 1.8;
}

hr {
    border-bottom: 1px solid #155868;
}

.button {
    background-color: #035559;
    border-radius: 10px;
}

.button:hover {
    background-color: #196d71;
}

.button.large {
    font-size: 1.4rem;
    font-family: "DIN 2014 Demi", sans-serif;
    text-transform: uppercase;
}

.mainContainer {
    font-family: "DIN 2014 Demi", sans-serif;
    background-color: #fdfdeb;
    border-top: 7px solid #00b7aa;
}

.mainContainer h1 {
    font-size: 4rem;
    line-height: 1.2;
    font-family: "Bourton Hand", sans-serif;
}

.mainContainer h2 {
    font-size: 2.5rem;
    font-family: "Bourton Hand", sans-serif;
}

.mainContainer h3 {
    font-size: 1.9rem;
    font-family: "DIN 2014 Demi", sans-serif;
}

.mainContainer p {
    font-size: 1.4rem;
    font-family: "DIN 2014 Demi", sans-serif;
}

.mainContainer li {
    font-size: 1.4rem;
    font-family: "DIN 2014 Demi", sans-serif;
}

.mainContainer hr {
    border-bottom: 1px solid #00b7aa;
}

.mainContainer .flow-area-1, .mainContainer .flow-area-2, .mainContainer .flow-area-3 {
    border: 2px solid #00b7aa;
}

.mediaWallContainer {
    border-top: 7px solid #00b7aa;
    border-bottom: 3px solid #00b7aa;
    background-color: #155868 !important;
    color: #ffffff !important;
    --g-alpha: 0.15;
    background-image: linear-gradient(to top, rgba(0,0,0,var(--g-alpha)), rgba(0,0,0,0)) !important;
}

.mediaWallContainer h2 {
    font-size: 3.2rem !important;
    font-family: "Akkurat Mono", monospace;
    font-weight: 700;
}

.mediaWallImage {
    border: 2px solid #00b7aa;
    height: 500px !important;
    width: 100%;
    object-fit: cover;
}

.card {
    border: 1px solid #00b7aa;
}

.card.tour-card:hover {
    transform: translateY(-3px);
}

.card.tour-card img {
    height: 600px !important;
    object-fit: cover;
    width: 100%;
}

.card.tour-card h4 {
    font-family: "DIN 2014 Demi", sans-serif;
    text-transform: uppercase;
    font-size: 2.5rem;
}

.card.tour-card h4 a {
    color: #000000;
}

.card.tour-card p {
    font-size: 1.4rem;
    line-height: 1.7;
}

/* Text Elements */

h1.neutral-hero-heading {
    margin-top: 0;
    margin-bottom: 24px;
    color: #000;
    letter-spacing: -1px;
    font-weight: 700;
    font-size: 32px;
    font-family: 'Inter', sans-serif;
    line-height: 1.1;
}

/* Interaction Elements */

a.link-button.flow-white-action-button-1 {
    margin-top: 10px;
    padding: 16px 24px 16px 16px;
    background-color: #fff;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-family: "DIN 2014 Demi", sans-serif;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}

a.link-button {
    font-family: 'PT Sans', sans-serif;
}

a.link-button.flow-white-action-button-1:hover {
    padding-right: 24px;
    padding-left: 32px;
}

.container {
    padding-left: 0;
}

.container.flow-projects-grid-1 {
    display: grid;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto;
    min-width: 0;
    min-height: 80vh;
    max-width: 1480px;
    width: 100%;

    grid-template-areas: 'area-1' 'area-2' 'area-3';
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.container.flow-area-1:hover, .container.flow-area-2:hover, .container.flow-area-3:hover {
    filter: brightness(1.2);
}

.container.flow-area-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    -ms-flex-align: start;
    padding-top: 64px;
    padding-right: 16px;
    min-height: 500px;
    background-image: url('../../uploads/2026/05/morningCalmTourCard.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: repeat;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;

    grid-area: area-1;
    background-blend-mode: normal;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.container.flow-project-content-wrapper-1 {
    padding-left: 24px;
    padding-right: 24px;
    text-shadow: 2px 2px 5px #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 75%);
    text-transform: uppercase;
}

.container.flow-project-content-wrapper-1 h3 {
    border-bottom: 1px solid #00b7aa;
}

.container.flow-area-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    -ms-flex-align: start;
    padding-top: 64px;
    padding-right: 16px;
    min-height: 500px;
    background-image: url('../../uploads/2026/05/afternoonExplorerTourCard.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: repeat;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;

    grid-area: area-2;
    background-blend-mode: normal;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.container.flow-area-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    -ms-flex-align: start;
    padding-top: 64px;
    padding-right: 16px;
    min-height: 300px;
    background-image: url('../../uploads/2026/05/sunsetPaddleTourCard.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: repeat;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;

    grid-area: area-3;
    background-blend-mode: normal;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.container.flow-area-1,
.container.flow-area-2,
.container.flow-area-3 {
    box-shadow: inset 0 0 120px #000000 !important;
}

.flow-project-title {
    font-size: 3rem !important;
    color: #ffffff;
}

.flow-portfolio-paragraph {
    font-family: "DIN 2014 Demi", sans-serif;
    color: #ffffff;
    font-size: 1.25rem;
}

a.link-button.flow-white-action-button-1 {
   font-size: 20px;
   text-transform: uppercase;
}

.container.neutral-hero-container-left {
    display: grid;
    min-height: 87vh;
    background-color: #fff;

    grid-template-areas: 'image' 'content';
    grid-template-columns: minmax(100%, 1px);
    grid-template-rows: repeat(2, minmax(50vh, auto));
} 

/* Modifications to hero container left */
.container.neutral-hero-container-left {
    color: #ffffff !important;
    background-color: #061e2e;
}

.container.neutral-hero-container-left h1 {
    color: #ffffff !important;
}

.container.neutral-hero-container-left h2 {
    color: #ffffff !important;
    font-family: "Akkurat Mono", cursive;
}

.container.neutral-hero-container-left h1.line-one {
    font-family: "Rupture Standart", cursive;
    font-size: 140px !important;
}

.container.neutral-hero-container-left h1.line-two {
    font-family: "Bourton Hand", sans-serif;
    font-weight: normal;
    font-size: 100px !important;
}

.container.content-hero-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding-right: 16px;
    padding-left: 16px;

    grid-area: content;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.container.neutral-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    margin-top: 16px;
    margin-left: 0;
    padding-top: 48px;
    padding-bottom: 48px;
    max-width: 800px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.container.image-hero-1 {
    background-image: url('../../uploads/2026/05/brantLakeAerial2.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: repeat;

    grid-area: image;
    background-blend-mode: normal;
    border-right: 1px solid #155868;
    box-shadow: inset 0 0 100px #000 !important;
}

span.glyph.menu-icon-toggle {
    position: static;
    display: inline-block;
    margin: 2px auto;
    width: auto;
    color: #fefefe;
    font-size: 20px;
    line-height: 1;
}

.closingHeroImage {
  background-image: linear-gradient(
    rgba(0,0,0,.35),
    rgba(0,0,0,.45)
  ),
  url('../../uploads/2026/05/brantLakeAerial1.jpg');

  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  font-family: "DIN 2014 Demi", sans-serif;
}

.closingHeroImage h2 {
  font-family: "Bourton Hand", sans-serif;
  text-shadow: 2px 2px 3px #000000;
  font-size: 4.8rem !important;
  line-height: 1.2;
}

.closingHeroImage p {
  font-family: "DIN 2014 Demi", sans-serif;
  text-shadow: 2px 2px 3px #000000;
  font-size: 2rem !important;
}


@media screen and (min-width: 1301px) {

    .mobileMenu {
        display: none;
    }
}

/* ========================================
   Mobile/Tablet Adjustments
======================================== */

@media screen and (min-width: 20rem) {
    /* Text Elements */

    h1.neutral-hero-heading {
        font-size: 9.54vw;
        line-height: 1;
    }

}

@media screen and (min-width: 35.3125rem) {

    .container.content-hero-1 {
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media screen and (min-width: 43.75rem) {
    /* Layout Elements */

    .container.flow-projects-grid-1 {
        grid-template-areas: 'area-1 area-3' 'area-2 area-3';
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
    }
}

@media screen and (min-width: 48rem) {
    /* Text Elements */

    h1.neutral-hero-heading {
        font-size: 72px;
    }

}

@media screen and (min-width: 60rem) {
    /* Interaction Elements */

    a.link-button.flow-white-action-button-1 {
        padding-left: 24px;
    }


    .container.neutral-hero-container-left {
        grid-template-areas: 'image content';
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: auto;
    }
}

@media screen and (max-width: 959px) {

    .container.content-hero-1 {
        text-align: center;
        border-top: 1px solid #155868;
    }

    .container.content-hero-1 .button {
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (max-width: 1300px) {

    .top-bar {
        display: none !important;
    }

    .hero-image img {
        height: 320px;
    }

    .hero-title {
        font-size: 2.25rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .featured-hero {
        padding: 3rem 1rem;
    }

    .featured-hero-title {
        font-size: 2.2rem;
    }

    .featured-hero-subtitle {
        font-size: 1.1rem;
    }

    .featured-hero-image {
        max-width: 100%;
    }

         .mobileMenu {
        background-color: #ffffff;
      }

      .site-nav li {
        display: block;
      }

      .site-nav li > ul {
        position: static;
        border: 0;
    }

    .site-nav a {
        color: #061e2d;
        background: #ffffff;
        text-transform: uppercase;
        font-size: 20px;
        font-family: "DIN 2014 Demi", sans-serif;
    }

      .site-nav .active a {
        background: #155868;
        color: #ffffff;
      }

      .site-nav .button.hollow {
        border: 1px solid #061e2e !important;
        color: #061e2e !important;
      }

      .site-nav button {
        text-align: left;
        padding: 0.75rem 1rem;
        color: #1779ba;
      }

      .mobile-panel {
        border-top: 1px solid #ddd;
      }

      .mobile-panel li > div {
        display: flex;
        align-items: center;
      }

      .mobile-panel button {
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border: 0;
        cursor: pointer;
        margin-left: auto;
      }

}

@media screen and (max-width: 1023px) {

    .featured-hero {
        padding: 4rem 1rem;
    }

    .featured-hero-title {
        margin-top: 2rem;

        font-size: 2.8rem;

        text-align: center;
    }

    .featured-hero-subtitle {
        text-align: center;
    }

    .site-footer .menu {
        flex-direction: column;
        align-items: center;
    }

    .site-footer .menu a {
        padding: 1.2rem 1rem;
        margin-right: auto;
    }

}

/* ========================================
   Accessibility
======================================== */

/* Accessibility: Skip link */
.skip-link {
    position: absolute;
    top: -1000px;
    left: 0;
    z-index: 1000;
    background: #000;
    color: #fff;
    padding: 0.75rem 1rem;
}

.skip-link:focus,
.skip-link:focus-visible {
    top: 0;
}

/* ========================================
   Dark Mode Support
======================================== */

@media (prefers-color-scheme: dark) {

    .site-header {
        border-bottom: 1px solid #135559;
    }

    .top-bar, .mobileMenu {
        background-color: #1e1e1e;
    }

    .headerLogo, .mobileLogo {
        background-color: #ffffff;
    }

    .top-bar-right a {
        color: #ffffff;
    }

    .top-bar-right a:hover {
        color: #00b7aa;
    }

    .top-bar .menu.vertical {
        background-color: #1e1e1e !important;
        border: 1px solid #135559 !important;
    }

    .mobileMenu .button.hollow {
        border: 1px solid #bababa !important;
        color: #ffffff !important;
    }

    .site-nav a {
        color: #ffffff !important;
        background-color: #1e1e1e !important;
    }

    .site-nav a:hover {
        color: #00b7aa !important;
    }

    .mainContainer {
        background-color: #135559;
        border-top: 1px solid #1f8388;
        color: #fdfdeb;
        box-shadow: inset 0 0 100px #000 !important;
    }

    .sidebar-nav .vertical.menu {
        border: 2px solid #1f8388;
    }

    .mediaWallContainer {
        box-shadow: inset 0 0 100px #103a43 !important;
    }

    .site-footer {
        box-shadow: inset 0 0 100px #000 !important;
    }

}


/* Scrolling Fade-In Animations */

/* Content fades in with no motion */
/* Initial state: hidden */
.fadeIn1 {
    opacity: 0;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out; /* Add a smooth transition */
}

/* Staggerd fade in */
.staggerAnimation1 {  transition-delay: 0.2s; }
.staggerAnimation2 {  transition-delay: 0.4s; }
.staggerAnimation3 {  transition-delay: 0.6s; }
.staggerAnimation4 {  transition-delay: 0.8s; }
.staggerAnimation5 {  transition-delay: 1.0s; }
.staggerAnimation6 {  transition-delay: 1.2s; }
.staggerAnimation7 {  transition-delay: 1.4s; }
.staggerAnimation8 {  transition-delay: 1.6s; }

/* State when in view: visible */
.fadeIn1.visible {
    opacity: 1;
}

/* Content fades in with a slight upward movement */
/* Initial state: hidden */
.fadeIn2 {
    opacity: 0;
    transition: opacity 0.7s ease-out, transform 0.7s ease-out; /* Add a smooth transition */
    transform: translateY(50px); /* Add a slight upward movement */
}

/* State when in view: visible */
.fadeIn2.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Content fades in with a slight movement from the right side of the screen */
/* Initial state: hidden */
.fadeIn3 {
    opacity: 0;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out; /* Add a smooth transition */
    transform: translateX(50px); /* Add a slight movement from the right side of screen */
}

/* State when in view: visible */
.fadeIn3.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Content fades in with a slight movement from the left side of the screen */
/* Initial state: hidden */
.fadeIn4 {
    opacity: 0;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out; /* Add a smooth transition */
    transform: translateX(-50px); /* Add a slight movement from the left side of screen */
}

/* State when in view: visible */
.fadeIn4.visible {
    opacity: 1;
    transform: translateX(0);
}



@font-face {
  font-family: "Akkurat Mono";
  src: url("../../uploads/fonts/Akkurat-Mono.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}

@font-face {
  font-family: "Bourton Hand";
  src: url("../../uploads/fonts/bourton-hand-base.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN 2014 Demi";
  src: url("../../uploads/fonts/din-2014-demi.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}

@font-face {
  font-family: "DIN 2014";
  src: url("../../uploads/fonts/din-2014.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rupture Standart";
  src: url("../../uploads/fonts/RuptureStandart-Regular.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}




