html, body {
    height: 100%;
}

.bg-lm {
    background-color: #682a8d;
}

.logoText {
    display: inline;
    font-family: 'Raleway', sans-serif;
    font-size: 4vh;
    margin: 0vh 0vh 0vh 1vh;
}

@media (max-height: 583px) {
    .logoText {
        font-size: 20px
    }
}

.aboutButton {
    font-family: 'Raleway', sans-serif !important;
    
    margin-right: 2vh;
    border-radius: 0%;
}

.aboutButton:hover {
    color: #682a8d !important;
}

.aboutModalButton {
    font-family: 'Raleway', sans-serif !important;
    
    border-radius: 0%;
    color: #3d4145;
    border-color: #3d4145;
    margin: 0px 2px 0px 2px;
}

.aboutModalButton:hover {
    color: white !important;
    background-color: #3d4145;
    border-color: #3d4145;
}

.colour-website {
    color: #682a8d;
    border-color: #682a8d;
}

.colour-website:hover {
    color: white !important;
    background-color: #682a8d;
    border-color: #682a8d;
}

.colour-blurple {
    color: #5865F2;
    border-color: #5865F2;
    /* RIP original Blurple #7289DA May 13, 2021 */
}

.colour-blurple:hover {
    color: white !important;
    background-color: #5865F2;
    border-color: #5865F2;
}

.colour-reddit {
    color: #FF5700;
    border-color: #FF5700;
}

.colour-reddit:hover {
    color: white !important;
    background-color: #FF5700;
    border-color: #FF5700;
}

.colour-donate {
    color: #50a657;
    border-color: #50a657;
}

.colour-donate:hover {
    color: white !important;
    background-color: #50a657;
    border-color: #50a657;
}

#map {
    height: 94%;
    height: calc(var(--rvh, 1vh) * 94);
    width: 100%;
}

.topBar {
    height: 6%;
    height: calc(var(--rvh, 1vh) * 6);
    min-height: 35px;
    min-width: 230px;
}

.no-margin {
    margin: 0 ! important;
}

.popover-body {
    min-width: 276px;
}

.popupClose {
    color: gray;
}

.popupClose:hover {
    color: black;
}

a:hover {
    cursor: pointer;
}

#aboutheader {
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

.modal-lm {
    margin-bottom: 2vh;
}

.modal-logo {
    height: 1em;
    margin-right: 0.1em;
}

.modalButtons {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    
}

.modalButtons li {
    display: inline;
}

@media (max-width: 518px) {
    .modalButtons li {
        display: block !important;
        text-align: center;
    }
    .modalButtons li a {
        margin: 3px 0px 3px 0px
    }
    .modal-lm {
        margin-bottom: 1vh !important;
    }
}

#legal {
    margin-top: 4vh;
}

#legal p {
    text-align: center;
    font-size: small;
}