html {
	height: 100%;
	overflow-y: scroll;
}

body {
	background: url('../img/design/sandtracks.jpg') no-repeat fixed;
    background-size: cover;
	text-align: center;
	height: 98%;
}

.pageContainer {
	display: none;
	width: 980px;
	min-height: calc(100% - 200px);
	margin: auto;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	background-color: rgba(255,255,255,.4);
	box-shadow: 0px 0px 20px 10px #000000 inset;
	border-radius: 20px;
}



/* ---------------------------------------- Weather Styles ---------------------------------------- */

.header {
	width: 900px;
	height: 160px;
	margin: auto;
	margin-bottom: 10px;
	position: relative;
	background: url('../img/design/header.png') no-repeat;
}

.headerWeather {
	position: absolute;
	bottom: 0px;
    right: 80px;
	background-color: rgba(0,0,0,.5);
	border-radius: 50px;
	padding: 5px 15px 5px 15px;
	font-size: 9pt;
	font-weight: bold;
	font-family: Tahoma;
}

span.headerDate {
	color: #EDCC66;
}

span.headerWtemp {
	display: inline-block;
	font-size: 12pt;
	color: #FFA500;
	line-height: 30px;
	height: 30px;
	margin-top: -5px;
	margin-bottom: -5px;
}

span.headerWtemp img {
	width: 30px;
	height: 30px;
	padding-right: 10px;
	vertical-align: middle;
}

span.headerWclouds {
	color: #41D159;
}

span.headerWwind {
	color: #41D159;
}



/* ---------------------------------------- Menu Styles ---------------------------------------- */

#menu {
	margin: auto;
	width: 980px;
	margin-top: 50px;
	position: relative;
}

#menu div {
	width: 150px;
	height: 30px;
	position: absolute;
	background-color: rgba(0,0,0,.5);
	border: 1px solid #FFFFFF;
	font-family: Impact;
	font-size: 14pt;
	color: #41D159;
	letter-spacing: 3px;
	text-shadow: 3px 3px 5px #000000;
	padding-top: 2px;
	cursor: pointer;
}

#menu div:hover {
	color: #000000;
	border: 1px solid #EDCC66;
	text-shadow: 3px 3px 5px #FFFFFF;
}

#menu_decoration {
	margin: auto;
	width: 980px;
	margin-top: 90px;
	position: relative;
	height: 90px;
}

.grass {
	position: absolute;
	bottom: 0px;
	z-index: 1;
	width: 980px;
	height: 30px;
	background: url('../img/design/grass.png') no-repeat center bottom;
}

#wheel {
	position: absolute;
	left: 208px;
}

@keyframes wheelanimation {100% {transform: rotate(360deg);}}
.animate-wheel-L {animation: wheelanimation 1s infinite reverse linear;}
.animate-wheel-R {animation: wheelanimation 1s infinite linear;}



/* ---------------------------------------- Home Styles ---------------------------------------- */

.homeTop {
	font-family: Times New Roman;
	font-size: 24pt;
	font-weight: bold;
	font-style: oblique;
	color: #000000;
	text-shadow: 3px 3px 5px #FFFFFF;
	letter-spacing: 4px;
}

.homeDate {
	margin: 10px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	text-shadow: -1px -1px 0 #D28800, 1px -1px 0 #D28800, -1px 1px 0 #D28800, 1px 1px 0 #D28800;
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 5%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.1) 95%,rgba(0,0,0,0) 100%);
}

.homeImg {
	margin-top: 20px;
	box-shadow: 0px 0px 10px 5px #FFFFFF;
	border-radius: 5px;
}

.homeVideo {
	box-shadow: 0px 0px 10px 5px #FFFFFF;
	width: 640px;
	margin: auto;
	margin-bottom: 20px;
}

.homeDetails {
	width: 840px;
	margin: auto;
	margin-bottom: 30px;
	border-radius: 10px;
	padding: 5px;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: -2px -1px 0 #20682C, 2px -1px 0 #20682C, -2px 1px 0 #20682C, 2px 1px 0 #20682C;
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 5%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.1) 95%,rgba(0,0,0,0) 100%);
}

.homeScheduleHeader, .homeAboutHeader {
	text-align: center;
	margin-bottom: 20px;
	font-size: 16pt;
	font-weight: bold;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
}

.homeSchedule, .homeAbout, .homeActivities {
	width: 600px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background: rgba(0,0,0,.7);
	border-radius: 10px;
	text-align:  left;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 160%;
}

.homeSchedule {
	padding-left: 25px;
}

.homeActivities td {
	padding-right: 50px;
}

.homeSchedule span, .homeActivities span {
	color: #41D159;
}

.homeAdmission {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
	color: #CC0000;
	text-decoration: underline;
	letter-spacing: 1px;
	border-radius: 5px;
}

.homeSponsorsHeader {
	margin-top: 30px;
	margin-left: 120px;
	font-size: 16pt;
	font-weight: bold;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
	text-align: left;
}

.homeSponsors {
	border: 2px solid #000000;
	margin-bottom: 20px;
}



/* ---------------------------------------- Countdown Styles ---------------------------------------- */

.flip-clock-wrapper ul li a div div.inn, body .flip-clock-small-wrapper ul li a div div.inn {
	color: #CCCCCC;
	background-color: #333333;
}

.flip-clock-dot, body .flip-clock-small-wrapper .flip-clock-dot {
	background: #323434;
}

.flip-clock-wrapper .flip-clock-meridium a, body .flip-clock-small-wrapper .flip-clock-meridium a {
	color: #323434;
}



/* ---------------------------------------- Photo Album Styles ---------------------------------------- */

.albumContainer {
	background-image: url('../img/design/diamondplateframe.jpg');
	border-radius: 200px 200px 0px 0px;
	width: 930px;
	margin: auto;
	box-shadow: inset 0 0 10px 20px rgba(0,0,0,.7);
}

.albumHeader {
	padding-top: 15px;
	font-family: Impact;
	font-size: 28pt;
	color: #FFFFFF;
	text-shadow: 3px 3px 5px #000000;
	letter-spacing: 3px;
}

.albumSubHeader {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 2px 2px 3px #000000;
}

.albumBig {
	margin: auto;
	width: 802px;
	height: 452px;
}

.albumBig img {
	border: 1px solid #FFFFFF;
}

.albumNav {
	text-align: center;
	margin: auto;
	width: 926px;
	height: 124px;
	padding-top: 24px;
	background-color: #FFFFFF;
	background-image: url('../img/design/filmstrip.png');
}

.albumNav img {
	width: 124px;
	height: 69px;
	border: 1px solid #FFFFFF;
	padding: 2px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
}



/* ---------------------------------------- Contact Styles ---------------------------------------- */

#directionsBox {
	width: 400px;
	height: 460px;
	background-color: #FFFFFF;
	float: left;
	opacity: 0.85;
	border-radius: 10px;
	border: 1px solid #000000;
	margin: 10px 0px 20px 40px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14pt;
}

#directionsBox span {
	font-weight: bold;
	color: #FF0000;
	text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #FF0000, 0 0 30px #FF0000, 0 0 40px #FF0000, 0 0 55px #FF0000, 0 0 75px #FF0000;
}

#contactForm {
    width: 400px;
    height: 460px;
    background-color: #FFFFFF;
    float: right;
    opacity: 0.85;
    border-radius: 10px;
    border: 1px solid #000000;
    margin: 10px 40px 20px 0px;
    padding: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.form-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

label {
	float: left;
	margin-left: 10px;
    font-weight: bold;
    margin-bottom: 5px;
}

input, textarea {
    width: calc(100% - 16px); /* Keeps spacing inside container */
	margin-bottom: 15px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

textarea {
    resize: none;
}

.contactTitle {
	font-family: Tahoma;
	font-size: 16pt;
	font-weight: bold;
	margin: 10px;
}

#contactPhone {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 20px;
}

#mapFrame {
	border: 1px solid #000000;
	width: calc(100% - 80px);
	height: 500px;
	margin-left: 40px;
	margin-right: 40px;
}