body {
    /* adjust this if the height of the menu bar changes */
    margin-top: 75px;
}


@media (min-width: 767px) {
    body {
        /* adjust this if the height of the menu bar changes */
        margin-top: 95px;
    }
}

/* set the header background */
.navbar {
    background-color: #034564;
}

.logo-nav {
    line-height: 40px;
}

.navbar .nav li a {
    font-family: 'Raleway','Open Sans',Helvetica,Arial,sans-serif;
    font-size: 11px;
    letter-spacing: .08em;
    color: #d3cfcd;
    /*padding: 0;*/
    padding-left: 20px;
    display: inline-block;
    line-height: 40px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    vertical-align: middle;
}

.navbar .nav li a:hover {
    color: #FFFFFF;
}

.main-nav {
    /* this is a faux center fix for the nav options -
    adjust this if you wish to change the logo height
    or the font of the menu items */
    margin-top: 6px;
}

.logo-nav img {
    height: 39px;
    line-height: 40px;
}

/*
@media (min-width: 767px) {
    .navbar-header {
        min-height: 82px;
    }
}
*/

img {
    max-width: 100%;
}


/*
 * Begin: Sticky Footer
 */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 70px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 70px;
    background-color: #034564;
}

#footer .container {
    width: auto;
    max-width: 780px;
    line-height: 65px;
    color: gray;
    text-align: center;
}
#footer .container .text-muted {
    margin: 20px 0;
}
#footer a {
    color: gray;
}
/*
 * End: Sticky Footer
 */


#footer .container {
    font-family: 'Raleway','Open Sans',Helvetica,Arial,sans-serif;
    font-size: 11px;
    letter-spacing: .08em;
    color: #d3cfcd;
    padding-left: 20px;
    /*display: inline-block;*/
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    vertical-align: middle;
}

