
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}

body {
    color: #333;

}

@font-face {
    font-family: "Gloryosa";
    src: url('../font/Gloryosa_2020_10_17.eot');
    src: url("../font/Gloryosa_2020_10_17.eot?#iefix") format("embedded-opentype"),
    url("../font/Gloryosa_2020_10_17.woff2") format("woff2"),
    url("../font/Gloryosa_2020_10_17.woff") format("woff"),
    url("../font/Gloryosa_2020_10_17.ttf") format("truetype"),
    url("../font/Gloryosa_2020_10_17.svg#Gloryosa") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futureearth';
    src: url('../font/futureearth_2018_03_20.eot?89593278');
    src: url('../font/futureearth_2018_03_20.eot?89593278#iefix') format('embedded-opentype'),
    url('../font/futureearth_2018_03_20.woff2?89593278') format('woff2'),
    url('../font/futureearth_2018_03_20.woff?89593278') format('woff'),
    url('../font/futureearth_2018_03_20.ttf?89593278') format('truetype'),
    url('../font/futureearth_2018_03_20.svg?89593278#futureearth') format('svg');
    font-weight: normal;
    font-style: normal;
}

.start {
    font-family: 'futureearth';
}

.start:before {
    content: '\e814';
    font-size: 34px;
    font-style: initial;
}

.group {
    font-family: 'Gloryosa';
}

.group:before {
    font-size: 26px;
    font-style: initial;
}

.kiosk {
    font-family: 'Gloryosa';

}

.kiosk:before {
    font-size: 26px;
    font-style: initial;
}


.content_bg {
    text-align: center;
}

#logo {
    margin-left: 5px;
    margin-top: 5px;
    position: absolute;
}

@media only screen and (max-width: 725px) {

    #header-wrapper {
        position: unset;
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #logo {
        position: unset;
        /*margin-left: 28px;*/
        /*margin-top: 15px;*/
    }
}


.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}


#content-wrapper {
    margin: auto;
}

#content-wrapper {
    width: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.message {

}

#main {
    flex: 0 0 auto;
    overflow: auto;
}

#content {
    display: flex;
    flex-direction: column;
}

@media all and (min-height: 900px) {
    #content-wrapper {
        height: 100%;

    }
}

.message {
    text-align: center;
    font-weight: bold;
}


#logo img {
    max-width: 160px;
    padding-left: 6px;
    padding-top: 6px;
}

.app-button {
    height: 92px;
    max-width: 400px;
    position: relative;
    border: 1px solid black;
    margin: 10px;
    display: flex;
}

.app-button .icon {
    flex: 0 0 76px;
    display: flex;
    height: 100%;
    width: 100%;
    text-align: center;

}

.app-button > .info {
    flex: auto;
    display: flex;
    flex-direction: column;
}

.app-button .icon img {
    margin-bottom: auto;
    margin-top: auto;
    margin-left: 10px;
    width: 48px;
}


.app-button .app-name {
    display: none;
    height: 40px;
    line-height: 124px;
    width: 100%;
    text-align: left;
    font-size: 24px;
}

.app-button .app-description {
    height: 40px;
    line-height: 96px;
    width: 100%;
    text-align: left;
    font-size: 16px;
}

.title {
    text-align: center;
    font-size: larger;
    font-weight: bold;
    color: #5C5B5B;
}


@media (prefers-color-scheme: dark) {
    body {
        background-color: #292929;
        color: #FBFBFB;
    }
}