﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #E3E3E3;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
}

/* 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-inverse {
    background-color: #004731;
    border-style:double;
    border-color:#FFFFFF;

    border-top-width:4px;
    border-bottom-width:4px;
}

.navbar-brand{
    height:50px;
} 

.navbar-fixed-top{
    top:20px;
}

.navbar-inverse .navbar-nav > li > a{
    color:#ffffff;
} 

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    font-weight:bolder;
    background-color: transparent;
}

.logo-main{
    height:100px;
    margin-top:-47px;
}

.body-content{
    margin-top:20px;
}

.contact-control{
    background-color: #004731;
    color:ivory;
}
