html {
	height: 100%;
}
body {
	background-image: url("back.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
	height: 100%
}
.light-text {
	font-weight: 500;
	color: white;
}
.thin-text {
	font-weight: 300
}
.icon {
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}
.icon:hover {
	color: grey;
}
.headlinks {
	color: white;
	font-family: 'Segoe UI', sans-serif;
	font-weight: 300;
	position: absolute;
	top: 1em;
	right: 1em;
}
.headlinks>ul {
	list-style: none;
	padding: 0;
}
.headlinks>ul>li {
	display: inline;
	padding: 0 0.5em 0 0.5em;
	font-size: 1.3em;
}
.headlinks>ul>li>a {
	color: white;
	text-decoration: none;
}
.headlinks>ul>li>a:hover {
	color: grey;
	text-decoration: none;
}
a {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: grey;
}
/*.icon:visited {
	color: white;
}*/