
#FooterLink2{

    color: #795548;

}

#HomeSec{

    background-image: url('');
    width: 100vw;
    height: 750px;
    background-size: cover;
    margin-top: -32px;
    overflow: hidden;

    background: -webkit-linear-gradient(#33241E, rgba(0, 0, 0, 1) 70%);
    background: -moz-linear-gradient(#33241E, rgba(0, 0, 0, 1) 70%);
    background: -ms-linear-gradient(#33241E, rgba(0, 0, 0, 1) 70%);
    background: linear-gradient(#33241E, rgba(0, 0, 0, 1) 70%);
}

#HomeInnerDiv{
    max-width: 1500px;
    margin: 0 auto;
    height: 100vh;
}

#MFImg{

    height: 600px;
    float: right;
    margin-top: 150px;
    margin-right: -100px;

}

#HomeTextDiv{

    width: 650px;
    float: left;
    margin-top: 220px;
    margin-left: 100px;
    position: absolute;
}

#HomeTitle{

    font-size: 43px;
    color: white;
    font-weight: 500;
    line-height: 120%;
}

#HomeSubTitle{

    font-size: 19px;
    color: white;
    margin-top: 0px;
    font-weight: 300;
    text-align: justify;
    width: 480px;
    font-weight: 300;
    line-height: 140%;
    opacity: 0.8;
}

#HomeButtons{
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 3px;
    margin-right: 15px;
    cursor: pointer;
    color: white;
    background: #8e162a;
    margin-top: 10px;
    display: inline-block;

}

#HomeButtons:hover{
    background: #b51b34;
}

#MediaSec{

    height: 310px;
    background: white;
    text-align: center;

}

#MediaTitle{
    color: #d7ccc8;
    font-weight: 100;
    font-size: 40px;
    text-align: center;
    margin-top: 0px;
    padding-top: 60px;
}

#NewsLogosImg{

    height: 90px;

    margin-top: 10px;
}

#VideoSec{
    height: calc(100vh - 50px);
    min-height: 300px;
    max-height: 2000px;
    overflow: hidden;
    background-color: black;
    margin-bottom: 5px;

}

#VideoVid{
    height: 100%;
    width: 100%;
    object-fit: contain;
    opacity: 0.6;
    cursor: pointer;
}

#VideoPlayButton{
    color: white;
    font-size: 100px;
    position: relative;
    top: calc(-50% + -70px);
    left: calc(50% + -50px);
    pointer-events: none;

}

@media only screen and (max-width: 1200px){
    #MFImg{
        margin-right: -250px;
    }

    #HomeInnerDiv{
        width: 950px;
    }

    #HomeTextDiv{
        margin-left: 50px;
    }

    #NewsLogosImg{
        width: 90%;
        height: auto;
        margin-bottom: 50px;
    }

    #MediaSec{
        height: auto;
    }

    #CampTitle{
        font-weight: 300;

        text-align: center;
        width: 100%;
        padding-left: 0px;
        font-size: 35px;
    }

    #CampTextDiv{
        padding-left: 50px;
        margin-top: 40px;
        padding-top: 0px;
    }

    #CampPointText{
        font-size: 20px;
        width: 300px;
        margin-left: 20px;
    }

    #CampPointCheck{
        font-size: 20px;
        top: 4px;
    }

    #CampImg{
        width: 350px;
        height: auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #CampSecInner{
        width: 800px;
        height: auto;
    }

    #CampButton{
        font-size: 25px
    }

    #VideoSec{
        height: 600px;
        min-height: 600px;
    }
}

@media only screen and (max-width: 950px){

    #HomeTitle{
        font-size: 33px;
    }

    #HomeSubTitle{
        font-size: 16px;
        width: 350px;
    }

    #HomeButtons{
        display: block;
        width: 270px;
        text-align: center;
    }

    #MFImg{
        margin-right: -300px;
        height: 450px;
        margin-top: 150px;
    }

    #HomeInnerDiv{
        min-width: 600px;
        width: 80%;
        margin: 0 0;
    }

    #HomeTextDiv{
        margin-left: 8vw;
        margin-top: 170px;
    }

    #HomeSec{
        height: 600px;
    }

}

@media only screen and (max-width: 830px){

    #CampSecInner{
        max-width: 500px;

    }

    #CampTitle{
        font-size: 25px;
    }

    #CampTextDiv{
        width: 320px;
        padding: 0;
        margin: 0 auto;
        float: none;
        margin-top: 30px;
        text-align: center;
    }

    #CampPointText{
        text-align: left;
    }

    #CampButton{

        margin: 0 auto;
        float: none;
        display: inline-block;
        margin-top: 20px;
        width: 100%;

    }

    #CampImg{

        margin: 0 auto;
        float: none;
        display: block;
        margin-top: 30px;
    }

    #VideoSec{
        height: 500px;
    }

}

@media only screen and (max-width: 600px){

    #HomeSec{
        height: auto;
        background: #19110e;
    }

    #HomeInnerDiv{
        width: 100%;
        margin: 0 auto;
        min-width: 0px;
        height: auto;
        padding-bottom: 70px;
    }

    #MFImg{
        width: 140%;
        margin-left: -20%;
        float: none;
        height: auto;
        margin-top: 60px;

        background: black;

    }

    #HomeTextDiv{
        width: 90%;
        margin: 0 auto;
        float: none;
        position: static;
    }

    #HomeTitle{
        font-size: 7vw;
        text-align: center;
        line-height: 130%;
        margin-top: 40px;
    }

    #HomeSubTitle{
        width: 75%;
        margin: 0 auto;
        font-size: 14px;
        margin-bottom: 40px;
    }

    #HomeButtons{
        margin: 0 auto;
        margin-top: 20px;
    }

    #MediaTitle{
        font-size: 30px;
        color: dimgray;
        text-transform: uppercase;
        padding-top: 40px;
    }

    #CampSecInner{
        max-width: 95%;

    }

    #CampTitle{
        font-size: 30px;
        width: 300px;
        margin: 0 auto;
    }

    #CampTextDiv{
        width: 320px;

    }

    #CampPointText{
        text-align: left;
    }

    #CampButton{

        margin-top: 20px;
        width: 90%;

    }

    #CampImg{

        margin-top: 30px;
    }

    #CampBottomText{
        font-size: 16px;
        padding-top: 5px;
    }

    #VideoSec{
        height: 350px;
        min-height: 0px;
    }

    #OtherTitle{
        font-size: 7vw;
    }

    #OtherSubtitle{
        font-size: 3.7vw;
        max-width: 500px;
    }

}










