body {
	font-size: 1em;
	font-family: 'proxima-nova-alt', '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;
	background-position: center;
	position: absolute;
}

.content {
	width: 200px;
	background-color: white;
	position: absolute;
	top: calc(50% - 115px);
	right: calc(50% - 125px);
	padding: 30px 25px 25px;
	border-radius: 10px;
	opacity: .77;
}

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

.name {
	font-family: 'museo slab', 'georgia', 'times new roman', serif;
	font-size: 28px;
	color: #777;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0px;
}

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

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

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

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