html {
    scroll-behavior: smooth;
}
body {
    background: #eaeaea;
    font-family: 'Karla', sans-serif;
    margin: 0px;
    font-size: 15px;
    font-weight: 500;
}
a {
    color: #4582ec;
}
a:hover, a:focus {
    color: #1559cf;
}
a , .btn {
    transition: 0.3s all;
    text-decoration: none !important;
}
a:hover , .btn:hover {
    transition: 0.3s all;
    text-decoration: none !important;
}
.gh-content>[id] {
    color: #fff;
}




@media (min-width: 786px) {
  
    .body .sidebar {
        float: left;
        width: 33.33333333%;
    }
    .body .content {
        float: left;
        width: 66.66666667%;
    }

}




@media (max-width:786px) {
  
    footer .inner , .Vote {
        flex-direction: column !important;
        text-align: center !important;
    }    
    .FooterBlock.OurStore, .MrVibe {
        text-align: center !important;
        margin: 0px !important;
    }
    .OurStore a {
        margin: 25px auto 0px !important;
    }
    .VoteSidebar , .VoteContent {
        width: 100% !important;
    }
    .Vote {
        padding: 0px 15px;
    }
    .VoteContent ul {
        grid-template-columns: repeat(1,1fr) !important;
    }
    .gh-burger-box:before, .gh-burger-inner:after, .gh-burger-inner:before {
        height: 2px !important;
    }
    .gh-burger-inner:after {
        transform: translatey(8px) !important;
    }
    .gh-burger-inner:before {
        transform: translatey(-8px) !important;
    }
    nav#NavBar {
        padding: 20px;
        border-radius: 0px;
    }
    .GuidesTabs , .CustomHeader  {
        flex-direction: column;
    }
    .StaffBody.inner {
        flex-direction: column-reverse;
    }
    .TabsNav , .CustomHeader .article-title , .CustomHeader p , .Rules , .StaffList , .StaffSidebar {
        width: 100% !important;
        padding: 6px 12px;
    }
    .TabsContent {
        width: 100% !important;
    }
    .sidebar {
        display: none;
    }
    .ip {
        font-size: 32px !important;
    }
    .body {
        display: block !important;
    }
    .ServerInfo {
        padding: 20px;
    }
    .footer .inner, .Copyrights {
        flex-direction: column !important;
        display: flex !important;
        text-align: center !important;
    }
}










#gh-head {
    background: linear-gradient(90.09deg, #196CA9 0.08%, rgba(44, 140, 209, 0.85) 52.08%, #196CA9 99.93%), url(https://web.archive.org/web/20230314192523im_/https://media.discordapp.net/attachments/743250045565927485/800017554894618634/2020-11-17_12.53.37.png);
    background-size: cover !important;
    background-position: center !important;
    margin-top: 0px;
    position: relative;
    padding: 0px;
}
.ServerInfo {
    font-weight: 600;
    color: #fff;
    font-size: 28px;
    text-align: right;
    font-family: 'Teko', sans-serif;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    line-height: 38px;
}
.ServerInfo span {
    color: #FDCC60;
}
.ip {
    margin: 0px;
    font-size: 42px;
    color: #FDCC60;
}







.SupportBTN {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c94fd;
    padding: 20px 20px;
    font-weight: 600;
    font-size: 18px;
    grid-gap: 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 8px 16px -2px;
    border-radius: 999px;
    z-index: 3999998;
    position: fixed;
    bottom: 30px;
    right: 30px;
    overflow: hidden;
    opacity: 1;
    color: #FFF;
    transition: 0.3s all !important;
}
.SupportBTN:hover {
    background: #369ffb;
    color: #fff !important;
}



#NavBar {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 0 22px 0 17px;
    margin-top: 0px;
    position: relative;
}
#NavBar li {
    position: relative;
}
#NavBar li a {
    color: #c0c1c8;
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 95px;
    font-weight: 700;
}
#NavBar li:hover a {
    color: #fff;
}
#NavBar li:after {
    content: "";
    display: block;
    background-color: #fff;
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.3s all !important;
}
#NavBar li:hover:after {
    width: calc(100% - 40px);
}
#NavBar .nav-current a {
    color: #fff;
    opacity: 1;
}
#NavBar .nav-current:after {
    width: calc(100% - 40px);
}
.SocialMenu {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    justify-content: flex-end;
    margin-left: auto;
}
.SocialMenu img {
    width: 35px;
    transition: 0.2s all !important;
}
.SocialMenu img:hover {
    transform: scale(1.05);
}






.logo {
    text-align: center;
    margin: 50px 0px;
}
.site-logo {
    max-height: 100%;
    width: 350px;
    height: auto !important;
}
.body {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}








.post-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    border-radius: 4px;
}
.post-card-content {
    padding: 0px 25px 25px;
}
.post-card-large .post-card-content {
    padding: 25px;
}
.post-card-image-link {
    border-radius: 4px;
}
.post-card-large .post-card-image-link {
    border-radius: 4px 0px 0px 4px;
}
h2.post-card-title {
    color: #49a5e8;
    text-align: left;
    font-family: 'Teko', sans-serif;
    line-height: 38px;
    font-weight: 800;
    position: relative;
}
h2.post-card-title::after {
    content: "";
    width: 40px;
    margin: 0px 0px 10px;
    background: rgba(0,0,0,0.05);
    height: 6px;
    border-radius: 1px;
    transition: all .24s ease-in-out;
    display: block;
}
.post-card-excerpt p {
    text-align: left;
    font-weight: 500;
    font-size: 16px !important;
    overflow: hidden;
}





.post-template .article-byline {
    background: #FFFFFF;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 5%);
    border-radius: 4px;
    padding: 25px;
}
article.post-card.post.tag-rule.no-image .post-card-content {
    padding: 30px 25px 15px !important;
}
.article-title {
    color: #fff;
}
.post-template .article-title {
    color: #0a0b0c !important;
    font-family: 'Teko', sans-serif !important;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 20%) !important;
}
.gh-content>[id] {
    color: #0a0b0c !important;
}
















/*CUSTOM PAGES*/


.CustomHeader {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
}
.CustomHeader .article-title {
    width: 25%;
    font-weight: 600;
    color: #2974fd;
    font-size: 48px;
    padding-right: 10px;
    font-family: 'Teko', sans-serif;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 20%);
}
.CustomHeader p {
    width: 70%;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    font-size: 18px;
    font-weight: 600;
}





/*GUIDES*/


.GuidesTabs {
    display: flex;
    margin-top: 50px;
    grid-gap: 15px;
}
.TabsNav {
    width: 30%;
}
.TabsNav ul {
    padding: 0px;
    list-style: none;
    font-size: 24px;
    font-weight: 700;
}
.TabsContent {
    width: 70%;
}
.GuideTitle {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
}

  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
  }

  .tablinks {
    background: linear-gradient( 
0deg, rgb(199 111 20 / 56%), rgb(253 204 96 / 70%)), url(https://web.archive.org/web/20230314192523im_/https://cdn.discordapp.com/attachments/845354786094448701/877958179462447114/Texture.png);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: 'Teko', sans-serif;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    padding: 10px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 26px;
}
.tablinks.active {
    background: linear-gradient( 
0deg, rgb(199 37 20 / 56%), rgb(253 154 96 / 70%)), url(https://web.archive.org/web/20230314192523im_/https://cdn.discordapp.com/attachments/845354786094448701/877958179462447114/Texture.png);
}








/*RULES*/


.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  .active, .collapsible:hover {
    background-color: #ccc;
  }
  
  .RuleContent {
    padding: 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-top: 10px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 5%);
    border-radius: 4px;
  }

  .RuleContent p {
    padding: 5px 15px;
  }

.Rules {
    display: grid;
    grid-gap: 15px;
}

.Rule:nth-child(even) .collapsible {
    background: linear-gradient(
        0deg, rgb(228 84 16 / 50%), rgb(204 132 0 / 50%)), url(https://web.archive.org/web/20230314192523im_/https://cdn.discordapp.com/attachments/845354786094448701/877958179462447114/Texture.png);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: 'Teko', sans-serif;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    padding: 24px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 26px;
}
.Rule:nth-child(odd) .collapsible {
    background: linear-gradient(0deg, rgb(167 13 206 / 56%), rgb(135 5 150 / 56%)), url(https://web.archive.org/web/20230314192523im_/https://cdn.discordapp.com/attachments/845354786094448701/877958179462447114/Texture.png);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: 'Teko', sans-serif;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    padding: 24px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 26px;
}













/*STAFF LIST*/

.StaffBody.inner {
    display: flex;
    margin: 50px auto;
    grid-gap: 30px;
}
.StaffList {
    width: 70%;
}
.StaffSidebar {
    width: 30%;
}
.GroupList {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    z-index: 1020;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 3px 4px rgb(0 0 0 / 20%);
    padding: 20px;
}
.StaffNav {
    background: linear-gradient( 
0deg, rgb(0 0 0 / 56%), rgb(0 0 0 / 56%)), url(https://web.archive.org/web/20230314192523im_/https://cdn.discordapp.com/attachments/845354786094448701/877958179462447114/Texture.png);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: 'Teko', sans-serif;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    padding: 5px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 24px;
}
.StaffNav a {
    color: #FFF !important;
    width: 100%;
    display: block;
}

.GroupList ul {
    padding: 0px;
    list-style: none;
    text-align: center;
}
.Staffs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-bottom: 30px;
    grid-gap: 50px;
}
.Staff {
    text-align: center;
}
.Staff img {
    margin: 0px auto;
    width: 128px;
}



.StaffHeading {
    background: linear-gradient( 
0deg, rgb(0 0 0 / 56%), rgb(0 0 0 / 56%)), url(https://web.archive.org/web/20230314192523im_/https://cdn.discordapp.com/attachments/845354786094448701/877958179462447114/Texture.png);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: 'Teko', sans-serif;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    padding: 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 26px;
    margin-bottom: 20px;
}
#Admins .StaffHeading , .StaffNav.Admins {
    background: linear-gradient( 
0deg, rgb(183 96 7 / 56%), rgb(251 132 10 / 56%)), url(https://web.archive.org/web/20230314192523im_/https://cdn.discordapp.com/attachments/845354786094448701/877958179462447114/Texture.png);
}
#Developers .StaffHeading , .StaffNav.Developers {
    background: linear-gradient( 
0deg, rgb(7 86 183 / 56%), rgb(10 140 251 / 56%)), url(https://web.archive.org/web/20230314192523im_/https://cdn.discordapp.com/attachments/845354786094448701/877958179462447114/Texture.png);
}
#Moderators .StaffHeading , .StaffNav.Moderators {
    background: linear-gradient( 
0deg, rgb(183 7 7 / 56%), rgb(251 10 10 / 56%)), url(https://web.archive.org/web/20230314192523im_/https://cdn.discordapp.com/attachments/845354786094448701/877958179462447114/Texture.png);
}
#Helpers .StaffHeading , .StaffNav.Helpers {
    background: linear-gradient( 
0deg, rgb(7 86 183 / 56%), rgb(69 193 47 / 56%)), url(https://web.archive.org/web/20230314192523im_/https://cdn.discordapp.com/attachments/845354786094448701/877958179462447114/Texture.png);
}




.Staff p {
    font-family: 'Teko', sans-serif;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    font-size: 32px;
    margin: 15px 0px 0px;
}













.footer {
    margin: 0px;
    padding: 40px !important;
    background: #EEEEEE;
    border-top: 3px solid #ddd;
}
.footer .inner {
    display: flex;
    align-items: center;
}
.Copyrights {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    margin-right: auto;
}
.ftext p {
    margin: 0px !important;
}
.flogo img {
    width: 125px;
    opacity: 0.5;
    filter: grayscale(1);
}
.footer p {
    margin: 0px !important;
    font-family: 'Teko', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
/*
     FILE ARCHIVED ON 19:25:23 Mar 14, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:23:54 Dec 04, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 937.682
  exclusion.robots: 0.144
  exclusion.robots.policy: 0.13
  cdx.remote: 0.088
  esindex: 0.012
  LoadShardBlock: 895.049 (3)
  PetaboxLoader3.datanode: 119.886 (5)
  load_resource: 201.344 (2)
  PetaboxLoader3.resolve: 103.464 (2)
*/