/* style.css */

html, body {
  height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    background: orange;
    image-rendering: pixelated;
}

body *, body button {
  /* cursor: none !important; */
}

@font-face {
  font-family: PKMN;
  src: url(PKMN.ttf);
}
@font-face {
  font-family: classic;
  src: url(PokemonClassic.ttf);
}

p {
    font-family: PKMN;
}

img {
    user-drag: none; 
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
}

#top {
    width: 100%;
    background: orange;
    height: 20vh;
}

#inventory {
    width:100%;
    height: 109px;
    background-image: url('sprites/inventory/inventory.png');
    position: absolute;
    padding: 0;
    margin: 0;
    border: none;
    bottom: 0px;
}

#inventoryTabs{
    margin-top: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    height: 25px;
    background-image: url('sprites/inventory/inventory.png');
}

#cybo {
    position: absolute;
}

#cyboGame {
    overflow: hidden;
}

#leftBar {
    width: 100%;
    background: orange;
    flex: 1;
    padding: 0;
    margin: 0;
}

#daGame {
    position: absolute;
    left: 0px;
    margin-right: auto;
    background: black;
    width: 256px;
    height: 360px;
    background-image: url('sprites/quizBG.gif');
}

#critter {
    position: absolute;
    top: 220px;
    left: 130px;
    z-index: 2;
}

#eyes {
    position: absolute;
    z-index: 2;
}

#mouth {
    position: absolute;
    z-index: 2;
}

#menu {
    background: white;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
}

#rightBar {
    width: 100%;
    background: orange;
    flex: 1;
    padding: 0;
    margin: 0;
}

#bottom {
    width: 100%;
    background: orange;
    height: calc(80vh-480px);
}

.container {
    display: flex;
}

#tv {
    position: absolute;
    top: 180px;
    left: 60px;
}

#cursor {
    position: absolute;
    z-index: 100;
    pointer-events: none;
}

#email{
    font-size: 24px;
    font-family: PKMN;
    position: absolute;
    width: 200px; 
    height: 16px;
    top: 176px;
    left: 24px;
    border-style: solid;
    border-color: black;
}

#password{
    font-size: 24px;
    font-family: PKMN;
    position: absolute;
    width: 200px; 
    height: 16px;
    top: 200px;
    left: 24px;
    border-style: solid;
    border-color: black;
}

#guestLogin{
    position: absolute;
    color: #f9a617;
    font-size: 36px;
    text-shadow: 2px 2px #000000, -2px -2px #000000, 0px 2px #000000, 2px 0px #000000, -2px 0px #000000, 0px -2px #000000, -2px 2px #000000, 2px -2px #000000;
    text-align: center;
    top: 270px;
    left: 36px;
    filter: opacity(0.5);
}

#guestLogin:hover{
    filter: opacity(1);
}

.quizAnswers {
    font-family: PKMN;
    font-size: 18px;
    color: #9f4c0b;
    text-align: center;
    line-height: 12px;
    width: 90%;
    text-shadow: 0px -1px #f08b32, 0px 1px #fdcb44;
    z-index: 2;
    text-align: center;
    margin-top: 0px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.quizAnswerBorder {
    display: table;
    position: absolute;
    left: 24px;
    background-repeat: no-repeat;
    width: 208px; 
    height: 32px;
    background-image: url('sprites/quizA.png');
    bottom: 0px;
    height: 32px;
}

#item {
    position: absolute;
    z-index: 3;
    width: 32px;
    height: 32px;
    visibility: hidden;
    pointer-events: none;
}

#itemShadow {
    position: absolute;
    top: 210px;
    z-index: 2;
    visibility: hidden;
    background: url('sprites/shadow32.png');
    transform-origin: 50% 90%;
    animation: shadowAnim 1s infinite;
}

#quizQuestions {
    color: white;
    width: 90%;
    line-height: 28px;
    font-family: PKMN;
    font-size: 30px;
    text-align: center;
    text-shadow: 2px 2px #000000, -2px -2px #000000, 0px 2px #000000, 2px 0px #000000, -2px 0px #000000, 0px -2px #000000, -2px 2px #000000, 2px -2px #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#quizQuestionContainer{
    display: table;
    position: absolute;
    width: 100%;
    height: 128px;
}

#roomMoverRightLabel{
  pointer-events: none;
}

.tabDefault{
    width: 25vw;
    height: 75px;
    background: #ffbc2b;
    border: solid 8px #71c0f1;
    border-bottom-style: none;
    position: absolute;
    top: 51px;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
}

.tabDefault:hover{
    background: orange;
    border: solid 8px #FFEEDD;
    border-bottom-style: none;
}

.tabDefault:hover .tabTextDefault{
    margin-top: 28px;
    color:#FFEEDD;
    text-shadow: 0px 2px #71c0f1;
}

.tabTextDefault{
    font-family: PKMN;
    font-size: 3vw;
    color: #041b15;
    margin-top: 30px;
}

.tabSelected{
    width: 25vw;
    height: 75px;
    background: orange;
    border: solid 8px #FFEEDD;
    border-bottom-style: none; 
    position: absolute;
    top: 51px;
    left: 5vw;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
    text-shadow: 0px 2px #71c0f1;
}

.tabTextSelected{
    font-family: PKMN;
    font-size: 3vw;
    color: #FFEEDD;
    margin-top: 30px;
}

.circInner {
    width: 25vw;
    height: 25vw;
    background: #71c0f1;
    border-radius: 50%;
    border: 3vw solid #4793eb;
}

.updateDesc {
    color: #FFEEDD;
    font-family: PKMN;
    font-size: 24px;
    width: 24vw;
    border-radius: 10px;
}

.updateDescWrap {
    background: #71c0f1;
    border: 1vw solid #4793eb;
    border-radius: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1vw;
    padding-right: 1vw;
    margin-left: 50px;
    margin-top: 0px;
    overflow: hidden;
    display: inline-block;
}

#copyButton:hover{
    transition: 0.5s;
    transform: scale(1.1);
}

@keyframes grow {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.table {
    
}

#customization {
    background: red;
    background: #71c0f1;
}

.center {
    display: flex;
    justify-content: center;
}

@keyframes shadowAnim {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
    
}

@media only screen and (min-width: 768px) {
    #daGame {
/*        transform: scale(1.5);*/
    }
}