﻿body {
}

.sitename {
    text-transform: none !important;
}

.roboto-slab-400 {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 400!important;
    font-style: normal;
}

.lh-40{
    line-height:40px!important;

}

.bold{
    font-weight:600!important;
}


.roboto-big {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size:30px!important;
    color:#2e342e!important;    
}

.accent {
    color: rgb(0, 149, 81)!important;
}

.carousel-container h2 {
    font-size: 33px;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    /*color: #f7ffd5;*/
    color: rgba(255, 253, 232, 0.80);
    color: #fff;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}


    .carousel-container h2 #typed2 {
        color:rgb(255, 250, 201);
        font-size:25px;
    }


.video-container {
    position: relative;
    background-color: white;
    height: 85vh;
    width: 100%;
    overflow: hidden;
}


    .video-container video {
        position: absolute;
        left: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 85vh;
    }





    .video-container .overlay {
        position: absolute;
        left: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 85vh;

        background-image: url('https://www.transparenttextures.com/patterns/noisy-net.png');
        opacity: 0.5;
        z-index: 1;
    }
    .video-container .overlay2 {
        position: absolute;
        left: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 85vh;
        background-color: rgb(0, 149, 81);
        opacity: 0.1;
        z-index: 1;
    }

    .video-container .container {
        position: relative;
        z-index: 2;
    }

@media (max-width: 1199px) {

    .video-container {
        height: 65vh;
        width: 100vw;
        overflow: hidden;
    }


        .video-container video {
            left: -70%;
            bottom: 0;
            min-height: 65vh;
            width: 230vw;
        }

        .video-container overlay {
            left: 0;
            bottom: 0;
        }
        .video-container overlay2{
            left: 0;
            bottom: 0;
        }

    .carousel-container h2 {
        font-size: 25px;
      
    }


        .carousel-container h2 #typed2 {
            font-size: 20px;
        }

}





    /* Media Query for devices withi coarse pointers and no hover functionality */

    /* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

    @media (pointer: coarse) and (hover: none) {

        .video-container {
            /*background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;*/
        }


            .video-container video {
                /*display: none;*/
            }
    }


