@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic|Source+Code+Pro:400");

/*
    Read Only by HTML5 UP
    html5up.net | @n33co
    Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

#hero{
    background: url(/assets/images/stormyEvening.jpg) no-repeat top left fixed #3d3836;
    -webkit-background-size: cover;
    color: #fff;
    height: 1080px;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }
    #footer{
        color: #fff;
        font-size: 16px;
        padding: 50px 0;
        border-top: 3px solid #fff;
        background-color: #000;
    
    }

    #contactModal {
        position: fixed;
        top: 25px;
        width: 60%;
        background: #fff;
        margin-left: 20%;
        z-index: 750;
        padding: 35px;
        box-shadow: 0 0 0 800px rgba(0,0,0,0.7);
    }

    .hide{

        display: none;
    }

    .button{
        border: solid 3px #fff;
        color: #fff;
        padding: 10px 25px;
        border-radius: 0;
        margin-top: 51px;
    }

    .button{
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .button-blue {
        background-color: #213670;
    }

    .button:hover{
        border-color: #213670;
        color: #fff;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

    .button-blue:hover{
        background: #fff;
        color: #2c2c2c;
        text-decoration: none;
    }


    .contactModal--close {
        position: absolute;
        right: 25px;
        top: 15px;
        font-weight: 900;
        cursor: pointer;
    }

    .contactModal--close:hover{
        color: #d98830;    
    }

    #menu {
        height: 45px;
        width: 45px;
        background-color: #213670;
        color: #fff;
        position: absolute;
        top: 35px;
        right: 0px;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    #menu i{
        line-height: 45px;
        font-size: 24px;
        cursor: pointer;
    }

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

#hero {

    height: 500px;
    padding-top: 10%;
    padding-right: 10%;
}


    }



