/* Header */
#head {
    background: rgba(10, 127, 119, 0.8) url(/Content/images/background.jpg) no-repeat;
    /*background: #181015;*/
    background-size: cover;
    color: #2F4E00;
    font-family: "Open sans", Helvetica, Arial;
    font-weight: 300;
    /*min-height: 520px;*/
    /*text-align: center;*/
    padding-top: 140px;
}

#head.secondary {
    height: 100px;
    min-height: 100px;
    padding-top: 0px;
}

#head .lead {
    font-family: "Open sans", Helvetica, Arial;
    font-size: 44px;
    /*margin-bottom: 6px;*/
    /*color: black;*/
    font-weight: bold;
    line-height: 1.15em;
    margin: 50px 0 0 6px;
    vertical-align: text-bottom;
}

#head .tagline {
    /*color: black; /*rgba(255,255,255,0.85);*/
    font-weight: bold;
    /*font-size: 20px;
        margin-bottom: 25px;*/
}

#head .tagline a { color: #fff; }

#head .btn { margin-bottom: 10px; }

#head .btn-default {
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .5);
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .5);
    background: transparent;
    background: transparent;
    box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .5);
    color: rgba(255, 255, 255, .5);
    text-shadow: none;
}

#head .btn-default:hover,
#head .btn-default:focus {
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
    background: transparent;
    box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
    color: rgba(255, 255, 255, .9);
}

#head .btn-default:active,
#head .btn-default.active {
    -moz-box-shadow: inset 0px 0px 0px 3px #fff;
    -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
    background: transparent;
    box-shadow: inset 0px 0px 0px 3px #fff;
    color: #fff;
}

@media (max-width: 767px) {
    #head {
        min-height: 420px;
        padding-top: 160px;
    }

    #head .lead { font-size: 34px; }

    /*#googleMap {
        height: 80%;
        width: 80%;
    }*/
}

#section1 { background-color: #CCEB9D; }

/* Autohide navbar */

.slideUp { top: -100px; }

.headroom {
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


/* Highlights (in jumbotron in most cases) */

.highlight { margin-top: 40px; }

.h-caption { text-align: center; }

.h-caption i {
    display: block;
    font-size: 54px;
    margin-bottom: 36px;
}

.h-caption h4 {
    color: rgba(79, 117, 20, 1);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.h-body {
    padding-bottom: 0.25em;
    padding-top: 1em;
}

.h-caption a:hover, a:focus {
    color: rgba(79, 117, 20, 1);
    text-decoration: none;
}

.h-caption a {
    color: rgba(110, 71, 160, 1);
    text-decoration: none;
}

.h-caption img { height: 200px; }

/* Typography */

h1, h2, h3, h4, h5, h6 { font-family: "Open sans", Helvetica, Arial; }

h1, .h1, h2, .h2, h3, .h3 { margin-top: 10px; }

blockquote {
    color: #999;
    font-family: Georgia;
    font-style: italic;
    margin: 30px 0 30px;
}

label { color: #777; }

.thin { font-weight: 300; }

.page-title {
    font-weight: 300;
    margin-top: 20px;
}

.text-muted {
     color: #2F4E00;
    font-size: x-large;
}

.breadcrumb {
    background: none;
    margin: 30px 0 0px 0;
    padding: 0;
}

ul.list-spaces li { margin-bottom: 10px; }

/* Helpers */

.container-full {
    margin: 0 auto;
    width: 100%;
}

/*.top-space {
    margin-top: 40px;
}*/

.top-margin { margin-top: 20px; }

img { max-width: 100%; }

img.pull-right { margin-left: 10px; }

img.pull-left { margin-right: 10px; }

#map {
    height: 280px;
    width: 100%;
}

#social {
    margin-bottom: 50px;
    margin-top: 50px;
}

#social .wrapper {
    margin: 0 auto;
    width: 340px;
}

/* Sidebars */

.sidebar {
    padding-bottom: 30px;
    padding-top: 36px;
}

.sidebar .widget { margin-bottom: 20px; }

.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top: 20px; }

.italics { font-style: italic; }

/* Footer */

/*footer {
    padding-top: 1em;
}*/

.footer1 {
    background: #232323;
    color: #999;
    font-size: 12px;
    padding: 30px 0 0 0;
}

.footer1 a { color: #ccc; }

.footer1 a:hover { color: #fff; }

.footer1 .widget { margin-bottom: 30px; }

.footer1 .widget-title {
    color: #ccc;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 20px;
}

.footer1 .entry-meta {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #888888;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 0 35px 0;
    padding: 2px 0;
}

.footer1 .entry-meta a { color: #333333; }

.footer1 .entry-meta .meta-in {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

.follow-me-icons { font-size: 30px; }

.follow-me-icons i {
    float: left;
    margin: 0 10px 0 0;
}

.footer2 {
    background: #191919;
    color: #777;
    font-size: 12px;
    padding: 15px 0;
}

.footer2 a { color: #aaa; }

.footer2 a:hover { color: #fff; }

.footer2 p { margin: 0; }

.widget-simplenav { margin-left: -5px; }

.widget-simplenav a { margin: 0 5px; }

.privacy {
    border-bottom: rgba(79, 117, 20, 1) solid 1px;
    color: rgba(79, 117, 20, 1);
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}


.privacyCaption h4 {
    color: rgba(79, 117, 20, 1);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.privacyCaption a:hover, a:focus {
    color: rgba(79, 117, 20, 0.5);
    text-decoration: none;
}

.privacyCaption a {
    color: rgba(79, 117, 20, 1);
    text-decoration: none;
}

.client { background-color: #181015; }

/*.client h2, h3 {
    color: white;
}*/

.client a { color: rgba(79, 117, 20, 1); }

.jumbotron { border: solid 1px #ccc; }

/*B&W*/

.bw {
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.bw:hover {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

/*Validation*/

.validation-summary-valid.alert-danger { display: none; }

.alert-cookie {
    border: solid 1px red !important;
    margin: 0.5em;
}

.footerImg {
    /*height: 150px;*/
    border: solid white 12px;
}

#officePhoto {
    height: 310px;
    margin-top: 2.5em;
}

#googleMap {
    height: 300px;
    width: 400px;
}

#neverLoseHope {
    /*background: rgba(10,127,119, 0.8) url(images/background.jpg) no-repeat;*/
    background-color: rgba(10, 127, 119, 0.8);
    padding: 1em 0;
}

.map-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.map-responsive iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}