/*MediaQuery CSS*/
/*@media(max-width:767px) {
    .leafimg {
        display:none !important;
    }
}*/

/*@media(min-width:768px) {
    .headerblock {
        background: url('../img/green-seemlesssubtle.png') !important;
    }
}*/

@media(max-width:991px) {
    .leafimg {
        display:none !important;
    }
    .headerblock {
        background: url('../img/green-seemlesssubtle.png') !important;
        padding-bottom:32px;
    }
    .textblockfontstuff {
        padding-top: 32px;
    }
}

/*@media(min-width:992px) {
    .jumbotron {
        height: 500px !important;
    }
}*/

/*@media(min-width:1200px) {
    .jumbotron {
        height: 500px !important;
    }
}*/
 



/*Main CSS*/

body {
    padding-top: 50px;
    padding-bottom: 100px;
    background: #645E5E;
    /* fallback for old browsers */
}

p {
    margin-bottom: 24px;
}

h1 {
    font-family: "balboa", sans-serif;
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 48px;
}

h2 {
    font-family: "adobe-garamond-pro", sans-serif;
    color: #eee;
    font-size: 24px;
    margin-top: 0px;
}

video {
    width: 100%;
    max-width: 1170px;
    height: auto;
    z-index: 0;
}

.overvideo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 500px;
    color: white;
}

.basebalboa {
    font-family: "balboa", sans-serif;
    color: #C02026;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 28px;
}

.headerblock {
    background: url('../img/green-seemlesssubtle.png') repeat-x top center scroll #fff;
    background-size: 75% 75%;
}

.navbar-custom {
    margin-bottom: 0px;
    background-color: #ff0000;
    border-radius: 0px;
    font-family: "balboa", sans-serif;
    color: #eee;
    background: url('../img/green-seemlesssubtle.png');
    border: none;
    border-top: 2px solid #555;
}

.navbar-custom .navbar-nav > .active {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid #eee;
}

.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid #eee;
}

.imgfix {
    width: 100%;
    height: auto;
}

.leafimg {
    max-width: 200px;
    height: auto;
}

.textblockfontstuff {
    font-family: "adobe-garamond-pro", sans-serif;
    color: #212121;
    font-size: 20px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .8);
}

#videocontain {
    width: 100%;
    height: 360px;
    position: relative;
}

#thevideo,
#themessage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#themessage {
    text-shadow: 2px 2px 2px #000000;
    color: white;
}

#themessage h1 {
    font-size: 3em;
    color: #ffffff;
    text-align: center;
    padding: 0.4em;
}