/**
 * index.scss
 * - Add any styles you want here!
 */

body {
    background: #f5f5f5;
}

@font-face {
    font-family: 'nautilus_pompiliusregular';
    src: url("fonts/nautilus-webfont.woff2") format("woff2"), url("fonts/nautilus-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'CartoonBlocksChristmas';
    src: url("fonts/CartoonBlocksChristmas.eot?#iefix") format("embedded-opentype"), url("fonts/CartoonBlocksChristmas.woff") format("woff"), url("fonts/CartoonBlocksChristmas.ttf") format("truetype"), url("fonts/CartoonBlocksChristmas.svg#CartoonBlocksChristmas") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CandyCaneUnregistered';
    src: url("fonts/CandyCaneUnregistered.eot?#iefix") format("embedded-opentype"), url("fonts/CandyCaneUnregistered.woff") format("woff"), url("fonts/CandyCaneUnregistered.ttf") format("truetype"), url("fonts/CandyCaneUnregistered.svg#CandyCaneUnregistered") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #1e1e1e;
    font-family: 'rustlerregular', cursive;
    font-family: 'la_tequilaregular', cursive;
    font-family: 'zabarsregular', cursive;
    font-family: 'edmundsregular', cursive;
}

#bg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: url("../assets/mainBG.png");
    width: 100%;
    height: 100%;
    background-size: cover;
}

canvas {
    z-index: 100;
    /* And see postBoot() in JS */
    object-fit: contain;
    /* <https://caniuse.com/#feat=object-fit> */
}

.modal {
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105;
    display: none;
}

.login {
    /*background: url("../assets/UI/modals/panel.png");*/
    background-repeat: no-repeat;
    margin: 0 auto;
    z-index: 110;
    width: 540px;
    height: 400px;
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.login>.form-input {
    color: white;
    font-family: "metamorphousregular";
    font-size: 16px;
    float: left;
    margin-bottom: 40px;
    position: relative;
    left: 100px;
    top: 55px;
}

.login>.form-input input {
    background-color: rgba(255, 255, 255, 0);
    background-image: url("../assets/UI/masteries/mastery-bar.png");
    color: white;
    font-family: "metamorphousregular";
    font-size: 14px;
    display: block;
    width: 320px;
    height: 58px;
    border: none;
    padding-left: 20px;
    background-repeat: no-repeat;
    -webkit-touch-callout: none;
    /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;
    /* prevent webkit from resizing text to fit */
    -webkit-tap-highlight-color: transparent;
    /* prevent tap highlight color / shadow */
    -webkit-user-select: none;
    outline-width: 0;
    outline: none;
}

.login img {
    position: relative;
    display: block;
    margin: 0 auto;
    top: 30px;
    cursor: pointer;
}

.nameModal {
    width: 407px;
    height: 302px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    z-index: 999;
    position: absolute;
}

.nameModalBG {
    background-image: url("../assets/modal.png");
    width: 407px;
    height: 302px;
    display: block;
}

div.label {
    font-family: "averia_gruesa_libreregular";
    font-size: 34px;
    color: #000000;
    text-align: center;
    top: 50px;
    position: relative;
}

.nameModalBtn {
    color: #000;
    font-family: "averia_gruesa_libreregular";
    font-size: 22px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    top: 125px;
    height: 55px;
    cursor: pointer;
}

.nameModalBtn>span {
    font-family: "averia_gruesa_libreregular";
    font-size: 22px;
    text-align: center;
    top: -44px;
    position: inherit;
}

.bgImage:hover {
    background-image: url("../assets/button_hover.png");
}

.bgImage {
    background-image: url("../assets/button_normal.png");
    margin: 0 auto;
    height: 55px;
    background-repeat: no-repeat;
    left: 50%;
    width: 149px;
}

.nameModal-input {
    background: #ededed;
    height: 40px;
    width: 60%;
    top: 80px;
    margin: 0 auto;
    display: block;
    position: relative;
    font-size: 22px;
}