body {
	font-size: 1em;
	font-family: 'Open 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: 0px 0px 10px 0px;
}

.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: 300px;
	background-color: white;
	position: absolute;
	top: 40%;
	top: calc(50% - 115px);
	top: -moz-calc(50% - 115px);
	top: -webkit-calc(50% - 115px);
	left: 12%;
	left: calc(50% - 125px);
	left: -moz-calc(50% - 125px);
	left: -webkit-calc(50% - 125px);
	padding: 20px;
	border-radius:10px;
	opacity: .77;
}

@media all and (min-width:400px){  
.content {
	left: 2%;}
	opacity: .72;
	padding: 10px;
}

@media all and (max-width:400px){  
.content {
	left: 2%;}
	opacity: .72;
	padding: 10px;
}

.name {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 28px;
	color: #464646;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0px;

}

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

.list li {
 	margin: 2px 0px;
}


.list a {
	font-size: .70em;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;
	color: #464646;
	text-transform: uppercase;
}

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


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

.clearfix:after {
    clear:both;
}

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