.view.combat {
    xborder: 10px solid lime;
}

#menu-container {
    xborder:1px solid red;
    position:absolute;
    visibility:hidden;
    opacity:0;
    width:100vw;
    height:100vh;
    z-index:4;
    transition: opacity 0.2s;
    will-change: opacity;
    display:flex;
	justify-content: center;
	align-items: center;
}

#menu-container.hidden {
    transform:translateY(-100vh);
    visibility:hidden;
}


#menu {
    xborder:1px solid grey;
    width:100%;
    height:100%;
    background:rgb(23, 23, 23);

    xpadding:10px;

    display:flex;
	justify-content: top;
	align-items: center;
    flex-direction:column;


    border-style: solid;
	border-image-source: url('../img/border.png');
	border-image-slice: 150;
	border-image-width: 3em;
	border-image-outset: 0;
	border-image-repeat: round;
    box-shadow: inset 0px 0px 10px 10px rgba(0,0,0, 0.8);
    xborder-radius:5em 5em 4em 4em;

    box-shadow: 0px 0px 30px 10px rgba(0,0,0, 0.5),
                10px 10px 10px 0px rgba(0,0,0, 0.5),
                inset 0px 0px 10px 10px rgba(0,0,0, 0.5);

                /*inset 0px -40px 40px 0px rgba(255, 98, 0, 0.5);*/
               
    background-image: url('../img/gran.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;

}

#title-container {
    xborder:1px solid grey;
    position:relative;
    width:100%;
    height:20%;
    z-index:1;
    padding-top:40px;

    display:flex;
	justify-content: center;
	align-items: center;
}

#title, .title-layer {
    xborder: 1px solid red;
    width:100%;
    text-align: center;
    padding: 20px 5px;
    
    xmargin-top:30px;
    xmargin-bottom:10px;
    font-size: 1.8em;
    xfont-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
	text-transform: uppercase;
    z-index:2;
   
    xtext-decoration: line-through;
    color:rgb(182, 196, 231);

    letter-spacing: 3px;

    text-shadow:0px 0px 10px rgba(0, 0, 0, 0.5), 
                0px 0px 3px rgba(0, 0, 0, 0.5),
                2px 2px 0px rgba(55, 5, 5, 0.99),
                0px 0px 8px orange,
                0px 0px 3px rgb(255, 255, 255);
         
                
    color:#f5e9d8;
    
    text-shadow: 
        0 0 1vw #FA1C16, 
        0 0 3vw #FA1C16, 
        0 0 5vw #FA1C16, 
        0 0 5vw #FA1C16, 
        0 0 .4vw #FED128, 
        1px 1px 0px #806914
    ;
    color: #ffda53;
}

#title {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 30%, rgba(0,0,0,0.8) 70%, rgba(0,0,0,0) 100%);
}

.title-layer {
    position:absolute;
    text-decoration: line-through;
    z-index:-1;

    font-size:2.5em;
    font-weight: 100;
}



#menu > .button {
    xborder:1px solid yellow;
    xaspect-ratio:3/2;
 
    margin:10px;
    padding:10px;
    text-align:center;

    xheight:100px;
    width: 300px;
    height: 86px;

    display:flex;
	justify-content: center;
	align-items: center;

    background-image: url('../img/button.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    font-size:2em;
    font-family: Georgia, 'Times New Roman', Times, serif;
    xfont-family:Consolas, monospace ;
	text-transform: uppercase;

    color:#ffffff;
    text-shadow: 0px 0px 10px orange, 0px 0px 5px rgb(160, 160, 160);
    
    xtransition: all 0.07s;

    xbox-shadow: 0px 0px 10px 10px rgba(0,0,0,0.99);
    touch-action: manipulation;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.9));
}

#menu > .button.small {
    width:200px;
    height:57px;
    font-size:1.5em;
 
}



#menu > .button:active {
    background-image: url('../img/button_dark.png');
    font-size:1.9em;
}

#menu > .button.small:active {
    font-size:1.4em;
}



#fire-container.title-layer {
    xborder:1px solid lime;
    position:absolute;
    z-index:-1;
    width:90%;
    padding-bottom:50px;

    
    display:flex;
    xjustify-content: space-between;
    xjustify-content: right;
    xalign-items: center;
}

.fire {
    xborder:1px solid grey;
    display:inline-block;
    xwidth:100px;
}

.fire.blue {
    filter: saturate(80%) hue-rotate(20deg);
}

#fire-container > .fire {
    xposition:absolute;
    transform: translate(15px, 3px);
    xpadding-left:50px;
    filter: brightness(100%)
   
}


.red-glow-animation {
    animation: neon 5s ease infinite;
    -moz-animation: neon 5s ease infinite;
    -webkit-animation: neon 5s ease infinite;
}

@keyframes neon {
    0%,
    100% {
      text-shadow: 
          0 0 1vw #FA1C16, 
          0 0 3vw #FA1C16, 
          0 0 5vw #FA1C16, 
          0 0 5vw #FA1C16, 
          0 0 0.8vw #FED128, 
          1px 1px 0px #59490e,
          2px 2px 0px black
      ;
      color: #ffe998;
    }
    50% {
      /*
      text-shadow: 
        0 0 1vw #800E0B, 
        0 0 3vw #800E0B, 
        0 0 6vw #800E0B, 
        0 0 6vw #800E0B, 
        0 0 .8vw #800E0B, 
        1px 1px 0px #836b15,
        2px 2px 0px black
      ;
      color: #ffda53;
      */
      
      text-shadow: 
          0 0 1vw #800E0B, 
          0 0 3vw #800E0B, 
          0 0 5vw #800E0B, 
          0 0 5vw #800E0B, 
          0 0 .4vw #800E0B, 
          1px 1px 0px #40340A;
      color: rgb(255, 225, 114);
      
    }
  }