body{
     margin:0;
     padding:0;
     font-size:16px;
     font-family: "Roboto", sans-serif;
     color: #666;
     font-weight: 400;
}
p {
    font-family: "Roboto", sans-serif;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 16px;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1{
    font-size: 22px;
    color: #000000;
}
h2{
    font-size: 18px;
    color: #000000;
}
h3{
    font-size: 22px;
    color: #006f3a;
}
h4{
    font-size: 18px;
    color: #006f3a;
}
h5{
    font-size: 22px;
    color: #2279d6;
}
h6{
    font-size: 18px;
    color: #2279d6;
}
.page-section ul li, .page-section ol li{
    margin-bottom: 10px;
}
a:focus, a:hover{
    text-decoration:none;
}
.logo {
    background: #fff;
    padding: 6px;
    border-radius: 5px;
}
.navpart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.navbar-default .navbar-brand {
    position: absolute;
    top: 15px;
    left: 15px;
}
/*Navbar-sticky-menu-list*/
nav.navbar.bootsnav {
    background-color: rgb(0 0 0 / 65%);
}
.navbar-default .navbar-brand {
    float: none;
    height: auto;
    line-height: inherit;
    margin: 0px !important;
    padding: 0px;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600 !important;
    padding: 15px 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin: 20px 5px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    background-color: inherit;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu{
    border: none;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li{
    background-color: #006f3a;
    font-size: 16px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li:hover{
    background-color: #8a623f;
}
.attr-nav {
    float: left;
}
.navbar-right {
    float: right !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    background-color: #006f3a;
    color: #fff;
    padding: 5px 10px;
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-brand{
    position: static;
}
.wrap-sticky nav.navbar.bootsnav.sticked .logo {
    width: 90px;
}
.wrap-sticky nav.navbar.bootsnav.sticked{
    background-color: #000;
}
.inner-pages nav.navbar.navbar-default.navbar-sticky.bootsnav {
    background-color: #2e2e2e;
}
.inner-pages .navbar-brand.logo img {
    width: 125px;
}
.inner-pages nav.navbar.navbar-default.navbar-sticky.bootsnav .navbar-nav > li > a {
    margin: 55px 5px;
}
.inner-pages, .inner-pages .navbar-brand {
    position: static;
}
.inner-pages .logo, .inner-pages .wrap-sticky nav.navbar.bootsnav.sticked .logo {
    width: 125px;
}
.inner-pages .navbar-default .navbar-brand {
    padding: 5px 0px;
    margin: 10px 0px !important;
    display: inline-block;
}
/*end-navbar*/
.about-right img {
    width: 100%;
}
.about-valley h1 {
    color: #1e4121;
    font-size: 36px;
    letter-spacing: 1.5px;
    margin: 0px;
    text-transform: uppercase;
}
.about-valley h2 {
    margin-top: 15px;
    color: #000;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.about-rule {
    border-width: 3px;
    border-color: #ccc;
    width: 150px;
    margin: 30px 0px 25px;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    font-size: 16px;
    opacity: 0;
    position: static;
    color: #fff;
    text-transform: capitalize;
}
/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
    background: #000;
}

figure.effect-bubba img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

figure.effect-bubba h2 {
    font-weight: 700;
    font-size: 24px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}
figure.effect-bubba h2 a{
    color: #ffffff;
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-bubba:hover h2 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.welcome-deerhaven {
    padding: 60px 0px;
}
.buy-list li {
    margin-bottom: 10px;
    line-height: 26px;
}
footer {
    background-color: #1e4121;
    border-top: none;
    padding: 25px 0;
}
.powered-by a {
    color: #fff;
}
.copy p {
    margin: 0px;
}

video {
   width: 100%;
   height: auto;
}
.list-row {
    margin: 25px 0px;
    float: left;
}
.page-section .page_heading {
    font-size: 36px;
}

.stark-logo {
    display: flex;
    justify-content: space-between;
}
.stark-logo img {
    margin-right: 25px;
}
.stark-logo p, .stark-logo p a {
    color: #fff;
}
.power {
    text-align: right;
}
.powered-by p {
    color: #fff;
}
.main-slider-block img {
    width: 100%;
}

@media (min-width: 1200px){
    .about-valley h1 {
        font-size: 48px;
    }
    video {
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
    }
    .event-col {
        padding: 0px;
    }
    figure.effect-bubba h2{
        font-size: 36px;
    }

}
@media (min-width: 1400px){
    .container{
        width: 1320px;
    }
    .about-valley {
        padding-right: 100px;
    }
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
    .nighbor-info {
        padding-left: 50px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    nav.navbar.bootsnav .navbar-nav > li > a {
        font-size: 14px;
        padding: 10px 6px;
    }
}
@media (min-width:992px){
    .plans-list-section .container-fluid {
        padding: 0px;
    }
    .event-row {
        margin: 0px;
    }
    .list-row .left-txt, .list-row .left-img {
        padding-right: 20px;
    }
    .powered-by {
        margin-top: 25px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .logo {
        width: 125px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a {
        font-size: 13px;
        padding: 10px 2px;
    }
    .grid figure figcaption {
        padding: 0px;
    }
    .about-valley h1 {
        font-size: 30px;
    }
    .about-valley h2 {
        font-size: 18px;
        line-height: 26px;
    }
    
}
@media (max-width: 767px) and (min-width: 320px){
    nav.navbar.bootsnav, .wrap-sticky nav.navbar.bootsnav.sticked, 
    .inner-pages nav.navbar.navbar-default.navbar-sticky.bootsnav {
        background-color: #fff;
    }
    .navbar-default .navbar-brand, .navpart {
        position: static;
    }
    nav.navbar.bootsnav .navbar-nav > li > a, 
    .inner-pages nav.navbar.navbar-default.navbar-sticky.bootsnav .navbar-nav > li > a{
        margin: 0px;
        color: #000;
        padding: 10px;
    }
    .inner-pages nav.navbar.navbar-default.navbar-sticky.bootsnav {
        border-bottom: 1px solid #ccc;
    }
    .nighbor-info {
        margin-top: 30px;
    }
    .event-col {
        padding-bottom: 30px;
    }
    .powered-by {
        text-align: center;
    }
}
@media (max-width: 540px) and (min-width: 320px){
    .haven-contact h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .about-valley h1 {
        font-size: 28px;
    }
    .about-valley h2 {
        font-size: 16px;
    }
    figure.effect-bubba h2{
        font-size: 24px;
    }
    .welcome-deerhaven {
        padding: 30px 0px;
    }
}
@media screen and (min-width:320px) and (max-width:991px) {
    .column-reverse {
      display: flex;
      flex-direction: column-reverse;
    }

    .discover_content {
      padding-bottom: 15px;
    }

}