html,
body {
    overscroll-behavior-y: none !important;
}

body {
    text-align: center;
    font-family: 'proxima-nova';
    color: black;
}


/* Desktop view */

.qr-container {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

#qr-logo {
    object-fit: contain;
    margin-bottom: 40px;
    max-width: 400px !important;
}

.view-desktop {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    position: relative;
}

#qr-code {
    object-fit: contain;
    margin-top: 40px;
    max-width: 200px !important;
}

/* General styling */

h1 {
    font-family: 'Hudson-NY';
    font-size: 45px;
    margin-bottom: 3vh;
}

p {
    font-family: 'proxima-nova';
    font-size: 20px !important;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], input[type=text] {
    -webkit-appearance: button;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

/* Instructions view */

#view-instructions {
    background-color: #98D4E8;
    overflow: hidden;
}

.logo-container {
    position: relative;
    width: 100%;
    margin: 5vh 0;
}

.logo-img {
    width: 190px;
    position: relative;
    margin: 20px 0px;
    vertical-align: middle;
}

.content-container {
    padding: 0px 20px 40px;
    display: block;
}

.button-play {
    width: 200px;
    margin: 3vh 0 0 0;
    padding: 0;
    height: 67px;
    background-size: 100%;
    background-image: url(../localHTMLAssets/button-play.png);
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer !important;
    border: none;
}

.button-play:hover, .button-play:active {
    background-image: url(../localHTMLAssets/button-play-2.png);
}

.button-audio {
    width: 40px;
    height: 40px;
    margin: 0 0 10px 20px;
    float: left;
    background-size: 100%;
    background-image: url(../localHTMLAssets/unmute.png);
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer !important;
    border: none;
}

/* .button-audio:hover, .button-audio:active{
	background-image: url(localAssets/button-play-2.png);
} */

/* Submission view */
#view-postgame {
    background-size: cover;
    background-image: url(../localHTMLAssets/Oda-Mobile-Purple.png);
    background-repeat: repeat;
    line-height: 1.15;
    display: inline-block;
    height: auto;
    min-height: 100%;
}

.postgame-header {

}

.postgame-text {

}

.thankyou-header {

}

.thankyou-text {

}

input[type=text] {
    position: relative;
    width: 200px;
    padding: 15px 20px;
    border: 2px solid black;
    color: black;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: 3px solid black;
    outline: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    display: block;
    margin: 10px auto;
}

input[type=checkbox] {
    height: 25px;
    width: 25px;
    margin-bottom: 0px;
    vertical-align: middle;
}

#inputForm {
    position: relative;
    margin-bottom: 0px !important;
}

.button-submit {
    width: 200px;
    margin: 3vh 0 0 0;
    padding: 0;
    height: 67px;
    background-size: 100%;
    background-image: url(../localHTMLAssets/button-submit.png);
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer !important;
    border: none;
}

.button-submit:hover, .button-submit:active {
    background-image: url(../localHTMLAssets/button-submit-2.png);
}

.button-replay {
    width: 200px;
    margin: 3vh 0 0 0;
    padding: 0;
    height: 67px;
    background-size: 100%;
    background-image: url(../localHTMLAssets/button-replay.png);
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer !important;
    border: none;
}

.button-replay:hover, .button-replay:active {
    background-image: url(../localHTMLAssets/button-replay-2.png);
}

/* Thank you view */
#view-thankyou {
    background-size: cover;
    background-image: url(../localHTMLAssets/Oda-Mobile-Yellow.png);
    background-repeat: repeat;
    line-height: 1.15;
    display: inline-block;
    height: auto;
    min-height: 100%;
}

.button-back {
    width: 200px;
    margin: 3vh 0 0 0;
    padding: 0;
    height: 67px;
    background-size: 100%;
    background-image: url(../localHTMLAssets/button-back.png);
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer !important;
    border: none;
}

.button-back:hover, .button-back:active {
    background-image: url(../localHTMLAssets/button-back-2.png);
}

.button-facebook {
    width: 200px;
    margin: 3vh 0 0 0;
    padding: 0;
    height: 67px;
    background-size: 100%;
    background-image: url(../localHTMLAssets/button-facebook.png);
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer !important;
    border: none;
}

.button-facebook:hover, .button-facebook:active {
    background-image: url(../localHTMLAssets/button-facebook-2.png);
}

.button-instagram {
    width: 200px;
    margin: 3vh 0 0 0;
    padding: 0;
    height: 67px;
    background-size: 100%;
    background-image: url(../localHTMLAssets/button-instagram.png);
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer !important;
    border: none;
}

.button-instagram:hover, .button-instagram:active {
    background-image: url(../localHTMLAssets/button-instagram-2.png);
}

.button-website {
    width: 200px;
    margin: 3vh 0 0 0;
    padding: 0;
    height: 67px;
    background-size: 100%;
    background-image: url(../localHTMLAssets/button-website.png);
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer !important;
    border: none;
}

.button-website:hover, .button-website:active {
    background-image: url(../localHTMLAssets/button-website-2.png);
}

@font-face {
    font-family: Hudson-NY;
    src: url(../localFonts/HudsonNY.otf) format("opentype");
}

@font-face {
    font-family: proxima-nova;
    src: url(../localFonts/ProximaNova-Reg.otf) format("opentype");
}

canvas {
    width: 100%;
    height: 100%;
}

#container {
    height: 100%;
    width: 100%;
}

::placeholder {
    ! *Chrome, Firefox, Opera, Safari 10.1 + *!
    font-size: 20px;
    color: #0000008f;
    opacity: 1;
    ! *Firefox *!
}

:-ms-input-placeholder {
    ! *Internet Explorer 10 -11 *!
    font-size: 20px;
    color: #0000008f;
}

::-ms-input-placeholder {
    ! *Microsoft Edge *!
    font-size: 20px;
    color: #0000008f;
}


.view {
    width: 100%;
    display: none;
}
