/* 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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* BODY */

* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size:100%;
	-webkit-font-smoothing: antialiased;
}

.desktop {
	display:block;
}

.mobile {
	display:none;
}

h1 {
	font-size: 3.2em;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 25px;
	line-height: 1.3em;
}

h2 {
	font-size: 1.7em;
	font-weight: 800;
	line-height: 1.25em;
	margin-bottom: 30px;
}

h3 {
	font-size: 1.2em;
	font-weight: 800;
	line-height: 1.25em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h3.price {
	color: #00a1df;
	margin: 30px 0;
}

p {
	font-size: 1em;
	line-height: 1.5em;
}

a {
	color: #00a1df;
	text-decoration:none;
}

a:hover {
	color: #000;
}

.thin {
	font-weight: 300;
}

strong {
	font-weight: 700;
}

.col8 ul {
	list-style: inherit;
	margin-left: 20px;
	margin-bottom:30px;
}

.star {
	font-weight: 300;
	color: #333;
	margin-left: 5px;
}

p.small-text {
	font-size: 0.8em;
}

span.small-text {
	text-transform: initial;
}

p.call {
	font-weight: 800;
	font-size: 1.2em;
	color:#FFF;
}

/* LAYOUT */

#logo {
	position: absolute;
	z-index: 9;
	top: 20px;
	right: 20px;
	width: 270px;
}

#logo img {
	width: 100%;
	height: auto;
}

header {
	width: 100%;
	height: 100%;
	float:left;
	text-align: center;
	color: #fff;
	background-attachment: scroll;
	background-image: url(images/santa-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.col12.introtext {
	padding-top: 25%;
	padding-bottom: 25%;
}

.readmore {
	font-size: 1.2em;
	border-radius: 6px;
	display: inline-block;
	line-height: 14px;
	margin-top: 50px;
}

.readmore a {
	background-color: black;
	padding: 11px 15px;
	color:#FFF;
	font-weight:800;
	text-decoration:none;
	text-transform:uppercase;
	border-radius: 6px;
}

.readmore a:hover {
	background-color: white;
	color:black;
}

.visit {
	font-size: 1.2em;
	border-radius: 6px;
	display: inline-block;
	line-height: 14px;
	margin-top: 50px;
}

.visit a {
	background-color: #38b00c;
	padding: 11px 15px;
	color:#FFF;
	font-weight:800;
	text-decoration:none;
	text-transform:uppercase;
	border-radius: 6px;
}

.visit a:hover {
	background-color: white;
	color:black !important;
}

#sectionOne {
	width:100%;
	background-color:#FFF;
	padding:75px 0;
	float:left;
}

#sectionTwo {
	width:100%;
	background-color:#EEE;
	padding:75px 0;
	float:left;
}

#sectionTree {
	width:100%;
	background-color:#000;
	padding:75px 0;
	float:left;
	text-align:center;
}

#sectionTree a {
	color:#FFF;
}

#sectionTree a:hover {
	color:#FFF;
}

#sectionPsst {
	width:100%;
	padding:75px 0;
	float:left;
	background-color:#930d11;
	text-align:center;
}

#sectionPsst p, #sectionPsst h1 {
	color:#FFF;
}

#sectionFooter {
	width:100%;
	background-color:#FFF;
	padding:75px 0;
	float:left;
	text-align:center;
}

#sectionFooter p {
	font-weight:400;
	margin-top:30px;
}

#sectionFooter img {
	width:34%;
	height:auto;
	margin:0 33%;
}

.col12.heading {
	border-bottom: 1px solid #FFF;
	margin-bottom: 50px;
}

.col12.border {
	border-bottom: 1px solid #FFF;
	margin: 50px 0;
}

/* MOBILE */

@media all and (max-width: 767px) { 

.desktop {
	display:none;
}

.mobile {
	display:block;
}

h1 {
	font-size: 1.7em;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 25px;
	line-height: 1.3em;
}

h2 {
	font-size: 1.4em;
}

#logo {
	position: absolute;
	z-index: 9;
	top: 5%;
	right: 5%;
	width: 90%;
}


header {
	width: 100%;
	height: 100%;
	float:left;
	text-align: center;
	color: #fff;
	background-attachment: scroll;
	background-image: url(images/santa-bg.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.col12.introtext {
	padding-top: 30%;
	padding-bottom: 30%;
}

#sectionTwo {
	text-align: center;
}

#sectionTwo img {
	margin-top: 50px;
}

#sectionPsst {
	width:100%;
	background-color:#930d11;
	padding:75px 0;
	float:left;
	text-align:center;
	background-image:none;
}


#sectionFooter img {
	width: 100%;
	height: auto;
	margin: 0;
}

.visit {
	font-size: 1.2em;
	border-radius: 6px;
	display: inline-flex;
	line-height: 1.5em;
	margin-top: 50px;
}

.visit a {
	font-size: 0.8em;
}

}