body {
   font-family: 'Open Sans', sans-serif;
}
h1, h2, h3{
font-family: 'Lato', sans-serif;
}
.content-wrap{
background-color:#fff;
}
#sidebar { padding-top:20px;  }
p, h4, h5, h6{
font-family: 'Open Sans', sans-serif;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.page h1.page{
text-align:center;
text-transform:uppercase;
margin-bottom:30px;
}
p, div.page li { font-size: 18px; font-weight: 400; }
h3.lead { font-size: 22px; font-weight: 600; }
.page-wrap{
background: -moz-linear-gradient(top,  #31708f 0%, #587b89 42%, #ffffff 100%);
background: -webkit-linear-gradient(top,  #31708f 0%,#587b89 42%,#ffffff 100%);
background: linear-gradient(to bottom,  #31708f 0%,#587b89 42%,#ffffff 100%); 
}
.page img{
border:1px solid rgba(0,0,0,0.4);
padding:5px;
}
.page-wrap>.container{
}
a>h3{
color:#404729;
transition:all .5s ease;
}
a>h3:hover{
color:#658549;
}

#bg-image1 h1, #bg-image2 h1 {
  font-size: 80px;
  padding-top: 17%;
  text-align: center;
  text-shadow: 0 0 5px white;
}

.header-top{
  height:680px;
  position:relative;
  overflow:hidden;
}
#page-content{
background:#fff;
color:#000;
padding:20px 30px;

}
#sidebar{
  background:#D9EEFC;

}
#sidebar li h3{
font-size:18px;
}
hr{
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.header1{
  background: url(/site/100_0214.jpg) 0 0 repeat;
  background-position: center center;
  background-size: cover;
  height:600px;
}
.header2 {
  background:  url(/site/100_7118_lumber-air-dried.jpg) no-repeat center fixed;
  height:400px;
  box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.8),  inset  0 -8px 8px -8px  rgba(0,0,0,0.8);
background-size:cover;
}
.appleMobile .header2 {
  background:  url(/site/100_7118_lumber-air-dried.jpg) no-repeat center scroll;
background-size:100%;
}
.header-message{
  margin-top:100px;
  text-align:center;
}
.header-message > h1{
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 6rem;
  margin-bottom: 0;
  padding-top: 5px;
  text-align: center;
  text-transform: uppercase;
font-weight:300;
}
.header-message > h1.small{
font-size:5rem;
border-top:none;
border-bottom:1px solid #fff;
margin-top:0px;
padding-bottom:5px;
margin-bottom:20px;
text-align:center;
font-weight:300;
}
.header-message > p {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  margin-top: 40px;
  text-align: center;
  text-shadow: 0 0 5px black;
}
.header-message > img {
  width: 40%
}

.social{
margin-top:40px;
}
.fa-square{
color: #3B5998;
}
.header-message2 > h1 {
  font-size: 7rem;
  text-shadow: 2px 2px 3px black;
}
.header-message2 > h3 {
  font-size: 5rem;
  text-shadow: 2px 2px 3px black;
}
.jumbotron {
  background: rgba(0, 0, 0, 0) url("/site/parallax-bg6.jpg") no-repeat center center / cover ;
  color: #f8f8f8;
  margin: 0; 
text-transform:uppercase;
box-shadow:0 3px 3px rgba(0,0,0,0.3);
}

.jumbotron h1{
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
padding:15px 0;
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
font-size:5rem;
font-weight:300;
margin:100px  0;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
}
/*-------------- Parallax Images --------------*/
.parallax {
height: 50vh;
overflow: hidden;
}
.parallax > * {
height: 200%;
position: relative;
top: -100%;
}


.fade-in-up {
    opacity:0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}
.fade-in-up.fade-in{
    opacity: 1;
    transform: translateY(0);
}

/*------------- Carousel ---------------*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel .item:nth-child(1) {
    background: url(/site/slide-1.jpg) no-repeat center;
    background-size: cover;
    height: 700px;
}
.carousel .item:nth-child(2) {
    background: url(/site/slide-2.jpg) no-repeat center;
    background-size: cover;
    height: 700px;
}
.carousel .item:nth-child(3) {
    background: url(/site/slide-3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 700px;
}

.carousel {
    z-index: -99;

}
.carousel .item {
    position: fixed;
    width: 100%;
height:100%;
}
.carousel-bg-item {
  position: fixed;
  z-index: -2;
  top: -16px;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  top: -16px;
}
/*------------- Nav ---------------*/


.navbar{
margin-bottom:0;
padding: 0;
}
.navbar{ 
background:#31708f;
width:100%;
border-radius:0;
box-shadow:0 0 3px rgba(0,0,0,0.5);
border:none;
 }
.navbar { 
background:#31708f;
width:100%;
border-radius:0;
box-shadow:0 0 3px rgba(0,0,0,0.5);
border:none;
}
.nav-link {
  padding: 15px;
}
.navbar-expand-md .navbar-nav {
  justify-content: center;
}

.navbar-nav {
    width: 100%;
    text-align: center;

}
.navbar-nav  > li {
      float: none;
      display: inline-block;
    }
.navbar .navbar-nav>li> a { 
color:#fff; 
}
.navbar .navbar-nav>li> a:hover{ 
color:#999; 
}
.navbar .navbar-nav>li> a.active{
background:#4096EE;
color: black;
}
.navbar .navbar-nav>li> a.active:hover{
background:#4096EE;
color: white;
}

.navbar-header .navbar-brand:hover{
    color:#ffde42;
}

.navbar-brand{
display:none;
}
.sticky {
    top: 0;
    position: fixed;
    width:100%;
}
/*--------- content sections ---------------------*/

.content-section-1 img{
margin-top:30px;
max-width:80%;
}

.content-section-1 h2, .content-section-2 h2, .content-section-3 h2{
text-transform:uppercase;
font-size:3rem;
font-weight:300;
border-top:1px solid #666;
border-bottom:1px solid #666;
color:#000;
text-align:center;
padding:10px 0;
margin-top:60px;
}
.content-section-1 h3{
text-transform:uppercase;
}

.content-section-2 h2, .content-section-2 h3, .content-section-2 p, footer,
.content-section-3 h2, .content-section-3 h3, .content-section-3 p{
color:#fff;
}
.content-section-2 .btn{
margin-top:20px;
}
.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: -moz-linear-gradient(top,  #6393c1 0%, #cfe7fa 100%);
background: -webkit-linear-gradient(top,  #6393c1 0%,#cfe7fa 100%);
background: linear-gradient(to bottom,  #6393c1 0%,#cfe7fa 100%); 





}
.content-section-2{
    padding: 30px 0;
background: -moz-linear-gradient(top,  #6393c1 0%, #cfe7fa 100%);
background: -webkit-linear-gradient(top,  #6393c1 0%,#cfe7fa 100%);
background: linear-gradient(to bottom,  #6393c1 0%,#cfe7fa 100%);



}
.content-section-3, footer {
    padding: 30px 0;
background: url(/site/bg-dark.jpg) repeat top left;
}

.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/banner1.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;
}

.thumb {
    margin-bottom: 30px;
text-align:center;
}

.thumb .center-block{
text-align:center;
}
 .thumbs img{
    max-width:92%;
    padding:2%; /* A percentage that, when doubled and added to the above, makes 100%. */
    background:transparent;
    border:1px solid #CCCCCC;
      opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;/* Color of the faux border. */
}


   .thumbs img:hover {
      opacity: 0.5;
      }

.prevNext{
padding:30px;
}


@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-message img{
width:35%;
}
/*.header { background-attachment:scroll; background-size:cover; }*/

.page-wrap>.container{
padding-left:0;
padding-right:0;
}

.header-top{
height:500px;
margin-top:0;
}
.content-section-1 h2, .content-section-2 h2{
font-size:2.5rem;
margin-top:0;
}


    .header-message {
        padding-bottom: 15%;
margin-top:0;
    }

    .header-message > h1{
font-size:4rem;

    }
.header-message > h1.small {
font-size:3rem;
}
.jumbotron h1{
    font-size: 3em;
}
    .intro-divider {
        width: 100%;
    }
}

@media(min-width:768px) {

.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(min-width:768px) and (max-width:992px){
.header-message h1{
font-size:5rem;
}
.header-message h1.small{
font-size:4rem;
}
}
@media (max-width: 576px) {
 h3 { font-size: 1.7rem; }
.content-section-1 h2, .content-section-2 h2 { font-size: 2.4rem; }
.jumbotron h1 { font-size: 2em; }
}
