﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    overflow:scroll
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom:30px;
}

/* 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-brand {
    padding: 0px;
}

.navbar-default{
    background-color:#f79220;
    border-style: none
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size:14px;
    font-weight:700;
}
.mobileHeaderText{
    display:none;
}
.mobileHeaderText{
    display:none;
    font-size:24px;
    vertical-align:middle;
    padding-top:10px!important;
    padding-left:20px!important;
    padding-bottom:0px!important;
    padding-right:0px!important;
    font-weight:700;
    color:#ffffff;
}
@media screen and (max-width: 767px) {
   .mobileHeaderText{
    display:block;
}
}
@media screen and (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
     padding: 14px 8px;
}
}
.navbar-default .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #7b4910;
}
.navbar-default .navbar-nav > li.active > a {
    color: #7b4910!important;
    padding-top: 6.5px;
    border-top: #7b4910 solid 8px;
    background-color: transparent!important;
}
.jumbotron {
    background-image: url(../img/home-hero-img.jpg);
    color: #f6f6f6;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    background-attachment: relative;
    background-position: center center;
    margin-bottom: 30px;
}
h2.font-cinzel {
    line-height: 1;
    font-size: 90px;
    margin-top: 0px;
    text-align: center;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.font-cinzel {
    font-family: "Cinzel", serif;
    font-weight: 700;
}



footer {
    background-color: #39393b;
    padding-top: 20px;
    padding-bottom: 10px;
    color:#f6f6f6;
    position: fixed;
    bottom: 0px;
    width:100%
}

