body {
    background: #23272A;
    font-family: Helvetica;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: HelveticaRounded;
    src: url("../fonts/helvetica-rounded-bold.otf") format("opentype");
}

.navList {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #670d91;
    overflow: hidden;
    list-style-type: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.selected {
    background-color: #a12d9b;
}

.navListItem {
    float: left;
    border-right: 1px solid #f8f8f8;
}

.show a {
    display: block !important;
}

.navListItem:not(.websiteTitle) a {
    height: 100%;
    display: block;
    padding: 16px 20px;;
    text-decoration: none;
}

.navListItem a:active:not(.noHover) {
    background-color: #a12d9b;
}

.websiteTitle {
    display: block;
    font-size: 30px;
    padding: 0px 5px;
    font-family: HelveticaRounded;
}

.websiteTitle a {
    text-decoration: none;
}

.navListItem a:hover:not(.noHover) {
    background: #372d57;
    height: 100%;
}

.loginButton {
    float: right;
}

.loginButton a {
    padding: 3.6% 10px !important;
}

.loginButton img {
    display: inline-block;
    vertical-align: middle;
}

.loginButton span {
    display: inline-block;
}

.expandToggle {
    float: right;
    display: none;
    margin-right: 10px;
    border-right: 0px;
}

.emptyListItem {
    display: none;
    float: none;
}

.expandBar1, .expandBar2, .expandBar3 {
    width: 35px;
    height: 5px;
    background-color: #f8f8f8;
    margin: 6px 6px;
    transition: 0.4s;
}

.unfold .expandBar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 7px);
    transform: rotate(-45deg) translate(-8px, 7px);
}

.unfold .expandBar2 {
    opacity: 0;
}

.unfold .expandBar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.centeredText {
    text-align: center;
}

.topRow {
    display: block;
    background-color: #2a2c2f;
    padding: 50px 0px 20px 0px;
    margin: 0;
}

.roundedCorners {
    border-radius: 25px;
}

.btnRoundedCorners {
    border-radius: 10px;
}

.inviteButton {
    border: 1px solid #e600e6;
    margin: auto;
    width: 200px;
    height: 40px;
}

.inviteButton h2 {
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    font-family: HelveticaRounded;
}

.inviteButton > * {
    vertical-align: middle;
}

.whiteText {
    color: #f8f8f8;
}

.inviteButton a {
    text-decoration: none;
    color: #e600e6;
    margin: auto;
    overflow: hidden;
}

.column-2 {
    width: 40%;
    margin-left: 5%;
    display: inline-block;
    height: 100%;
}

.row-1 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
}

.row-1 > * {
    vertical-align: middle;
}

h1 ,h2, h3, .navListItem{
    font-family: HelveticaRounded;
}

footer {
    background-color: #2a2c2f;
    width: 100%;
    margin: 0;
    padding: 0;
}

footer p {
    text-align: center;
}

@media screen and (max-width: 650px) {
    .navListItem {
        border-right: 0px;
        display: block
    }

    .navListItem:not(.showCompact) {
        border-right: 0px;
        float: none;
    }

    .navListItem:not(.showCompact) a {
        display: none;
    }

    .expandToggle {
        display: inline-block
    }
}

@media screen and (max-width: 1200px) {
    .column-2 {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}