body {
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	color: #fff;
}

.name {
	font-family: 'Josefin Slab', serif;
	font-size: 5em;
	letter-spacing: -0.05em;
	margin-top: 1em;
	text-shadow: 1px 1px #666, 0px 0px 5px #333;
}

.welcome-text {
	width: 80%;
	margin: 3em auto;
}

.welcome-text p {
	font-family: 'Lato';
	font-size: 1.2em;
	text-shadow: 1px 1px #666, 0px 0px 5px #333;
}

.welcome-text p a {
	border-bottom: 1px dotted #fff;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}

.welcome-text p a:hover {
	color: #999;
	border-color: #999;
}

.icons {
	font-size: 2em;
}

.icons i {
	margin: 0 0.5em;
}

.icons a {
	text-decoration: none;
	color: #fff;
}

.icons a:hover {
	color: #999;
}