@font-face{ 
	font-family: "font";
	src: url("font/font.eot");
	src: url("font/font.eot?#iefix") format('embedded-opentype'),
	     url("font/font.woff") format('woff'),
	     url("font/font.ttf") format('truetype'),
	     url("font/font.svg#webfont") format('svg');
}

@font-face{ 
	font-family: "italic";
	src: url("font/italic.eot");
	src: url("font/italic.eot?#iefix") format('embedded-opentype'),
	     url("font/italic.woff") format('woff'),
	     url("font/italic.ttf") format('truetype'),
	     url("font/italic.svg#webfont") format('svg');
}

body {
	font-family: "font", sans-serif;
	font-size:35px;
	line-height:40px;
	background:white;
	color:black;
	letter-spacing:1px;
	}

.content {margin:1em;}

.header, .project {float:left;clear: both;margin-bottom:1em}
.footer{float:left;clear: both;}
	
.description {margin-bottom:0.5em;}
.images {}
.iframe {margin:0.5em 1em 0.5em 0; max-width: 800px; height: 500px; padding: 0; overflow: hidden; margin-bottom:1em;background:white;}
	


p {margin: 0 0 0.85em 0;}
img {float:left; width: auto; max-width:100%;margin:0.5em 1em 0.5em 0;background:white;}
iframe { 
	width: 1280px; 
	height: 800px; 
    -ms-zoom: 0.625;
    -moz-transform: scale(0.625);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.625);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.625);
    -webkit-transform-origin: 0 0;
}


a:link {
    color: black;
font-family:"italic";
line-height:0.9em;
letter-spacing:0px;
	text-decoration:none;
}

a:visited {
    color: black;
font-family:"italic";
line-height:0.9em;
letter-spacing:0px;
	text-decoration:none;}

a:hover {
    color: black;
	font-family:"font";
	
	text-decoration:none;}

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

@media (max-width: 800px) {

	.iframe { max-width: 400px; height: 250px; padding: 0; overflow: hidden; margin-bottom:1em;background:white;}
	iframe { 
		width: 1280px; 
		height: 800px; 
	    -ms-zoom: 0.31;
	    -moz-transform: scale(0.31);
	    -moz-transform-origin: 0 0;
	    -o-transform: scale(0.31);
	    -o-transform-origin: 0 0;
	    -webkit-transform: scale(0.31);
	    -webkit-transform-origin: 0 0;
	}
	
	body {
		font-size:20px;
		line-height:22px;
		}
 }
