body{
	padding-top: 70px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	color: #444;
}

.container{
	max-width: 768px;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	font-weight: 800;
}

#headshot{
	width: 100%;
	max-width: 140px;
	padding-bottom: 20px;
}

.content{
	padding-top: 21px;
}

a {
	color: #c0392b;
}
.selected a, a:hover, a:active, a:focus{
	color: #e78e3c;
	text-decoration: none;
}

ul{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 12px;
}
ul>li{
	margin-bottom: 8px;
}

@media only screen and (max-width : 767px) {
	body{
		padding-top: 0px;
	}
	ul{
		padding-top: 0px;
	}
	ul>li{
		display: inline;
		margin-right: 20px;
	}
}