body
{
background-image:url('wallpaper.jpg');
-moz-background-size:100% 100%; /* Firefox 3.6 */
background-size:cover;
background-repeat:no-repeat;
font-family: 'Muli', sans-serif;
margin-left:4%;
}

h1 {
	color: #000000;
	font-family: 'Reenie Beanie', Courier, monospace;
        font-size: 550%;
	margin-top:3%;
	margin-bottom:0;
}

h1 a, h1 a:visited, h1 a:active, h1 a:hover {
	color: #000000;
	text-decoration: none;
}

.description {
	color: #666666;
        font-size:160%;
	margin-top:0;
	margin-bottom:0;
}

.bio {
	color: #666666;
        font-size: 115%;
	margin-top:1%;
}

.follow_me {
	margin-top: 3%;	
}

.follow_list {
	display: inline;
	padding-left:0;
}

.follow {	
	display: inline;
	padding-right: 0.4%;
}


.projects {
	color: #000000;
	margin-top: 1%;
}

.project {
	margin-bottom:0.5%;
}

.project a, .project a:visited, .project a:active, .project a:hover {
	color: #000000;
	text-decoration: none;
}

