body {
	margin: 50px;
 	background-image: url(../images/yellow.jpg);
}


header{
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .4em;

 } 


 h1 { 
font-family:'Source Sans Pro', sans-serif;
font-size: 200%;
font-weight: bold;
color: skyblue; 

}




h2 { 
font-family: 'Source Sans Pro', sans-serif;
font-size: 27px;
color: black; 
}

p{
	font-size: 17px;
	text-align: center;
}

h3{
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	color: skyblue;
	font-size: 1em;
} 


h4{
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;

}

ul,li {font-size: 17px;
}


.summary {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
}

.resume_contact {
	margin: auto;
	font-family: 'Source Sans Pro', sans-serif;

}

.resume_contact p {
	display: inline;
	padding: 10px;
	text-align: center;
}
