/* Typography */
body {
    font-size: 16px;
}

body,
button {
    color: #000;
}

h1 {
    font-weight: 400 !important;
    margin-bottom: 1em !important;
}

h6 {
    font-size: 1.1em;
}

h2.entry-title {
    font-weight: 400 !important;
    margin-bottom: 3em !important;
}

h3 {
    font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p.home-page-intro {
    font-size: 1.25em;
}

@media screen and (min-width: 1000px) {
    h1 {
        font-size: 2.75em;
    }
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 1.85em;
    }

    p.home-page-intro {
        font-size: 1.1em;
    }
}

/* Header and Footer */
@media screen and (max-width: 1000px) {
    #page {
        padding-top: 4%;
    }

    body.home #page {
        padding-top: 50px !important;
    }

    .site-identity {
        padding-bottom: 0;
    }

    .hero-logo img {
        max-width: 60%;
        margin: auto !important;
    }
}

body.home .site-title-wrap {
    display: none;
}

.site-header,
.site-footer {
    background: #fff;
    display: block;
}

.hero-logo,
.hero-logo figure {
    margin: 0 auto !important;
}

.custom-logo-link img {
    max-width: 180px;
}

.entry-header .entry-title {
    text-align: center;
}

.footer-bottom {
    display: none;
}

.footer-widgets ul {
    display: flex;
    justify-content: center;
}

.footer-widgets li {
    margin: 0 1em;
}

.footer-widgets .footer-column {
    width: 100%;
    text-align: center;
}

.footer-widgets .footer-column p {
    color: #999;
    font-size: 0.65em;
}

.footer-widgets aside+aside {
    margin-top: 20px;
}

/* Navigation and Menus */
body.home .top-navigation {
    position: absolute;
}

.main-navigation ul li a {
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 1px;
}

body.home .main-navigation ul li a {
    color: #fff !important;
}

body.home .main-navigation ul li a:hover {
    opacity: 0.8;
}

.drawer-wrap .searchform {
    display: none;
}

#menu-footer-nav li a {
    font-size: 0.65em;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Game Listings */
.app-store-button-wrapper>div {
    -ms-grid-columns: max-content !important;
    grid-template-columns: max-content !important;
    grid-gap: 0 0;
}

h3.game-listings-title {
    margin-top: 4em;
    margin-bottom: 4em;
}

.game-icon {
    -ms-grid-columns: 33% auto;
    grid-template-columns: 33% auto;
    margin-bottom: 10%;
}

.game-icon>figure img {
    display: block;
    width: 100% !important;
    max-width: 150px !important;
    border-radius: 25%;
    margin: 0 auto;
}

.game-icon h6 {
    margin-bottom: 1.25em;
}

.app-store-button {
    margin-bottom: 0;
}

.app-store-button img {
    display: block;
    height: 35px;
    margin-right: 0.5em;
}

@media screen and (max-width: 1000px) {
    .app-store-button img {
        height: 26px;
    }
}

@media screen and (max-width: 768px) {
    .app-store-button img {
        height: 20px;
    }

    .game-icon h6 {
        margin-bottom: 0.5em;
    }
}

@media screen and (max-width: 600px) {
    .game-icon h6 {
        text-align: center;
        margin-top: 1.25em;
        margin-bottom: 1.25em;
    }

    .app-store-button-wrapper>div {
        justify-content: center;
    }

    .app-store-button {
        margin-bottom: 1em;
    }

    .app-store-button img {
        margin: auto;
        height: 42px;
    }

    .support-link {
        text-align: center
    }
}

@media screen and (min-width: 600px) {
    .support-link {
        padding-top: 15px;
    }
}

/* Customize WP Table Styling */

.wp-block-table td,
.wp-block-table th,
.wp-block-table table tr:last-child td {
    line-height: 1.25em;
    border-bottom: 1px solid #dedede;
    font-size: 0.85em;
    background-color: #fff;
}

.wp-block-table th {
    font-weight: bold;
}

.wp-block-table td a,
.wp-block-table th a {
    color: #fea01c;
    text-decoration: underline;
}

/* Table of Contents styling (legal pages) */
#toc_links_wrapper li {
    list-style-type: none;
}