html, body {
	/*background: #348cb2;*/
	background: #6ea8c0;
	height: 100%;
	font-family: 'Saira Semi Condensed', sans-serif;
	color: #ffffff;
}

#container {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}

#container > #content {
	display: table-cell;
	vertical-align: middle;
}

h1#name {
	font-size: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}

a.icon {
	font-size: 30px;
	color: #ffffff;
	position: relative;
}

a.icon:hover {
	color: #698fa0;
}

img#photo {
	width: 150px;
	position: relative;
}

#overlay {
	background-attachment: fixed, fixed;
	background-image: url('img/bg-pattern.png'), url('img/bg.svg');
	background-position: top left, center center;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	width: 100%;
}