#home {
width: 90%;
margin-bottom: 50px;
}

#blogTitle h1 {
    color: #515151;
    font-size: 50px;
}

#blogTitle h2 {
    font-size: 18px;
    float: right;
}

#navList {
    font-size: 18px;
}

#navList a {
	padding-top: 15%
}

#navList a:hover {
	color: #4C9ED9;
}