@import url(https://fonts.googleapis.com/css2?family=Russo+One&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

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, menu, 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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
	line-height: 1;
}
menu, 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;
}

html{background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}body{margin:none}a{color:#fff;text-decoration:none}button{padding:20px 55px;background:#fff;color:black;font-weight:bold;font-size:20px;border:none;box-shadow:#000 5px 5px 0px}button:hover{background:#ffd369}.display-none{display:none}nav{width:100%;display:flex;justify-content:space-evenly;background:#000;height:75px}nav #title-wrapper{align-self:center;justify-self:center;font-weight:bold;text-transform:uppercase;font-size:45px;font-family:'Russo One', sans-serif;text-shadow:2px 2px #000;color:#fff;letter-spacing:10px}nav #nav-right{align-self:center;justify-self:flex-end;font-weight:bold;display:flex}nav #nav-right ul,nav #nav-right li{height:75px;display:flex;align-content:center;text-align:center}nav #nav-right ul div,nav #nav-right li div{height:fit-content;align-self:center;margin:20px}nav #nav-right a{display:block;line-height:75px}nav #nav-right li:hover{background-color:#fff;color:#000}nav #nav-right li:hover a{color:#000}#game-container{height:65vh;display:flex;justify-content:center;align-items:center;border-top:solid #fff 1px;border-bottom:solid #fff 1px}#game-window{display:flex;align-items:center;justify-content:center;width:100%;height:100%}#game-window canvas{width:100%;height:100%}#VRButton{bottom:unset !important}footer{display:flex;align-items:center;padding:25px 0px;background:#000;height:20vh}#main-list{display:flex;justify-content:space-evenly;width:100%}#main-list ul>li{padding:5px 0px}#main-list ul>li:first-child{font-weight:bold;font-size:large;color:#fff}#main-list ul>li a{color:#ffd369}#main-list ul>li a:hover{text-decoration:underline}


/*# sourceMappingURL=main.css.map*/