/* Regular */
@font-face {
	font-family: 'League Gothic';
	src: url('../fonts/LeagueGothic-Regular.otf');
	src: url('../fonts/leaguegothic-italic-webfont.eot');
	src: url('../fonts/leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/leaguegothic-italic-webfont.woff') format('woff'),
		url('../fonts/leaguegothic-italic-webfont.ttf') format('truetype'),
		url('../fonts/leaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Fjalla One';
	src: url('../fonts/FjallaOne-Regular.ttf');
}
@font-face {
	font-family: LeagueGothic;
	src: url(../fonts/LeagueGothic-Regular.otf);
}
.container {
	margin: auto;
	max-width: 1000px;
}
.content {
	padding-top: 75px;
}
#media {
	width: 200px;
	height: 35px;
	margin: 0 auto;
}
#media img {
	width: 32px;
	margin-right: 5px;
}
body a {
	color: #fece54;
}
body a:hover {
	color: #eab42d;
}
.rotor-group-heading {
	font-weight: 100;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 5px;
	display: block;
}
.flipdown.flipdown__theme-light .rotor-group-heading:before {
	color: rgba(255, 255, 255, 0.5) !important;
}

h1.reg-form {
	margin-top: 50px;
	font-family: 'Fjalla One';
	color: #fece54;
	letter-spacing: 5px;
}

.btn {
	border-radius: 0 !important;
	border-right-width: 0;
	border-left-width: 0;
	height: 40px !important;
	font-size: 1em !important;
}

.btn.primary, .btn.btn-secondary.active {
	background-color: #fece54 !important;
	box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.2);
	border: 0;
	color: #000 !important;
}

a.btn.primary,
a.btn.primary:hover {
	color: #000;
}

.form-control {
	border-radius: 0 !important;
}

.reg-form label {
	color: #ffffff !important;
}

.flash-container {
	position: fixed;
	width: 80%;
	margin-left: 10%;
	z-index: 100;
	margin-top: 50px;
}

.flash-container .flash {
	text-align: center;
}

a.underline {
	text-decoration: underline !important;
}
a.nav-link {
	color: #ffffff !important;
}

a.nav-link:hover {
	color: #fece54 !important;
}

nav.bg-dark {
	background-color: #333 !important;
	border-bottom: 1px solid #fece54;
}

@media only screen and (max-width: 720px) {
	nav {
		padding-left: 5% !important;
	}
}

#login-form input {
	margin-bottom: 10px;
}

.sl-overlay {
	background-color: #333;
}

.sl-wrapper .sl-image .sl-caption {
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	color: #333;
}

.mobile-screenshots a img {
	max-width: 150px;
	margin: 5px;
}

.mobile-screenshots {
	text-align: center;
}

h2, #faq h1 {
	font-family: 'Open Sans Condensed', sans-serif !important;
}

#faq h1 {
	color: #fece54;
}

#faq {
	margin: 30px auto;
}

.btn-link {
	color: #333;
}

.btn-link:hover {
	color: #333;
}

#faq .card-header {
	background-color: #fece54;
	border-bottom: 1px solid #333;
}

#faq h5 .btn {
	font-family: 'Open Sans Condensed', sans-serif !important;
	white-space: unset;
	height: auto !important;
	text-align: left;
}

#faq .card {
	border: 0;
}

.logo-name {
	font-family: 'Fjalla One';
	color: #fece54;
	letter-spacing: 3px;
	text-align: right;
	font-size: 2.5em;
}

.footer {
	background-color: #333;
	color: #fff;
	text-align: center;
	min-height: 50px;
	line-height: 50px;
}

.sponsor-row > div {
	margin-bottom: 20px;
}

.sponsor-row .description {
	margin-top: 10px;
}

.sponsor-row span {
	text-transform: uppercase;
	font-family: LeagueGothic;
	font-size: 2em;
	letter-spacing: 0px;
}

.sponsor-row a {
	color: #FFF;
}

.sponsor-row a:hover {
	text-decoration: none;
}

.sponsor-row img {
	margin-right: 10px;
}

.sponsor-row img.sponsor {
	max-width: 60px;
	max-height: 60px;
}

img.sponsor {
	max-width: 150px;
	max-height: 90px;
}

.sponsor-logos {
	text-align: center;
}

.sponsor-logos a {
	text-align: center;
}

.sponsor-logos a:hover,
.mobile-screenshots a:hover {
	text-decoration: none;
}

.sponsor-logos a img {
	margin: 15px;
	cursor: pointer;
}

.golden-section {
	text-align: center;
	line-height: 3em;
}

.golden-section .golden {
	display: inline-block;
	text-align: center;
	font-size: 2em;
	text-transform: uppercase;
	font-family: 'LeagueGothic';
	margin: 0 15px;
}

#media a:hover {
	text-decoration: none;
}

.points-table img[src$=".svg"] {
	width: 30px;
	margin-right: 5px;
}

.points-table {
	margin-bottom: 20px !important;
}

.yellow-section {
	min-height: 300px;
	background-color: #fece54;
	color: #333;
}

.yellow-section h2,
.dark-section h2 {
	text-align: center;
	padding: 30px 20px 20px 20px;
	margin: 0px;
	text-transform: uppercase;
}

.yellow-section h2 {
	color: #333;
}

.yellow-section a,
.yellow-section a:hover {
	color: #000;
}

.dark-section h2 {
	color: #fece54;
}

.dark-section {
	min-height: 300px;
	background-color: #333;
	color: #FFF;
}

.section-content {
	padding: 20px;
}

.timeline {
	border-left: 4px solid #333;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	color: #333;
	position: relative;
	line-height: 1.4em;
	font-size: 1.03em;
	padding: 50px;
	list-style: none;
	text-align: left;
}
.timeline h1 {
	letter-spacing: 1.5px;
	font-weight: 100;
	font-size: 1.4em;
}
.timeline h2,
.timeline h3 {
	letter-spacing: 1.5px;
	font-weight: 400;
	font-size: 1.4em;
}
.timeline .event {
	padding-bottom: 25px;
	margin-bottom: 20px;
	position: relative;
}
.timeline .event:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.timeline .event:before,
.timeline .event:after {
	position: absolute;
	display: block;
	top: 0;
}
.timeline .event:before {
	left: -217.5px;
	color: #333;
	content: attr(data-date);
	text-align: right;
	font-weight: 100;
	font-size: 0.9em;
	min-width: 120px;
	font-family: "Saira", sans-serif;
}
.timeline .event:after {
	box-shadow: 0 0 0 4px #333;
	left: -57.85px;
	background: #333;
	border-radius: 50%;
	height: 11px;
	width: 11px;
	content: "";
	top: 5px;
}

.how-it-works-row .heading img {
	height: 50px;
	margin-right: 10px;
}

.how-it-works-row .heading strong {
	font-size: 1.5em;
	vertical-align: middle;
}

.how-it-works-row .description {
	margin-top: 10px;
}

.how-it-works-row .description img {
	width: 80%;
}

.how-it-works-row .description p {
	margin: 20px 0 0 0 ;
}

.how-it-works-row > div {
	margin-bottom: 30px;
}

.screenshots .description {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

.competition h3 {
	font-family: LeagueGothic;
	font-weight: normal;
	font-size: 2em;
}

.lead-paragraph {
	font-size: 1.3em;
	line-height: 2em;
	text-align: center;
}

@media only screen and (max-width: 720px) {
	#about-heading img {
		width: 50px;
	}

	#about-heading {
		font-size: 1.7em;
	}

	.section-content {
		padding: 20px 0;
	}

	.sponsor-logos img.sponsor {
		width: 80px;
		margin: 5px;
	}

	.golden-section {
		line-height: 2em;
	}

	.golden-section .golden {
		font-size: 1.6em;
	}

	.mobile-screenshots a img {
		max-width: 80px;
		margin: 5px;
	}

	.lead-paragraph {
		font-size: 1.1em;
		line-height: 1.6em;
	}
}
