/* --------------------------------------------
Colors
--------------------------------------------*/



/* --------------------------------------------
General defaults / Typography
--------------------------------------------*/

/*
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Bitter', serif;
*/

body {
    /*background-color: #fff;*/
    background: #737935 url(../img/bg-body-sycamore-blur.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
    color: #3d4952;
    font-family: 'Bitter', serif;
    font-size: 16px;
    line-height: 28px;
}

 .site-page-wrapper {
    background-color: #fff;
    background-color: rgba(255,255,255,.7);
} 

@media (min-width: 1300px) {

     body {
        background: #737935 url(../img/bg-body-sycamore-blur.jpg) no-repeat top center;
        background-attachment: fixed;
        background-size: cover;
    } 

     .site-page-wrapper {
        border-radius: 8px;
        box-shadow: 0 0 20px rgba(0,0,0,.5);
        margin: 16px auto 24px;
        padding-top: 6px;
        width: 1280px;
    } 
    
}

/* a {
    color: #FF4C00;
}

a:focus, a:hover {
    color: #b93900;
    text-decoration: none;
} */

h1, .h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 48px;
        line-height: 48px;
    }
}

h2, .h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 1px;
}

h3, .h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 32px;
    margin-bottom: 1px;
    text-transform: uppercase;
}

h4, .h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 1px;
}

h5, .h5 {
    font-family: 'Bitter', sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 21px;
    margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    color: #262C5D;
    margin-top: 0;
}

p+h1, p+.h1, p+h2, p+.h2, p+h3, p+.h3, p+h4, p+.h4, p+h5, p+.h5,
div+h1, div+.h1, div+h2, div+.h2, div+h3, div+.h3, div+h4, div+.h4, div+h5, div+.h5,
ul+h1, ul+.h1, ul+h2, ul+.h2, ul+h3, ul+.h3, ul+h4, ul+.h4, ul+h5, ul+.h5,
ol+h1, ol+.h1, ol+h2, ol+.h2, ol+h3, ol+.h3, ol+h4, ol+.h4, ol+h5, ol+.h5 {
    margin-top: 30px;
}

p, ul, ol {
    margin-bottom: 15px;
}

strong, .strong, b {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
}

/* em, .em, i {
    font-family: 'Bitter', serif;
    font-style: italic;
} */

hr {
    border-color: #E0DBD4;
}

figcaption {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
}

/* Social media fontawesome colors */
a .fa-twitter-square { color: #00aced; }
a .fa-facebook-square { color: #3b5998; }
a .fa-youtube-square { color: #bb0000; }
a .fa-google-plus-square { color: #dd4b39; }
a .fa-linkedin-square { color: #007bb6; }
a .fa-instagram { color: #517fa4; }

/* --------------------------------------------
Site Header / Site Nav
--------------------------------------------*/

.site-header {
    /*background: #fff url('../img/bg-site-header.jpg') no-repeat top right;*/
    /*border-top: 5px solid #840808;*/
    /*padding: 30px 0;*/
}

.site-logo {
    height: 100px;
    width: auto;
    margin-left: -9px;
}

@media (min-width: 768px) {
    .site-logo {
        height: 120px;
    }
}

.navbar-inverse {
    background-color: #262C5D;
    border-color: #262C5D;
    border-bottom-color: #262C5D;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-inverse .navbar-nav>li>a {
    /*color: #CFD2EB;*/
    color: #ffc;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    background-color: #181C3A;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #181C3A;
}

.site-nav {
    /*box-shadow: 0 4px 12px rgba(0,0,0,0.4); */
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .site-nav {
        border-top: 4px solid #840808;
    }
}

.site-social-media {
    font-size: 24px;
    margin-top: 2px;
}

@media (min-width: 768px) {
    .site-social-media {
        margin-top: 32px;
    }
}

.site-utility-menu a {
    color: #262C5D;
}

.site-utility-menu a .glyphicon {
    color: #840808;
}

/* --------------------------------------------
Site Content
--------------------------------------------*/

.site-content-area {
    background-color: #fff;
    padding-bottom: 48px;
}

.site-page-title {
    background: #F0F0DD url('../img/bg-site-page-title.png') no-repeat center center;
    border-bottom: 1px solid #E2E2C7;
    padding: 16px 0 14px;
    margin-bottom: 40px;
}

.site-page-title h1 {
    margin-bottom: 0;
}

.site-page-title hr {
    margin-bottom: 10px;
}

@media (max-width: 530px) {
    .carousel-caption {
        display: none;
    }
    .carousel-indicators {
        bottom: 0;
    }
}

.s-home-welcome h1 {
    font-size: 36px;
    line-height: 38px;
}

@media (min-width: 776px) {
    .s-home-welcome h1 {
        font-size: 40px;
        line-height: 42px;
    }
}

.s-main-page-area {
    margin-bottom: 36px;
}

/* --------------------------------------------
Jump menus
--------------------------------------------*/

.s-list-jumplinks {
    margin: 12px 0 24px;
}

.s-list-jumplinks li {
    margin-bottom: 12px;
}

/* --------------------------------------------
Tables
--------------------------------------------*/

/* .s-main-page-area table {
    border: 1px solid #C4CBD1;
    font-family: 'Source Sans Pro',sans-serif;
    line-height: 1.42857143;
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: top;
    width: 100%;
} */

/* .s-main-page-area table td {
    border: 1px solid #C4CBD1;
    padding: 8px;
} */

/* .table {
    font-family: 'Source Sans Pro',sans-serif;
} */

th {
    font-family: 'Source Sans Pro',sans-serif;
}

.table-bordered {
    border: 1px solid #C4CBD1;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #C4CBD1;
}

.th-total-2 {
    width: 50%;
}

.th-total-3 {
    width: 33.333%;
}

.th-total-4 {
    width: 25%;
}

.th-total-5 {
    width: 20%;
}

/* Calendar */

.table-calendar {
    table-layout: fixed;
}

.today {
    background-color: #fff;
}

.other-month {
    color: #C4CBD1;
}

.table-calendar .day-cell {
    min-height: 116px;
}

.day-cell .event {
    line-height: 18px;
    margin-bottom: 6px;
    border-top: 1px dashed #C4CBD1;
    padding-top: 6px;
}

/* --------------------------------------------
Footer
--------------------------------------------*/

.site-footer {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
    line-height: 24px;
    padding: 12px 0 48px 0;
}

@media (min-width: 768px) {

    .site-footer {
        padding-top: 36px;
    }

}

/*--------------------------------------------
   Helper classes:
   Prefix with s- to differentiate
   from Bootstrap's stuff
--------------------------------------------*/

.s-reverse-hdr {
    color: #fff;
}

.s-reverse-link {
    color: #5B5A57;
}

.s-reverse-link:focus,
.s-reverse-link:hover {
    color: #000;
}

.s-0-margin {
    margin: 0;
}

.s-0-margin-top {
    margin-top: 0;
}

.s-0-margin-btm {
    margin-bottom: 0;
}

.s-cozy-margin-top-btm {
    margin-bottom: 10px;
    margin-top: 10px;
}

.s-append-btm {
    margin-bottom: 24px
}

.s-append-btm-sm {
    margin-bottom: 12px
}

.s-append-btm-lg {
    margin-bottom: 48px;
}

.s-prepend-top {
    margin-top:  24px;
}

.s-prepend-top-sm {
    margin-top:  12px;
}

.s-prepend-top-lg {
    margin-top:  48px;
}

.s-btn {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.s-btn .fa {
    font-size: 12px;
}

.s-img-full {}

.s-img-inset-right {
    float: right;
    margin: 3px 0 6px 14px;
}

.s-img-inset-left {
    float: left;
    margin: 3px 18px 6px 0;
}

.s-img-inset-right.s-img-half,
.s-img-inset-left.s-img-half {
    max-width: 46%;
}

.s-smaller {
    font-size: 80%;
}

.s-sans-serif {
    font-family: 'Source Sans Pro',sans-serif;
}

.s-small-sans {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.s-lowercase {
    text-transform: none;
    letter-spacing: 0;
}

.s-line-height-tight {
    display: block;
    line-height: 1.4;
}

.s-li-current, .s-font-bold {
    font-weight: bold;
}

.s-div-inside-left {
    position:relative;
    overflow:hidden; 
}
.s-div-inside-left:before {
    content: ""; 
    position: absolute; 
    z-index: 1; 
    width: 10px;  
    top: 5%; 
    height: 90%; 
    left: -10px; 
    border-radius: 5px / 100px; 
    box-shadow: 0 0 24px rgba(0,0,0,0.3); 
}

.s-div-inside-top {
    position:relative;
    overflow:hidden; 
}
.s-div-inside-top:before {
    content: ""; 
    position: absolute;
    z-index: 1;
    width: 96%;
    height: 10px;
    top: -10px;
    left: 2%;
    border-radius: 50%; 
    box-shadow: 0 0 24px rgba(0,0,0,0.3); 
}

.s-div-outside-bottom {
    position:relative;
}
.s-div-outside-bottom:before {
    content: ""; 
    position: absolute; 
    z-index: -1; 
    width: 96%;  
    bottom: 0; 
    height: 10px; 
    left: 2%; 
    border-radius: 50%; 
    box-shadow: 0 0 24px rgba(0,0,0,0.3); 
}

.s-hdr-ribbon {
    background-color: #840808;
    color: #ffc;
    font-size: 90%;
    overflow: hidden;
    padding: 1px 18px;
    position: relative;
}

.s-hdr-ribbon:after {
    border-top: 20px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 20px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: -3px;
    right: 0;
    width: 0;
    z-index: 1;
}

.s-div-inset {
    padding: 10px 18px;
}

/*--------------------------------------------
   Bootstrap overrides
--------------------------------------------*/

.carousel {
    /*border: 8px solid #F0F0DD;*/
    /*box-shadow: 0 1px 12px rgba(0,0,0,0.3);*/
}

@media screen and (min-width: 768px) {

    .carousel-indicators {
        bottom: 0;
    }

}

.breadcrumb {
    background-color: transparent;
    color: #A7A788;
    margin-bottom: 0;
    padding: 4px 0;
}

.breadcrumb a {
    color: #A7A788;
}

.btn-primary {
    color: #ffc;
    background-color: #262C5D;
    border-color: #2e6da4;
}