*
{
    transition: all 0.15s;
}

body
{
    background: linear-gradient(to bottom, #32a3ff, #0249bf);
    color: white;
    min-height: 100vh;
    overflow-x: hidden;
}

.bodyLiner
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0em 2em;
    position: relative;
}

header
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

h1
{
    font-size: 48px;
    margin: 1em;
    text-align: center;

    font-family: "Lilita One", sans-serif;
    -webkit-text-stroke: 1px #000000;
    text-shadow: 0px 2px 0px #000000,
        0px 0px 3px #000000,
        0px 1px 3px #000000,
        0px 2px 3px #000000;
}

h2
{
    text-align: center;
    font-size: 32px;

    font-family: "Lilita One", sans-serif;
    -webkit-text-stroke: 1px #000000;
    text-shadow: 0px 2px 0px #000000;
}

p
{
    text-align: center;
    font-size: 20px;
    font-family: "Lilita One", sans-serif;
}

label
{
    font-family: "Lilita One", sans-serif;
}

a
{
    color: white;
    text-decoration: underline;
}

a:hover, a > *:hover
{
    color: white;
    cursor: pointer;
}

.tierListsDiv
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.tierListButton, .tierLostButton
{
    margin: 0.5em;
    background-color: rgba(52, 52, 52, 0.288);
    border-radius: 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-wrap: nowrap;
    padding: 0.5em 1.5em;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.tierListButton
{
    flex-direction: row;
}

.tierLostButton
{
    flex-direction: column;
}

.tierListButton:hover, .tierLostButton:hover
{
    scale: 105%;
    text-decoration: none;
}

.tierListButton > label, .tierLostButton > label
{
    font-size: 48px;
    user-select: none;
    margin: 0 0.5em;
    text-decoration: none;

    font-family: "Lilita One", sans-serif;
    -webkit-text-stroke: 1px #000000;
}

.tierListButton > .pinSide, .tierLostButton > .pinSide
{
    width: auto;
    height: 80px;
}

.tierListBackground
{
    position: absolute;
    z-index: -1;
    width: 150%;
    filter: brightness(60%) saturate(40%);
}

.tierList
{
    display: grid;
    grid-template-columns: 15% 85%;
    width: 80%;
    border-radius: 1em;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

.tierLetterDiv
{
    border: solid black 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #405279, #334263);
}

.tierBrawlersDiv
{
    background: linear-gradient(to bottom, rgb(46, 46, 46), rgb(41, 41, 41));
    border: solid black 1px;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

#adjacentButtons
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 50%;
}

.antiButton, .antiButton:hover, .antiButton > *:hover
{
    color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    cursor: default;
    opacity: 0;
}

.pin
{
    height: 100px;
    width: auto;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pin:hover
{
    scale: 112%;
}

.pinMain
{
    width: 100%;
}

.pinArrow
{
    width: 44%;
    height: auto;
    position: absolute;
    top: 60%;
    opacity: 0%;
}

.pinArrow.left
{
    left: 0%;
    rotate: -10deg;
}

.pinArrow.right
{
    left: 60%;
    rotate: 10deg;
}

#sliderDiv
{
    width: 40%;
    margin: 1em;
}

#sliderLabels
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 100%;
}

#arrowScroll
{
    color: white;
    outline: none;
    accent-color: white;
}

#youtubeVideo
{
    border-radius: 0.5em;
    margin: 1em;
    max-width: 95%;
    height: auto;
    aspect-ratio: 16 / 9;
}

footer
{
    margin-top: 1em;
}

footer > p
{
    font-size: 24px;
    margin: 1em;
    text-align: left;
}

.epicFuckingGrid
{
    width: 66%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.verticallyPrivileged
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#kairosOverTimeDivWrapper
{
    width: 100%;
    overflow-x: scroll;
    position: relative;
}

#kairosOverLay
{
    width: 200px;
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

#kairosOverTimeDiv
{
    width: 2400px;
    aspect-ratio: 24 / 3;
    margin: auto;
}

#kairosOverTime
{
    width: 100%;
    height: 100%;
    margin: 0;
}

#graphLegend
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#graphLegend > div
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
}

#graphLegend > div > img
{
    width: 48px;
    height: auto;
    margin: 0em;
}

#graphLegend > div > label
{
    font-size: 28px;
    text-align: center;
}

@media screen and (max-width: 1000px)
{
    #adjacentButtons
    {
        width: 90%;
    }
}

@media screen and (max-width: 900px)
{
    #sliderDiv
    {
        width: 85%;
    }

    .tierList
    {
        width: 95%;
    }

    header
    {
        flex-direction: column;
    }

    .antiButton
    {
        display: none;
    }

    .horizontallyBlessed
    {
        width: 95%;
    }
}

@media screen and (max-width: 800px)
{
    .tierListsDiv
    {
        width: 95%;
    }

    .tierListButton
    {
        width: 100%;
    }

    .tierListBackground
    {
        width: 100%;
    }
}

@media screen and (max-width: 750px)
{
    .epicFuckingGrid
    {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 600px)
{
    .tierListButton > label, .tierLostButton > label
    {
        font-size: 32px;
    }
}

@media screen and (max-width: 500px)
{
    .tierList
    {
        grid-template-columns: 25% 75%;
    }

    .pin
    {
        width: 75px;
        height: 75px;
    }

    .tierListButton > label, .tierLostButton > label
    {
        font-size: 24px;
    }
}

@media screen and (max-width: 400px)
{
    #adjacentButtons
    {
        flex-direction: column;
    }

    .horizontallyBlessed
    {
        width: 100%;
    }
}
