﻿body {
    /*padding-bottom: 40px;*/
    font-family: 'Montserrat', sans-serif;
    /*background-color: #BFEAFF;*/
}

body-content{
/*padding-top:135px;*/

} 

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
}

h2 {
    color: #003459;
    font-size: 22px;
}

hr {
    border-top: 1px solid #003459;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
}

.navbar-inverse {
    background-color: #00A8E8;
    border-color: #003459;
}

.navbar-inverse .navbar-nav > li > a {
    color: #003459;
    font-size: 15px;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-logo {
    /*top: 0px;
    position: absolute;
    z-index: 1000;
    margin-left:25px;*/
}

.navbar-menu {
    /*top:135px;*/
}
