body {
	/* Location of the image */
	background-image: url(../images/CRPbackground1.jpg);
}

h1 {

	margin-top: 0px;
	font-size: 60px;
	text-transform: uppercase;

}

p {

	margin-top: -25px;
	line-height: 28px;
	width: 60%;
	letter-spacing: 1px;
	font-weight: 200;
	font-size: 18px;
	/*border-style: dashed;	*/
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility; 
}

.content {

	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	/*border-style: dashed; */

}

/*---------------------------------------------- SOCIAL ---------------------------------------------- */
#socialMediaIcons {
	margin-top: 20px;
	margin-left: -40px;
	padding-bottom: 30px;

}

#twitterIcon {
	background-color: rgba(29, 202, 255, 0.5);
}
#facebookIcon {
	background-color: rgba(59,89,152, 0.5);
}
#instagramIcon {
	background-color: rgba(125,125,125,0.5);
}
.icon {
	width: 49px;
	float: left;
	margin-left: 20px;
	border: 0px solid #FFFBFB;
	border-radius: 47px;
}

#twitterIcon:hover {
	background-color: rgba(29, 202, 255, 1.00);
}
#facebookIcon:hover {
	background-color: rgba(59,89,152, 1.00);
}
#instagramIcon:hover {
	background-color: rgba(125,125,125,1.00);
}



/*media query text expands and space between header and title shrinks when under 625px*/
@media only screen and (max-width : 625px) {

	
	p {
	
		width: 100%;
	
	}
	
		.content {
	
	margin-top: 20px;
	
	}


}
