/*-------------- Fonts --------------*/

body {
    font-family: 'Questrial', sans-serif;
color:#000;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Passion One', sans-serif;
color:#000;
}
p.firstParagraph::first-letter {
  font-size: 40px !important;
}

/*-------------- Forces Equal height rows --------------*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/*-------------- Page Styles --------------*/

.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:#efefef;
}
.page img{
border:1px solid rgba(0,0,0,0.4);
padding:5px;
}
.page-wrap>.container{
background:#B1BF82;
}

/*-------------- Anchor styles --------------*/

a>h3{
color:#404729;
transition:all .5s ease;
}
a>h3:hover{
color:#658549;
}


/*-------------- Background Images --------------*/

.bg-image1{
  background: url(/site/bg.jpg) 0 0 repeat;
  background-position: center center;
  background-size: cover;
  height:600px;
}


/* -------------- Home Header Text --------------*/

.header-top{
  height:800px;
  position:relative;
  overflow:hidden;
}
.header-message{
  margin-top:170px;
  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: 5rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 5px;
  text-align: center;
  text-transform: uppercase;
}
.header-message > h3 {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border-bottom: 1px solid white;
  color: white;
  font-size: 4em;
  margin: 0;
  padding: 0 !important;
}

.appleMobile .item:nth-child(1) {
    background: url(/site/home1.jpg) no-repeat top center scroll!important;
background-size:cover;
}
.appleMobile .item:nth-child(2) {
    background: url(/site/home2.jpg) no-repeat top center scroll!important;
background-size: cover;
}
.appleMobile .item:nth-child(3) {
    background: url(/site/home3.jpg) no-repeat top center scroll!important;
background-size: cover;
}

.appleMobile .header-message > h1{
  font-size: 5.5rem;
}
.appleMobile .header-message > h3{
  font-size: 4rem;
}
.appleMobile .header-message{
  margin-top:350px;
}
.appleMobile .header-top{
  height:600px;
}


/*-------------- Inner pages use jumbotron header --------------*/

.jumbotron {
  background: rgba(0, 0, 0, 0) url("/site/banner1.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;
color: var(--light);
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
font-size:4rem;
margin:100px  0;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
}

/*-------------- Sidebar --------------*/

#sidebar{
  background:#E9E4D2;
  box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.8),  inset  0 -8px 8px -8px  rgba(0,0,0,0.8);
}

/*-------------- Misc styles --------------*/

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));
}
.social{
margin-top:40px;
}
.fa-square{
color: #3B5998;
}

/*------------- Background 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-inner .item:nth-child(1) {
    background: url(/site/home1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 800px;
}
.carousel-inner .item:nth-child(2) {
    background: url(/site/home2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 800px;
}
.carousel-inner .item:nth-child(3) {
    background: url(/site/home3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 800px;
}
.carousel {
    z-index: -99;

}
.carousel .item {
    position: fixed;
    width: 100%;
height:100%;
}

/*------------- Affixed Nav ---------------*/
.navbar-expand-md .navbar-nav {
    justify-content: center;
}
.navbar{
margin-bottom:0;
padding: 0;
}
.navbar { 
background:#F8F8F8;
width:100%;
border-radius:0;
box-shadow:0 0 3px rgba(0,0,0,0.5);
 }
 .nav-link {
    padding: 15px;
 }
.navbar-static{
width:100%;
}
.navbar-nav {
    width: 100%;
    text-align: center;

}
.navbar-nav  > li {
      float: none;
      display: inline-block;
    }
.navbar .navbar-nav>li> a { 
color:#000; 
}
.navbar .navbar-nav>li> a:hover{ 
color:#999; 
}
.navbar .navbar-nav>li> a.active{
background:#658549;
color: black;
}
.navbar .navbar-nav>li> a.active:hover{
background:#658549;
color: white;
}

.navbar-header .navbar-brand:hover{
    color:#ffde42;
}

.navbar-brand{
display:none;
}
#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;

}

#nav.affix-top{
padding:0;
}
#nav.container{
width:100%;
}

/*--------- content sections ---------------------*/

.content-section-1 img{
margin-top:30px;
}

.content-section-1 h2, .content-section-2 h2{
text-transform:uppercase;
font-size:5rem;
font-weight:700;
border-top:1px solid #666;
border-bottom:1px solid #666;
color:#000;
text-align:center;
padding:10px 0;
margin-top:60px;
}
.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, .content-section-2, .content-section-3 {
    padding: 60px 0;
    background-color: #B1BF82; /* E9E4D2 */
}



/*---------------- Footer --------------------*/
footer {
    padding: 30px 0;
background: #000;
}
footer span{
color:#fff;
}
/*----------------Gallery Styles --------------------*/
.thumb {
    margin-bottom: 30px;
}

.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 Queries ---------------*/
@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; }
.header2{
height:300px;
}
.header-top{
height:400px;
}
.content-section-1 h2, .content-section-2 h2{
font-size:2.5rem;
margin-top:0;
}


    .header-message {
        padding-bottom: 15%;
margin-top:25px;
    }

    .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) {
}

@media(min-width:768px) and (max-width:992px){
.header-message h1{
font-size:8rem;
}
.header-message h1.small{
font-size:5.7rem;
}
}
