body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

@media (min-width: 1024px) {

	body {
		font-size: 90%;

		background-image: url(/img2016/bg.jpg);
		background-attachment: scroll;
		background-position: center top;
		background-repeat: no-repeat;
	}

}

a:link {
	color: #F10000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F10000;
}
a:hover {
	text-decoration: underline;
	color: #F10000;
}
a:active {
	text-decoration: none;
	color: #F10000;
}

.contact, .merch {
	color: #EEEEEE;	
}


.contact p {
	padding-left: 10px;
}

.contact a, .merch a, .youtube-embed-caption a, .gear h1, .gear h2 {
	color: #F10000;
}

.contact h1 {
	font-weight: bold;
	font-size: 22px;
}

.merchtitle h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
	color: #F10000;
	margin-top: 0px;
	border-top: 1px;
	border-bottom: 1px;
	border-top-style: solid;
	border-top-color: red;
	border-bottom-style: solid;
	border-bottom-color: red;	
}

h3 {
	color: #FFFFFF;	
	font-size: 16px;
}

.gear h3 {
	font-style: italic
}