@charset "utf-8";
/* CSS Document */
* {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
}

h1 {
	font-weight:bold;
	font-size:21px;
	margin-bottom:32px;
	margin-top:60px;	
}

p {
	font-size:16px;
	line-height:24px;
}

p.contact {
	margin-top:60px;	
	color:#000;
}

.grid-container {
    max-width: 50rem;
	margin-top:10%;
}

.phone, .phone:visited, .phone:hover {
	color:#000;
	text-decoration:none;
	pointer-events:none;
	cursor: text;
}

@media only screen and (max-width: 480px) {
	p.contact {
		margin-top:25px;	
	}

	.phone{
		color:#000;
		text-decoration:none;
	}
	
	.grid-margin-x > .cell {
		width: calc(100% - 2.5rem);
		margin-left: 1.25rem;
		margin-right: 1.25rem;
	}	

}