.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

body {
	font-family:  'Helvetica Neue', Helvetica, Arial, 'PT Sans', Georgia, 'Times New Roman', Times, serif;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
}

main {
	margin-top: 100px;
	text-align: center;
}

main img {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	border: 3px solid #6F848C;
}

main > * {
	color: #5D6D81;
}

main h2, main h3 {
	font-weight: normal;

}

main h3 a {
	color: #2095BD;
}

main ul {
	list-style: none;
	padding-left: 20px;
}
main ul li {
	display: inline-block;
	margin-right: 20px;
}

main ul li a {
	color: #5D6D81;
}

.buttonset a i{
	margin-top: 20px;
	margin-left: 20px;
	color: #5D6D81;
}

nav a {
	text-decoration: none;
}

 .cbp-spmenu {
	background: #5D6D81 !important;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #D4DBDD !important;
}

.cbp-spmenu-vertical a:hover {
 	background: #2095BD !important;
}

 .cbp-spmenu h3 {
 	background: #2095BD !important;
 }


#ed {
	text-align: left;
}

#ed h1 {
	text-align: center;
}


#education li{
	display: block;
	margin-bottom: 20px;
}