html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

#loading-image {
    position: absolute;
    top: 400px;
    left: auto;
    z-index: 100;
}

#accordionorders {
    padding-top: 30px;
    margin: 2px;
    display: none;
}

/*--LOBBY--*/
.lobbytitle > h1 {
    margin-top: 20px;
    text-align: center;
}

.lobbyicon_section {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.lobbyicon > input {
    height: 120px;
    width: 120px;
    padding: 10px;
    margin: 5px;
}

.lobbyicon_text > h2 {
    font-size: 2rem;
    margin-left: 2px;
    width: 300px;
}

.lobbyicon_text > p {
    font-size: 1rem;
    margin-left: 10px;
    width: 300px;
}

.gs_bg {
    background-color: #c5ac02 !important;
    color: white
}

.gs_navitemborder {
    border: 1px solid yellow;
    border-radius: 14px;
    margin: 2px;
}

.gs_menubar {
    height: 110px;
}

    .gs_menubar > h1 {
        padding-bottom: 10px;
    }
