@font-face {
    font-family: 'UnifrakturMaguntia';
    src: url('../fonts/UnifrakturMaguntia/UnifrakturMaguntia-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: black;
    color: #e8e8e8;
}

main {
    max-width: 1140px;
    margin: auto;
}

body,
p,
li,
a {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: white;
    font-weight:500;
    transition: ease-in 0.5s;
}

a:hover {
    text-decoration: underline;
    transition: ease-out 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "UnifrakturMaguntia", serif;
}

button {
    background-color: rgb(118, 0, 0);
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    font-size: 20px;
    padding: 5px;
    transition: ease-in 0.2s;
}

button:hover {
    background-color: rgb(192, 0, 0);
    
}

button a {
    font-size: 20px;
}

#gb-btn {
    margin: auto;
    text-align: center;
    position: relative;
    display: block;
}

#gb-rules {
    padding: 20px;
}

#middleframe {
    display: flex;
    flex-grow: 1;
}

#mainframe {
    display: flex;
    flex-grow: 1;
    margin: 5px;
    height: calc(100vh - 150px);
    flex-direction: column;
    position: relative;
    width: 100%;
    border: 1px solid #e8e8e8;
    overflow-x: hidden !important;
}

.banner-text {
    text-align: center !important;
    margin: auto;
}

.banner-text:hover {
    text-decoration: none !important;
}

#site-title {
    font-size: 48px;
}

#menuframe {
    width: 300px;
    margin: 5px;
    padding: 5px;
    display: flex;
    /* min-height: 500px; */
    float: left;
    flex-direction: column;
    position: relative;
}

.mainmenu-title {
    text-align: center;
    margin: auto;
    padding: 10px;
}

#topframe {
    display: flex;
    flex-grow: 1;
}

#topframe-inner {
    height: 100px;
    display: flex;
    flex-grow: 1;
    padding: 5px;
    margin: 5px;
    float: left;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.submenu {
    display: block;
}

li {
    padding: 5px;
}

.menu-para {
    font-weight: bold;
}

.menu-para:hover {
    text-decoration: none;
}

#gb-frame {
    width: 100%;
    height: 120vh;
    overflow: visible;
    margin: auto;
}

@media only screen and (max-width: 1024px) {
    #menuframe {
        display: none !important;
    }

    .sm_menu_outer {
        outline: 1px solid #e8e8e8;
        outline-offset: -1px;
        border-radius: 5px;
    }

    .sm_menu_outer .mobile_menu a {
        font: 300 12px/140% Verdana,
            sans-serif;
        text-transform: none;
    }

    #sm_menu_ham {
        top: 0px;
        right: 0px;
        padding: 5px;
        background-color: rgb(192, 0, 0);
        border: 1px solid #e8e8e8;
        border-radius: 5px;
        box-shadow: 5px 0px 5px 8px black;
    }

    #sm_menu_ham>span {
        margin: 5px;
    }
}