
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;
}

@media only screen and (max-width: 500px) {
    #logo {
        display: none;
    }
}

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

@media all and (min-width: 500px) {
    #logo {
        margin-left: 28px;
        margin-top: 15px;
    }

    @media only screen and (min-width: 601px) {
        .container {
            width: 85%;
        }
    }
    @media only screen and (min-width: 993px) {
        .container {
            width: 70%;
        }
    }
    #logo {
        margin-left: 5px;
        margin-top: 5px;
        position: absolute;
    }

    #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;
}

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

.app-button .icon {
    flex: 0 0 148px;
    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;
}


.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: 140px;
    width: 100%;
    text-align: left;
    font-size: 24px;
}

@media only screen and (max-width: 500px) {
    .app-button {
        height: 120px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;

    }

    .app-button .icon img {
        height: 80px;
    }

    .app-button .icon {

    }

    .app-button .app-name {
        display: initial;
    }

    .app-button .app-description {
        display: none;
    }
}


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


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