/*
  Load fonts
*/
@font-face {
	font-family: STB;
 	src: url("./fonts/Steinschrift.eot")
 	src: url("./fonts/Steinschrift.eot?#iefix") format("embedded-opentype"); 
}
@font-face {
	font-family: STB;
	src: url("./fonts/Steinschrift.ttf")
}
@font-face {
	font-family: SSB;
 	src: url("./fonts/StreetSemiBold.eot")
 	src: url("./fonts/StreetSemiBold.eot?#iefix") format("embedded-opentype"); 
}
@font-face {
	font-family: SSB;
	src: url("./fonts/StreetSemiBold.ttf")
}
@font-face {
	font-family: DS;
 	src: url("./fonts/DroidSans.eot")
 	src: url("./fonts/DroidSans.eot?#iefix") format("embedded-opentype"); 
}
@font-face {
	font-family: DS;
	src: url("./fonts/DroidSans.ttf")
}
@font-face {
	font-family: DSB;
 	src: url("./fonts/DroidSans-Bold.eot")
 	src: url("./fonts/DroidSans-Bold.eot?#iefix") format("embedded-opentype"); 
}
@font-face {
   font-family: DSB;
   src: url("/fonts/DroidSans-Bold.ttf")
}

/*
 Body
*/
body {
    margin:0 auto;
    padding:0;
    overflow:hidden;
    background-color:#3f69a2;
    user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

