
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;
}
/* HTML5 display-role reset for older browsers */
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 {
    font-family: 'Playpen Sans', cursive;
    background-color: darkorange;
    font-size: 14px;
    text-align: center;
    padding: 1rem;
}

#arHolder { display: none; height: 0; width: 0; }
#arHolder.inited { display: block; height: 100%; width: 100%; }

.initScreen {
    padding-top: 10vh;
}

h1 {
    font-family: 'Rubik Doodle Shadow', cursive;
    color: black;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 1.4rem;
}
h2 {
    font-family: 'Rubik Doodle Shadow', cursive;
    font-size: 1.8rem;
    margin-bottom: 3rem;
}

#initBtn {
    position: relative;
    display: flex;
    width: 100%; height: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;
    display: none;
}

button {
    font-family: 'Nutino Sans', cursive;
    font-size: 1rem;
    border-radius: 1.4rem;
    color: darkorange;
    padding: 1rem;
    background-color: black;
}

ul li {
    display: block;
    width: 90vw;
    margin: 1rem auto;
    background-color: brown;
    font-size: 2rem;
    border-radius: 0.6rem;
    padding: 0.8rem 0.4rem;
    cursor: pointer;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
li a {
    font-family: 'Rubik Scribble', cursive;
    text-decoration: none;
    color: white;
    color: darkorange;
    display: block;
    font-weight: bold;
}
ul li.bonus {
    background-color: rgb(0, 90, 90);
}
ul li.bonus1 {
    background-color: rgb(90, 90, 0);
}

.rotateBtns {
    position: fixed;
    bottom: 0; left: 0;
    background-color: red;
    background-color: darkorange;
    width: 100%; height: 8vh;
    text-align: center;
}
.rotateBtns .btnHolder {
    display: inline-block;
    width: 9%;
}
.rotateBtns .btnHolder button {
    height: 8vh;
    margin: 0;
    width: 100%;
    color: white;
    font-family: 'Rubik Scribble', cursive;
    font-family: 'Sigmar', cursive;
    font-size: 0.6rem;
    text-align: center;
}
.rotateBtns.videoBtns .btnHolder { width: 28%; }
/* .rotateBtns.videoBtns .btnHolder button { font-size: 1.3rem; } */

#initBtn.inited {display: none; width: 0; height: 0;}
