
#home {
    overflow-x: hidden;
}

#player_wrapper,#player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#player_wrapper {
  overflow:hidden;
}

#player video {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  min-width: 100%; 
  min-height: 100%;
}

#nav {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.5s ease-in-ease-out;
}

#utility_bar {
	border-bottom: 1px solid #fefefe;
	transition: all 0.5s ease-in-ease-out;
}

#utility_bar ul.nav li.nav-item a.nav-link {
    color: #fefefe;
    font-size: 15px;
    letter-spacing: 1.5px;
    font-weight: 400;
    transition: all 0.5s ease-in-ease-out;
}

@media only screen and (max-width: 910px) {
    #utility_bar ul.nav li.nav-item a.nav-link {
        font-size: 10px;
        transition: all 0.5s ease-in-ease-out;
    }
}

#main_menu {
	height: 100px;
}

#main_menu ul.nav li.nav-item a.nav-link {
	font-family: 'DM Serif Display', serif;
	font-size: 20px;
	color: #fefefe;
	transition: all 0.5s ease-in-ease-out;
}

#nav.active {
	background: #fefefe;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	transition: all 0.5s ease-in-ease-out;
}

#nav.active #utility_bar {
    background: #26590F;
}

#nav.active #main_menu ul.nav li.nav-item a.nav-link {
	color: #26590F;
}

.logo img {
	position: fixed;
    max-width: 230px;
    top: 3px;
}

@media (max-width: 767px) {
    .logo img {
        max-width: 150px;
    }
}

#hero {
	z-index: 0;
    height: 115vh;
    background: unset;
	position: relative;
	color: #fefefe;
    min-height: 670px;
}

@media only screen and (max-width: 760px) {

    #player_wrapper,#player {
        display: none;
    }

    #hero {
        background: url(../img/hero.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        max-height: 600px;
    }
}


#hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.45;
    background-color: #000000;
}

#hero::after {
    content: "";
    position: absolute;
    top: 0;
    background: url(../img/hero-texture.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    z-index: 2;
}

#hero h1, #hero p {
	position: relative;
	z-index: 3;
}

#hero p {
    padding-bottom: 25px;
    font-size: 20px;
}

#hp_services, #abt_bios {
	position: relative;
	padding: 0 0 100px;
    background: #fefefe;
}

#hp_hours {
    z-index: 2;
    padding: 75px 0;
    width: 100%;
    position: relative;
    height: 100%;
}

#hp_hours_bg {
	background: url('../img/dog_hammock.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 450px;
	color: #fefefe;
}

#hp_hours_bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.45;
    background-color: #000000;
}

#hp_hours_bg::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    top: -60px;
    left: -60px;
    background: #3E9B1A;
    opacity: 0.35;
    z-index: -1;
}

#hp_hours_bg h1, #hp_hours_bg p  {
	position: relative;
	z-index: 2;
}

#hp_about {
    position: relative;
    padding: 300px 0 300px;
    background: url(../img/wood.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#hp_about .container {
    position: relative;
    z-index: 5;
}

#hp_about h2  {
    color: #3E9B1A;
}

#hp_about h3, #hp_about p  {
    color: #fefefe;
}

#hp_about h3.line::before, #hp_hours_bg h3.line::before  {
    background: #fefefe;
}

#hp_about::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.65;
    background-color: #2E2516;
}

#hp_about::after {
    content: "";
    position: absolute;
    top: -1px;
    background: url(../img/hero-texture.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 50%;
    width: 100%;
    z-index: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#footer {
    padding: 250px 0 20px;
    position: relative;
    z-index: 5;
    color: #fefefe;
    margin-top: -270px;
}

#footer p {
    font-weight: 300;
}

#footer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: url('../img/footer-block.png');
    background-position: top;
    background-repeat: no-repeat;
    height: 100%;
}

#footer .fa-ul>li {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 160%;
    margin-bottom: 15px;
}

#credits {
	padding-top: 75px;
}

#credits p {
	font-size: 12px;
}

#credits .footer_logo {
	max-width: 200px;
}

h1, h2, h3 {
	font-family: 'DM Serif Display', serif;
}

h1 {
	font-size: 70px;
    line-height: 100%;
}

h2 {
    font-size: 64px;
    line-height: 110%;
}

h3.line {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 3px;
}

h3.line::before {
    content: "";
    display: inline-block;
    position: relative;
    top: -5px;
    height: 2px;
    line-height: 2px;
    font-size: 2px;
    width: 120px;
    margin-right: 0.75rem;
    background: #212529;
}

p {
	font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 160%;
}

a.cta {
	font-family: 'DM Serif Display', serif;
	font-size: 24px;
}

.green_text {
	color: #26590F;
}

.owl-carousel .owl-stage-outer {
    min-width: 1200px;
}


.owl-nav {
    display: inline-block;
    position: absolute;
    top: -50px;
    right: 0;
}

@media (max-width: 991px) {
    .owl-nav {
        display: inline-block;
        position: absolute;
        bottom: unset;
        left: unset;
        top: -40px;
        right: 0;
    }

}



@media only screen and (max-width: 760px) {

    h1 {
    font-size: 52px;
    }

}

@media (max-width: 600px) {

    h1 {
    font-size: 40px;
    line-height: 100%;
    }

    #hero h1 {
    font-size: 60px;
    line-height: 125%;
    }

}

.owl-prev {
    margin-right: 5px;
}

.owl-nav .owl-prev span, .owl-nav .owl-next span {
    padding: 10px;
    background: #007bff;
    color: #fefefe;
}

.box {
    height: 300px;
    background: grey;
    padding: 10px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.45;
    background-color: #000000;
}

.box p {
	font-family: 'DM Serif Display', serif;
	font-size: 24px;
	line-height: 110%;
	margin-bottom: 0;
	color: #fefefe;
	position: relative;
	z-index: 2;
}

#serviceSlider {
	position: relative;
}

#serviceSlider:before {
    content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    top: -100px;
    right: -75px;
    background: orange;
    opacity: 0.35;
}

#img_block {
	position: relative;
}

#img_block:before {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -10%;
    left: -10%;
    background: orange;
    opacity: 0.35;
}

#img_block:after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: 25%;
    right: -50px;
    background: #3E9B1A;
    opacity: 0.35;
    z-index: -1;
}

.header {
    position: relative;
    padding: 150px 0 200px;
    background: url(../img/wood.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.header h1 {
    color: #3E9B1A;
}

.header p {
    font-size: 18px;
    position: relative;
    z-index: 3;
}



.header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.75;
    background-color: #2E2516;
}

.header::after {
    content: "";
    position: absolute;
    top: 1px;
    background: url(../img/hero-texture.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.promo_box {
    padding: 25px 20px;
    background: #285910;
    color: #fefefe;
}

.header h1 span.small {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 110%;
    color: #fefefe;
}

.blog_featured_img {
    height: 240px;
}

#footer a {
    color: #fefefe;
    font-weight: 600;
}

@media (max-width: 767px) {

    #footer {
        padding: 50px 0 20px;
        position: relative;
        z-index: 5;
        color: #fefefe;
        margin-top: -130px;
        background: #26590f;
    }
}




#mobile_menu {
    height: 100vh;
    background: #26590F;
    display: flex;
    align-items: center;
    color: #fefefe;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transition: all 0.5s ease-in;
}

#mobile_menu.active {
    width: 100%;
    position: fixed;
    transition: all 0.25s ease-in;
}

#mobile_menu h3 {
    font-family: 'DM Serif Display', serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 40px;
    opacity: 0;
    transition: opacity 0.25s ease-in;
}

#mobile_menu.active a i {
    opacity: 0;
    transition: opacity 0.25s ease-in;
}

#mobile_menu .closenav {
    position: absolute;
    top: 2rem;
    right: 1rem;
    opacity: 0;
    display: none;
}

#mobile_menu.active h3, #mobile_menu.active .closenav  {
    opacity: 1;
    display: block;
    transition: opacity 1s ease-in;
}

#mobile_menu.active a i {
    opacity: 1;
    display: block;
    transition: opacity 1s ease-in;
}

#mobile_menu a {
    color: #fefefe;
    text-decoration: none;
    background-color: transparent;
    text-decoration: none;
}

#mobile_menu a:hover {
    color: #EA6918;
}