/*----- StyleSheet for custom styling made internally by Peppershock-----*/

/* Note: If you would like to make style edits to specific pages, include ".page-name" before the style. 
For example, ".contact h3{font-size: 24px;}" will make all h3 headings on the contact page (and only the contact page) size 24px;*/

/*-----Crew-----*/
.BoxBorderContent {
	float: left;
	height: 194px;
	width: 185px;
	background-color: none;
	text-align: center;
	border: thin #ffffff;
	padding: 5px;
        margin: 10px;
}
.questions {
	font-family: Helvetica, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #ffffff;
}
.copypoints2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	color: #ffffff;
}
#copyPoints {
	word-spacing: normal;
	width: 280px;
	float: right;
	background-color: #acc764;
        padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
        margin-left: 15px;
}
h1 {
	font-size: x-large;
	color: #990000;
        text-shadow: black 0 0 1px;
        font-weight: bolder;
}


/*-----Community-----*/
.BoxBorderContent2 {
	float: left;
	height:125px;
	width: 205px;
	background-color: 232323;
	text-align: center;
	border: thin #ffffff;
	padding: 10px;
        margin: 10px;
}


/*-----Case Studes-----*/
.BoxBorderContent3 {
	float: left;
	height: 75px;
	width: 185px;
	background-color: none;
	text-align: left;
	border: thin #ffffff;
	padding: 5px;
        margin: 10px;
}


