
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;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

}	

#logo img  {
	max-width: 160px;
}

.app-button {
	height: 200px;
    width: 200px;
    position: relative;
    display: inline-block;
    border: 1px solid black;
    margin: 10px;
}
.app-button .icon {
	    display: inline-table;
    height: 100%;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
    margin-top: 20px;
}



.app-button .icon img {
        display: inline-table;
    vertical-align: middle;
}


.app-button .app-name {
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 100%;
    bottom: 0px;
    text-align: center;
}

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

    }

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

    .app-button .icon {
        padding-bottom: 20px;
        margin-top: 10px;
    }

    .app-button .app-name {
        height: 20px;
        line-height: 20px;
    }
}


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

