@font-face {
    font-family: "Splatfont2";
    src: url("../font/Splatfont2.ttf");
}

@font-face {
    font-family: "Splatfont1";
    src: url("../font/Splatfont1.ttf");
}

.container {
    max-width: none;
}

.brand-image {
    max-height: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
    background-color: white;
    border-radius: 10px;
}

.gear-image {
    height: 300px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.main-image {
    max-height: 75px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-color: black;
    border-radius: 37.5px;
}

.ability-image {
    max-height: 50px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    border-radius: 25px;
}

.gear-seed,
.main-name,
.brand-name {
    text-align: center;
    font-size: 1.5em;
    margin-top: 10px;
}

.gear-seed {
    margin-top: 20px;
}

.gear-name {
    font-size: 3em;
    text-align: center;
    padding-top: 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

body {
    background-image: url(../img/bg.png);
    background-size: cover;
}

.navbar {
    font-family: "Splatfont2";
}

.card {
    border: none;
    transition: transform 0.1s linear;
    background-image: url(../img/camo-black2.png);
    background-color: navy;
    background-size: cover;
    border-radius: 25px;
    color: white;
    font-family: "Splatfont2";
}

.drink-ticket {
    font-size: 1.8em;
    text-align: center;
    margin-top: 10px;
}

.next-rolls {
    font-size: 2.5em;
    text-align: center;
}

#ability-select {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8em;
    background-color: rgb(59, 59, 253);
    border: 1px solid navy;
    color: white;
}

td {
    text-align: center;
}

tr.pure {
    background-color: rgb(139, 106, 20);
}

tr {
    border-radius: 25px;
}

table {
    margin: 20px;
}

td:first-child {
    width: 20%
}

@media (max-width: 600px) {
    td h1,
    td h2 {
        font-size: 0.8em;
    }
}