body, html { width: 100%; }
body {  }
body, h1, h2, h3, h4, h5, h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav { font-size: 14px; }
.navbar { border-bottom: var(--gray) thin solid; }
.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; }
img { border-radius: 15px; }
.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 {
  background-color: darkred;
  color: #f8f8f8;
  margin-bottom: 0;
  padding: 3% 0;
}

.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;
}

.p table {
  width:100%;
}
.p table td {
  padding: 5px;
  vertical-align: top;
}
.p table th {
  padding: 5px;
  background-color:#eee;
}

.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:darkred;
    margin-bottom: 20px;
}

.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/header-2017.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/header-2017.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 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; }
}

@media (max-width: 576px) {
.navbar-brand { font-size: 0.9em; }
}
