/* michroma-regular - latin */@font-face {  font-family: 'Michroma';  font-style: normal;  font-weight: 400;  src: url('../fonts/michroma-v16-latin-regular.eot'); /* IE9 Compat Modes */  src: local(''),       url('../fonts/michroma-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */       url('../fonts/michroma-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */       url('../fonts/michroma-v16-latin-regular.woff') format('woff'), /* Modern Browsers */       url('../fonts/michroma-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */       url('../fonts/michroma-v16-latin-regular.svg#Michroma') format('svg'); /* Legacy iOS */}body {	text-align:left;	font-family: 'Michroma', sans-serif;	background-color:#a56225;	color:#fff;	text-shadow: #000 3px 3px 5px;	overflow-y: scroll;	margin:0;    padding:0;    height:100%;	}#supersized-loader {	position:absolute; 	top:50%; 	left:50%; 	z-index:0; 	width:60px; 	height:60px; 	margin:-30px 0 0 -30px; 	text-indent:-999em; 	background:url(../img/loading.gif) no-repeat center center;	}	#supersized {	position:fixed; 	left:0; 	top:0; 	overflow:hidden; 	z-index:-999; 	height:100%; 	width:100%; 	}	#supersized img{	width:auto; 	height:auto; 	position:relative; 	outline:none; 	border:none; 	}	img{	max-width:100%;	border:none !important;	}				a{	color: #fff;	text-decoration:none;	-webkit-transition:color 300ms linear;	-moz-transition:color 300ms linear;	-o-transition:color 300ms linear;	transition:color 300ms linear;	}a:hover{	text-decoration:underline;	}		h1, h2, h3 {	font-size:49px;	margin-bottom:0px;	}	b {	font-weight: bold;  }p{	margin-top:1px;	}	#container {	padding:  0 ;	margin: 0 ;		}#content {	float:right;	background:transparent;	width:40%;	max-width:500px;	heigth:auto;	margin:20% 3% ;	}		dd {	display:none;	font-size:70%;	margin:0;	}	dt{	font-size:80%	}div.clear {	clear: both;	}@media only screen and (max-width: 900px) {#content {	float:left;	width:40%;	max-width:500px;	margin:10% 3% ;	}		}