/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 27, 2017 */
@font-face {
    font-family: 'tangerineRegular';
    src: url('../fonts/tangerine-regular-webfont.woff') format('woff'),
		 url('../fonts/tangerine-regular-webfont.ttf') format('truetype'),
		 url('../fonts/tangerine-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	background-color: rgb(89, 40, 98);
	color: rgb(219, 197, 218);
	font-family: Verdana, sans-serif;
}

#header {
	clear: left;
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: rgb(46, 21, 50);
	position: fixed;
	top: 0;
	z-index: 5;
}
#header ul, #header li, #header a {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	position: relative;
}
#header ul {
	overflow: hidden;
	list-style-type: none;
	margin: 0px auto;
	width: 612px;
}
#header li {
	float: left;
}
#header li, #header a {
	background-color: rgb(46, 21, 50);
}
#header a {
	padding: 6px 12px;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: rgb(219, 197, 218);
}
#header a:hover:not(.active){
	background-color: rgb(79, 29, 53);
}

#center {
	float: left;
	clear: both;
	overflow: hidden;
	position: relative;
	width: 50%;
	margin: calc(2% + 31px) 25% 2%;
	border: 10px solid rgb(219, 197, 218);
	border-radius: 20px;
	background-color: rgb(46, 21, 50);
	padding: 10px;
}
#center a {
	color: rgb(219, 197, 218);
}
#center li {
	text-decoration: none;
}
#center ul {
	list-style-type: none;
	padding: 0;
}
#center ul ul {
	padding-left: 20px;
}
#center ul li {
	margin: 12px 0;
}

h1, h2, h3, h4 {
	text-align: center;
}
h1 {
	font-family: 'tangerineRegular', cursive, Georgia, serif;
	font-size: 72px;
	font-style: italic;
	margin: 32px 0px;
}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 24px;
}
h3 {
	font-family: Verdana, sans-serif;
	font-size: 20px;
}
h4 {
	margin-top: 0;
	font-family: Verdana, sans-serif;
	font-size: 16px;
}

#topBanner {
	overflow: hidden;
	margin-bottom: 2%;
}

[displaySplit~="left"] {
	float: left;
	clear: left;
}
[displaySplit~="middle"] {
	float: left;
}
[displaySplit~="right"] {
	float: right;
	clear: right;
}
[displaySplit~="1_2Thirds"] {
	display: block;
	margin-bottom: 10px;
}

[displaySplit*="1_2Thirds left"] {
	width: 33%;
}
[displaySplit*="1_2Thirds right"] {
	width: 66%;
}

[displaySplit~="1_1_1Thirds"] {
	display: block;
	margin-bottom: 10px;
	width: 31%;
	padding: 0 1.1%;
}

[displaySplit~="halves"] {
	width: 49.5%;
	text-align: center;
}

[displaySplit~="full"] {
	width: 100%;
	float: left;
	clear: both;
}
[displaySplit~="full"] > a, [displaySplit~="full"] > p {
	text-align: center;
	display: block;
}

img {
	width: 100%;
	height: auto;
}

input[type=text], textarea {
	display: block;
	width: 100%;
	margin: 10px 0;
	float: right;
}

textarea {
	height: 200px;
}

input[type=submit], button {
	display: block;
	float: left;
	clear: both;
	min-width: 105px;
	width: 60%;
	padding: 16px 32px;
	margin: 10px 20%;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 1000px) {
	.left {
		display: none;
	}
	
	div.middle {
		margin-top: 62px;
	}
	
	div.center {
		width: 94%;
	}
}

@media handheld {
	ul.header {
		width: 1000px;
	}
}

@media handheld and (max-width: 800px), screen and (max-width: 700px) {
	div.middle {
		margin-top: 0;
	}
	
	div.header {
		position: static;
	}
	ul.header {
		width: 100%;
	}
	
	li.header {
		clear: both;
		width: 100%;
	}
}