
#header-content{
    width: 100%;
}
#splash {
    background-color: transparent;
}

#hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.bttn:hover,
.bttn:active,
.bttn:focus {
    color: #fff;
    background: #fcb49c;
    border: 2px solid #fcb49c;
}

.action-btn .bttn:last-child:hover {
    margin-bottom: 0;
    background: #fff;
    border: 2px solid #fff;
    color: #fc6c2c;
}

.action-btn .bttn:last-child {
    margin-bottom: 0;
    background: transparent;
    border: 2px solid #fff;
}

.action-btn .bttn {
    margin-right: 1em;
    margin-bottom: 0;
    display: inline-block;
    font-size: 16px;
}


.action-btn .bttn {
    margin-bottom: 0.75em;
    display: block;
}


a:hover,
a:focus {
    color: #fc6c2c;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

.bttn {
    color: #FFFFFF;
    background: #fc6c2c;
    border: 2px solid #fc6c2c;
    font-weight: 700;
    padding: 0.75em 1.5em;
    border-radius: 5px;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}


.welcome-message h1 {
    font-size: 34px;
    font-weight: 700;
    text-shadow: 0 1px 1px #000;
    color: #fff;
}





#video-overlay {
    position: absolute;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.56);
    top: 0;
    z-index: 2;
}


#header #header-wrap {
    /*height: 80px !important;*/
}



.slider-caption-center {

    color: #EEE;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    position: relative;
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 20;
    font-size: 40px;
    font-weight: 300;
    transition: top .3s ease;
    top: 50%;
    -webkit-top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: flex;
    justify-content: center;
}

#splashArrow {
    margin: 0px !important;
}

.video-wrap {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.video-wrap video {
    position: relative;
    z-index: 1;
}

.round-button {
    display: inline-block;
    background-color: #fc6c2c;
    padding-top: 50px;
    border: 2px solid #fc6c2c;
    border-radius: 5px;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    padding: 0px 20px;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.round-button:hover {
    background-color: #fc9f76;
    border: 2px solid #fc9f76;
    color: white;
}



.overlay-text .before-heading.opm-medium {
    font-weight: 500 !important;
}

#about-desktop-slide {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}



@media (max-width:1000px) {
    #about-text {
        box-shadow: none;
        border-radius: 0;
    }

    #logo {
        display: inline !important;
    }

    .row {
        flex-direction: column;
    }

    #about-text {
        margin-bottom: 20px;
        order: 1;
    }

    #photo-container {
        order: 2;
        text-align: center;
    }

    #photo-container img {
        position: static;
        margin: 0 auto;
        max-width: 100%;
        padding-bottom: 20px;
    }

    .about-desc {
        padding-left: 5px;
        padding-right: 5px;
        line-height: 1.2;
    }

    #photo-container {
        padding: 0;
    }

    #photo-container img {
        box-shadow: none;
        padding: 0;
        border-radius: 0px;
    }

    #primary-menu-trigger {
        display: none;
    }
}


@media (max-width: 768px) {
    .welcome-text h1 {
        margin-bottom: 4px;
    }

    #about-text {
        padding: 3rem;
        box-shadow: none;
    }

    h1 {
        font-size: 2.9rem !important;
        margin-bottom: 5px;
    }

    .action-btn .bttn {
        margin-right: 0;
    }

    #header.full-header #logo {
        float: left;
    }

    #splash {
        height: 100vh;
        padding-top: 0px;
    }

    #slider {
        height: 100vh;
    }

    .slider-caption-center {
        font-size: 2.4rem;
    }



    #content p {
        font-size: 16px;
        line-height: 1.4;
    }


}

@media (max-height: 500px) and (min-width: 700px) {
    #slider {
        padding-top: 50px;
    }

    .header-content h1 {
        font-size: 24px !important;
        margin-bottom: 0;
    }

    .welcome-text p {
        font-size: 20px !important;
        margin-bottom: 5px !important;
    }
}

@media (max-height: 500px) and (max-width: 699px) {
    #slider {
        padding-top: 50px;
    }

    .header-content h1 {
        font-size: 16px !important;
    }

    .welcome-text p {
        font-size: 15px !important;
        margin-bottom: 5px !important;
    }

    p {
        margin: 5px;
        font-size: 14px;
    }

    h1 {

        margin-bottom: 0px;
    }

    .bttn {
        padding: 0.3em 1.5em;
    }



}

@media (min-width: 720px) {
    .welcome-text p {
        text-align: center;
        width: 100%;
        font-size: 28px;
        margin-bottom: 15px;
    }

    .action-btn {
        width: 100%;
        padding-right: 7%;
    }

    .action-btn .bttn {
        margin-right: 1em;
        margin-bottom: 0;
        display: inline-block;
    }

    .action-btn .bttn:last-child {
        margin-right: 0;
    }

    .header-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* Center vertically */
        align-items: center;
        /* Center horizontally */
        text-align: center;
        /* Center text within the container */
    }







}

@media (min-width: 992px) {
    .hidden-button {
        display: none;
    }

    .welcome-text h1 {
        font-size: 40px;
        margin-bottom: 4px;
        color: #eee;
    }

}