@font-face {
    font-family: "Haas Light";
    src: url("../fonts/haas-light.otf");
}
.haas-light {
    font-family: "Haas Light";
    letter-spacing: 2px;
}
@font-face {
    font-family: "Haas Regular";
    src: url("../fonts/haas-regular.otf");
}
.haas-regular {
    font-family: "Haas Regular";
}
@font-face {
    font-family: "Haas Bold";
    src: url("../fonts/haas-bold.otf");
}
.haas-bold {
    font-family: "Haas Bold";
}
@font-face {
    font-family: "Haas Medium";
    src: url("../fonts/haas-medium.otf");
}
.haas-medium {
    font-family: "Haas Medium";
}
@font-face {
    font-family: "Haas Black";
    src: url("../fonts/haas-black.otf");
}
.haas-black {
    font-family: "Haas Black";
}

html {
    background: #1F2021;
    color: white !important;
}
html, body {
    margin: 0 !important;
    padding: 0 !important;
}
a {
    text-decoration: none;
    color: unset;
}
a.primary {
    color: teal;
}
a.gold, .verified-badge.text-gold {
    color: rgb(210, 163, 101);
}
a.userModal {
    text-align: right;
}
body {
    font-family: "Haas Regular";
}
h1 {
    font-size: 36px;
    margin: auto 0;
}
p {
    font-size: 18px;
    line-height: 30px;
}
hr {
    border-color: rgb(70, 70, 70);
    border-style: solid;
    border-top: none;
}
.container {
    width: 30%;
    margin: auto;
}
.container-wide {
    width: 80%;
    margin: auto;
}
.main {
    margin-bottom: 75px;
}
.main.profile {
    margin-bottom: 52px !important;
}
.top-nav {
    padding-top: 5px;
    display: grid;
    grid-template-columns: 75% 25%;
}
.top-nav .pfp {
    width: 50px;
    margin: auto;
    margin-right: 0;
    border-radius: 100px;
}
.content {
    padding-top: 15px;
}
#lp-wp .content {
    padding: 200px 0;
}
@media screen and (max-width: 680px) {
    #lp-wp .content {
        padding: 100px 0;
    }
}
#lp-wp .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#lp-wp .subtitle {
    margin: 0 auto;
    font-size: 20px;
    opacity: 0.6;
}
#lp-wp .title {
    font-size: 72px;
    letter-spacing: 2px;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid white;
    margin-bottom: 30px;
}
@media screen and (max-width: 680px) {
    #lp-wp .title {
        font-size: 56px;
    }
}
#lp-wp .main .text {
    margin-top: 0;
    font-size: 20px;
}
#lp-wp .main .panel {
    background-color: rgba(0, 0, 0, 0.33);
    backdrop-filter: blur(15px);
    padding: 25px;
    max-width: 40%;
    margin: auto;
}
.section-title {
    display: inline-block;
}
div.spacer {
    padding: 100px;
}
@media screen and (max-width: 680px) {
    div.spacer {
        padding: 50px;
    }
}
.event {
    padding: 30px 15px;
    border-radius: 10px;
    margin: 10px 0;
}
.event:hover {
    cursor: pointer;
}
.event:hover .event-title {
    opacity: 0.75;
}
.event:hover .event-details {
    opacity: 0.35;
}

#lp-wp {
    background: linear-gradient( rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url("../img/wallpaper.jpg");
    background-size: cover;
    background-position: center;
}
#lp .btn {
    padding: 1rem 2rem;
}
.event-row {
    display: grid;
    grid-template-columns: 80% 20%;
}
.event .event-title {
    font-family: "Haas Medium";
    color: white;
    font-size: 24px;
    margin: 0 !important;
    letter-spacing: 1px;
    text-align: left;
}
.event .event-details {
    font-family: "Haas Light";
    color: white;
    margin: 0;
    font-size: 15px;
    letter-spacing: 3px;
    opacity: 0.6;
    text-align: left;
}
.event-host {
    margin: auto;
    margin-right: 0;
    position: relative;
}
.event-host-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100px;
    z-index: 1000;
}
.event-host-img.grouplist {
    display: block;
}
.grouplist-badge {
    position: absolute;
    bottom: 0;
    right: 0;
}
.event-ongoing {
    border-left: 5px solid #FF9100;
}
.event-ongoing .event-details {
    color: #FF9100;
}
@media screen and (max-width: 768px) {
    .container {
        width: 90%;
    }
    .main {
        padding: 20px 0;
    }
    #lp-wp .main .panel {
        max-width: 70%;
    }
}
.mw-500 {
    max-width: 500px;
}
.haas-rg {
    font-family: "Haas Regular";
}
.haas-bk {
    font-family: "Haas Black";
}
.page-indicator {
    font-size: 16px;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, 0.25);
}
.btn {
    display: inline-block;
    text-align: center;
    padding: 1rem 0;
    letter-spacing: 1px;
    border-radius: 5px;
    backdrop-filter: blur(15px);
    color: white;
    transition: background 0.15s ease-in-out;
    font-family: "Haas Medium";
    border: 0;
    font-size: 16px;
}
@media screen and (max-width: 580px) {
    .btn {
        padding: 1.25rem;
        display: block;
        margin-top: 15px;
    }
    #lp-wp .main .panel {
        max-width: 80%;
    }
}
.btn-primary {
    background: rgba(39, 221, 160, 0.5);
}
.btn-primary:hover {
    background: rgba(39, 221, 160, 0.75);
}
.btn-secondary {
    background: rgba(0, 0, 0, 0.5);
}
.btn-secondary:hover {
    background: rgba(30, 30, 30, 0.5);
}
.btn-gold {
    background: #866C4A;
}
.btn-gold:hover {
    background: rgb(105, 85, 59);
}
.btn-secondary-solid {
    background: rgba(60, 60, 60, 1.0);
}
.btn-secondary-solid:hover {
    background: rgba(30, 30, 30, 1.0);
}
.btn-danger {
    background: rgba(173, 39, 39, 0.5);
}
.btn-danger:hover {
    background: rgba(173, 39, 39, 0.75);
}
.btn-warning {
    background: rgba(173, 130, 39, 0.5);
}
.btn-warning:hover {
    background: rgba(173, 130, 39, 0.75);
}
.btn-block {
    display: block;
    width: 100%;
}


.text-opaque {
    opacity: 0.5;
}
.text-center {
    text-align: center;
}



.text-danger {
    color: rgb(197, 32, 32);
}
.text-warning {
    color: rgba(173, 130, 39);
}
hr.spacer {
    margin-top: 30px;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb {
    background: rgba(100,100,100,0.5);
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.twocol {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.threecol {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 758px) {
    .threecol {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 568px) {
    .twocol, .threecol {
        grid-template-columns: 1fr;
    }
}
.twocol div, .threecol div {
    padding: 15px;
}
.text {
    opacity: 0.75;
}

#about .coltitle {
    font-size: 24px;
    margin-top: 0;
}
#about .text {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
}
#about .rewardtitle {
    margin-bottom: 10px;
}
#rewards .user-title {
    margin-bottom: 0px;
}
#rewards .text {
    margin-top: 10px;
}
#rewards {
    margin-top: 30px;
    padding: 50px 0;
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url("../img/lp-wp2.jpg");
    background-size: cover;
    background-position: center;
}
#rewards .container-wide .text {
    opacity: 0.6;
}
img.cont-fw {
    width: 60%;
}
@media screen and (max-width: 680px) {
    img.cont-fw {
        width: 100%;
    }
}

.verified-badge {
    color: deepskyblue;
    font-size: 20px;
    vertical-align: super;
}

.event-type {
    margin-top: 0;
    opacity: 0.5;
    font-family: "Haas Light";
    letter-spacing: 2px;
    font-style: oblique;
    text-transform: uppercase;
}
.event-type.user-title {
    color: mediumspringgreen !important;
}

footer {
    background: #131415;
}

.code {
    background: #131415;
    padding: 15px;
    font-family: "Consolas";
    white-space: pre-line;
}

.width-80 {
    width: 80%;
}
.text-right {
    text-align: right;
}

.fancybutton {
    padding: 23px 25px;
    background: linear-gradient(180deg,#ecc572 0,#815500);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #937341;
    cursor: pointer;
    line-height: 1;
    border: none;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.11);
    transition: color 0.2s;
    min-width: 240px;
}
.fancybutton::before {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    content: "";
    display: block;
    position: absolute;
    background: #111;
    z-index: -1;
}
.fancybutton:hover {
    color: #c4b998
}