@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&amp;display=swap");
@font-face {
    font-family: "Trajan Pro Regular";
    src: url("../webfonts/TrajanPro-Regular.ttf");
}

@font-face {
    font-family: "Trajan Pro Bold";
    src: url("../webfonts/TrajanPro-Bold.otf");
}

:root {
    --blueviolet: #9b9eff;
    --bluevioletmutted: #5159b1;
    --violet: #b558eb;
    --tyrkys: #58ebcd;
    --blue: #54bdff;
    --bluegray: #d99030;
    --darkblue: #e6e6e6;
    --otherdarkgray: #1f2226;
    --gray: #73789a;
    --darkorange: #6f5029;
    --darkgray: #343638;
    --black: #1a1c20;
    --stat: #fefdde;
}

.creator {
    border-right: 1px solid var(--gray);
}

.text-trajan {
    font-family: "Trajan Pro Regular" !important;
}

.video-slider-section {
    cursor: pointer;
    height: 347px;
    background-color: #000 !important;
    background-image: url(../img/img/video_slider.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 615px;
    opacity: 0.5;
    transition: ease-in 250ms;
    -webkit-transition: ease-in 250ms;
    -moz-transition: ease-in 250ms;
    -ms-transition: ease-in 250ms;
    -o-transition: ease-in 250ms;
}

.video-slider-section:hover {
    opacity: 1;
}

.video-slider-content {
    background-color: rgba(0, 0, 0, 0.473);
    margin-top: 1rem;
}

a:hover {
    color: var(--bluegray) !important;
}

.text-black {
    color: var(--black);
}

.text-stat {
    color: var(--stat);
}

.bg-otherdarkgray {
    background-color: var(--otherdarkgray) !important;
}

.text-darkgray {
    color: var(--darkgray);
}

.text-blueviolet {
    color: var(--blueviolet);
}

.text-bluevioletmutted {
    color: var(--bluevioletmutted);
}

.text-bluegray {
    color: var(--bluegray);
}

.text-darkorange {
    color: var(--darkorange);
}

.text-gray {
    color: var(--gray);
}

.text-tyrkys {
    color: var(--tyrkys);
}

.text-blue {
    color: var(--blue);
}

.text-violet {
    color: var(--violet);
}


/* .text-opensans { */


/* font-family: "Open Sans", sans-serif; */


/* } */

.text-news {
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
}

.hide-wbb woltlab-metacode {
    display: none !important;
}

.text-opensans-bold {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.bg-derkblue {
    background-color: var(--darkblue) !important;
}

a {
    text-decoration: none !important;
}

.stat {
    background-image: url(../img/img/stats.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110%;
    width: 220px;
    height: 221px;
    padding-left: 39px;
    padding-top: 69px;
    line-height: 0;
}

.stat span {
    font-size: 12px !important;
}

header {
    position: relative;
    background-color: black;
    height: 970px;
    width: 100%;
    padding-top: 5% !important;
    padding-left: 11% !important;
    overflow: hidden;
    margin-top: -40px;
    background-image: url('../img/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.logo-header {
    margin-left: -4% !important;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.img-news-desc {
    bottom: 0;
    left: 0;
}

.bg-part-title {
    background-size: 100% 100%;
    background-image: url(../img/img/bg-part-title.png);
}

.bg-part-content {
    background-size: 100% 100%;
    background-image: url(../img/img/bg-part-content.png);
}

.main-position {
    margin: 0 auto;
    margin-top: -30px;
}

.bg-button {
    background-size: 100% 100%;
    background-image: url(../img/img/bg-button.png);
}

.sign-in-button {
    border-radius: 0 !important;
    font-size: 11px !important;
}

.text-left {
    text-align: left !important;
}

.bg-table-list-value {
    background-image: url(../img/img/bg-list-item-score.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.bg-table-list-name {
    background-image: url(../img/img/bg-list-item.png);
    background-size: 50% auto;
    background-position: left;
    background-repeat: no-repeat;
}

.text-right {
    text-align: right !important;
}

.main-max-w {
    max-width: 1420px;
}

.input-container {
    padding-bottom: 1em;
}

.left-inner-addon {
    position: relative;
}

.left-inner-addon input {
    padding-left: 35px !important;
}

.left-inner-addon img {
    position: absolute;
    padding: 0px 15px;
    pointer-events: none;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
}

.form-input {
    border-radius: 0 !important;
    border: 0 !important;
}

.bg-body-blue {
    background-color: rgb(12, 17, 49);
}

.bg-main {
    background-image: url(../img/img/bg-main.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.nav-link {
    line-height: 70px;
}

.nav-link:hover,
.forgot-hover:hover {
    color: #d9902f !important;
}

.header-position {
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}

.lh-forgot {
    line-height: 34px;
}

.table-hover-efect:hover>td,
.table-hover-efect:hover>th {
    background-color: var(--darkblue) !important;
    cursor: default;
}

.carousel-arrows {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
}

.carousel-arrows>img {
    cursor: pointer;
}

.horizontal-line-light {
    height: 2px;
    background-color: #343638;
}

.horizontal-line-dark {
    height: 2px;
    background-color: #343638;
}

.vertical-line-light {
    width: 2px;
    height: 11px;
    background-color: #343638;
}

.vertical-line-dark {
    width: 2px;
    height: 11px;
    background-color: #343638;
}

.bg-news {
    background-image: url(../img/img/bg-news.png);
    background-size: 100% 100%;
    background-position: center;
}

.text-justify {
    text-align: justify !important;
}

.paggination {
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.paggination>ul>li>a {
    border-radius: 0 !important;
    margin-left: 0.35rem;
    margin-right: 0.35rem;
    background-color: var(--darkblue) !important;
    border: none;
    color: white !important;
}

.paggination>ul>li>a:hover {
    background-color: var(--blueviolet) !important;
}

.news-profile-img {
    max-width: 150px !important;
}

.news-fade {
    background: rgb(27, 30, 70);
    background: -moz-linear-gradient( 0deg, rgba(27, 30, 70, 0.9710259103641457) 0%, rgba(27, 30, 70, 0.7833508403361344) 55%, rgba(28, 31, 73, 0.47522759103641454) 92%, rgba(27, 30, 70, 0) 100%);
    background: -webkit-linear-gradient( 0deg, rgba(27, 30, 70, 0.9710259103641457) 0%, rgba(27, 30, 70, 0.7833508403361344) 55%, rgba(28, 31, 73, 0.47522759103641454) 92%, rgba(27, 30, 70, 0) 100%);
    background: linear-gradient( 0deg, rgba(27, 30, 70, 0.9710259103641457) 0%, rgba(27, 30, 70, 0.7833508403361344) 55%, rgba(28, 31, 73, 0.47522759103641454) 92%, rgba(27, 30, 70, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#1b1e46", endColorstr="#1b1e46", GradientType=1);
    bottom: 0;
    left: 0;
}

.bg-news-header {
    background-image: url(../img/img/news-title.png);
    background-repeat: no-repeat;
    background-size: 95% 100%;
    background-position: center;
}

.left-border-vertical-line {
    border-left: 2px solid #393e64;
}

.bg-footer {
    background-color: #1a1c20 !important;
}

footer ul {
    list-style: none;
}

footer li {
    list-style: none;
    display: inline-block;
}

.news-content img {
    max-width: 100% !important;
    text-align: center !important;
}

.g-recaptcha {
    display: inline-block;
}

.notification {
    cursor: default;
    width: calc(100% - 20px);
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

#main_board_larger .notification {
    width: 100%;
}

#right_board .notification {
    margin-top: 20px;
    margin-bottom: -5px;
    width: 265px;
}

.notification_red {
    background-color: #191010;
    border: 1px solid #db1c1c;
}

.notification_blue {
    background-color: #101719;
    border: 1px solid #849e8f;
}

.notification_yellow {
    background-color: #191710;
    border: 1px solid #f0a913;
}

.notification_green {
    background-color: #101719;
    border: 1px solid #849e8f;
}

.notification_red:hover {
    background-color: #301e1e;
}

.notification_blue:hover {
    background-color: #1b272a;
}

.notification_yellow:hover {
    background-color: #29261a;
}

.notification_green:hover {
    background-color: #1b2618;
}

.notification:hover .notification_text {
    color: #fff;
}

.notification_inner_topbar {
    width: calc(100% - 2px);
    margin-top: 1px;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
}

.notification_red .notification_inner_topbar {
    background-color: #db1c1c;
}

.notification_blue .notification_inner_topbar {
    background-color: #849e8f;
}

.notification_yellow .notification_inner_topbar {
    background-color: #f0a913;
}

.notification_green .notification_inner_topbar {
    background-color: #0bc72a;
}

.notification_line {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.notification_text {
    font-family: Arial;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: calc(100% - 60px);
}

.notification_red .notification_text {
    color: #eed5d5;
}

.notification_blue .notification_text {
    color: #d5eeec;
}

.notification_yellow .notification_text {
    color: #eeecd5;
}

.notification_green .notification_text {
    color: #d6eed5;
}

.notification_icon {
    width: 45px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: top center;
    display: inline-block;
    vertical-align: middle;
}

.notification_red .notification_icon {
    background-image: url(../img/notification_red.png);
}

.notification_blue .notification_icon {
    background-image: url(../img/notification_blue.png);
}

.notification_yellow .notification_icon {
    background-image: url(../img/notification_yellow.png);
}

.notification_green .notification_icon {
    background-image: url(../img/notification_green.png);
}

a {
    cursor: pointer;
    font-weight: bold !important;
}

.media-header {
    position: fixed;
    left: -22px;
    top: 130px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 22px;
    font-size: 18px;
}

.media-header {
    list-style: none !important;
}

.media-header li {
    opacity: 0.8;
    transition: ease-in 250ms;
    -webkit-transition: ease-in 250ms;
    -moz-transition: ease-in 250ms;
    -ms-transition: ease-in 250ms;
    -o-transition: ease-in 250ms;
}

.media-header li:hover {
    opacity: 1;
}

#scroll-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    width: 63px;
    height: 55px;
    border: none;
    outline: none;
    background-image: url(../img/scroll-top.png);
    color: white;
    cursor: pointer;
    padding: 22px;
    border-radius: 10px;
    font-size: 18px;
}

#scroll-to-top:hover {
    background-image: url("../img/scroll-top-hover.png");
}

ul,
li {
    list-style: none;
}

.list-group-item {
    background-color: #1a1f23 !important;
    color: var(--darkblue) !important;
    border: none !important;
    font-family: monospace;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: var(--bluegray) !important;
}

.form-select {
    background-color: #0b0f2f !important;
    color: #fff !important;
}

#full_ranking_table {
    color: #fff;
}

.full_ranking_1_kingdom {
    background-position: center;
    background-repeat: no-repeat;
    width: 41px;
    height: 25px;
    background-image: url(../img/red_kingdom_flag.png);
}

.full_ranking_3_kingdom {
    background-position: center;
    background-repeat: no-repeat;
    width: 41px;
    height: 25px;
    background-image: url(../img/blue_kingdom_flag.png);
}

.full_ranking_2_kingdom {
    background-position: center;
    background-repeat: no-repeat;
    width: 41px;
    height: 25px;
    background-image: url(../img/yellow_kingdom_flag.png);
}

.full_ranking_navigation_item {
    width: 10px;
    height: 12px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    outline: none;
    border: none;
}

.full_ranking_navigation_item_wrap {
    display: inline-block;
    margin-left: 21px;
    margin-right: 21px;
}

.frn_selected {
    background-color: #c9f3dc;
}

.frn_unselected {
    background-color: #3a3737;
}

.frn_unselected:hover {
    background-color: #886f40;
}

.full_ranking_rank {
    background-position: center;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
}

#full_ranking_table .full_ranking_table_row:nth-child(2) td.top_rank {
    background-image: url(../img/ranking_first_place.png);
}

#full_ranking_table .full_ranking_table_row:nth-child(3) td.top_rank {
    background-image: url(../img/ranking_second_place.png);
}

#full_ranking_table .full_ranking_table_row:nth-child(4) td.top_rank {
    background-image: url(../img/ranking_third_place.png);
}

#full_ranking_table .full_ranking_table_row:nth-child(5) td.top_rank {
    background-image: url(../img/ranking_forth_place.png);
}

#full_ranking_table .full_ranking_table_row:nth-child(6) td.top_rank {
    background-image: url(../img/ranking_fifth_place.png);
}

.account_settings_main_board_darker_background {
    background-color: #111419 !important;
    width: 450px;
    margin: auto;
    padding: 20px 0;
    margin-top: 30px;
    margin-bottom: 15px;
}

#account_details {
    border-right: none;
    border-left: none;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 13px;
}

.account_details_row {
    font-family: merriweather, serif;
    font-size: 12px;
    width: 100%;
}

.account_details_category {
    color: #c9f3dc;
    width: 180px;
    padding: 6px 6px 6px 15px;
}

.account_details_value {
    color: #c9f3dc;
    padding: 6px;
}

.account_details_input_box {
    width: 230px;
    height: 33px;
    border: 1px solid #c9f3dc;
    background-color: #232d35;
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    outline: none;
    padding-left: 10px;
}

.account_details_input_box:focus {
    border: 1px solid #c9f3dc;
    background-color: #344451;
}

#account_details_language_select {
    width: 140px;
    height: 33px;
    border: 1px solid #c9f3dc;
    background-color: #232d35;
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    outline: none;
    padding-left: 10px;
}

#account_details_password_change,
#account_details_character_delete,
#account_details_storage_password {
    border-right: none;
    border-left: none;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 13px;
}

.account_details_row_title {
    background-color: #232d35 !important;
    color: #c9f3dc;
    font-size: 13px;
    font-family: merriweather, serif;
}

.account_details_row_title td {
    padding: 6px 6px 6px 15px;
}

.account_details_row_regular_text {
    color: #c9f3dc;
    font-family: merriweather, serif;
    font-size: 11px;
    letter-spacing: 0.4;
    line-height: 1.6;
}

.account_details_row_regular_text td {
    padding: 6px 6px 6px 15px;
    background-color: #080707;
}

.account_details_row_regular_text a {
    color: #fff;
    text-decoration: none;
}

.vote_for_coins_row {
    margin-bottom: 30px;
    margin-top: 20px;
}

.vote_for_coins_icon {
    background-position: 0 center;
    background-repeat: no-repeat;
    width: 64px;
    height: 62px;
    border: none;
    outline: none;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.vote_for_coins_icon:hover {
    background-position: center;
}

.vote_for_coins_icon:active {
    background-position: -128px center;
}

#get_4_coins.vote_for_coins_icon {
    background-image: url(../img/vote_get_4_coin.png);
}

#get_2_coins.vote_for_coins_icon {
    background-image: url(../img/vote_get_2_coins.png);
}

#get_3_coins.vote_for_coins_icon {
    background-image: url(../img/vote_get_3_coins.png);
}

#get_5_coins.vote_for_coins_icon {
    background-image: url(../img/vote_get_5_coins.png);
}

#get_1_coins.vote_for_coins_icon {
    background-image: url(../img/vote_get_1_coin.png);
}

#support_red.vote_for_coins_icon {
    background-image: url(../img/vote_support_red.png);
}

#support_green.vote_for_coins_icon {
    background-image: url(../img/vote_support_green.png);
}

#support_blue.vote_for_coins_icon {
    background-image: url(../img/vote_support_blue.png);
}

#support_purple.vote_for_coins_icon {
    background-image: url(../img/vote_support_purple.png);
}

.vote_for_coins_message {
    font-family: merriweather, serif;
    color: #c09021;
    font-size: 12px;
    line-height: 1.6;
    display: inline-block;
    vertical-align: middle;
}

.voting_website {
    font-family: Arial;
    font-size: 10px;
    color: #f3ea3d;
    letter-spacing: 1;
}

#support_vote .voting_website {
    display: inline-block;
}

.voting_system_additional_info {
    font-family: Arial;
    color: #fff;
    font-size: 11px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.voting_system_additional_info a {
    color: #fff;
    text-decoration: none;
}

.full_ranking_class {
    text-align: center;
    color: #849e8f;
    font-family: Arial;
    font-size: 13px;
}

.full_ranking_playername {
    font-family: Arial;
    color: #c9f3dc;
    font-size: 12px;
    text-align: center;
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#resend_activation_link {
    margin-top: 30px;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    margin-bottom: 12px;
}

#resend_activation_link a {
    color: #fff;
    text-decoration: none;
}

.download_requirements {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.system_category_name {
    font-weight: 600;
    color: #c9f3dc;
    font-family: merriweather, serif;
    font-size: 12px;
    letter-spacing: 0.4;
    text-align: left;
    padding-right: 5px;
}

.system_category_value {
    color: #849e8f;
    font-family: merriweather, serif;
    font-size: 12px;
    letter-spacing: 0.4;
    text-align: center;
    padding-left: 5px;
}

.download_option {
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    margin-bottom: 12px;
}

.download_option a {
    text-decoration: none;
    color: #cecece;
}

.download_option a:hover {
    color: #fff;
}

#last_download_option.download_option {
    margin-bottom: 40px;
}

#main_board_larger .main_board_subtitle {
    color: #c9f3dc;
    font-family: merriweather, serif;
    font-size: 14px;
    letter-spacing: 0.4;
    margin-top: 20px;
    margin-bottom: -15px;
}

.support_msg {
    width: 90%;
    font-family: merriweather, serif;
    font-size: 14px;
    background: #141212;
    border-color: #c9f3dc;
    resize: none;
    color: #fff;
    margin-bottom: 10px;
}

.message_input_info {
    color: #c9f3dc;
    text-align: center;
    width: 100%;
    background: #080707;
    padding-bottom: 10px;
    font-family: merriweather, serif;
    font-size: 13px;
}

.download_mega_icon {
    background-image: url(../img/download_icons.png);
    background-position: 160px center;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.download_mega_icon:hover {
    background-position: 80px center;
}

.download_direct_patcher {
    background-image: url(../img/download_icons.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-left: 10px;
}

.download_direct_patcher:hover {
    background-position: -80px center;
}

.download_direct_icon {
    background-image: url(../img/download_icons.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-left: 10px;
}

.download_direct_icon:hover {
    background-position: -80px center;
}

.download_text_mega {
    color: #c9f3dc;
    position: relative;
    display: inline-block;
    font-size: 12px;
}

.download_text_direct {
    color: #c9f3dc;
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-size: 12px;
}

.download_text_direct_patcher {
    color: #c9f3dc;
    position: relative;
    display: inline-block;
    font-size: 12px;
}

.slim_seperator {
    width: 100%;
    height: 1px;
    background: #c9f3dc;
    display: block;
    margin-top: 20px;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 39px !important;
    margin-top: -1.875rem !important;
}

.dropdown-item {
    color: #fff !important;
}

.dropdown-menu {
    color: #fff !important;
    background-color: #13171b !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: #262d35 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    background-color: #3b4249 !important;
}

.news__content img {
    max-width: 100% !important;
    text-align: center !important;
}

.btn {
    border: none !important;
}

.flags-container {
    z-index: 9999;
    border: 1px solid #2f3a92 !important;
    background-color: #0c1030 !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

.list-inline-item:not(:last-child) {
    border-right: 1px solid #2c3475 !important;
    padding-right: 14px !important;
}

li.list-inline-item.flags {
    opacity: 0.8;
    -webkit-animation: fadeInFromNone 1s ease-in;
    -moz-animation: fadeInFromNone 1s ease-in;
    -o-animation: fadeInFromNone 1s ease-in;
    animation: fadeInFromNone 1s ease-in;
}

li.list-inline-item.flags:hover {
    opacity: 1;
}

.navbar-nav li {
    font-family: "Trajan Pro Regular";
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.363);
}

.carousel-item::before {
    content: "";
    width: 100%;
    height: 260px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(transparent 100px, #02062b);
    z-index: 0;
}

.cm-left {
    font-family: "Trajan Pro Regular" !important;
    top: 30px;
    left: 111px;
}

.cm-right {
    font-family: "Trajan Pro Regular" !important;
    top: 30px;
    left: 25px;
}

.cm-right .text-white {
    font-size: 13px;
}

.cm-left .text-white {
    font-size: 13px;
}

.cm-content {
    font-family: "Trajan Pro Regular" !important;
}

.cm-title {
    font-family: "Trajan Pro Regular" !important;
    color: #03c5e4 !important;
}

.fixed-top.scrolled {
    background-color: #13171b!important;
    color: #fff !important;
    transition: background-color 200ms linear;
}

.fixed-top.scrolled a {
    color: #fff !important;
}

.fixed-top.scrolled a:hover {
    color: var(--bluegray) !important;
}

.sub-footer {
    background-color: #212428;
    border-bottom: 1px solid #3b3d42;
}

.sub-footer a {
    border-right: 1px solid var(--darkgray);
}

#navbarNav>a:nth-child(3) {
    border-right: none !important;
}