body {
	font-size: .7em;
	font-family: 'pt-sans', 'Helvetica Neue', Arial, sans-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	background-color: #eee;
	width: auto;
	height: auto;
	overflow-x: hidden;
}

p {
	margin: 0 0 10px 0;
}

.container {
   	position:absolute;
   	z-index:0;
   	left:0;
   	top:0;
   	width:100%;
   	height:100%; 
   	overflow: hidden;
}

.bigImage {
	width: 100%;
	height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
}


.content {
	width: 260px;
	background-color: white;
	position: absolute;
	top: 35%;
	top: calc(35% - 115px);
	top: -moz-calc(35% - 115px);
	top: -webkit-calc(35% - 115px);
	right: 12%;
	right: calc(50% - 165px);
	right: -moz-calc(50% - 165px);
	right: -webkit-calc(50% - 165px);
	padding: 4.68em 3em 1.4em;
	border-radius:20px;
	opacity: .77;
}

@media all and (min-width:400px){  
.content {
	right: 5%;}
	opacity: .72;
}


.name {
	font-family: 'pt-sans', 'Helvetica Neue', 'georgia', 'times new roman', serif;
	font-size: 3.41em;
	color: #444;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5.2px;

}

.list {
	margin: 0 auto 0;
	color: #333;
	list-style-type: none;
	padding: .1em;
	text-align: center;
}

.list li {
 	margin: 4em 0;
}


.list a {
	font-size: 1.6825em;
	letter-spacing: 3.5625px;
	font-family: 'museo slab', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;
	color: #777;
	text-transform: uppercase;
}

.list a:hover, .list a:active {
	color: #aad8a5;
}


.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

.typekit-badge {display:none !important;}