/*
	Professional Home Care Service
	Author: Hannah Carper
	Last updated: 04/25/2015
	
	filename: contactstyles.css
*/

/* Article styles */

article {
	padding: 30px;
	width: 80%;
	
	border: 1px solid rgba(15, 46, 92, 0.5);

	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	
	-moz-box-shadow: rgb(101, 101, 101) 5px 5px 5px;
	-webkit-box-shadow: rgb(101, 101, 101) 5px 5px 5px;
	box-shadow: rgb(101, 101, 101) 5px 5px 5px;
}

article h2 {
	font-size: 1.1em;
	padding: 3px;
}

article p {
	margin: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

#location p:first-of-type {
	margin-bottom: 10px;
	text-align: center;
}

#altcontact p:last-of-type {
	color: red;
	font-size: 1.2em;
	font-weight: 700;
	padding: 10px;
	text-align: center;
}