/* this css is for the about page ONLY!!! */

/*set the background color on this page*/
#entireContentsThatWeWorkedHardOn {
	background: #F0F0F5;
}

body {
	background-color: #F0F0F5;
}

p.longDescription {
	color: rgba(29, 113, 247, 0.84);
	font-size: 1.4rem;
	font-weight: 600;
	padding-bottom: 1rem;
	line-height: 1.7rem;
	letter-spacing: -0.5px;
}

.longHeading {
	text-align: center;
}

/* nudge all the description content in */
.longHeadingAndDescription p {

	padding-bottom: 0px;
}

/*1024px ruins this page layout... so bring up the media q! :-)*/
@media all and (max-width: 1024px) {
	.longHeadingAndDescription p {
		padding: 0 0 0 1rem;
		padding-bottom: 0px;
	}	
	p.longDescription {
	/* 	color: #1D71F7; */
		font-size: 1.4rem;
		font-weight: 600;
		padding-bottom: 1rem;
	}
}