@charset "utf-8";

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social {
    padding: 50px 0 60px 0;
}

.social a {
    text-decoration: none;
    margin: 5px;
    padding: 30px 200px;
    /*border-radius: 30px;*/
    opacity: 0.8;
    filter: alpha(opacity=50); /*!* For IE8 and earlier *!*/
}

.donate {
    background: url("../media/donate_home_button.png") no-repeat center center;
}

.secnav li a.donateicon {
    display: none;
}

@media screen and ( max-width: 768px ) {

    .social a {
        text-decoration: none;
        margin: 5px;
        padding: 30px 120px;
        opacity: 0.8;
        filter: alpha(opacity=50); /*!* For IE8 and earlier *!*/
    }

}

/*.mail {*/
    /*background-color: #ff6a3c;*/
/*}*/

/*.vimeo {*/
    /*background-color: #19C0FF;*/
/*}*/


/*.facebook {*/
    /*background-color: #5268ad;*/
/*}*/
@media (max-width: 1010px) {

    .navbar-toggle {
        display: block;
        margin-top: 10px;
    }
    
    
}