body, html {
    font-family: 'Montserrat', sans-serif !important;
    background: url(../img/naurtowrld_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
}

#jumbotron {
    background: url(../img/head_banner_animated.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    border-radius: 7px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .16);
    margin-top: 40px;
}

#jumbotron #site-logo {
    width: 500px;
    display: block;
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
}

.navbar {
    background: #0F1216 !important;
    border-radius: 7px !important;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .16);
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    padding: 20px 30px !important;
}

.navbar .nav-item {
    margin-left: 6px;
    margin-right: 6px;
}

.navbar .nav-item .nav-link {
    font-size: 14px;
    color: white !important;
}

.navbar .nav-item .nav-link .nav-icon {
    color: #5F52EC;
    margin-right: 3px;
}

.navbar .nav-item .dropdown-menu {
    background: #0F1216 !important;
    border-radius: 7px !important;
    margin-top: 14px !important;
    border: none !important;
    outline: none !important;
}

.navbar .nav-item .dropdown-menu .dropdown-item {
    color: white !important;
    font-size: 14px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: rgba(255, 255, 255, .1);
}

#home-features-section {
    margin: 60px 0;
}

.section-title-pretext {
    color: #5F52EC;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}

.section-title {
    font-weight: 600;
    text-align: center;
    color: white;
    font-size: 33px;
}

.feature-name {
    font-weight: 600;
    margin-top: 40px;
    color: white;
    font-size: 18px;
}

.feature-icon {
    color: #5F52EC;
    position: relative;
    top: 14px;
    font-size: 50px;
    margin-right: 11px;
}

.feature-icon i {
    font-size: 40px !important;
}

.feature-text {
    font-size: 13px;
    margin-top: 11px;
    color: rgba(255, 255, 255, .75);
    line-height: 24px;
}

.discordCount {
    background-color: #0F1214;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: -3px;
    font-size: 18px;
    border-radius: 8px;
    padding: 10px 30px;
}

.discord-btn {
    background-color: #5F52EC;
    display: block;
    width: 200px;
    font-weight: 600;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    margin: 30px auto 90px auto;
}

.discord-btn:hover {
    text-decoration: none;
    color: white;
}

#footer {
    background-color: #0F1216;
    padding: 25px 50px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .16);
    border-radius: 7px;
    margin-top: 40px !important;
}

#footer .copyright {
    margin: 0;
    color: white;
    font-weight: 600;
    padding: 0;
    font-size: 13px;
}

#footer .footer-link {
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
}

.benj {
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
    text-align: center;
    margin: 25px auto;
    display: block;
    padding-bottom: 25px;
}

.benj a {
    color: #5F52EC;
}

.benj a:hover {
    text-decoration: none;
    color: #5F52EC;
}

.standard-section {
    padding: 50px 0 !important;
}

.legal-text {
    color: rgba(255, 255, 255, .7);
    margin-top: 40px;
}

.role {
    display: block;
    padding: 13px 25px;
    background-color: #5F52EC;
    color: white;
    margin-top: 30px;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .16);
}

.staff-img {
    width: 90%;
    display: block;
    margin: 40px auto 25px auto;
    border-radius: 30px;
}

.staff-name {
    color: white;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.roleInner {
    background-color: #0F1216;
    color: white;
    margin-top: 40px;
    padding: 45px 30px;
    border-radius: 14px;
}

.role-name {
    font-weight: bold;
    text-align: center;
}

.role-features {
    color: rgba(255, 255, 255, .85);
    line-height: 35px;
    margin: 18px 0;
    font-size: 14px;
}

.role-features i {
    color: #5F52EC;
}

.role-price {
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.purchase-btn {
    background-color: #5F52EC;
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    text-decoration: none;
    margin-top: 20px;
    padding: 12px 0;
    border-radius: 8px;
}

.purchase-btn:hover {
    color: white;
    text-decoration: none;
}

.tab {
    display: inline-block;
    width: 120px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding-top: 13px;
    margin-bottom: 35px;
    padding-bottom: 13px;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    background-color: #0F1216;
}

.tab-active {
    background-color: #5F52EC;
    cursor: default;
}

.profile-icon {
    width: 160px;
    display: block;
    margin: 50px auto 20px;
    border-radius: 2000px;
}

.description {
    color: rgba(255, 255, 255, .75);
    text-align: center;
}

.btn-primary {
    background-color: #5F52EC !important;
    border-color: #5F52EC !important;
    outline: none !important;
}

.admin-search-container {
    margin: 30px 0;
}

label {
    color: white;
}

.leaderboard-item {
    margin-top: 30px;
    border-radius: 7px;
    background-color: #0F1216;
    padding: 20px 30px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .16);
}

.leaderboard-avatar {
    width: 50px;
    border-radius: 140px;
    display: inline-block;
}

.leaderboard-text {
    display: inline-block;
    color: white;
    padding: 0;
    margin: 0 0 0 20px;
    line-height: 50px;
    font-size: 20px !important;
}

.leaderboard-count {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
    color: white;
    text-align: center;
    background-color: #1d2229;
}

#lbCount1 {
    background-color: #FFD700 !important;
    color: #6b5c08 !important;
}

#lbCount2 {
    background-color: #C0C0C0 !important;
    color: #575757 !important;
}

#lbCount3 {
    background-color: #CD7F32 !important;
}

.leaderboard-balance {
    color: rgba(255, 255, 255, .75);
    margin-right: 20px;
}