@font-face {
  font-family: 'miglianormal';
  src: url("../fonts/Miglia.ttf") format('ttf'), url("../fonts/Miglia.ttf") format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'Roboto', sans-serif, arial;
    background-color: black;
    color: #ffffff;
    font-weight: bolder;
}

h1 {
    font-family: 'miglianormal', 'Roboto', sans-serif, arial;
    text-align: center;
    margin: 0.5em auto 0.25em;
}

a {
    font-family: 'miglianormal', 'Roboto', sans-serif, arial;
    color: #ff284c;
    font-size: 1.25em;
    text-decoration: none;
    padding: 2px;
}

a:hover {
    background-color: #ff284c;
    color: white;
}

footer {
    max-width: 90%;
    text-align: center;
    margin: 6em auto 0;
    font-size: 0.75em
}

label {
    margin: 0.25em;
}

.addGap {
    gap: 20px;
}

.attackDefBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.btnCaptain {
    background-image: url("https://braverynetworkonline.team/img/captain-icon-disabled.png");
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 5px;
    padding: 0;
    width: 50px;
    height: 50px;
    border: none;
}

.btnFeelings {
    background-image: url("https://braverynetworkonline.team/img/Angry128-disabled.png");
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 5px;
    padding: 0;
    width: 50px;
    height: 50px;
    border: none;
}

.btnStatUp {
    background-image: url("https://braverynetworkonline.team/img/chevron green up.png");
    background-color: #333333;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60% 60%;
    margin: 3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.btnStatDown {
    background-image: url("https://braverynetworkonline.team/img/chevron red down.png");
    background-color: #333333;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60% 60%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.critBox {
    margin: 1em 0 0;
}

.dmgEstimate {
    width: 100px;
    height: 100px;
    color: black;
    text-align: center;
    font-size: 2em;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("https://braverynetworkonline.team/img/damage estimate bubble yellow.png");
    background-position: center;
    background-size: cover;
    
}

.fighterImg {
    width: 150px;
    margin: 1em;
}

.fullStatsBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
    margin: 2em 0 1em;
}

.fullWidth {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgIcon {
    width: 50px;
}

#imgFighter2 {
    transform: scaleX(-1);
}

.mainContainer {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.subContainer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0 0.5em;
}

.stageLabel {
    font-size: 1.5em;
    font-weight: bolder;
    min-width: 30px;
}

.stat {
    width: 50px;
    text-align: right;
}

.statBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.statContainer {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    width: 175px;
}

.statsLabel {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statsSliderContainer {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}


@media only screen and (min-width: 600px) {
    
}

@media only screen and (min-width: 900px) {
     footer {
         max-width: 550px;
     }
}
