.row{
	margin-left: 0px !important;
}
body{
	font-family: "Lora", serif;
	font-weight: 400;
	font-optical-sizing: auto;
	font-style: normal;
	letter-spacing: 0.0625em;
}
.header {
	text-align: center;
	padding: 0px 0px 20px 0px;
}
.header_image{
	text-align: center;
	padding-top: 20px;
}
.header_image img{
	width: 240px;
	margin-bottom: 40px;
}
.persistent_items{
	background-color: hsl(0, 0%, 100%);
}
/*-----------------------------------HEADINGS-start---*/
h1 {
	font-weight: 600;
	font-size: calc(2rem);
	border-bottom: 1px solid #000000;
}
h1 a{
	color: hsl(0,0%,0%) !important;
	text-decoration: none !important;
}
h2{
	font-size: 16px;
	font-weight: 600;
	font-size: 1.5rem;
	color: rgb(99, 125, 96);
	text-align: center;
	padding-top: 120px; 
}
h3{
    font-family: "Yellowtail", cursive;
    font-weight: 400;
    font-style: normal;
	font-size: 50px;
	color: rgb(127, 157, 124);
	text-align: center;
	padding-top: 50px;
}
#hunting .content div.row:not(:nth-child(-n+2)) h3 {
	padding-top: 0px !important;
}
#gallery h3{
	padding-bottom: 0px;
}
h4{
	text-align: center;
}
.modules.dark h4{
	font-size: 18px;
	color: #FFFFFF;
}
/*-----------------------------------HEADINGS-end---*/
/*-----------------------------------NAV_MENU-start---*/
nav{
	border: none;
}
.navbar{
	padding-bottom: 30px;
}
.navbar .active{
	border-bottom: 1px solid black;
}
.navbar a:hover{
	border-bottom: 1px dotted hsl(0, 0%, 86%);
}
/*-----------------------------------NAV_MENU-end---*/
/*-----------------------------------MODULES-start---*/
.modules{
	margin-top: 0px;
	padding-bottom: 50px;
}
.modules.dark{
	background-color: #161616;
}
.modules.dark hr{
	border: 2px solid hsl(0, 0%, 20%);
}
.modules .row{
	padding: 0px 40px;
}
.modules.dark .row{
	color: rgb(164, 164, 164);
}
/*-----------------------------------MODULES-end---*/
/*-----------------------------------HOME-start---*/
#home .hero_image-container{
	background-image: url("../images/home/home-background.jpg");
	background-repeat: no-repeat;
	height: 614px;
	text-align: center;
}
#home .hero_image-wrapper{
	border: 24px solid #FFFFFF;
	overflow: hidden;
	position: relative;
	top: 50px;
	max-width: 640px;
	height: auto;
	box-shadow: 2px 2px 10px hsl(0,100%,0%,.2);
}
#home .hero_image{
	width: 150%;
}
/*-----------------------------------HOME-end---*/
/*-----------------------------------ABOUT US-start---*/
#home div.about_us>div:not(:nth-child(-n+2)) {
    margin-top: 60px;
}
/*-----------------------------------ABOUT US-end---*/
.modules .row>div{
	text-align: center;
	line-height: 2em;
}
.divider>div{
	padding-top: 0px !important;
	margin: 40px 0px !important;
}
/*-----------------------------------HUNTING-start---*/
#hunting .content div.row:not(:nth-child(-n+2)) {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
.footer{
	background-color: #161616;
	color: rgb(164, 164, 164);
	padding: 16px 0px 40px 0px;
	font-size: 12px;
	text-align: center;
}
/*-----------------------------------HUNTING-end---*/
/*-----------------------------------HUNTING-CAROUSEL-start---*/
.carousel-indicators button{
	background-color: #000000 !important;
	border: 2px solid #FFFFFF !important;
	opacity: .6;
}
.carousel-indicators button.active{
	background-color: #FFFFFF !important;
	border: 2px solid #FFFFFF !important;
}
/*-----------------------------------HUNTING-CAROUSEL-end---*/
/*-----------------------------------FLOATS-SLIDERS-start---*/
#floats section.slider img {
	cursor: pointer;
}
section .content-item {
	width: 80%;
	left: 10%;
	bottom: 10%;
}
section .modal-layer {
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}
section .modal-layer .slide-img {
	background-image: url(https://i1.sndcdn.com/artworks-YxGUGES6DrzzCUGx-Gx32ZQ-t240x240.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
/*-----------------------------------FLOATS-SLIDERS-end---*/
/*-----------------------------------ATTRACTIONS-start---*/
#attractions .hero_image{
	background-image: url("../images/attractions/turners_mill.jpg");
	background-repeat: no-repeat;
	text-align: center;
	min-height: 400px;
	background-size: cover;
}
#attractions .hero_image-overlay{
	width: 300px;
	height: 250px;
	background-color: hsl(0, 100%, 0%, .5);
	color: hsl(0, 0%, 95%);
	font-size: 2em;
}
/*-----------------------------------ATTRACTIONS-end---*/
/*-----------------------------------GALLERY-start---*/
#gallery p{
	margin-bottom: 40px;
}
/*-----------------------------------GALLERY-end---*/



@media only screen and (max-width: 980px) and (orientation: portrait) {
	h1{
		font-size: 1.5rem;
	}
	.container{
		/*max-width: 100% !important;*/
	}
	.navbar-nav li.nav-item>a{
		line-height: 0px !important;
	}
	.row{
		padding: 0px !important;
		margin-right: 0px !important;
	}
	.divider>div{
		padding-top: 0px !important;
		margin: 0px 0px 30px 0px !important;
	}	
}
@media only screen and (max-width: 980px) and (orientation: landscape) {
	.header {
		padding-top: 50px;
	}
}
/*-----------------------------------COMMON BREAKPOINTS (matched to Bootstrap)-start---*/

@media only screen and (max-width: 991px) {
	#attractions .hero_image{
		background-position: left 0px;
	}
	.header_image img{
		width: 104px;
		margin-bottom: 40px;
	}
}

@media only screen and (min-width: 992px) {
	#attractions .hero_image{
		background-position: left -80px;
	}
}

@media only screen and (min-width: 1200px) {
	#attractions .hero_image{
		background-position: left -180px;
	}
}

@media only screen and (min-width: 1400px) {
	#attractions .hero_image{
		background-position: left -230px;
	}
}
/*-----------------------------------COMMON BREAKPOINTS (matched to Bootstrap)-end---*/