



/* ==== Fonts ==== */

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-Medium.eot');
    src: url('../fonts/FiraSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraSans-Medium.woff2') format('woff2'),
        url('../fonts/FiraSans-Medium.woff') format('woff'),
        url('../fonts/FiraSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-MediumItalic.eot');
    src: url('../fonts/FiraSans-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/FiraSans-MediumItalic.woff') format('woff'),
        url('../fonts/FiraSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-Bold.eot');
    src: url('../fonts/FiraSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraSans-Bold.woff2') format('woff2'),
        url('../fonts/FiraSans-Bold.woff') format('woff'),
        url('../fonts/FiraSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-SemiBold.eot');
    src: url('../fonts/FiraSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraSans-SemiBold.woff2') format('woff2'),
        url('../fonts/FiraSans-SemiBold.woff') format('woff'),
        url('../fonts/FiraSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-Regular.eot');
    src: url('../fonts/FiraSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraSans-Regular.woff2') format('woff2'),
        url('../fonts/FiraSans-Regular.woff') format('woff'),
        url('../fonts/FiraSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-Light.eot');
    src: url('../fonts/FiraSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraSans-Light.woff2') format('woff2'),
        url('../fonts/FiraSans-Light.woff') format('woff'),
        url('../fonts/FiraSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}















/* ==== HTML Reset ==== */

* {
    font-family: 'Fira Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: black;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    cursor: default;
}




/* ==== HTML Standard ==== */

body {
    -webkit-text-size-adjust: 100%;
    background-color: black;
}

html,body {
    height: 100%;
}

a {
    cursor: pointer;
}






/* ==== Layout ==== */

body {
	background-color: #FF403D; /* Brand Color */
}






/* ==== Layout States ==== */

.only-error {
    display: none;
}
body.error .only-error {
    display: inherit;
}


body.loading .only-loaded,
body.loaded .only-loading,
body.marker-found .only-marker-missing,
body.error .not-error {
    display: none;
}





/* ==== Debug ==== */

#arjsDebugUIContainer,
.a-enter-vr {
    display: none;
}






/* ==== Logo ==== */

#logo svg {
	height: 100%;
	width: auto;
}
#logo path {
	fill: white;
}

#logo,
.close-button {
    z-index: 110;
    position: fixed;
    top: 22px;
    right: 22px;
    width: auto;
    height: 20px;
    display: inline-block;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
}
body.black-menu-tab #logo {
    color: black;
}
.close-button {
    width: auto;
}




/* ==== Links ==== */

a,
a:hover {
    text-decoration: underline;
}





/* ==== Tables ==== */


table {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    z-index: 100;
}
table td {
    text-align: center;
    vertical-align: middle;
    padding: 22px;
    color: white;
}
table td * {
    color: white;
}
table td h2,
table td a.large {
    font-size: 30px;
}
table td a.large {
    text-decoration: none;
}
table td a.large:hover {
    text-decoration: underline;
}
table td div,
table td p {
    margin-top: 22px;
    margin-bottom: 22px;
    color: white;
    line-height: 1.4em;
}
table td div {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
table td p {
    margin-bottom: 44px;
}




/* ==== Requirements ==== */

#requirements {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #FF403D; /* Brand Color */
}
#requirements,
#requirements * {
    z-index: 120;
}


