@font-face {
    font-family: 'Charmonman Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Charmonman Regular'), url('Charmonman-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Charmonman Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Charmonman Bold'), url('Charmonman-Bold.woff') format('woff');
}

a:link, a:visited, a:active {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #893618;
}

body {
    display: flex;
    flex-direction: column;
    font-family: "Garamond", Times, serif;
    align-items: center;
    background-color: #f3cea1;
    color: black;
}

h2#headline {
    font-size: 4.5em;
    margin: 0px;
    border: 0px;
    padding: 0px;
    text-align: center;
}

h3 {
    font-size: 4em;
    margin: 0;
    border: 0;
    padding: 0;
}

h4 {
    font-family: "Tahoma", sans-serif;
    font-size: 2.5em;
    margin: 0;
    border: 0;
    padding: 0;
    text-align: center;
    word-break: break-word;
}

h5 {
    font-family: "Tahoma", sans-serif;
    font-size: 1.45em;
    margin: 0;
    border: 0;
    padding: 0;
    text-align: center;
}

h6 {
    font-size: 1.5em;
    margin: 0px;
    border: 0px;
    padding: 0px;
}

hr {
    border: 1px solid black;
    width: 100%;
}

hr.column-rule {
    width: 50%;
}

input {
    background-color: #e3be91;
}

input[type=submit]:hover {
    cursor: pointer;
    background-color: #c9a577;
}

input[type=submit]:active {
    background-color: #c49240;
}

li#bluesky {
    background: url('/assets/icons/Bluesky.png') no-repeat left center;
    padding: 12px 17px 12px 17px;
    display: inline;
}

li#discord {
    background: url('/assets/icons/Discord.png') no-repeat left center;
    filter: brightness(50%);
    padding: 12px 17px 12px 17px;
    display: inline;
}

li#facebook {
    background: url('/assets/icons/Facebook.png') no-repeat left center;
    padding: 12px 17px 12px 17px;
    display: inline;
}

li#ko-fi {
    background: url('/assets/icons/Ko-fi.png') no-repeat left center;
    padding: 12px 17px 12px 17px;
    display: inline;
}

li#mastodon {
    background: url('/assets/icons/Mastodon.png') no-repeat left center;
    padding: 12px 17px 12px 17px;
    display: inline;
}

li#podcast {
    background: url('/assets/icons/Microphone.png') no-repeat left center;
    padding: 12px 17px 12px 17px;
    display: inline;
}

li#twitch {
    background: url('/assets/icons/Twitch.png') no-repeat left center;
    padding: 12px 17px 12px 17px;
    display: inline;
}

li#twitter {
    background: url('/assets/icons/X.png') no-repeat left center;
    padding: 12px 17px 12px 17px;
    display: inline;
}

li#youtube {
    background: url('/assets/icons/YouTube.png') no-repeat left center;
    padding: 12px 17px 12px 17px;
    display: inline;
}

main {
    padding: 0 10px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

option {
    background-color: #e3be91;
}

p {
    font-size: 1.7em;
}

select {
    background-color: #e3be91;
}

ul#links-list {
    list-style: none;
    margin: 10px 0px 0px 0px;
    border: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.article-video {
    display: block;
    margin: 0 auto;
    width: 95%;
}

.asterisk-note {
    font-size: 1.3em;
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.byline {
    font-weight: bold;
    text-align: center;
}

.centered {
    text-align: center;
}

.centered-article-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.coaches {
    font-size: 1.3em;
    font-style: italic;
}

.column {
    width: 33.33%;
    padding: 0 10px;
    border-left: 2px solid black;
}

.column p a {
    text-decoration: underline;
}

.column-left {
    border-left: 0;
}

.error {
    font-size: 2em;
    text-align: center;
}

.error a {
    text-decoration: underline;
}

.feature-column {
    width: 50%;
}

.fine-print {
    font-size : 1em;
    font-style: italic;
}

.graffiti{
    pointer-events: none;
    position:absolute;
    background-image: url("../assets/articleGraphics/issue39Graffiti.png");
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity:.45;
    z-index: 1;
}

.handwriting {
    font-family:'Charmonman Regular';
    font-weight:normal;
}

.header-image {
    display:block;
    margin-left:auto;
    margin-right:auto;
    max-width: 100%;
    max-height: 100%;
}

.info-bar {
    justify-content: space-between;
}

.info-bar span {
    padding: 0px 12px;
}

.italic {
    font-style: italic;
}

.list {
    min-height: 500px;
    text-align: center;
}

.live-status {
    font-size: 1.3em;
    font-style: italic;
}

.minor-column {
    width: 25%;
}

.option-subheader {
    font-size: 2.5em;
}

.qualifying-teams {
    font-size: 1.2em;
}

.qualifying-teams a {
    text-decoration: underline;
}

.right-aligned {
    text-align: right;
}

.row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sepia {
    filter: sepia(100%);
}

.single-column {
    text-align:center;
    border-left: 0;
}

.standings-team {
    border: 0;
    width: 50%;
    text-align: left;
}

.standings-wdl {
    border: 0;
    width: 25%;
    text-align: center;
}

.standings-td-diff {
    border: 0;
    width: 25%;
    text-align: right;
}

.table {
    display: table;
    margin-top: 20px;
    margin-bottom: 20px;
}

.table-cel {
    display: table-cell;
    padding: 0 50px;
}

.table-row {
    display: table-row;
}

.title {
    padding-top: 10px;
}

.underline {
    text-decoration: underline;
}

.verticalization-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.video {
    border: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

#footer {
    text-align: center;
}

#desktop-bracket {
    content-visibility: visible;
}

#game-stats {
    border: 0px;
    width: 1600px;
    height: 800px;
    max-width: 100%;
}

#game-stats-row {
}

#header {
    text-align: center;
}

#header > div > img {
    width: 100px;
}

#header-logo {
    vertical-align: middle;
}

#links-list li:hover {
    opacity: 0.5;
}

#mobile-bracket {
    content-visibility: hidden;
}

.mobile-show {
    color: transparent;
}

@media only screen and (max-width: 1000px) {
    h2#headline {
        font-size: 2.1em;
    }

    h3 {
        font-size: 2em;
    }

    h4 {
        font-size: 1em;
    }

    h5 {
        font-size: 1em;
    }

    h6 {
        font-size: 0.9em;
    }

    main {
        overflow-wrap: anywhere;
    }

    p {
        font-size: 0.9em;
    }

    .coaches {
        font-size: 0.9em;
        padding-bottom: 5px;
        border-bottom: none;
        background-size: 50% 1px;
    }

    .live-status {
        font-size: 0.9em;
        padding-bottom: 5px;
        border-bottom: none;
        background: linear-gradient(black,black) bottom no-repeat;
        background-size: 50% 1px;
    }

    .asterisk-note {
        font-size: 0.9em;
        padding-bottom: 5px;
        border-bottom: none;
    }

    .info-bar span {
        display: block;
        padding: 0px;
        text-align: center;
    }

    .row {
        width: 98%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .row .column {
        width: 100%;
        border-left: 0px;
        margin: 0;
        padding: 0;
    }

    .row div:first-child {
        order: 2;
    }

    .table {
        display: block;
    }

    .table-cel {
        display: block;
        text-align: center;
    }

    .table-row {
        display: block;
    }

    .table-header {
        display: none;
    }

    .verticalization-helper {
        display: block;
        height: 0%;
        vertical-align: middle;
    }

    .win-percent {
        font-size: 0.9em;
        padding-bottom: 5px;
    }

    #desktop-bracket {
        content-visibility: hidden;
    }

    #header {
        overflow-wrap: normal;
    }

    #mobile-bracket {
        content-visibility: visible;
    }

    .mobile-show {
        color: black;
    }

    .mobile-hide {
        color: transparent;
        display: none;
    }
}