﻿.hero-video-container {
    position: relative;
    height: 90vh;
    min-height: 90vh;
    width: 100%;
    overflow: hidden;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.hs-text h2 {
    font-family: "Rubik Dirt", sans-serif;
}

.hs-text h3 {
    font-style: italic;
    font-family: "Caveat Brush", sans-serif;
}

.header-section {
    border-bottom: 1px solid #222;
}

.hero-slider .hs-text h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 80px;
}

.hero-slider .hs-text h2 span {
    color: #F15000;
}

.hero-slider .hs-text h3 {
    color: #fff;
    font-weight: 400;
}

.hero-slider .hs-text {
    display: inline-block;
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 1;
}

.review-text h3 {
    font-weight: 600;
}

.site-btn {
    background: #F15000;
}

.footer-top-bg {
    left: 50%;
    transform: translateX(-50%);
}

/** Mobile **/
@media only screen and (max-width: 479px) {
    .hero-slider .hs-item {
        padding: 0;
    }

    .hero-slider .hs-text h2 {
        font-size: 3em;
    }

    .hero-slider .hs-text h3 {
        font-size: 1.5em;
    }
}

/** Desktop **/
@media (min-width: 1200px) {
    .main-menu {
        margin-top: 20px;
    }
}