@font-face {
    font-family: 'GeosansLightMediumItalic';
    src: url('/fonts/geosanslight-oblique-webfont.eot');
    src: url('/fonts/geosanslight-oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/geosanslight-oblique-webfont.woff') format('woff'),
         url('/fonts/geosanslight-oblique-webfont.ttf') format('truetype'),
         url('/fonts/geosanslight-oblique-webfont.svg#GeosansLightMediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GeosansLightRegular';
    src: url('/fonts/geosanslight-webfont.eot');
    src: url('/fonts/geosanslight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/geosanslight-webfont.woff') format('woff'),
         url('/fonts/geosanslight-webfont.ttf') format('truetype'),
         url('/fonts/geosanslight-webfont.svg#GeosansLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #ffe400;
	margin:0;
	padding:0;
	text-align: center;
	color: black;
	font-family: "GeosansLightRegular", "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	overflow: hidden;
}

#container {
	position: absolute;
	margin: auto;
	width: 700px;
	height: 450px;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -225px;
	z-index: -1;
}

#container div {
	margin-bottom: 10px;
}

/*canvas {
	position: absolute;
	z-index: 20;
}*/

#devstatus {
	bottom: 0px;
	margin: 0px auto;
	font-size: 12px;
}
#devstatus .status-led {
	width: 12px;
	height: 12px;
	margin-left: 10px;
	margin-top: -5px;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: black;
}

.gui {
	visibility: hidden;
}

.guiB {
	position: absolute;
	top: 0px;
	right: 0px;
}

.button {
	cursor: pointer; 
}

.altfont {
	font-size: 36px;
	font-family: "GeosansLightMediumItalic", "HelveticaNeue-Light", HelveticaNeue, Helvetica, Arial, sans-serif
}

@media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {

body {
	background: #ffe400;
	margin:0;
	padding:0;
	text-align: center;
	color: black;
	font-family: "GeosansLightRegular", "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 25px;
	overflow: hidden;
}


#container {
	position: absolute;
	margin: auto;
	width: 300px;
	height: 330px;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -165px;
	z-index: -1;
}

#container img {
	width: 300px;
}

.altfont {
	font-size: 26px;
}


}


