@font-face {
	font-family: "FireSans";
	src:url("../font/FiraSans-Book.otf") format("opentype");
}
@font-face {
	font-family: "FireSans";
	font-weight: bold;
	src:url("../font/FiraSans-Bold.otf") format("opentype");
}

html {
	scroll-behavior: smooth;
}

body {
	color: #333;
	background-color: #eee;
	font-family: FireSans;
}

a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #666;
}

header {
	background-image: url('../images/stage.png');
	background-repeat: no-repeat;
	background-position: right bottom; 
	background-size: cover;
}

.register {
	background-color: rgba(50, 50, 50, 0.7);
	color: #CCC;
	height: 45px;
	line-height: 45px;
	white-space: nowrap;
}

.register a {
	color: #CCC;
	text-decoration: none;
}
.register a:visited,
.register a:active {
	color: #CCC;
}
.register a:hover {
	color: #999;
}

i span {
	font-family: FireSans;
	font-weight: normal;
}

header {
	background-color: #333;
	color: white;
}
header .logo {
	max-width: 200px;
}
header h2 {
	margin: 20px 0 0 0;
}
header h1 {
	font-size: 3rem;
	color: white;
}

.textRed {
	color: #E30423;
}
.textOrange {
	color: #f37315;
}
.textGreen {
	color: #3FA535;
}

header .overlay {
	width: 40%;
	position: absolute;
    right: 0;
    margin-top: -180px;
    background-color: rgba(10, 10, 10, 0.7);
    padding: 30px 100px 30px 30px;
	border-radius: 20px 0 0 20px;
}
header .overlay div {
	width: 200px;
}
header .overlay a {
	text-decoration: none;
}

header .overlay.mobileOverlay {
	width: 100%;
	position: relative;
	margin: 0;
	display: block;
}

main {
	font-size: 1.2rem;
}

main h2 {
	font-size: 2.4rem;
	color: #333;
	display: inline-block;
	padding-bottom: 5px;
	position: relative;
	margin-bottom: 20px;
}
main h2:before{
    content: "";
    position: absolute;
    width: 40%;
    bottom: 0;
    border-bottom: 4px solid #E30423;
}

main table {
	font-size: 1.5rem;
}

main ul {
	padding: 0;
	list-style-position: inside;
}

main hr {
	width: 70%;
}

.sponsored {
	background-color: #ddd;
}
.sponsored img {
	max-height: 100px;
}
footer {
	background-color: #999;
}

footer img {
	max-height: 350px;
}