/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}


/************************************************************

    Main Styles

*************************************************************/
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-rendering: optimizeLegibility;
    background-color: var(--bg-color);
    font-size: 16px;
    scroll-behavior: smooth;
    background-color: #151515;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
	color: white;
    font-size: .875rem;
    letter-spacing: .01rem;
	width: 100vw;
	min-height: 100vh;
	padding: 5vh;
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	user-select: none;
    background-color: transparent;
}

body.ready { opacity: 1; }

img {
    max-width: 100%;
    height: auto;
    border-style: none;
    vertical-align: top;
}

.fireworks {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.logo-wrapper {
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.logo-wrapper__inner {
	position: relative;
	display: flex;
	align-items: center;
	height: 170px;
}

.logo-wrapper img {
	opacity: 0;
	width: auto;
	max-width: none;
	height: 150px;
}

.info {
	text-align: center;
	max-width: 550px;
    margin: 0 auto;
}

.slogan {
	font-size: 12px;
	opacity: 0;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	color: rgba(255,255,255,.5);
	letter-spacing: 2px;
}
.title {
	opacity: 0;
	margin-top: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 3px;
}

.description {
	opacity: 0;
	font-size: .875rem;
	margin-top: 20px;
	color: rgba(255,255,255,.5);
	font-weight: 400;
	letter-spacing: .5px;
}

.links {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	margin-top: 15px;
}

@media (min-width: 700px) {
	.links {
		flex-direction: row;
	}
}

.button {
	opacity: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 180px;
	height: 60px;
	text-decoration: none;
}
.button:hover {
	text-decoration: none;
}

.button.white {
	color: #fff;
}

.button.red {
	color: #e42830;
}

.button svg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	stroke-width: 1;
	fill: none;
	fill-rule: evenodd;
	stroke: currentColor;
}

.button.red svg {
	transform: rotate(180deg);
}

.button path {
	scale: .9;
	transform-origin: 50% 50%;
}

.credits {
	opacity: 0;
	margin-top: 20px;
	color: #979797;
}

.credits a {
	position: relative;
	color: currentColor;
	text-decoration: none;
}

.credits a:after {
	content: "";
	opacity: 0;
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	border-bottom: 1px solid currentColor;
	transition: opacity .75s ease;
} 

.credits a,
.credits span {
	transition: color .75s ease;
}

.credits a:hover,
.highlighted {
	color: white;
	transition: color .25s ease;
}