

:root {
    --p-color: white;
    --h-color: #ffea80;

    --main: #7d38b5;
    --main-med: #dfe0ef;
    --main-lighter: #7d38b5;
    --main-light: #4a4a6a;


    --tr-even-bck: #ad3cbe;
    --header-back: #35283d
}

html,
body {
    height: 100%;
    overflow-x: hidden;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: var(--p-color);
    background-color: var(--main);
    margin: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--h-color);
}

h1 {
    font-size: 2em
}

p {
    color: var(--p-color);
}

thead {
    background: var(--p-color);
    color: var(--h-color);
}

th {
    color: black;
    padding: 10px;
    border-right: 1px solid var(--main-light);
}

td {
    border: 1px solid var(--main-light);
    padding: 10px;
}

tr:nth-child(even) {
    background-color: var(--main-lighter);
}


.navbar {
    position: relative;
    min-height: 50px;
    height: 100%;
}

#content {
    height: auto;
    background-size: 256px;
    background-color: #332b3a;
}

#primary {
    padding: 0 15px;
    max-width: 1250px;
    margin: 0 auto;
}

.navbar-nav {
    display: flex;
    list-style: none;
}

.navbar-nav li a {
    color: #9491b9;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 5px 15px;
    font-weight: 600;
}

.navbar-nav li.gold a {
    color: #ffc107;
}


.navbar-nav svg {
    width: 30px;
    height: 30px;
    margin-bottom: 4px;
}

.navbar-nav li:hover a,
.navbar-nav li:hover a svg {
    filter: brightness(1.5);
    color: #e0def4;
}

.navbar-nav li.gold:hover a {
    color: #f3d358;
}

.site-logo img {
    height: 50px;
}

#navbar {
    flex: 1
}

.navbar-wrapper {
    width: 100%;
    padding: 10px;
}

.navbar-wrapper,
#flex-footer {
    background: #342a3ef0;
}

.back_to_top-show {
    display: block;
}

.col-header {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 20px;
}

.site-logo {
    margin: auto 0;
    display: block;
}

.sign-buttons {
    display: flex;
    align-items: center;
}

.reg-button {
    align-items: center;

    background-color: #a940be;
    font-weight: bold;
    box-shadow: 0 3px 0 0 #7d318d, 0 4px 4px 0 #000;
    filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.3));

    border-radius: 5px;
    display: flex;
    font-size: 14px;
    height: fit-content;
    justify-content: center;
    outline: none;
    padding: 10px 12px;
    text-transform: uppercase;
    width: 80px;
    min-width: 140px;
    text-decoration: none;
    color: white;
    margin-right: 20px;
    transition: .3s;
}


.reg-button:hover {
    transition: .3s;
    background-color: #C854E0;
}

.enter-button {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: fit-content;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    margin-right: 10px;
}

.enter-button:hover {
    transition: .3s;
    box-shadow: inset 0 -10px 40px 0 #2fb7ce;
    border-color: #2fb7ce;
}

.back_to_top {
    position: fixed;
    bottom: 80px;
    right: 40px;
    z-index: 9999;
    font-weight: 900;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    background: #2cbd00;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    display: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
}

.back_to_top:hover {
    background: green;
    color: #fff;
}

.convert {
    color: white;
    text-align: center;
    background-color: var(--main-lighter);
    padding: 25px 10px;
    font-weight: 600;
}

.convert__green {
    background-color: #6b9e37;
    padding: 4px 6px;
    border-radius: 4px;
}

.convert__btn {
    margin-left: 1rem;
    border-radius: 6px;
    border: 2px solid rgba(199, 251, 138, .3);
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent;
    color: #c7fb8a;
    padding: 10px;
    text-decoration: none;
    outline: none;
    transition: all .15s ease-in-out;
}

.convert__btn:hover {
    background: #6b9e37;
    border-color: #6b9e37;
    color: #fff;
}


.menu {
    display: inline;
    list-style-type: none;
}

.menu li {
    display: inline;
    margin-right: 15px;
}

.menu a {
    text-decoration: none;
    color: white;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.menu a:hover {
    background-color: #f3455d;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.menu .current_page_item a {
    text-decoration: none;
    background-color: #f3455d;
    color: white;
    padding: 10px;
    font-weight: 600;
    border: none;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}


.textsection {
    padding: 15px;
    margin-bottom: 15px;
}

.topimg {
    height: 60px;
}

.banner {
    display: flex;
}

.banner img {
    width: 100%;
}

.abs-back {
    z-index: 0 !important;
}

@media (max-width: 1080px) {

}

footer p {
    padding: 20px;
    text-align: center;
}
main img {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    margin: 30px auto;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
}

nav li {
    margin: 10px;
}

nav a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

header ul {
    list-style: none;
}
nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

@media (max-width: 850px) {
    .col-header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
table {
    margin: 30px 0;
    width: 100%;
}
