#background-Video{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 98;
}
.scroll-down, .scroll-down:visited{
    background: rgba(0,0,0,0.5);
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    bottom: 30px;
    z-index: 100;
    left: 50%;
    margin-left: -25px;
}

.scroll-down:hover, .scroll-down:active{
    color: #ffffff;
    background: black;
}

.masthead .overlay{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: url(../img/grid.png) repeat left top;
}

.masthead .container{
    position: relative;
    z-index: 100;
}

.masthead h1, .masthead h3{
    color: #ffffff;
}

.bg-content{
    position: relative;
}

.bg-content .right-bg{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-content .left-bg{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-border{
    background: #ffffff;
    padding: 30px;
    border: 20px solid;
}

.content-border p:last-child{
    margin-bottom: 0px;
}

.green-area{
    background-color: #4aa54d;
}

.green-area .content-border{
    border-color: #4aa54d;    
}

.green-area .content-border h2{
    color: #4aa54d;    
}

.orange-area{
    background-color: #f69b38;
}

.orange-area .content-border{
    border-color: #f69b38;    
}

.orange-area .content-border h2{
    color: #f69b38;    
}

#support{
    background: url(../img/banner2.jpg) no-repeat center center;
    background-size: cover;
}

.mb-100{
    margin-bottom: 100px;
}

.mt-100{
    margin-top: 100px;
}

.mt-200{
    margin-top: 200px;
}

footer.footer{
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #d8d7d7;
}

iframe{
    max-width: 100%;
}

@media (max-width: 640px) {
    .masthead h1{
        font-size: 2.5rem;
    }    
    
    .masthead h3{
        font-size: 1.2rem;
    }
    
    .mt-100{
        margin-top: 20px;
    }

    .mt-200{
        margin-top: 20px;
    }
    
    .content-section   {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    .bg-content .left-bg, .bg-content .right-bg{
        display: none;
    }
    
    .content-border{
        padding: 10px;
        border: none;
    }
    
    .footer h3{
        font-size: 1.2rem;
    }
    
    .footer .col-lg-8{
        margin-bottom: 20px;
    }
}
img{
    max-width: 100%;
    width: 100%;
}