body, html { width: 100%;  }
body { }
body, h1, h2, h3, h4, h5, h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
h1, .h1 { font-size:30px; }
.h4, h4 {
	font-size: 1.3rem;
}
p { font-size:1.2em; }
.topnav { font-size: 14px; }
.btn { box-shadow:0 0 10px black; }
.section1 p { font-size: 18px; font-weight: 400; }
.section1 h3 { font-size: 22px; font-weight: 600; }
img.img-responsive { display:inline!important; margin:10px; }

.header {
    padding: 10px 0 60px;
    text-align: center;
    color: #f8f8f8;
    background-size: cover;
}

.header-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.header-message a { color:white!important; }
.header-message h3 { text-shadow:0 0 5px black; }

.jumbotron{
    padding:7% 0 3%;
    color: #f8f8f8;
background-color:#E3A142;
/*
    background: rgba(0, 0, 0, 0) url("/site/header.jpg") no-repeat fixed center center / cover;
    background-size: cover;
*/
    margin-bottom: 20px;
}

.jumbotron h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}
.jumbotron h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}
.section-1 img{
margin-top:100px;
}

.header-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.button-text {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-1 {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.content-section-2 {
    padding: 60px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
background-color:#E3A142;
/*
    background: url(/site/banner.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
*/
    margin-bottom: 20px;
}
a.btn {
    color: initial !important ;
}
.navbar-expand-md .navbar-nav .nav-link {
/*    font-size: 11.5px; */
}
.banner h2 { margin: 0; text-shadow: 2px 2px 3px rgba(0,0,0,0.6); font-size: 3em; }
.banner-social-buttons { float: right; margin-top: 0; }
footer { padding: 50px 0; background-color: #f8f8f8; }

@media(min-width:1201px) {
.header1 { background: rgba(0, 0, 0, 0) url("/site/home1.jpg") no-repeat fixed center center / cover; }
.header2 { background: rgba(0, 0, 0, 0) url("/site/home2.jpg") no-repeat fixed center center / cover; }
.header3 { background: rgba(0, 0, 0, 0) url("/site/home3.jpg") no-repeat fixed center center / cover; }
.header4 { background: rgba(0, 0, 0, 0) url("/site/home4.jpg") no-repeat fixed center center / cover; }
}

@media(max-width:1200px) {
.header1 { background: rgba(0, 0, 0, 0) url("/site/home1.jpg") no-repeat center center / cover; }
.header2 { background: rgba(0, 0, 0, 0) url("/site/home2.jpg") no-repeat center center / cover; }
.header3 { background: rgba(0, 0, 0, 0) url("/site/home3.jpg") no-repeat center center / cover; }
.header4 { background: rgba(0, 0, 0, 0) url("/site/home4.jpg") no-repeat center center / cover; }
header1,header2,header3,header4 { position:fixed; }
}

@media(min-width:769px) {
#more-content img {  }
#content img {  }
}

@media(max-width:768px) {
.banner h2 { margin:0; text-shadow:2px 2px 3px rgba(0,0,0,0.6); font-size:3em; }
.header { background-attachment:scroll; background-size:cover; }
.header-message { padding-bottom: 15%; }
.header-message > h1 { font-size: 3em; }
.jumbotron h2 { font-size: 2em; }
.jumbotron h1 { font-size: 3em; }
.intro-divider { width: 100%; }
.banner .col-lg-4 { margin: 20px; text-align: center; }
.banner .banner-social-buttons, .banner .pull-left { float:none!important; }
.navbar-brand { font-size: 0.9rem; }
}
