      @font-face {                        font-family: 'AGBookRounded-Regular';                        src: url('AGBookRounded-Regular.eot');       }      @font-face {                        font-family: 'AGBookRounded-Regular';                        src: url('AGBookRounded-Regular.woff') format('woff'),                        url('AGBookRounded-Regular.svg#AGBookRounded-Regular') format('svg');       }
      @font-face {                        font-family: 'AGBookRounded-Regular';                        src: url('AGBookRounded-Regular.otf') format('otf');
       }      h1 { font-family: "AGBookRounded-Regular", sans-serif }      h2 { font-family: "AGBookRounded-Regular", sans-serif }      h3 { font-family: "AGBookRounded-Regular", sans-serif }      h4 { font-family: "AGBookRounded-Regular", sans-serif }      h5 { font-family: "AGBookRounded-Regular", sans-serif }      h6 { font-family: "AGBookRounded-Regular", sans-serif }      body { font-family: "AGBookRounded-Regular", sans-serif;
			font-size: 2em;
			letter-spacing: .1em; 
			text-align:right;
			background: #fff;}
			
			a {
			font-style:italic;
			text-decoration:none;
			}
			#bio{
			position: relative;
			width: 100%;
			display: block;
			padding: 2%;
			top: 2%;
			z-index: 2147483647;
			transform: translateZ(0);
			}

			.fotorama{
			z-index:1000;
			}
			
	#house{
	width: 80%;
	position: absolute;
	top: 1.5%;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	z-index: 20;
	font-color: #000;
	color:#000;
	float: left;
	font-size: 1em;
text-transform: uppercase;
}
#basement{
	width: 80%;
	position: absolute;
	top: 3.5%;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	z-index: 20;
	font-color: #000;
	color:#000;
	float: left;
	font-size: 1em;
}

#basement .title{
	font-size: 7em;
	line-height: .8em;
	font-style: italic;
	
}
#basement a{
	text-decoration: none;
	color: #999;
	font-size: 1em;
	color: #0066ff;
	padding: 5px;
	font-style: italic;

}
#basement a:hover{
	color: #000;
	/*background: #752aff;*/
	border-radius: 20px;
	-moz-border-radius: 20px;
	text-decoration: line-through;
}
#house .buttons{

width: 100%;
	
}
#embrace {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
	width: 100%;
}
.link{
	padding: 10px;
}

@media screen and (max-device-width: 480px) {
    #basement .title {font-size: 2em;}
    #house {font-size: 2em;}
#house a{font-size: 1em;}
}