/****************************
    LAYOUT
*****************************/

body{
    min-height: 100%;
    font-size: .9em;
}

.off-canvas-wrapper .button{
    width: 150px;

}

#mobile-menu div{
    height:80px;
    border: 2px solid gray;
    background-color: rgb(10, 10, 10);
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    font-size: 1.5em;
    padding-top: 15px;
    color:white;
}

#mobile-menu .menu-button-spacer{
    background-color: rgb(200, 200, 200);
}

.custom-menu-button{
    padding: 5px;
    border-color: green;
    border: 1px solid #666;
    background-color: red;
    height:50px;
}

.button-spacer{
    margin-right: 20px;
}
/****************************
    NAVIGATION MOBILE
*****************************/



/****************************
    NAVIGATION DESKTOP
*****************************/
.nav-desktop {
    background-color: #663333;
    padding: 0px auto;
}

.nav-desktop hr{
    margin-top: 0px;
    margin-bottom: 0px;
}

.site-logo{
    color:white;
    line-height: 30px;

}

.nav-desktop .menu-desktop {

    line-height: 40px;
    background-color: transparent;
}

.menu > li > a {
    color:white;
    display: inline-block;
    line-height: 40px;
    padding-top:0px;
    padding-bottom: 0px;

}

.menu > li > a:hover{
    background-color: rgba(255,255,255,0.1);
}

.menu .button-selected{
    background-color: rgba(255,255,255,0.3);
}

/****************************
    HEADER
*****************************/
header{
    background-color: rgba(232, 241, 214, 1);
}

/****************************
    HERO
*****************************/
.hero{
    background-color: rgba(245, 245, 245, 1);
    padding: 30px auto;
    width:100%;

}




@media (min-width: 601px ) {
    .herocolumn{
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
        -moz-column-gap: 40px; /* Firefox */
        column-gap: 40px;
    }

    .hero h2{
        font-size: 1.6em;
    }
}

@media (max-width: 600px ) {
    .herocolumn{
        font-size:0.8em
        background-color: rgba(255,255,255,0.5);
    }
    .hero h2{
        font-size: 0.9em;
    }
}

.hero h1{
    font-size: 0.8em;
}

.hero h1,
.hero p{
    color: rgba(0,0,0,0.8);

}

.button.success{
    background-color: purple;
}

.blue{
    background-color: blue;
    height:200px;
}
/****************************
    MAIN
*****************************/
.main{
    padding: 30px 0px;
}

.main h2{
    font-size: 1.5em;
}

.main p::first-letter{
    font-size: 125%;
}

.vfjvideo{
    background-color:rgba(35,35,35,0.9);
}

.alternatecolor{
    background-color: rgba(245,245,245,1);
}

.vfjnotice{
    background-color: cornsilk;
    border-style: solid;
    border-width: 1;
    border-color: black;
}

/****************************
    MISSION
*****************************/
.mission_statement{
    padding-top:40px;
}

.mission_statement p::first-letter{
    font-size: 125%;
}

/****************************
    LETTERS
*****************************/
.letters div{
    max-width: 600px;
    padding:10px auto;
}
.letters h2{
    font-size: 1.7em;
}

.letters .letters-title{
    text-align: center;
}
.vfjLetter{
    padding:10px;
    border: 1px solid gray;
    background-color: rgb(245, 245, 245);
    margin-bottom: 20px;
}



/****************************
    FOOTER
*****************************/
footer{
    background-color: gray;
    margin-bottom: 80px;
    border: 2px solid green;
}

footer h4{
    color: rgba(255,255,255,0.8);
    font-size: 1.2em;
}

footer hr{
    border-color:rgba(255,255,255,0.1);
    margin:10px;
}

footer a{
    display:block;
    color: rgba(255,255,255,0.6);
    font-size: 0.8em;
}

footer a{
    display:block;
    color: rgba(255,255,255,0.8);
}

footer a span{
    color: rgba(255,255,255,0.3);
}

/****************************
    MEDIA QUERIES
*****************************/
@media (max-width:639px){
    .nav-desktop{
        display: none;
    }
}
