html,body{
	height: 100%;
}

body{
	margin:0px;
	text-align: center;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
}

.header-logo{
	margin-top:30px;
}

.name-text{
	margin-top:30px;
	font-size: 80px;
	margin-bottom:20px;
}

.other-text{
	font-size: 20px;
	margin-bottom:20px;
}

.social-row{
	width: 100%;
	margin-bottom:30px;
}

.social-row a{
	margin-right:10px;
	margin-left:10px;
}

.wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -320px;
}

.push{
	height: 320px;
}

.footer{
	height: 300px;
	padding-top:20px;
	width: 100%;
}