@font-face {
    font-family: 'Russo One';
    src: url('/moto/russo-one.ttf');
}
body, div, p, a {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0;
    border: 0;
    position: relative;
}
h1 label, h2 label, h3 label, h4 label {
    color: #ddd;
    white-space: nowrap;
}
.sub {
    transform: translateY(-15px);
    font-weight: bold;
    font-size: smaller;
    line-height: 1.5em;
}
ul {
    padding-left: 0;
}
li {
    list-style: none;
    padding-left: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}
li a {
    color: #444;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid transparent;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 1px 4px 1px 3px;
}
li a:hover, .news a:hover {
    color: white;
    border: 1px solid #aaa;
    background-color: #444;
    -webkit-transition: border 0.15s;
    transition: border 0.15s;
}
a, .noa {
    text-decoration: none;
    color: black;
}
.link {
    border-radius: 3px !important;
    text-decoration: none;
    color: #58a;
}
.link:hover {
    color: black;
    background-color: #adf;
    transition: background-color 0.15s;
}
#background-center {
    z-index: -999;
    position: fixed;
    width: 960px;
    height: 1000%;
    background-image: linear-gradient(to right, #fafafa, #fff, #fafafa);
    opacity: 0.75;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translate(-50%);
    transform: translateX(-50%);
}
#headback, #header {
    z-index: 1000;
    position: fixed;
    top: 0;
}
#headback {
    left: 0;
    width: 100%;
    height: 66px;
    background-color: #eee;
}
#header {
    left: 50%;
    width: 960px;
    height: 65px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translate(-50%);
    transform: translateX(-50%);
    text-align: left;
    background-size: auto 60px;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    align-items: flex-end;
}
#blurb {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: absolute;
    line-height: 1.5em;
    font-size: 10px;
    bottom: 0;
    left: 0;
    top: 0;
}
.tco {
    pointer-events: auto;
    align-items: center;
    margin: 0 5px 0 5px;
}
.tco a {
    color: #aaa;
    font-size: 28px;
}
.tco a:hover {
    color: #333;
}
.tco label {
    font-size: 10px;
}
.bg_logo_gs {
    background-image: url('//static.grid.space/img/logo_gs.png');
}
.bg_logo_gl {
    background-image: url('//static.grid.space/img/logo_gl.png');
}
.down2 {
    transform: translateY(2px);
}
#footer {
    background-color: #eee;
    line-height: 1.5em;
    font-size: 12px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}
#footcenter {
    padding: 20px;
    width: 960px;
    gap: 10px;
}
#toppad {
    height: 120px;
}
#kmlogo, #mtlogo, #cclogo {
    width: auto;
    height: 50px;
    padding: 5px 8px 5px 8px;
}
#gb2logo {
    width: auto;
    height: 60px;
}
.launch:hover::after {
    content: "LAUNCH";
    position: absolute;
    bottom: 0;
    left: 100%;
    display: flex;
    pointer-events: none;
    font-size: 14px;
    color: white;
    background: black;
    padding: 3px;
    border-radius: 3px;
    margin: 3px;
}
h4, #about {
    margin: 10px;
    letter-spacing: 0.5px;
}
#about div span {
    font-family: 'Russo One';
    color: #579;
}
.bar {
    color: #888;
    font-family: sans-serif;
    font-weight: 100;
    padding: 0 5px 0 5px;
}
#about span, .term {
    padding: 2px 7px 2px 7px;
    color: #358;
    font-size: 14px;
    border-radius: 5px;
    border: 0.5px dashed #56a;
}
#about, #support {
    padding: 10px 20px 10px 20px;
}
#support:hover #ways-to {
    display: block;
}
#ways-to {
    display: none;
    position: absolute;
    line-height: 1em;
    top: -1em;
    right: 0;
    bottom: 0;
    transform: translateY(50%) translateX(-20px);
    font-family: 'Russo One';
}
#support button {
    font-weight: bold;
    transition: padding 0.25s, margin 0.25s;
    margin: 20px 10px 20px 5px;
    padding: 15px 20px 15px 20px;
    background-color: #ffd;
    border: 1px solid #555;
    border-radius: 3px;
}
#support button:hover {
    transition: padding 0.25s, margin 0.25s;
    margin: 15px 5px 5px 0;
    padding: 20px 25px 20px 25px;
    background-color: #bfb;
}
.tlinfo {
    left: 0;
    padding-left: 20px;
    align-items: start;
}
.trinfo {
    right: 0;
    padding-right: 20px;
    align-items: end;
}
.tlinfo, .trinfo {
    top: 0;
    color: #888;
    font-weight: bold;
    font-family: monospace;
    flex-direction: column;
    position: absolute;
    padding-top: 5px;
    display: none;
    gap: 3px;
}
.block:hover .tlinfo, .block:hover .trinfo {
    display: flex;
}
.gsfont {
    font-family: 'Russo One', sans-serif;
}
.page {
    background-color: #fff;
    position: relative;
    text-align: center;
    width: 100%;
}
.content {
    display: inline-block;
    position: relative;
    text-align: left;
}
.content img, .appname {
    -webkit-transition: border,opacity 0.25s;
    transition: border,opacity 0.25s;
    border: 0.5px solid transparent;
    border-radius: 10px;
    width: 300px;
    margin: 0;
    padding: 0;
    opacity: 0.75;
}
.content a img:hover, .appname:hover {
    border: 0.5px solid rgba(0,0,0,0.25);
    border-radius: 10px;
    opacity: 1.0;
}
.appname {
    font-family: 'Russo One';
    font-size: 48px;
    color: #5a9fd4;
    padding: 0 10px 0 10px;
}
.vpad {
    height: 60px;
}
.vpad45 {
    height: 45px;
}
.vpad30 {
    height: 30px;
}
.vpad5 {
    height: 5px;
}
.w960 {
    width: 960px;
}
.w320 {
    width: 320px;
}
.w160 {
    width: 160px;
}
.detail {
    font-size: 12px;
    width: 100%;
}
.hsep {
    z-index: 2000;
    position: fixed;
    border: 0;
    margin: 0;
    padding: 0;
    height: 1px;
    width: 960px;
    top: 65px;
    background-image: linear-gradient(to right, #ddd, #666, #ddd);
}
.bsep {
    border: 0;
    margin: 0;
    padding: 0;
    height: 1px;
    width: 960px;
    background-image: linear-gradient(to right, #ddd, #666, #ddd);
}
.sep {
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 1px;
    width: 960px;
    background-image: linear-gradient(to right, #ddd, #666, #ddd);
}
.fxstart {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.fxrow {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.fxcol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fxgrow {
    flex-grow: 1;
}
.fxgap5 {
    gap: 5px;
}
.txleft {
    text-align: left;
}
.txcenter {
    text-align: center;
}
.social {
    font-size: 48px;
}
.social label {
    font-size: 8px;
}
.social a {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    padding: 5px 0 0 0;
    color: #555;
    width: 60px;
    height: 64px;
}
.social a:hover {
    color: #000;
}
.social .fa-discord {
    transform: translateY(3px);
}
.social .spacer {
    width: 0px;
}
#gdpr {
    position: fixed;
    display: none;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid black;
    background-color: white;
    font-size: smaller;
}
#gotit {
    font-weight: bold;
    padding: 5px 20px 5px 20px;
    margin-left: 10px;
}
.hide, .smallus {
    display: none;
}
@media only screen and (max-width : 960px) {
    .full {
        display: none !important;
    }
    .smallus {
        display: flex;
    }
    .w960 {
        width: 100%;
    }
    .hsep {
        top: 90px;
    }
    .social {
        font-size: 48px;
    }
    #about {
        /* padding: 5px;
        gap: 5px; */
    }
    #header, #background-center, #footcenter, #about, .hsep, .sep, .bsep {
        width: 100%;
    }
    #header {
        /* height: 91px; */
    }
    #headback {
        /* height: 90px; */
    }
    #gdpr, #gotit {
        font-size: 24px;
        margin-left: 20px;
    }
    #gotit {
        white-space: nowrap;
    }
    #footer label {
        display: none;
    }
    #kmlogo {
        height: 45px;
    }
    #mtlogo {
        height: 40px;
    }
    #gb2logo {
        height: 40px;
    }
}
@media only screen and (max-width : 310px) {
    #header {
        background-size: auto 40px;
    }
    .content img {
        width: 250px;
    }
    #kmlogo {
        height: 35px;
    }
    #mtlogo {
        height: 30px;
    }
    #gb2logo {
        height: 30px;
    }
}
.block {
    padding: 30px 20px 30px 20px;
}
.block:hover {
    border-radius: 5px;
    border-left: 10px solid #eee;
    border-right: 10px solid #eee;
}
#about-km {
    background-color: rgba(0,0,0,0.3);
    inset: 0;
    position: fixed;
    padding-top: 70px;
    padding-bottom: 5px;
}
#about-km > div > div {
    box-sizing: border-box;
    align-items: start;
    border-radius: 10px;
    border: 10px solid rgba(0,0,0,0.1);
    background-color: rgba(255,255,255,0.9);
    font-family:sans-serif;
    line-height: 1.5;
    max-width: 700px;
    max-height: calc(100vh - 75px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    user-select: none;
}
#about-km hr {
    width: 100%;
}
#about-km-close {
    position: absolute;
    font-size: 24px;
    line-height: 0;
    top: 13px;
    right: 15px;
    color: black;
    z-index: 1000;
}
#about-km-close:hover,
#km-find-out:hover,
#km-find-out:hover label,
#ways-to label,
h4 span:hover {
    cursor: pointer;
    color: #4ad;
}
#km-find-out {
    letter-spacing: 1px;
}
#km-find-out label {
    color: #236;
}