body, html { width: 100%; }
body { font-family: Trebuchet,Helvetica,Arial,sans-serif; }
h1, h2 {
    font-family: Anton,Helvetica,Arial,sans-serif;
    font-weight: 700;
}
h3, h4 {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 700;
}

nav { background:#030!important; }
nav a { color:#aaa!important; }
.topnav { font-size: 14px;  }
.nav li:hover { background:black; }

.sidenavbutton { width:100%; display:block; margin:0px 0px 5px; }
nav .dropdown-menu { background-color:#030; }

.navbar { padding:0; }
.nav-link { padding: 15px; }

p, div.page li { font-size: 18px; font-weight: 400; }
h3.lead { font-size: 22px; font-weight: 600; }

.header {
    padding: 0 0 3%;
    text-align: center;
    color: #f8f8f8;
    background-size: cover;
}
.header-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}
.header-message2 {
    position: relative;
    padding-top: 13%;
    padding-bottom: 10%;
}
.header-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 5px black;
    font-size: 5em;
}
.header-message > h3 {
    text-shadow: 2px 2px 3px black;
}
.header-message2 > h1 {
  font-size: 4rem;
  text-shadow: 2px 2px 3px black;
}
.header-message2 > h3 {
  font-size: 3rem;
  text-shadow: 2px 2px 3px black;
}
.jumbotron {
  background: rgba(0, 0, 0, 0) url("/site/home1.jpg") no-repeat fixed center top / cover ;
  color: #f8f8f8;
  margin-bottom: 20px;
  padding: 50px 0;
}

.jumbotron h1{
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}
.section-1 img{
margin-top:100px;
border-radius:100%
}

.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);
}

.content-section-1 img{
border-radius:50%;
}

.button-text {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.side_p8.side.static img {
  border-radius: 100%;
  width: 100%;
}
.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: url(/site/banner.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    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;
}

.productlist { display:block; margin:0px!important; padding:0px; list-style:none; }
.productlist li { display:block; float:left; width:260px; height:230px; margin:5px 5px; text-align:center; line-height:15px; }
.productlist li a { font-size:12px; }
.productlist li a img { display:block; margin:10px 0px; text-align:center; margin:10px auto; }
.productlist li a span { display:block; }
.productlist li a span.thumbdesc { margin-top:10px; color:#333; font-style:italic; }


@media(max-width:768px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }
.navbar { padding:5px; }
.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%;
    }
}


@media(min-width:769px) {
  #more-content img{
    padding-top: 100px;
  }
  #content img{
  /* padding-top: 50px; */
  }

}

@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: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: 450px) {
.header-message2 > h1 {
	font-size: 3.5rem;
}
}
