/* roboto-regular - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v19-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Roboto'), local('Roboto-Regular'),
		 url('../fonts/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/roboto-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/roboto-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/roboto-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/roboto-v19-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }


body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

a {
/*	color: #9bc31c;*/
    color:#FFFFFF;
    border: none;
}



#root {
	position: absolute;
    width : 100%;
	height: 100%;
	overflow: hidden;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
}

#construction {
    color: black;
    font-size: calc(24px + 3vmax);
    position: absolute;
    left:50%;
	top: 50%;
	z-index: 200;
	width:auto;
	text-align: center;
    transform: translateX(-50%) translateY(-50%);
}
#construction img{
	width:10vmax;
	height:10vmax;
}

#textlinks {
	position: absolute;
    left:50%;
	bottom: 10px;
	z-index: 200;
	width:auto;
	text-align: center;
    transform: translateX(-50%) translateY(-50%);
/*     background-color: rgba(255, 255, 255, 0.1);*/
}
#textlinks a {
/*    color: #66939e;*/
    color:#2C3632;
    text-decoration: underline;
    font-size: 16px;
}
#textlinks > a:hover {
    text-decoration:overline;
}
