
/* Template styles, clear header, scrolling effect, ect. ------- */

.page-template-page_template_home .site-header {
    background: transparent;
    border-bottom: 0;
}







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

     .page-template-page_template_home .site-inner {
         margin-top: -100px !important;
     }

     .page-template-page_template_home .genesis-nav-menu a {
          color: var(--white);
          text-shadow: 0 0 20px rgb(0 0 0 / 80%);
     }

     .page-template-page_template_home .white .genesis-nav-menu a {
         color: var(--black);
         text-shadow: none;
     }

     .page-template-page_template_home .genesis-nav-menu .sub-menu a {
         color: var(--black);
         text-shadow: none;
     }

}





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

     .page-template-page_template_home.header-image .site-title > a {
         min-height: 130px;
     }

     /* .page-template-page_template_home .site-title a {
         background-image: url(/wp-content/uploads/2021/08/cbww-WHITE_final_logo-01-cropped.png) !important;
     } */

     .page-template-page_template_home.header-image .white .site-title > a {
         min-height: 70px;
     }

     .page-template-page_template_home .white .site-title a {
         background-image: url(/wp-content/uploads/2021/08/cropped-CBWW_Logo_SM_Small-Trans.png) !important;
     }

     .page-template-page_template_home .white .site-header {
         background-color: #fff;
         box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
     }

}







/* Custom Styles for CBWW ------ */

.clb-hero-homepage-top {
     font-size: 48px;
     font-size: 4.8rem;
     font-family: 'Raleway', sans-serif;
     text-shadow: 0 0 20px rgba(0,0,0,.8);
}

.clb-hero-homepage-top h2.clb-cursive {
    font-size: 120px;
    font-size: 12rem;
    margin-bottom: -26px;
}

.clb-hero-homepage-top .smoothscroll-down-icon-area {
     font-size: 24px;
     font-size: 2.4rem;
     margin-bottom: 60px;
     display: flex;
     justify-content: center;
}
