@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("font-awesome.min.css");

/*
	Aerial by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

/* Basic */

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	background: #1B2A41;
	overflow-y: visible;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body, input, select, textarea {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15pt;
	font-weight: 300 !important;
	letter-spacing: -0.025em;
	line-height: 1.75em;
}

a {
	-moz-transition: border-color 0.2s ease-in-out;
	-webkit-transition: border-color 0.2s ease-in-out;
	-ms-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
	border-bottom: dotted 1px;
	color: inherit;
	outline: 0;
	text-decoration: none;
}

a:hover {
	border-color: transparent;
}

/* Wrapper */

#wrapper {
	-moz-animation: wrapper 1s forwards;
	-webkit-animation: wrapper 1s forwards;
	-ms-animation: wrapper 1s forwards;
	animation: wrapper 1s forwards;
	min-height: 100vh;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* BG */

#bg {
	-moz-animation: bg 60s linear infinite;
	-webkit-animation: bg 60s linear infinite;
	-ms-animation: bg 60s linear infinite;
	animation: bg 60s linear infinite;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	background: #1B2A41;
	height: 100%;
	width: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	z-index: -1;
}

/* Main */

#main {
	min-height: 100vh;
	left: 0;
	position: relative;
	text-align: center;
	top: 0;
	width: 100%;
}

#main:before {
	content: '';
	display: inline-block;
	height: 10%;
	margin-right: 0;
	vertical-align: top;
	width: 1px;
}

/* Header */

#header {
	-moz-animation: header 0.5s 0.3s forwards;
	-webkit-animation: header 0.5s 0.3s forwards;
	-ms-animation: header 0.5s 0.3s forwards;
	animation: header 0.5s 0.3s forwards;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	cursor: default;
	display: inline-block;
	opacity: 0;
	position: relative;
	text-align: center;
	top: 0;
	vertical-align: top;
	margin-top: 0;
	padding-top: 0;
	width: 90%;
}

#header h1 {
	font-size: 4.35em;
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1em;
}

#header p {
	font-size: 1.25em;
	margin: 0 0 0.25em 0;
	opacity: 0.75;
}

#header .card-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	margin: 0.5rem auto;
	max-width: 1200px;
	padding: 0 1rem;
}

#header .card {
	-moz-animation: nav-icons 0.5s ease-in-out forwards;
	-webkit-animation: nav-icons 0.5s ease-in-out forwards;
	-ms-animation: nav-icons 0.5s ease-in-out forwards;
	animation: nav-icons 0.5s ease-in-out forwards;
	background: rgba(93, 120, 150, 0.12);
	border: 1px solid rgba(213, 160, 33, 0.3);
	border-radius: 10px;
	padding: 1.5rem;
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease;
	text-decoration: none;
}

#header .card:hover {
	background: rgba(213, 160, 33, 0.15);
	border-color: rgba(213, 160, 33, 0.4);
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

#header .card i {
	margin-bottom: 0.5rem;
	display: block;
	color: #FFFFFF;
	transition: all 0.3s ease;
}

#header .card:hover i {
	transform: scale(1.1);
	color: #D5A021;
}

#header .card span {
	display: block;
	font-size: 1.1em;
	margin-top: 0.5rem;
	color: #fff;
}

#header .card:nth-child(1) { animation-delay: 0.6s; }
#header .card:nth-child(2) { animation-delay: 0.7s; }
#header .card:nth-child(3) { animation-delay: 0.8s; }
#header .card:nth-child(4) { animation-delay: 0.9s; }
#header .card:nth-child(5) { animation-delay: 1s; }
#header .card:nth-child(6) { animation-delay: 1.1s; }

/* Footer */

#footer {
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
	bottom: 0;
	cursor: default;
	height: 6em;
	left: 0;
	line-height: 8em;
	position: absolute;
	text-align: center;
	width: 100%;
}

/* Animations */

@-moz-keyframes wrapper { 0% { opacity: 0; } 100% { opacity: 1; } }
@-webkit-keyframes wrapper { 0% { opacity: 0; } 100% { opacity: 1; } }
@-ms-keyframes wrapper { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes wrapper { 0% { opacity: 0; } 100% { opacity: 1; } }

@-moz-keyframes bg { 0% { -moz-transform: translate3d(0,0,0); } 100% { -moz-transform: translate3d(-2250px,0,0); } }
@-webkit-keyframes bg { 0% { -webkit-transform: translate3d(0,0,0); } 100% { -webkit-transform: translate3d(-2250px,0,0); } }
@-ms-keyframes bg { 0% { -ms-transform: translate3d(0,0,0); } 100% { -ms-transform: translate3d(-2250px,0,0); } }
@keyframes bg { 0% { transform: translate3d(0,0,0); } 100% { transform: translate3d(-2250px,0,0); } }

@-moz-keyframes header { 0% { -moz-transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); opacity: 1; } }
@-webkit-keyframes header { 0% { -webkit-transform: translate3d(0,1em,0); opacity: 0; } 100% { -webkit-transform: translate3d(0,0,0); opacity: 1; } }
@-ms-keyframes header { 0% { -ms-transform: translate3d(0,1em,0); opacity: 0; } 100% { -ms-transform: translate3d(0,0,0); opacity: 1; } }
@keyframes header { 0% { transform: translate3d(0,1em,0); opacity: 0; } 100% { transform: translate3d(0,0,0); opacity: 1; } }

@-moz-keyframes nav-icons { 0% { -moz-transform: translate3d(0,1em,0); opacity: 0; } 100% { -moz-transform: translate3d(0,0,0); opacity: 1; } }
@-webkit-keyframes nav-icons { 0% { -webkit-transform: translate3d(0,1em,0); opacity: 0; } 100% { -webkit-transform: translate3d(0,0,0); opacity: 1; } }
@-ms-keyframes nav-icons { 0% { -ms-transform: translate3d(0,1em,0); opacity: 0; } 100% { -ms-transform: translate3d(0,0,0); opacity: 1; } }
@keyframes nav-icons { 0% { transform: translate3d(0,1em,0); opacity: 0; } 100% { transform: translate3d(0,0,0); opacity: 1; } }

/* Media Queries */

@media screen and (max-width: 1680px) {
	body, input, select, textarea { font-size: 13pt; }
	#bg { background-size: 1500px auto; width: 4500px; }
}

@media screen and (max-width: 1280px) {
	body, input, select, textarea { font-size: 12pt; }
	#bg { background-size: 750px auto; width: 2250px; }
}

@media screen and (max-width: 980px) {
	#header .card-grid {
		grid-template-columns: repeat(3, 1fr);
		max-width: 900px;
	}
}

@media screen and (max-width: 768px) {
	#header .card-grid {
		grid-template-columns: repeat(2, 1fr);
		max-width: 600px;
	}
}

@media screen and (max-width: 736px) {
	body { min-width: 320px; }
	body, input, select, textarea { font-size: 11pt; }
	#bg { background-size: 300px auto; width: 900px; }
	#header h1 { font-size: 2.5em; }
	#header p { font-size: 1em; }
	#header .card-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
		padding: 0 0.5rem;
		max-width: 400px;
	}
	#header .card {
		padding: 1.5rem;
	}
#header .card i {
	font-size: 2em;
}
}

@media screen and (max-width: 480px) {
	#bg { background-size: 412.5px auto; width: 1237.5px; }
	#header nav { padding: 0 1em; }
}
