body {
    background: #282828;
    color: #e6dfdf;
    margin-top: 5rem;
}

html {
    position: relative;
    min-height: 100%;
}

.footer {
    margin-top: 250px;
}

footer {
    position: absolute;
    bottom: 0;
    height: 200px;
    display: grid;
    place-items: center
}

footer #footer-content {
    justify-content: space-between;
    font-family: Montserrat, sans-serif;
    color: #fff;
    height: 100%;
    width: 95%;
    max-width: 1335px;
    padding: 0 6%;
    box-sizing: border-box
}

footer #footer-content,
footer #footer-left {
    display: flex;
    align-items: center
}

footer #footer-left #footer-logo {
    width: 100px;
    margin-right: 20px
}

footer #footer-left #footer-title {
    margin: 0;
    font-weight: 700
}

footer #footer-links .footer-links-col {
    display: inline-block;
    vertical-align: middle
}

footer #footer-links .footer-links-col:not(:last-child) {
    margin-right: 60px
}

footer #footer-links .footer-links-col .footer-link {
    display: block;
    margin-bottom: 5px;
    color: #b5b5b5;
    transition: color .1s ease-in-out;
    font-weight: 500
}

footer #footer-links .footer-links-col .footer-link:hover {
    color: #fff
}

@media only screen and (max-width:920px) {
    footer #footer-content {
        padding: 20px 0;
        display: grid;
        justify-content: space-evenly;
        align-content: center
    }

    footer #footer-content #footer-left {
        margin-bottom: 20px;
        display: flex;
        justify-content: center
    }

    footer #footer-content #footer-left #footer-logo {
        width: 50px
    }

    footer #footer-content #footer-links {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        box-sizing: border-box;
        padding: 0 10px
    }
}

@media only screen and (max-width:385px) {
    footer #footer-content {
        padding: 20px 0;
        display: grid;
        justify-content: space-evenly;
        align-content: center
    }

    footer #footer-content #footer-left {
        margin-bottom: 20px;
        display: flex;
        justify-content: center
    }

    footer #footer-content #footer-left #footer-logo {
        width: 50px
    }

    footer #footer-content #footer-links {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        box-sizing: border-box;
        padding: 0 10px
    }

    footer #footer-content #footer-links>* {
        font-size: 14px;
        margin-right: unset !important
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
}

.bg-steel {
    background-color: #18191A;
}

.site-header .navbar-nav .nav-link {
    color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover,
.site-header .navbar-brand,
.site-header .navbar-brand:hover {
    color: #FBA401;
}

.site-header .navbar-nav img {
    border-radius: 75%;
    max-width: auto;
    max-height: 60px;
}

.alert {
    margin-top: 50px;
}

.welcomer {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    max-width: 1440px;
    flex-direction: row;

    padding-top: 100px;
    padding-bottom: 200px;
}

.welcomer-text {
    padding-inline-end: 100px;
    display: flex;
    flex-direction: column;
    font-size: 24px;
}

.welcomer-text h1 {
    font-size: 48px;
}

.welcomer-img img {
    padding-top: 25px;
}

@media only screen and (max-width:576px) {
    .welcomer-img {
        display: none;
    }

    .welcomer-text {
        padding-inline-end: 15px;
    }
}

.commands h1 {
    font-size: 50px;
}

.commands p,
.commands ul {
    font-size: 25px;
}

.commands .activity,
.commands .pastavatars,
.commands .pastnames,
.commands .status,
.commands .casino,
.commands .trivia,
.commands .akinator,
.commands .ask,
.commands .weather,
.commands .music {
    margin-bottom: 150px;
}

.conclusion {
    display: grid;
    margin: 10vh 0;
    text-align: center;
}

.conclusion h1 {
    font-size: 75px;
}

.conclusion p {
    font-size: 25px;
}

.conclusion-btn {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.log-instruct {
    margin-top: 150px;
}

.info-captcha {
    padding-top: 100px;
}

.info-captcha .info {
    max-width: 400px;
    padding-right: 100px;
    padding-bottom: 50px;
}

.info-captcha .captcha {
    padding-bottom: 25px;
}

button:disabled {
    cursor: not-allowed;
}

.captcha-collect button {
    height: 125px;
    width: 250px;
}

.premium {
    margin-top: 125px;
}

.premium-intro h1 {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.premium .premium-intro {
    text-align: center;
    margin-top: 30px;
}

.premium .premium-intro p {
    font-size: 25px;
}

.premium .tiers {
    margin-top: 125px;
}

.premium .tiers h2 {
    text-align: center;
}

.premium .tier {
    margin-right: 10px;
}

.premium .tiers ul {
    font-size: 20px;
}

.patreon-btn {
    margin-top: 75px;
}

.patreon-btn a {
    width: 250px;
}

.commands h1 {
    font-size: 50px;
}

.patreon-examples p {
    font-size: 25px;
}

.patreon-examples h1 {
    font-size: 50px;
}

.patreon-examples .row {
    margin-top: 100px;
}

.bronze-examples {
    margin-top: 150px;
}

.silver-examples {
    margin-bottom: 150px;
    margin-top: 150px;
}

.gold-examples {
    margin-top: 150px
}

.patreon-examples .col h1 {
    font-size: 40px;
}

.patreon-examples .tier-name {
    display: flex;
    justify-content: center;
}

.patreon-conclusion-btn {
    margin-top: 100px;
}

.donation {
    text-align: center;
}

.patreon-conclusion {
    display: grid;
}

.patreon-conclusion .donation {
    margin-top: 125px;
}

.patreon-conclusion .donation h1 {
    font-size: 50px;
}

.patreon-conclusion .donation p {
    display: flex;
    justify-content: center;
    font-size: 25px;
}

.adsense {
    margin-top: 50px;
}

.legal {
    display: grid;
    margin-top: 100px;
}

.rules-preamble {
    padding-top: 50px;
}

.rules-preamble p {
    font-size: 20px;
}

.rule {
    margin-top: 30px;
}