body {
    font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 25px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 600;
}
h1{
    font-size: 26px;
    color: #000000;
}
h2{
    font-size: 22px;
    color: #000000;
}
h3{
    font-size: 18px;
    color: #000000;
}
h4{
    font-size: 26px;
    color: #203D27;
}
h5{
    font-size: 22px;
    color: #203D27;
}
h6{
    font-size: 18px;
    color: #203D27;
}

a{
	color: #1e4121;
	font-weight: 700;
}
a:hover{
	color: #846246;
}
p{
	font-family: "Roboto", sans-serif;
	color: #666;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
}
.navpart{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
.navbar-default{
	background-color: inherit;
	border: none;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
    margin: 15px 5px;
    letter-spacing: 1px;
    font-weight: 400 !important;
    padding: 15px 10px;
    font-size: 15px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #5a8c19;
}
.navbar-default .navbar-right {
    float: right !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    background-color: #1e4121;
    color: #fff;
    padding: 5px 10px;
}
video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}
.logo > h1 {
    border: none;
    color: #ffffff;
    padding: 0px;
    margin: 20px 0px 0px;
	font-weight: 500;
}
nav.navbar.navbar-default.navbar-sticky.bootsnav {
    background-color: rgb(0 0 0 / 75%);
}
.wrap-sticky nav.navbar.bootsnav.sticked {
    background-color: #000;
}
.inner-pages {
    position: static;
}
.inner-pages nav.navbar.navbar-default.navbar-sticky.bootsnav {
    background-color: #2e2e2e;
}
.welcome-deerhaven {
    padding: 60px 0px;
}
.about-valley h1 {
    color: #1e4121;
    font-size: 36px;
    letter-spacing: 1.5px;
    margin: 0px;
}
.about-valley h2 {
    margin-top: 15px;
    color: #000;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 25px;
}
.about-rule {
    border-width: 3px;
    border-color: #ccc;
    width: 150px;
    margin: 30px 0px 25px;
}
.readmore-btn {
    color: #fff;
    background-color: #1e4121;
    border-color: #1e4121;
    border-radius: 0px;
    padding: 12px 35px;
    text-transform: uppercase;
    font-weight: 500;
	letter-spacing: 1px;
	font-size: 16px;
    margin-top: 20px;
	transition: all 0.3s linear;
}
.readmore-btn:hover{
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.about-right img{
	width: 100%;
}
/* 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;
}

.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 {
	padding-top: 20%;
	font-weight: 500;
	-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);
}
.haven-contact {
    background-color: #1e4121;
    padding: 50px 0px;
}
.haven-contact h2 {
    color: #fff;
    font-size: 30px;
    line-height: 42px;
}
.contact-btn {
	background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    display: block;
    width: 200px;
    margin: 0px auto;
    margin-top: 25px;
	transition: all 0.3s linear;
    letter-spacing: 1px;
}
.contact-btn:hover{
	background-color: #fff;
	border-color: #fff;
	color: #1e4121;
}
footer {
    background-color: #1e4121;
    border-top: none;
    padding: 25px 0;
}
footer span.copyright,.powered-by {
    color: #cccccc;
}
.powered-by a {
    color: #fff;
}
.doc-row {
	margin-top: 20px;
	margin-bottom: 30px;
	border: 3px solid #ccc;
	padding: 30px;
}
.logo img {
    width: 150px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.navbar-default .navbar-brand.logo {
    position: absolute;
    top: 15px;
    left: 30px;
    padding: 0px;
}
.list-row {
  margin: 25px 0px;
  float: left;
}

/*image popup*/

.map-container {
  position: relative;
  max-width: 900px;
  margin: auto;
}

.map-container img {
  width: 100%;
  display: block;
}
footer p {
    margin: 0px;
}
.wrap-sticky nav.navbar.bootsnav.sticked .logo {
    position: static;
}
.wrap-sticky nav.navbar.bootsnav.sticked .logo img {
    width: 93px;
}
.wrap-sticky nav.navbar.bootsnav.sticked .nav > li > a {
    margin: 30px 5px;
}
.inner-pages .navbar-brand.logo {
    position: static;
    padding: 15px 0px;
}
.inner-pages .navbar-brand.logo img {
    width: 125px;
}
.inner-pages nav.navbar.navbar-default.navbar-sticky.bootsnav .navbar-nav > li > a {
    margin: 65px 5px;
}
.inner-pages .wrap-sticky nav.navbar.bootsnav.sticked .nav > li > a {
    margin: 45px 5px;
}
.homesite-table .table tr td {
    border: 1px solid #bcbcbc;
}
.page-section .page_heading {
    font-size: 36px;
}
.document-list h3 {
    font-size: 24px;
}
.document-list p {
    margin-bottom: 0px;
}
.document-list ul li {
	margin-bottom: 6px;
}


@media (min-width:1400px){
	.container-fluid{
		padding-left: 50px;
		padding-right: 50px;
	}
	.about-valley {
    	padding-right: 100px;
	}
	.nighbor-info {
    	padding-left: 50px;
	}
	nav.navbar.bootsnav .navbar-nav > li > a{
		padding: 15px 20px;
		font-size: 16px;
		margin: 15px 5px;
	}
}
@media (min-width:1200px){
	.about-valley h1{
		font-size: 48px;
	}
	.document-img {
    	margin-left: -110px;
	}
	.doc-row {
	    width: 93%;
	    float: right;
	    margin-left: 0px;
	    margin-right: 0px;
	}
	.event-col{
		padding: 0px;
	}
	.document-list {
    	padding-bottom: 50px;
	}
}
@media (min-width:992px){
	.readmore-btn{
		width: 300px;
	}
	.plans-list-section .container-fluid {
    	padding: 0px;
	}
	.event-row {
    	margin: 0px;
	}
	.list-row .left-txt, .list-row .left-img {
	  padding-right: 20px;
	}
	.list-row .right-img, .list-row .right-txt {
	  padding-left: 20px;
	}
}
@media screen and (min-width:992px) and (max-width:1199px) {
	figure.effect-bubba h2 {
    	font-size: 24px;
    	padding-top: 0px;
	}
	nav.navbar.bootsnav .navbar-nav > li > a{
		margin: 15px 4px;
		font-size: 14px;
	}
	.events-grid .effect-bubba {
    	height: 320px;
    	margin-bottom: 30px;
	}
}
@media screen and (min-width:768px) and (max-width:991px) {
	nav.navbar.bootsnav .navbar-nav > li > a {
		padding: 15px 15px;
		font-size: 14px;
		letter-spacing: 0px;
		margin: 0px;
	}
	.navbar-default .navbar-brand.logo img {
    	width: 100px;
	}
	.logo > h1 {
    	margin-top: 5px;
	}
	.event-col {
    	padding-bottom: 30px;
	}
	.events-grid .effect-bubba{
		height: 320px;
	}
	video {
    	height: auto;
	}
	.inner-pages nav.navbar.navbar-default.navbar-sticky.bootsnav .navbar-nav > li > a {
    	margin: 50px 5px;
	}
	.power {
    	text-align: center !important;
	}
	.powered-by {
    	margin-top: 6px;
	}
}
@media (max-width:767px){
	.navpart, nav.navbar.bootsnav .navbar-brand {
    	position: static;
	}
	nav.navbar.navbar-default.navbar-sticky.bootsnav{
		background-color: #fff;
	}
	.wrap-sticky nav.navbar.bootsnav.sticked .nav > li > a{
		margin: 0px;
	}
	.logo h1{
		margin: 0px;
		padding: 10px 0px;
	}
	nav.navbar.bootsnav .navbar-nav > li > a {
		margin: 0px;
		padding: 10px;
		color: #000;
	}
	nav.navbar.bootsnav .navbar-brand{
		height: auto;
	}
	.about-valley {
    	padding-bottom: 30px;
	}
	.events-grid.grid img {
    	width: 100%;
	}
	.event-col {
    	padding-bottom: 30px;
	}
	.nighbor-info {
    	padding-top: 30px;
	}
	video {
    	height: auto;
    	width: 100%;
	}
	.homesite-table {
    	overflow-x: scroll;
	}
	.plat-map img{
		width: 100%;
	}
	.power {
    	text-align: center !important;
	}
	.powered-by {
    	margin-top: 6px;
	}

}

@media screen and (min-width:320px) and (max-width:480px) {
	.welcome-deerhaven{
		padding: 30px 0px;
	}
	.logo h1{
		font-size: 30px;
	}
	nav.navbar.bootsnav .navbar-toggle{
		right: 20px;
	}
	.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;
	}
	

}

@media screen and (min-width:320px) and (max-width:991px) {
	.column-reverse {
	  display: flex;
	  flex-direction: column-reverse;
	}

	.discover_content {
	  padding-bottom: 15px;
	}

}