:root {
    --accent: #217aa4;
}

*:not(i) {
    font-family: 'Poppins', sans-serif !important;
}

html, body {
    background: #171721;
}


.navbar-brand img{
    width: auto !important;
    height: 45px !important;
}

.hero {
  color: #fff;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;

}

.hero-overlay {
    width: 100%;
    height: 100%;
    background: rgb(20, 21, 29);
    background: -moz-linear-gradient(0deg, rgba(20, 21, 29,1) 0%, rgba(20, 21, 29,.9) 100%);
    background: -webkit-linear-gradient(0deg, rgba(20, 21, 29,1) 0%, rgba(20, 21, 29,.9) 100%);
    background: linear-gradient(0deg, rgba(20, 21, 29,1) 0%, rgba(20, 21, 29,.9) 100%);
    opacity: .6;
    position: absolute;
}
nav.navbar {
    
    position: relative;
    z-index: 2;
}
.navbar {
    padding: .7rem 2rem !important;
}
nav.navbar .navbar-brand img {
    height: 4.5rem;
    width: auto;
}

nav.navbar .user img {
    height: 3rem;
    border-radius: 9999px;
    margin-left: .5rem;
}

nav.navbar .dropdown-menu {
    background: rgba(30, 30, 41, 0.3) !important;
    border: none !important;
    color: rgba(255, 255, 255, .75);
    border-radius: 6px;
    /*padding: 0 !important;*/

}

nav.navbar .dropdown-menu a {
    transition: .45s !important;
    padding: 1.5rem;
    color: rgba(255, 255, 255, .75);
}

nav.navbar .dropdown-menu a:hover {
    background: rgba(30, 30, 41, .4);
}


nav.navbar .dropdown-menu a p {
    color: rgba(255, 255, 255, .5);
}

nav.navbar .dropdown-menu a .icon-holder,
.card-header .icon-holder {
    height: 3rem;
    width: 3rem;
}
.button-notifi {
    color: white !important;
    font-size: 1rem;
    font-weight: 300;
}
.dropdown-item .nav_i {
    font-size: 2rem;
}

nav.navbar .dropdown-menu a .icon-holder i,
.card-header .icon-holder i {
    font-size: 1.25rem;
}

.navbar-toggler {
    border: none !important;
    outline: none !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .75) !important;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.nav_divider {
    border-bottom: 4px solid rgba(255,255,255,.75);
    /*height: 20px;*/
    width: 20px;
    margin-right: .5rem;
    margin-left: .5rem;
}

.dropdown-item:hover {
    background-color: #1a1a23;
}


nav.navbar .lang-menu {
    min-width: 0 !important;
}

.notifications-button::after {
    display: none !important;
}

.btn-secondary.dropdown-toggle {
    background-color: #2d2d39;
    border: none;
    padding: .75rem 1.25rem;
    vertical-align: middle;
}

.btn-secondary.dropdown-toggle::after {
    margin-left: .75rem;
    vertical-align: .125em;
    border-top: .4em solid;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background: #2d2d39 !important;
}

.btn-group .dropdown-menu {
    background-color: #2d2d39;
    padding: 0;
    border: none !important;
}

.btn-group .dropdown-menu .dropdown-item {
    margin: 0 !important;
    padding: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, .75) !important;
    border-radius: 0 !important;
}

.btn-group .dropdown-menu a {
    text-decoration: none !important;
}

.page-item.disabled .page-link {
    color: #ffffff26;
    pointer-events: none;
    cursor: auto;
    background-color: #22222e;
    border-color: rgba(255, 255, 255, .2);
}

.modal-content {
    background: #22222e;
    border: none !important;
    border-radius: 6px;
}

.modal-header {
    border-bottom: 2px solid rgba(255, 255, 255, .05);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modal-title {
    color: rgba(255, 255, 255, .75);
    font-weight: 600;
    font-size: 1.2rem;
}

.modal-body {
    color: rgba(255, 255, 255, .5);
}

.modal-body h4 {
    color: rgba(255, 255, 255, .5) !important;
}

.modal-body i {
    color: var(--accent);
}

.modal-footer .btn-success {
    border-radius: 6px;
    font-size: 1rem !important;
    font-weight: 600;
    padding: .75rem 1.5rem;
    display: block;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    text-decoration: none !important;
    margin-top: 0;
}

.modal-footer .btn-default {
    color: rgba(255, 255, 255, .75);
    font-weight: 600;
    text-transform: uppercase;
}

.modal-footer {
    border-top: 2px solid rgba(255, 255, 255, .05);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    align-items: center;
}

.forums h5 {
    color: rgba(255, 255, 255, .75);
}

.close {
    color: white;
    font-weight: 300;
    opacity: .75;
    text-shadow: none !important;
}

.hero {
    margin-bottom: 2rem;
    position: relative;
}


.hero .title-area  {
    padding: 10rem 3rem 12rem 2rem;
    position: relative;
    z-index: 1;
}

.mt-n6 {
    margin-top: -7rem !important;
}

.hero .title-area  h1 {
    font-size: 4rem;
    font-weight: 900;
}

.hero .title-area  h2 {
    font-size: 1.5rem;
    font-weight: 300;
    color: rgba(255, 255, 255, .5) !important;
    margin-bottom: 1rem;
}

.hero .card {
    background: rgba(0, 0, 0, .25);
}





.card {
    background: #21212c;
    border-radius: 5px;
    border: none !important;
    color: rgba(255, 255, 255, .45);
    -webkit-box-shadow: 0 7.5px 17px 0 rgba(0,0,0,.45);
    -moz-box-shadow: 0 7.5px 17px 0 rgba(0,0,0,.45);
    box-shadow: 0 7.5px 17px 0 rgba(0,0,0,.45);
    width: 100% !important;
}

/*  NEW FORUM STUFF  */
a {
    text-emphasis: none !important;
    text-decoration: none !important;
}
small {
    color: white !important;
}
.board_user-image {
    max-width: 5rem;
    height: auto;
}
.thread-title {
    color: var(--accent) !important;
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: 1.2px;
    text-decoration: none !important;
    text-emphasis: none !important;
}
.profile-forum_image {
    max-width: 5rem;
    height: auto;
}
.color_accent {
    color: var(--accent) !important;
}
.profile_padding {
    padding: 10rem 3rem 12rem 2rem !important;
}

/*  new server  */
.server {
    background: #171721;
    color: white;
    max-width: 90% !important;
}
.server-cas {
    background: #171721;
    margin: 5rem auto auto;
    max-width: 90% !important;
}
.server-cas .name {
    color: white;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2rem;
}
.server-cas hr {
    width: 80%;
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #fff;
    color: #fff;
    text-align: center;
}

.server-cas .description {
    color: rgba(255, 255, 255, .75);
}
.server-cas .icon {
    font-size: 2rem;
}
.server-image {
    height: 230px;
    width: 100%;
    opacity: 0.5;
    object-fit: cover;
}
.card-img-top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}



.notifications.dropdown-menu {
    width: 20rem;
    max-height: 20rem;
    overflow-y: scroll;
}

.notifications a {
    width: 100%;
    display: block;
    color: rgba(255, 255, 255, .75) !important;
    text-decoration: none !important;
    padding: 1rem;
}

.notifications a:hover {
    background: #1a1a23;
}




section>hgroup p,
section .container>.title-area p {
    color: var(--accent);
    font-size: 1.5rem;
}

section>hgroup h2,
section .container>.title-area h2 {
    color: white;
    font-weight: 900;
    letter-spacing: 0.05em;
    font-size: 3rem;
}



.features .card, .member .card  {
    background: #21212c;
    border-radius: 20px !important;
    border: none !important;
    color: rgba(255, 255, 255, .45);
    -webkit-box-shadow: 0 7.5px 17px 0 rgba(0,0,0,.45);
    -moz-box-shadow: 0 7.5px 17px 0 rgba(0,0,0,.45);
    box-shadow: 0 7.5px 17px 0 rgba(0,0,0,.45);
}

.discord .resized{
    width: auto;
    height: 100px;
    padding-top: 2rem;
}



.icon-holder {
    height: 5rem;
    width: 5rem;
    border-radius: 9999px;
    border: 2px solid;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -moz-box-shadow:    inset 0 0 30px #000;
    -webkit-box-shadow: inset 0 0 30px #000;
    box-shadow:         inset 0 0 30px #000;
}

.icon-holder i {
    font-size: 1.75rem;
    /* color: white !important; */
}

.member {
    text-decoration: none !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.member::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #22222ef5;
}

.member>* {
    position: relative;
    z-index: 2;
}

.member img {
    height: 6rem;
    width: 6rem;
    margin: 0 auto;
}

.member h5 {
    text-transform: uppercase;
}

.member h5,
.member h6 {
    -webkit-transition: .2s ease-in-out opacity;
    -moz-transition: .2s ease-in-out opacity;
    -o-transition: .2s ease-in-out opacity;
    transition: .2s ease-in-out opacity;
    color: rgba(255, 255, 255, .65);
}

.member img:hover+h5,
.member:hover h5 {
    color: rgba(255, 255, 255, .75) !important;
}

.member img:hover+h5,
.member img:hover+h5+h6 {
    opacity: 0.2 !important;
    user-select: none !important;
}

section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}


.leadership hgroup {
    position: relative;
}

.card.icon-background {
    position: relative;
    overflow: hidden;
}

.card.icon-background>*:not(i) {
    position: relative;
    z-index: 1;
}

.card.icon-background i {
    position: absolute;
    top: -2rem;
    left: -2rem;
    transform: rotate(30deg);
    z-index: -1;
    font-size: 18rem;
    opacity: 0.1;
}


.features .icon-holder {
    margin-bottom: 2rem !important;
}

.servers {
    background: #22222e;
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.servers .card h3 {
    letter-spacing: 0.1em;
    font-weight: 800;
}

.servers .card h4 {
    font-size: 1.2rem
}

.servers .card a span {
    position: relative;
    z-index: 2;
}




.terms p:last-child {
    margin-bottom: 0;
}

.profile-image {
    height: 8rem;
    width: auto;
}

.card .nav-tabs {
    border-bottom: none !important;
    background: #282835;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.card .nav-tabs .nav-link.active {
    background: none;
    border-color: var(--accent) !important;
    color: white !important;
}

.card .nav-tabs .nav-link {
    text-decoration: none !important;
    color: rgba(255, 255, 255, .75);
    border: none !important;
    border-bottom: 3px solid transparent !important;
    font-weight: 600;
}

.card .form-control {
    background: #282835;
    color: rgba(255, 255, 255, .75);
    padding: 1rem 1.25rem;
    height: unset;
    border: 1px solid #282835 !important;
}

.card .form-control:focus {
    background: #282835 !important;
    box-shadow: none !important;
    color: white;
    border: 1px solid #323244 !important;
}

.no-underline {
    text-decoration: none !important;
}

form input[type=submit] {
    border-radius: 6px;
    font-size: 1rem !important;
    font-weight: 600;
    padding: .75rem 1.5rem;
    display: block;
    margin-left: auto;
    margin-top: 2rem;
}

.tox-tinymce {
    border-radius: 6px !important;
    overflow: hidden;
    border: none !important;
}

.card .tox .tox-edit-area__iframe {
    background: #282835;
    color: rgba(255, 255, 255, .75);
    padding: 1rem 1.25rem;
}

.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border-right: 2px solid rgba(255, 255, 255, .05) !important;
}

.tox-collection__item-caret svg {
    fill: rgba(255, 255, 255, .75);
}

.tox .tox-collection__item {
    color: rgba(255, 255, 255, .75) !important;
}

.badges p {
    color: rgba(255, 255, 255, .75);
    margin-top: .5rem;
}

.card .card {
    background: #282835;
}

.thread {
    text-decoration: none !important;
    height: 100%;
    border: 1px solid #282835 !important;
}

.thread:hover h3 {
    color: white;
}

.thread:hover {
    border: 1px solid #323244 !important;
}

.thread span {
    display: inline-block !important;
    width: fit-content;
}

.thread h3 {
    font-size: 1.4rem;
    font-weight: 600;
}

.thread p {
    color: rgba(255, 255, 255, .5);
}

.thread span.bg-warning,
.thread-badge.bg-warning {
    background-color: #ffc10729 !important;
    color: #ffc107 !important;
    padding: .1rem .25rem;
    border-radius: 3px;
    font-size: 0.8rem;
}

.thread span.bg-danger,
.thread-badge.bg-danger {
    background-color: #dc354533 !important;
    color: #dc3545 !important;
    padding: .1rem .25rem;
    border-radius: 3px;
    font-size: 0.8rem;
}

.thread-badge.bg-success {
    background-color: #28a7453b !important;
    color: #28a745 !important;
    padding: .1rem .25rem;
    border-radius: 3px;
    font-size: 0.8rem;
}

.thread span:not(:last-child) {
    margin-right: .5rem;
}

input[type=text] {
    background: #22222e;
    border-radius: 6px;
    border: none;
    color: rgba(255, 255, 255, .75);
    padding: 1rem 1.25rem;
    height: unset;
}

input[type=text]:focus {
    box-shadow: none !important;
    background: #22222e !important;
    color: rgba(255, 255, 255, .75) !important;
    border: 1px solid #323244 !important;
}

.pagination {
    justify-content: center;
}

.pagination .page-link {
    background-color: #303042;
    color: rgba(255, 255, 255, .75);
    font-weight: 600;
    border-top: none;
    border-bottom: none;
    border-color: rgba(255, 255, 255, .2) !important;
    outline: none !important;
    box-shadow: none !important;
}

.users .member {
    height: 100%;
}

.pagination .page-item.active .page-link {
    background-color: var(--accent);
    border-color: rgba(255, 255, 255, .1);
}

.forums .card-header,
.forums .card-header a,
.forums .card-header h3 {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, .75);
    font-weight: 600;
    text-decoration: none !important;
}
.forums .card-header {
    border-bottom: 1px solid rgba(255, 255, 255, .05) !important;
}
.forums .card-header h5 {
    font-size: 1rem;
    color: rgba(255, 255, 255, .5);
}

.forums .category:not(:last-child) {
    border-bottom: 2px solid rgba(255, 255, 255, .05);
}

.forums .category i {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 10px;
    font-size: 2rem;
    opacity: 0.5;
}

.forums .category img {
    height: 4rem;
}

.forums .category .title {
    margin-left: 15px;
    font-size: 1.5rem;
    text-decoration: none !important;
    color: var(--accent);
}
.forums .category .sub-desc {
    margin-left: 15px;
}

.board .category .title,
.cat-thread a:first-child {
    max-width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

.cat-thread a:first-child {
    margin-left: auto;
}

.thread-mini:not(:last-child) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

.thread-mini a:first-child {
    color: rgba(255, 255, 255, .75);
}

.btn:focus {
    box-shadow: none !important;
}

.font-weight-600 {
    font-weight: 600;
}

.btn-primary {
    background-color: var(--accent);
    border-color: var(--accent);
}

.btn-primary:hover {
    background-color: #335b80;
    border-color: #335b80;
}

.thread-mini a {
    text-decoration: none !important;
}

.thread-mini a:nth-child(2) {
    color: var(--accent);
}

.cat-thread a {
    text-decoration: none !important;
}

.cat-thread a:first-child {
    color: var(--accent);
    font-weight: 600;
}

.forums .category h4 {
    color: var(--accent);
}

.category .card-header a {
    color: var(--accent);
}

.cat-thread a:nth-child(2) {
    color: rgba(255, 255, 255, .5);
}

.post h5 {
    color: rgba(255, 255, 255, .75);
    font-weight: 600;
}

.post h6 {
    color: rgba(255, 255, 255, .5);
}

.single-thread .author>div {
    border-right: 2px solid rgba(255, 255, 255, .05);
    height: 100%;
}

.single-thread .author a {
    text-decoration: none !important;
}
.tox .tox-tbtn--disabled svg,
.tox .tox-tbtn--disabled:hover svg,
.tox .tox-tbtn:disabled svg,
.tox .tox-tbtn:disabled:hover svg {
    fill: rgba(255, 255, 255, 0.25) !important;
}

.tox .tox-tbtn svg {
    fill: rgba(255, 255, 255, .75) !important;
}

.tox-toolbar {
    background-color: #2f2f3e !important;
}

.tox .tox-tbtn:hover {
    background: #2a2a38 !important;
    color: white !important;
}

.tox .tox-edit-area {
    border: none !important;
}

.tox-tbtn__select-label {
    color: rgba(255, 255, 255, .75) !important;
}

.tox .tox-menu {
    border: none !important;
    background: #22222d !important;
}

.tox .tox-statusbar {
    background-color: #2f2f3e !important;
    border: none !important;
    color: rgba(255, 255, 255, .25) !important;
}

.tox-collection__item-icon svg {
    fill: rgba(255, 255, 255, .75) !important;
}

.tox .tox-split-button:hover {
    border: none !important;
    box-shadow: none !important;
}

.tox .tox-tbtn--enabled {
    background: unset !important;
}

.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
    color: white !important;
    background: #487eb0 !important;
}


.lang-menu {
    background: rgba(30, 30, 41, 0.3) !important;
    width: 100% !important;
    padding: 20px !important;
}

.lang-menu a {
    padding: 1rem !important;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang-menu a:hover {
    background-color: #1a1a23;
}

.lang-link {
    padding: 5px;
    display: flex;
    /*width: 1.5rem;*/
    /*height: 1.5rem;*/
    /*padding: 0 !important;*/
}
.profile-forum-image {
    max-width: 70px !important;
    height: auto !important;
}


footer {
    padding: 3rem 0;
    background: #13131b;
}

footer h2 {
    font-size: 1.5rem;
    font-weight: 900;
    color: rgba(255,255,255,.75) !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

footer a {
    color: rgba(255,255,255,.5);
    text-decoration: none !important;
    -webkit-transition: .2s ease-in-out color;
    -moz-transition: .2s ease-in-out color;
    -o-transition: .2s ease-in-out color;
    transition: .2s ease-in-out color;
}

footer a:hover {
    color: white;
}

footer nav {
    margin-bottom: 1rem;
}

footer h6 {
    color: rgba(255,255,255,.25);
}

footer a:hover {
    color: white;
}

footer nav {
    margin-bottom: 1rem;
}
footer .comma {
    color: white;
}
footer h6 {
    color: rgba(255, 255, 255, .25);
}

@media screen and (max-width: 992px) {
    .single-thread .author>div {
        border-right: none !important;
        border-bottom: 2px solid rgba(255, 255, 255, .05);
    }

    .post .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

.post img {
    max-width: 100%;
}

@media screen and (max-width: 992px) {
    .navbar-nav {
        align-items: start !important;
    }

    .navbar-nav li {
        margin-bottom: .5rem;
    }

    .navbar-nav .dropdown-menu,
    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .dropdown-menu {
        margin-bottom: 1rem;
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1340px
    }
}

@media (min-width:1500px) {
    .container {
        max-width: 1440px
    }
}

@media (min-width:1600px) {
    .container.bigtainer {
        max-width: 1540px
    }
}

@media (min-width: 992px) {
    .smalltainer {
        max-width: 1000px;
    }
}