body {
    font-family: "Open Sans",sans-serif;
    background-color: #83786f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 0;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

.navbar nav li {

}

/*.brand,
.brand-strapline {
    display: none;
}*/

 .brand {
        display: inherit;
        margin: 0;
        padding: 10px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
}
 
.brand-strapline {
    display: inherit;
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    text-transform: lowercase;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 3px;
    color: #fff;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    display: table;
    float: none;
    margin: 0 auto;
    table-layout: fixed;
    font-size: 1.25em;
}
.navbar-nav li {
    float: left;
}

.navbar {
    border-radius: 0;
}

.navbar-header {
    display: none;
}

.navbar {
    min-height: 0;
}

.navbar-default {
    border: none;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.nav>li>a {
    padding: 15px;
}

.navbar-nav>li>a {
    line-height: normal;
}
.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

.layout-footer-container {
}

.home-intro-wrapper{
    position: relative;
}

.home-intro-title {
    font-weight: normal;
    margin: 1em 0;
}

.home-intro-content {
}

.home-intro-content p, .home-intro-content li {
    font-size: 1em;
}

.home-contact-info p {
    margin-bottom: 0;
}

.layout-footer {
    background: #bfb8af;
}
.layout-footer p {
    font-size: 0.8em;
    padding: 1em;
    margin: 0;
}
.contact-map {
    width: 100%;
}

/* left image column - collapses to thin header */
.article-left-image {
    height: 300px;
    overflow: hidden;
    margin-bottom: 1em;
}
.article-left-image img {
    margin: -50% 0;
}

@media screen and (min-width:768px) {
   
     .brand {
        padding: 30px 0 10px;
    }
    .brand-strapline {
        padding: 0 0 40px;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }
    
    .nav>li>a {
        padding: 35px;
    }


    .home-intro-title {
        position: absolute;
        top: 20px;
        text-shadow: 0 0 5px rgba(0,0,0,0.7);
        color: #fff;
        font-weight: normal;
        padding: 6rem;
        margin: 0;
    }

    .home-intro-content {
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(0deg,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 100%);
        text-shadow: 0 0 5px rgba(0,0,0,0.7);
        /*background-color: rgba(0,0,0,0.5);*/
        position: absolute;
        padding: 12em 6rem 6rem 6rem;
        color: #fff;
    }

    .home-intro-content p, .home-intro-content li {
        color: #fff;
        font-size: 1.4em;
    }

    .article-left-image {
        height: inherit;
    }
    .article-left-image img {
        margin: 0;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}