@media only screen and (max-width: 768px) {
    .header-content .inner > div:not(.logo) {
        display: none !important;
    }
    .header-bottom {
        display: none !important;
    }
    .nav > li > a {
        padding: 30px 15px !important;
    }
    .nav > li.nav-store > a {
        padding: 0px 30px !important;
    }
    .foot .right {
        display: none !important;
    }
    .foot .inner {
        justify-content: center !important;
        text-align: center !important;
    }
    .foot .inner .left {
        margin: 0 auto !important;
    }
    .header-navigation .nav {
        padding: 0px !important;
    }
    .article.post {
        margin-top:25px !important;
        padding: 25px !important;
    }
    .v-links {
        display: flex !important;
        flex-direction: column !important;
    }
    .staff-wrap > .staff-members {
        grid-template-columns: repeat(1,minmax(0,1fr))!important;
    }
    .v-links > a:not(:last-child) {
        margin-bottom: 20px !important;
    }
}

.header-navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
.error-content {
    padding: 0px !important;
    padding-top: 8vh !important;
}

.error-message {
    padding-bottom: 4vh !important;
}

.error-code {
    color: #248c83 !important;
}
.nav > li.nav-home {
    order: 0;
}

.nav > li.nav-vote {
    order: 1;
}

.nav > li.nav-staff {
    order: 3;
}
.nav {
    padding-left: 30px !important;
}
.nav > li.nav-rules {
    order: 4;
}
.nav > li.nav-store {
    order: 2;
}
.header-navigation {
    background: #ffffff36 !important;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 6%), 0 4px 6px -2px rgb(0 0 0 / 3%);
}
.header-content {
    padding-top: 120px !important;
}
.header-content .logo {
    width: 300px;
    height: 300px;
    display: flex;
    position: relative;
    vertical-align: middle;
    align-items: center;
    margin-top: -35px;
    margin-bottom: -40px;
}
@keyframes spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
  }
.header-content .logo .windmill {
    animation-name: spin;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    top: 53px;
    left: 53px;
}
.header-content .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-content {
    background: #39968f;
    padding: 40px 0px;
}

.nav {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}
.post-card-primary-tag {
    display: none !important;
}

.post-card-content {
    background: #fff;
    padding: 30px;
    text-align: center;
}

.header-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom right, #00736a, #51a7a0a3);
    height: 70%;
}
.play-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px !important;
}

.play-text {
    flex: 1;
    margin-left: 50px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.play-artwork {
    width: 45%;
    height: 100%;
}
.play-artwork > span {
    background-image: url(https://static.planetminecraft.com/files/resource_media/screenshot/14767100-uljxks_lrg.png);
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 12px #ffffff47;
}
.header-content .logo {
    z-index: 100 !important;
}

.header-content > .inner > div, .header-content > .inner > a {
    position: relative;
    z-index: 10;
}
.play-artwork > span:after {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-image: linear-gradient(to bottom right, #39af9200, #39af92);}
.play-artwork > span:before {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-image: url(https://i.imgur.com/FgJckVk.png);z-index: 5;background-repeat: no-repeat;background-position: center;}
.play-artwork {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }
.play-artwork > span {
    background: #d6e4e3;
    min-height: 100%;
    display: block;
    border-radius: 10px;
}
.play-artwork > span {
    background-image: url(https://static.planetminecraft.com/files/resource_media/screenshot/14767100-uljxks_lrg.png);
    background-size: cover;
    background-position: center;
}
.play-text ul {
    list-style: auto;
    margin-top: 30px;
    font-size: 17px;
    color: grey;
}

.play-text #copy-btn {
    background: #39af92;
    display: inline-block;
    padding: 18px;
    min-width: 182px;
    text-align: center;
    font-weight: 800;
    color: white;
    margin-top: 30px;
    border-radius: 8px;
}

.page-play .article-title {
    display: none;
}

.play-text h1 {
    font-weight: 900;
    font-size: 50px;
}
.support-wrap {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.support-section {
    color: black !important;
    text-decoration: none !important;
}
.support-section:hover {
    background: #d6e4e38a;
    border-color: #c2d0d0 !important;
}
.support-section {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.support-section {
    background: #f4f9f9;
    border-radius: 8px;
    padding: 40px;
    border: 2px solid #d6e4e3;
}
.page-support .article-title {
    text-align: center;
}
.support-section:last-child {
    margin-left: 4rem;
}

.support-title {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 800;
}

.support-icon {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 8px;
}

.support-text {
    font-weight: 600;
    color: grey;
}
.rule-section {
    background: #f4f9f9;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    border: 2px solid #d6e4e3;
    align-items: center;
}

.rule-title {
    font-size: 17px;
    font-weight: 700;
}
#rule-wrap .rule-section:not(:last-child) {
    margin-bottom: 15px;
}

.r-section-title {
    background: #272929;
    padding: 26px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    color: white;
    font-size: 20px;
    font-weight: 800;
}
.nav > li > a:hover:after {
    width: 36px;
}
.nav > li.nav-store > a:after {
    display: none !important;
}
.nav > li > a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background: #62d4cf;
    margin: 0 auto;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.nav > li > a {
    position: relative;
}
.page .gh-canvas>* {
    grid-column: full-start/full-end;
}
.article.page {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
    max-width: 1200px;
    background: #fff;
    margin: 0 auto;
}

.article.post {
    margin-top: 40px;
    padding: 100px;
}

.page-vote .article {
    text-align: center;
}

.page-template .article-title {font-weight: 900;}

.v-links > a {
    background: #24a286;
    padding: 20px 40px;
    border-radius: 8px;
    margin: 0px 10px;
    color: white !important;
    font-weight: 800;
}
.staff-members {
    grid-template-columns: repeat(3,minmax(0,1fr))!important;
    gap: 4rem!important;
    display: grid!important;
    margin-bottom: 3rem;
}

.staff-member {
    background: #f4f9f9;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    padding: 20px;
    border: 2px solid #d6e4e3;
    align-items: center;
}
.post-template .article.post {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}
div#copy,div#copy-btn {
    cursor: pointer;
}
.article-tag > a {
    color: white !important;
    background: #238b85 !important;
    padding: 10px 25px;
    font-weight: 900;
    border-radius: 100px;
    margin-bottom: 10px;
}

.article-byline {
    display: none !important;
}
.staff-member .avatar {
    margin-right: 20px;
}

.staff-member .name .name {
    font-weight: 800;
    font-size: 18px;
}

.staff-member .badge {
    background: #218b87;
    color: white;
    padding: 0px 15px;
    font-weight: 800;
    font-size: 12px;
    border-radius: 100px;
    margin-top: 3px;
}

.owner .staff-member .badge {
    background: #f44336;
}
.header-content .inner > div:not(.logo) {
    flex: 1;
}

.header-content .inner > div:first-child {
    display: flex;
    justify-content: flex-end;
}
.helper .staff-member .badge {
    background: orange;
}
.article.page .article-header.gh-canvas {
    display: none;
}
.header-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(https://i.imgur.com/uljX7Ks.png);
    background-size: cover !important;
    background-position: bottom;
}

.post-card-meta {
    display: none;
}

.post-card-excerpt p {
    margin-bottom: 0px;
    overflow-x: hidden;
}

.post-card-header {
    margin-top: 5px;
}

.post-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.post-card-title {
    font-weight: 900;
}
.nav > li {
    padding: 0px !important;
    margin: 0px !important;
}
.nav > li.nav-store > a {
    background: #253146;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0px 30px;
    margin: 0 15px;
    border-radius: 100px;
    font-weight: 900;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.nav > li > a {
    display: block;
    padding: 30px 35px;
    color: #fff !important;
    font-weight: 800;
    font-size: 17px;
}
.player-card {
    display: flex;
    align-items: center;
}
.c.shadow {
    background: white;
}

.c:not(.shadow) {
    top: 100px;
    box-shadow: inset 0px 6px 0px #d6e4e3;
}
.player-card.mc i {
    order: 5;
    margin-left: 30px;
}
.large.players {
    font-size: 20px;
    color: white;
    font-weight: 900;
}

.text-wrap .small {
    font-weight: 800;
    color: #ffffffa1;
}
.nav > li.nav-current > a:after {content: "";display: block;position: absolute;left: 0;right: 0;bottom: 0;width: 36px;height: 5px;background: #ffe20a;margin: 0 auto;}

.nav > li.nav-current > a {
    position: relative;
}
.header-content .logo {
    margin-top: -20px !important;
    margin-bottom: -50px !important;
}
.foot .inner {
    display: flex;
    align-items: center;
}

.foot .inner .left {
    margin-right: auto;
}
.header-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    z-index: 5;
    height: 100px;
    display: flex;
}

.header-bottom > .inner {
    display: flex;
    align-items: center;
}

.header-bottom > .inner > div:last-child, .header-bottom > .inner > a:last-child {
    margin-left: auto;
    text-align: right;
}

.header-bottom > .inner > div i, .header-bottom > .inner > a i {
    font-size: 40px;
}
.header-bottom > .inner > div .small, .header-bottom > .inner > a .small {
    color: inherit !important;
    font-weight: inherit;
}

.header-bottom > .inner > div, .header-bottom > .inner > a {
    display: flex;
    align-items: center;
}
.header-bottom > .inner .large {
    font-weight: 900;
    font-size: 17px;
}

.header-bottom > .inner > div:first-child i,.header-bottom > .inner > a:first-child i {
    color: #2ccac3;
}

.header-bottom > .inner > div:first-child .large, .header-bottom > .inner > a:first-child .large {
    color: #2ccac3;
}
.large.players span {
    background: #43dcd5;
    border-radius: 100px;
    font-size: 16px;
    padding: 2px 13px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 6%), 0 4px 6px -2px rgb(0 0 0 / 3%);
    position: relative;
    top: -1px;
}
.header-bottom > .inner > div .small, .header-bottom > .inner > a .small {
    font-weight: 700 !important;
    color: #a4c0c1 !important;
}

.header-bottom > .inner > div:last-child i,.header-bottom > .inner > div:last-child .large, .header-bottom > .inner > a:last-child i,.header-bottom > .inner > a:last-child .large {
    color: #ff2d8d;
}

.header-bottom > .inner > div:first-child i, .header-bottom > .inner > a:first-child i {
    margin-right: 30px;
}
.header-bottom > .inner > div i,.header-bottom > .inner > a i {
    font-size: 40px;
}
.header-bottom > .inner > div:last-child i, .header-bottom > .inner > a:last-child i {
    order: 5;
    margin-left: 30px;
}
.foot {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    background: #d6e4e3;
    padding: 30px 0px;
    margin-top: 60px;
}
#benj path {
    fill: #7c9a98 !important;
}

.foot .left p {
    font-weight: 800;
    font-size: 15px;
}

.foot .left p strong {
    font-weight: inherit;
    color: #3f6360;
}

.foot .inner .left {
    color: #3f6360;
    line-height: 1.4;
}

.foot .inner .left small {
    font-weight: bold;
    opacity: .65;
    font-size: 12px;
}
#benj {
    display: inline-block;
    width: 40px;
    position: relative;
}
.player-card i {
    font-size: 33px;
    color: white !important;
}
.header-content .logo {
    margin-left: 30px;
    margin-right: 30px;
}
.player-card.mc i {
    font-size: 42px;
}
.player-card.discord i {
    margin-right: 30px;
}
/* Remove me later */
.post-card-large {
    display: none;
}
.player-card.mc {
    text-align: right;
}
.header-content .logo .main {
    max-width: 250px;
    margin: 0 auto;
}

.header-content .logo .windmill {
    max-width: 70px;
    left: 38px;
    top: 65px;
}
.header-content .left,.header-content .right {
    margin-bottom: 65px;
}

.header-navigation {
    background: #51a7a0;
}

.header-navigation .inner {
    align-items: center;
    justify-content: center;
    display: flex;
}
body {
    font-family: 'Nunito', sans-serif;
    background: #39968f24;
}
.c {
    content: "";
    width: 4000px;
    height: 200px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2000px;
    background: #e3f0ef;
}

.header-curve {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 130px;
    overflow: hidden;
}

.header {
    position: relative;
}

.header-content .logo {
    z-index: 5;
}