body {
    background-color: rgb(255, 255, 255);
    background-image: url("../images/background/space.png");
    font-family: Teko;
    color: white;
    font-family: uni0553;
}
@font-face {
    font-family: uni0553;
    src: url("../fonts/uni0553-webfont.ttf");
}
h1 {
    font-size: 3vw;
    text-align: center;
    font-family: uni0553;
}
h2 {
    font-size: 2.5vw;
}
h3 {
    font-size: 2vw;
}
h4 {
    font-size: 2vw;
    text-align: center;
}
.row{
    justify-content: center;
}
.btnRow {
    height: 100px; 
}
.box {
    width: 10vw;
    height: 10vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.title {
    display: flex;
    justify-content: center;
    width: 73vw;
    height: 9vw;
}
.subTitle {
    font-family: Teko;
    color: rgb(255, 255, 255);
}
#lineTwo{
    width: 50vw;
}
.downText { 
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-around;
}
.smallDownText { 
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-around;
}
.no-display {
    display: none;
}
.order-img {
    width: 10vw;
    height: 10vw;
}
/* .col-sm-3 {
    width: auto;
    height: auto;
} */
.col-sm-6 {
    padding: 0;
    width: 40vw;
}
#music-icon {
    position: fixed;
    top: 2vw;
    right: 2vw;
    width: 5vw;
    height: 5vw;
    z-index: 1;
}

/* Charecters */
#user_character, #enemy_character {
    display: contents;
}
.character-img {
    width: 20vw;
    height: 20.5vw;
    margin: 0 100%;
    max-width: 128px;
    max-height: 135.5px;
}
.flip-img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.character-gif {
    height: 20vw;
    margin-bottom: 1%;
}
#battlegrounds {
  background-size: cover;
  background-position: center;
  max-width: 80vw;
  margin: 0 auto;
}
#user-char-fight {
    justify-content: flex-end;
    display: flex;
}
#enemy-char-fight {
    justify-content: flex-start;
    display: flex;
}

.Darth_Maul, .Darth_Vader, .Kylo_Ren, .Emperor_Palpatine,
.Obi_Wan, .Luke_Skywalker, .Rey, .Master_Yoda,
.Darth_Maul_Fight, .Darth_Vader_Fight, .Kylo_Ren_Fight, .Emperor_Palpatine_Fight,
.Obi_Wan_Fight, .Luke_Skywalker_Fight, .Rey_Fight, .Master_Yoda_Fight {
    display: none; 
    flex-wrap: wrap;
    justify-content: center;
}

/* btn */
#ATK_button {
    display: none;
    border-radius: 0;
    border: 4px solid rgb(255, 97, 97);
    margin: 0 auto;
    font-family: uni0553;
}
#RST_button {
    display: none;
    border-radius: 0;
    border: 4px solid rgb(255, 229, 116);
    margin: 0 auto;
    font-family: uni0553;
}

@media (max-width: 900px) {
    .box {
        width: 17vw;
        height: 17vw;
    }
    .order-img {
        width: 15vw;
        height: 15vw;
    }
}
@media (max-width: 740px) {
    h1 {
        font-size: 4.5vw;
    }
    h2 {
        font-size: 3.5vw;
    }
    h3 {
        font-size: 3vw;
    }
    h4 {
        font-size: 2.5vw;
    }
    .character-gif {
        height: 25vw;
        margin-top: 15%;
        margin-bottom: 4%;
    }
}
@media (max-width: 580px) {
    h1 {
        font-size: 4.5vw;
    }
    h2 {
        font-size: 3.5vw;
    }
    h3 {
        font-size: 3vw;
    }
    h4 {
        font-size: 2.5vw;
    }
    .character-gif {
        height: 25vw;
        margin-top: 15%;
        margin-bottom: 4%;
    }
    .col-sm-6 {
        padding: 0;
    }
}