html, body{
    overflow-x: hidden;
}
/* Slider overlay */
.slider-overlay{
    background: rgba(0,0,0,0.3);
    z-index: 99;
    position: absolute;
    top: auto;
    bottom: auto;
    height: 100%;
    width: 100%;
}
.carousel-control-next, .carousel-control-prev{
    z-index: 999;
}

.bg-forest{
    background-image: url('../images/forest_background.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-beach{
    background-image: url('../images/beach_background.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

p, ul.bullet-text li, button{
    font: italic normal normal 16px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;
    /* text-align: justify; */
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Amatic SC', cursive, sans-serif;
    text-transform: uppercase;
}

h1{
    font-size: 3.5em;
}

h2{
    font-size: 2.6em;
}

h3{
    font-size: 2.4em;
}

h4{
    font-size: 2em;
}

h5{
    font-size: 1.8em;
}

h6{
    font-size: 1.5em;
}

.px-6{
    padding: 0 5.5em;
}

#main-container
{
    background-color: rgba(248, 249, 250, 0.85);
    padding: 0px;
}

.nav-link{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.sitemap canvas{display:none;}




@media (min-width: 1124px){
    .nav-link{
        margin: 0 4px;
    }
}

.bg-light{
    background-color: rgba(248, 249, 250, 0.5) !important;
}

.color-2{
    background-color: rgba(251, 227, 214, 0.5);
}

footer{
    color: white;
}

.bg-color-5
{
    background-color: #535151;
}

footer a{
    color: white;
}

.social-section a i{
    font-size: 30px;
    /* padding: 10px; */
    padding-right: 15px;
}

.social-section a:hover{
    color: #68AFD5;
}
.box {
    top: 91px;
    left: 73%;
    width:40px;
    height:40px;
    background-image:url('http://www.clker.com/cliparts/W/0/g/a/W/E/map-pin-red.svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute; 
  }



@media (max-width: 992px)

{
    .card{
        margin: 8px 0px;
    }
    
}
.card-section-icons a i{
    font-size: 30px;
    padding-right: 8px;
    cursor: text;
}
.card-section-icons a:hover{
    color: white;
}

.book-now-button
{
    background-color: #68AFD5;
    box-shadow: 2px 2px 2px #ddd;
    border-radius: 5px;
}

.contact-section a:hover{
    text-decoration: none;
    color: #68AFD5;
}

.book-now-button .nav-link{
    color: white !important;
}
.book-now-button:active{
    transform: scale(0.9);
}

@media (max-width: 992px)
{
    .p-sm{
        padding: 0px 5px;
    }
}

.logo-slider{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

@media (min-width: 1024px){
    .logo-slider img{
        width: 400px;
    }
}

.bg-color-about{
    background-color: rgba(197, 200, 182, 0.8);
}

.bg-color-about-2{
    background-color: rgba(204, 225, 232, 0.8);
}

/* Options page */
.img-box{
    position: relative;
}

.img-text-section
{
    position: relative;
    text-align: center;
    border: 1px solid rgba(139, 170, 149, 1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0;
    max-width: 100%;
    margin: 0 40px;
    padding: 10px;
    bottom: 33px;
}

@media (max-width: 540px)
{
    .img-text-section
    {
        padding: 2px;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .img-text-section{
        margin: 0 auto;
        padding: 4px;
    }
}

.img-text-section
{
    color: #465E53;
}

.img-text-section p
{
    margin: 0 auto;
}

/* Contact Us Page */
.bg-color-grey{
    background-color: rgba(201, 200, 201, 0.5);
}

.contact-us-button{
    background-color: #5FA6CC;
    border: 1px solid #5FA6CC;
    padding: 2px 15px;
    min-width: 150px;
}
.contact-form-textarea{
    min-height: 150px;
    resize: vertical;
}

.contact-a:hover{
    text-decoration: none;
}

.dropdown-menu{
    right: 0px;
    left: auto;
}
/* Events Section */
/* html,body{
    width: 100%;
    height: 100%;
  } */
  
#gallery-container{
    margin: 0 auto;
    width: inherit;
}
    
.gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70vh;
}
  
.item {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: flex 0.8s ease;
    cursor: pointer;
}
.item:hover{
    flex: 15;
}

/*Events Section - Images for Events Page 1-12*/
.item-1 { 
    background-image: url('../images/event-1.jpg');
}

.item-2 { 
    background-image: url('../images/event-2.jpg');
}

.item-3 { 
    background-image: url('../images/event-3.jpg');
}

.item-4 { 
    background-image: url('../images/event-4.jpg');
}

.item-5 { 
    background-image: url('../images/event-5.jpg');
}

.item-6 { 
    background-image: url('../images/event-6.jpg');
}

.item-7 { 
    background-image: url('../images/event-7.jpg');
}

.item-8 { 
    background-image: url('../images/event-8.jpg');
}

.item-9 { 
    background-image: url('../images/event-9.jpg');
}

.item-10 
{ 
    background-image: url('../images/event-10.jpg');
}

.item-11
{ 
    background-image: url('../images/event-11.jpg');
}

.item-12
{ 
    background-image: url('../images/event-12.jpg');
}

/* Lightbox + Events */
.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}
  
  /* Create four equal columns that floats next to eachother */
  .column {
    float: left;
    width: 25%;
  }
  
/* The Modal (background) */
.modal2 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
  
/* Modal2 Content */
.modal-content2 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
  
/* The Close Button */
.close2 {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
  
.close2:hover,
.close2:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
  
/* Hide the slides by default */
.mySlides {
    display: none;
}
  
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
  
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
  
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(255, 255, 255, 0.6);
}
  
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
  
/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
  
img.demo{
    opacity: 0.6;
}
  
.active2,
.demo:hover{
    opacity: 1;
}
  
img.hover-shadow{
    transition: 0.3s;
}
  
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Photo album cover */
.photo-cover{
    background-color: white;
    margin: 10px;
}

.cabin-rentals-p p{
    font-size: 20px;
}

.camping-pricing-cards .card{
    min-height: 240px;
}
/* Google Map */
#contact-us-map{
    width: 450px;
    height: 450px;
}

@media (min-width: 641px) and (max-width: 1023px)
{
    #contact-us-map
    {
        width: 315px;
        height: 315px;
    }
}

@media (max-width: 640px)
{
    #contact-us-map
    {
        width: 300px;
        height: 300px;
    }
}

/* book Now Button */
@media (max-width: 992px)
{
    .book-now-mobile
    {
        padding: 10px !important;
    }
}
/* Donation Ticker CSS */
@-webkit-keyframes ticker {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
  
    100% {
      -webkit-transform: translate3d(-170%, 0, 0);
      transform: translate3d(-170%, 0, 0);
    }
}
@keyframes ticker {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
  
    100% {
      -webkit-transform: translate3d(-170%, 0, 0);
      transform: translate3d(-170%, 0, 0);
    }
}
/* Ticker Mobile */
@-webkit-keyframes tickerMobile {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
  
    100% {
      -webkit-transform: translate3d(-120%, 0, 0);
      transform: translate3d(-120%, 0, 0);
    }
}
@keyframes tickerMobile {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
  
    100% {
      -webkit-transform: translate3d(-120%, 0, 0);
      transform: translate3d(-120%, 0, 0);
    }
}

.tcontainer{
    width: 100%;
    overflow: hidden;
}
.ticker-wrap {
    width: 100%;
    padding-left: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(204, 225, 232, 0.8);
}

.ticker-move {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    -webkit-animation-name: ticker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}

.ticker-move:hover{
    animation-play-state: paused;
    -webkit-animation-play-state: paused;

}
@media (max-width: 768px)
{
    .ticker-move{
        animation-duration: 20s;
        -webkit-animation-duration: 20s;
        animation-name: tickerMobile;
        -webkit-animation-name: tickerMobile;
    }
}
.ticker-item{
    display: inline-block;
    padding: 0 5.5rem;
    font: italic normal normal 24px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;
    font-size: 28px;
    text-shadow: 2px 1px 2px gray;
}
@media (max-width: 768px)
{
    .mobile-x-spacing{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media (max-width: 992px)
{
    .row{
        display: block;
    }
}
/* Modal box for Momento 360 Views */
@media (min-width: 576px){
    .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
    }
}