/* ABCya CreateJS settings */
html{
    height:100%;
    min-height:100%;
    touch-action:none;
}

body
{
    background-color: black;
    margin: 0px;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

canvas,img {
    -webkit-transform-origin: 0 0px;
    transform-origin: 0 0px;
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    cursor: default;
}

#contentWrapper { /* Prevent scrolling on iOS */
    position: fixed;
}

#gameWrapper {
    -webkit-transform-origin: 0 0px;
    transform-origin: 0 0px;
    position: absolute;
    visibility: hidden;
}
/**** END ABCya CreateJS settings */

/* DOM TEXT FIELDS */

#enterTextWrapper {
    -webkit-transform-origin: 0 0px;
    transform-origin: 0 0px;
    position: absolute;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.lgInput {
    font-family: 'rawengulkbold', sans-serif;
    border:none;
    border-radius: 8px;
    font-size: 68px;
    width: 448px;
    height: 200px;
    padding: 12px;
    color: #efa522;
}

.smInput {
    font-family: 'rawengulkbold', sans-serif;
    border:none;
    border-radius: 12px;
    font-size: 68px;
    width: 424px;
    padding: 12px;
    color: #efa522;
}

textarea {
    resize: none;
    padding: 12px;
}

/***** END DOM TEXT FIELDS */

@font-face {
    font-family: 'rawengulkbold';
    src: url('./fonts/rawengulkbold-webfont.eot');
    src: url('./fonts/rawengulkbold-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/rawengulkbold-webfont.woff2') format('woff2'),
    url('./fonts/rawengulkbold-webfont.woff') format('woff'),
    url('./fonts/rawengulkbold-webfont.ttf') format('truetype'),
    url('./fonts/rawengulkbold-webfont.svg#rawengulkbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rawengulkregular';
    src: url('./fonts/rawengulkregular-webfont.eot');
    src: url('./fonts/rawengulkregular-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/rawengulkregular-webfont.woff2') format('woff2'),
    url('./fonts/rawengulkregular-webfont.woff') format('woff'),
    url('./fonts/rawengulkregular-webfont.ttf') format('truetype'),
    url('./fonts/rawengulkregular-webfont.svg#rawengulkregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alex_brushregular';
    src: url('./fonts/alexbrush-regular-webfont.eot');
    src: url('./fonts/alexbrush-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/alexbrush-regular-webfont.woff2') format('woff2'),
    url('./fonts/alexbrush-regular-webfont.woff') format('woff'),
    url('./fonts/alexbrush-regular-webfont.ttf') format('truetype'),
    url('./fonts/alexbrush-regular-webfont.svg#alex_brushregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
