
#contact_section article hr{
	border: 1px solid black;
	border-bottom: none;
	margin-top: 30px;
	margin-bottom: 30px;
}

#contact_section li{
	list-style: none;
}



#contact_section article:first-child{
	padding-top: 0;
	padding-bottom: 0;
}

#contact_section article{
	padding: 15%;
	padding-top: 0;
	padding-bottom: 75px;
	background: white !important;
	text-align: center;
}

#contact_section #contactHeader h2{
	text-align: center;
	font-size: 40px;
	padding-top: 65px;
	padding-bottom: 75px;
	font-weight: 300;
}

#contact_section #digitalResume{
	color: white;
	background: #4682B4;
	background: #e37222;
	padding: 15px;
	border-radius: 5px;
}

#contact_section #phoneNumber a{
	color: black !important;
}