@font-face {
	font-family: 'VanProShow';
	src: url('fonts/Kuunari-MediumCondensed.woff2') format('woff2'),
		url('fonts/Kuunari-MediumCondensed.woff') format('woff'),
		url('fonts/Kuunari-MediumCondensed.ttf') format('truetype');
	font-style: normal;
}

html,
* {
	box-sizing: border-box;
	font-family: 'VanProShow', sans-serif;
}

html {
	width: 100%;
	height: auto;
}

body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 16px;
	background: #0B131D;
	margin: 0;
}

main {
	background: linear-gradient(-45deg, #1E3346, #0B131D);
	display: flex;
	flex-direction: column;
	max-width: 1400px;
	width: 100%;
}

.hero {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}

.hero .banner {
	object-position: top center;
	object-fit: cover;
	max-height: 500px;
	width: 100%;
}

@media (max-width: 700px) {
	.hero .banner {
		max-height: 300px;
	}
}

.hero .logo {
	margin-right: -12px;
	margin-top: -20%;
	width: 50%;
	height: auto;
}

.hero+div.row,
.hero+div.col,
.hero+div.flow {
	padding-top: 0;
}

div.col {
	padding: 2rem 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

div.flow {
	padding: 0rem 4rem 4rem;
	gap: 1rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

div.flow>section.championCard {
	width: 300px;

	padding: 2rem 1rem 1rem;
	border-top: solid 1px #ff2930;
	background-color: hsla(0, 0%, 0%, 0.1);
}

div.flow>section.eventCard {
	display: flex;
	flex-direction: column;

	width: 300px;

	padding: 1rem;
	border-top: solid 1px #ff2930;
	background-color: hsla(0, 0%, 0%, 0.1);
}

div.row {
	padding: 2rem 4rem;
	display: flex;
	gap: 4rem;
	flex-direction: row;
	align-items: start;
	justify-content: stretch;
	flex-wrap: wrap;
}

div.row section {
	width: calc(50% - 4rem);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: start;
	flex-grow: 1;
	border-top: solid 1px #ff2930;
}

div.col section {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	flex-grow: 1;
	border-top: solid 1px #ff2930;
}

@media (max-width: 800px) {
	div.row {
		flex-direction: column;
		padding: 4rem 2rem;
	}

	div.col {
		padding: 2rem;
	}

	div.flow {
		padding: 2rem;
	}

	div.row section {
		width: 100% !important;
	}
}

button.btn,
a.btn {
	text-transform: uppercase;
	padding: 0.75rem 1rem;
	outline: none;
	border: none;
	cursor: pointer;
	font-size: 24px;
	transition: 300ms;
	text-decoration: none;
}

button.btn.main,
a.btn.main {
	color: white;
	background-color: #ff2930;
}

button.btn.alt,
a.btn.alt {
	color: white;
	background-color: transparent;
	border: solid 1px white;
}

button.btn.disabled,
a.btn.disabled {
	filter: brightness(50%);
	cursor: not-allowed;
}

button.btn.main:hover,
a.btn.main:hover {
	background-color: white;
	color: #ff2930;
}

button.btn.alt:hover,
a.btn.alt:hover {
	background-color: white;
	color: black;
}

.text {
	font-size: 18px;
	color: white;
	text-transform: uppercase;

	letter-spacing: 0.5px;
	margin: 1rem 0;
}

q {
	font-style: italic;
}

p.text.note {
	padding: 1rem;
	border: 1px solid #ff2930;
	background-color: hsla(358, 100%, 58%, 0.5);
	align-self: stretch;
	font-size: 1.25rem;
}

.center {
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	color: white;
	margin-bottom: 1rem;
	width: 100%;
	letter-spacing: 1px;
}

.em {
	color: #ff2930;
	letter-spacing: 1px;
}

b {
	letter-spacing: 1.5px;
}

img.titleSponsor {
	max-width: 250px;
	transform: rotate(9.5deg);
	margin: 0 -1rem;
	transition: 300ms;
}

div.light {
	background-color: #27425ab4;
}

img {
	width: 100%;
}

img.placeholderIcon {
	width: 100px;
	height: auto;
	opacity: 0.5;
}

.border {
	border: 1px solid #ff2930;
}

div.special {
	border-left: solid 1px #FFCD00;
	border-right: solid 1px #FFCD00;
}

a {
	color: #ff2930;
	transition: 300ms;
}

a:hover img.titleSponsor {
	transform: scale(0.9);
}


ul {
	list-style: none;
	padding: 0 0 0 1rem;
	margin: 0;
	border-left: 1px solid hsla(0, 100%, 100%, 0.20);
}

li {
	text-transform: uppercase;
	color: white;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	font-style: italic;
}

.date {
	margin: 1rem 0;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: white;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.5px;

}

.date.main span {
	font-size: 2rem;
	width: 100%;
	text-align: center;
	background-color: hsla(0, 0%, 0%, 0.25);
	border: 1px solid #ff2930;
	border-left: none;
	border-right: none;
}

.date.main {
	width: 100%;
}

.date span {
	padding: 0.5rem 1rem;
	border: 1px solid #ff2930;
	border-top: none;
	border-bottom: none;
	background-color: hsla(0, 0%, 0%, 0.25);
	color: #ff2930;
	letter-spacing: 1px;
}

.tag {
	padding: 0.5rem 0.75rem;
	background-color: #ff2930;
	color: white;
	font-size: 0.8rem;
	font-weight: bold;
	text-transform: uppercase;
	align-self: start;
	letter-spacing: 2px;
}

.tag.new {
	background-color: transparent;
	border: 1px solid #FFCD00;
	color: #FFCD00;
}

.topNavigation {
	position: fixed;
	top: 0;
	left:0;
	z-index: 100;
	box-sizing: border-box;
	padding: 2rem 1rem;
	color: white;
	font-size: 18px;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	background-color: #333333;

	box-shadow: 0px 0px 6px 0px hsla(0, 0%, 0%, 0.5);

	border-top: 2px solid #3D97CD;
}

.navLinks {
	display: flex;
	gap: 2rem;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.navLink {
	text-decoration: none;
	color: white;
	cursor: pointer;
}

.navLink.active {
	color: #ff2930;
}

.navLink:hover {
	color: #ff2930;
}

.navOptions {
	position: relative;
}

.expand {
	display: none;
	position: absolute;
	top: 100%;
	left: -1rem;
	min-width: 220px;
	padding: 1rem;
	background: #333333;
	flex-direction: column;
	text-align: left;
	min-width: 100px;
	gap: 1rem;

	box-shadow: 0px 10px 12px -8px hsla(0, 0%, 0%, 0.5);

	border-left: 2px solid #ff2930;
}

.show {
	display: flex;
}

@media (max-width: 702px) {
	.topNavigation {
		padding: 1rem;
		font-size: 16px;
	}

	.navLinks {
		gap: 1rem;
	}

}



form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

div.field,
div.checkbox-group {
	display: flex;
	gap: 0.25rem;
	flex-direction: column;
}

input,
select,
textarea {
	outline: none;
	padding: 0.5rem;

	text-transform: uppercase;

	font-size: 16px;

	border: none;
}

textarea {
	min-height: 80px;
	resize: vertical;
}

label {
	text-transform: uppercase;
	color: white;

	font-size: 16px;
}