@font-face {
    font-family: "JetBrains Mono";
    src: url('../fonts/JetBrainsMono[wght].ttf') format("truetype");
}

html,
body {
    font-size: 1rem;
    font-family: "JetBrains Mono", "Roboto", "Cascadia Mono", monospace, monospace;
    text-align: center;
    margin: 0;
    padding: 0;
    display: block;
    height: 100vh;
    color: #ffffff;
}

.flex-container {
    background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.8));
    background-size: cover;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 0;
    gap: 5px;
    align-items: center;
    height: 100%;
}

.header-title {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.header-title>.h2 {
    font-size: 30px;
    font-weight: bold;
}

.header-title>.h2>a {
    color: rgb(255, 255, 255, 0.8);
    text-decoration: none;
}

.header-title>.h2>a:hover {
    text-decoration: underline;
}

.header-title>img {
    margin: 2px 15px 2px 5px;
}

.links {
    margin-bottom: 3px;
    &.live {
        margin-top: 10px;
        font-size: 1.0em;
        padding: 5px;
    }
}

.links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.links a:hover {
    text-decoration: underline;
}

.responsive {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.responsive.list {
    max-width: 150px;
}

.bottom-right {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.pps {
    width: 50px;
    position: fixed;
    top: 10px;
    left: 10px;
    height: auto;
    display: flex;
}

.pps img {
    width: 100%;
    object-fit: fill;
}

tr.previous_tournaments td, th {
    border-bottom: solid 1px #333;
}

tr.previous_tournaments th {
    font-size: unset;
}

.hide-column {
    display: none;
}

.organizer {
    font-size: 0.8em;
}

@media (min-width: 750px) {
    tr.previous_tournaments th {
        font-size: 30px;
    }

    .hide-column {
        display: table-cell;
    }

    .header-title>.h2 {
        font-size: 58px;
        font-weight: bold;
    }

    .responsive {
        width: 100%;
        max-width: 600px;
        height: auto;
    }

    .links {
        margin-bottom: 3px;
        &.live {
            margin-top: 10px;
            font-size: 1.3em;
            padding: 5px;
        }
    }

    .organizer {
        font-size: 1.0em;
    }
}

td {
    padding: 10px;
}

hr {
    border: none;
    /*border-top: 3px double rgb(255, 255, 255, 0.8);
    color: rgb(255, 255, 255, 0.8);*/
    border-top: solid 1px #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
    width: 100%;
    margin: 30px 0;
}

.arrow {
    text-decoration: none;
    color: white;
    font-size: 30px;
    margin-left:10px;
    margin-right:10px;
}

.arrow:hover {
    color: rgb(255, 255, 255, 0.5);
}