body {
	background: #e984c7 url("media/cosmic.jpg") fixed;
	background-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #211f21;
	text-align: center;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a:link		{ color: #8f4800; text-decoration :none; }
a:visited	{ color: #9b4e00; text-decoration :none; }
a:hover		{ color: #9b4e00; text-decoration :underline; }
a:active	{ color: #9b4e00; text-decoration :underline; }

h1			{ font-size: 72px; letter-spacing: -4px; }
h2			{ font-size: 24px; }
h3			{ font-size: 18px; }

img			{ border: none; margin: 0px; padding: 0px; }
video		{ border: none; margin: 0px; padding: 0px; }

hr {
	display: block;
	height: 1px;
	width: 50%;
	border: 0;
	border-top: 1px solid transparent;
	margin: 1em auto;
	padding: 0;
}

#logo {
	margin: 50px;
}

#navbar {
	text-align: center;
}

#navbar a {
	margin: 0px 5px;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
}

#navbar a:hover, a.active {
	background: #FEEF35;
	color: #1E282A;
	text-decoration :none;
}

#banner {
	position: fixed;
	top: -15px;
	right: 20px;
	padding: 10px;
	background: #FEEF35;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0px 1px 12px black;
	font-size: 48px;
	font-weight: bold;
	color: #000000;
}

.submit-button {
	background: #1B3A88;
	border: 2px solid #000000;
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	padding : 10px;
	border-radius: 5px;
	cursor: pointer;
}

ul {
	list-style: none;
	text-align: center;
	font-size: 13px;
}

li {
	margin: 4px;
}

p {
	text-align: left;
}

td {
	vertical-align: top;
	padding: 10px;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.center {
	text-align: center;
}

.purchase {
	background: #6dafd080;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
}

.purchase p {
	text-align: center;
}

.card {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 70px;
	max-width: 800px;
}

.cover {
	border-radius: 5px;
	box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
}

.center-image {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}

.inline-image {
	width: 100%;
	height: auto;
}

.inline-image img {
	width: 100%;
}

.half-image {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 48%;
	height: auto;
}

.half-image img {
	width: 100%;
}

.third-image {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 32%;
	height: auto;
}

.third-image img {
	width: 100%;
}

.quarter-image {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 24%;
	height: auto;
}

.quarter-image img {
	width: 100%;
}

.attribution {
	display: block;
	margin-bottom: 30px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	text-shadow: 1px 1px 4px black
}
