/* 
 * Stylesheet
 */
 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
 
/* Browser Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1.4em;
    background-image: url(images/camping.jpg);
    background-position: left top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
}
body p {
	color: #ffffff;
}
ol,
ul {
	list-style: none;
	color: #ffffff;
}
a {
    color: #428419;
}
blockquote,
q {
	quotes: none;
}
.blurb_content {
	display: flex;
}
.blurb_container {
	padding-left: 15px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
h1 {
    font-size: 30px;
    line-height: 1.8em;	
	color: #ffffff;
}
h4 {
	color: #ffffff;
	font-size: 18px;
}
.aligncenter {
	text-align: center;
}
blockquote {
	margin: 20px 0 30px;
	padding-left: 20px;
	border-left: 5px solid;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}
.column_1_1 {
	width: 100%;
}
.column_1_2 {
	width: 50%;
}
.column_1_4 {
	width: 25%;
}
.inner-column {
	padding: 10px;
}
.inner-column img  {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#page-container {
    max-width: 1120px;
	margin: auto;
	-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.section {
	display: block;
	overflow-x: hidden;
}
.inner-section {
    width: 90%;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.section-header {
	background: #000000;
}
.section-content {
    background-image: url(images/232.jpg);
    background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-footer {
    background: #000000;
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-footer p {
	font-size: 12px;
}
.section-footer .credit {
    text-align: right;
}
.inner-section-map iframe {
	margin-bottom: -5px;
}
.section-content .blurb_content {
    align-items: center;
    margin-bottom: 10px;
}
.section-content .blurb_content img {
    margin-right: 15px;
}
.section-content .caravan-camping {
	padding-top: 30px;	
}
.section-content .cabin-park {
	padding-bottom: 30px;
}
.blurb_content p {
	font-size: 14px;
}
.blurb_content .phone-cta p a {
	font-size: 20px;
}
.blurb_content h4 {
	margin-bottom: 5px;
}
.section-map {
	background: #ffffff;
}
.section-header {
	padding-top: 10px;
	padding-bottom: 10px;
}
.section-header .inner-section {
	align-items: flex-start;	
}

@media (max-width: 1024px) {
	
.inner-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

}

@media (max-width: 767px) {

	.inner-section {
		width: 95% !important;
	}
	.images .column_1_4 {
		width: 50% !important;
	}
	.column_1_2 {
		width: 100%;
	}
	.section-footer {
		text-align: center;
	}
	.section-footer .credit {
	  text-align: unset !important;
	  margin-top: -10px;
	}
	h1 {
	  line-height: 1.3em !important;
	}
	.section-header .column_1_4 {
		width: 50%;
	}
	
}