.logo-container{
    width: 150px;
}

.home-hero-container{
    width: 95% !important;
    max-width: none !important;
}

.home-hero-container h1{
    font-size: 60px !important;
}

.mobile-cover{
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}

.mobile-cover:after{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.cover-container{
    position: relative;
    width: 100%;
    height: 750px !important;
    background-color: #000;
    overflow: hidden;
}

.about-container{
    width: 95% !important;
    max-width: none !important;
}

.about-title{
    font-size: 35px;
}

.about-description{
    font-size: 38px;
}

.bg-overlay{
    position: relative;
}

.bg-overlay:after{
    content:"";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
}

.vid-thumbnail{
    background: url("./img/thumbnail/amrit-farm-vid-thumbnail.png") no-repeat;
}

.error{
    color: coral;
}

@media screen and (max-width: 1400px){
    .about-title{
        font-size: 26px;
    }

    .about-description{
        font-size: 28px;
    }
}

@media screen and (max-width: 640px){
    .desktop-cover{
        display: none;
    }

    .mobile-cover{
        display: block;
    }
    
}
