@import url(https://fonts.googleapis.com/css?family=Rock+Salt);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

/*
 * Main Stylesheet for the RAMS Ride Page
 * Author:  Blaine Cooper
 *
 */


#mainHeader {
	font-size:				300%;
	color:					#FFF;
	line-height:			2.2em;
	text-align:				center;
	font-family: 			'Rock Salt', cursive;
 	margin-top:				0px;
}

#whiteSubTitle {
	font-size: 250%;
	font-weight: bold;
	color: #FFF;
}

.sponsorPlatinumImg{
	background-size:		contain;
	width:					50%;
	max-height:				300px;
	max-width:				300px;
	vertical-align: 		middle;
}

.sponsorGoldImg{
	background-size:		contain;
	max-height:				200px;
	max-width:				200px;
	vertical-align: 		middle;
}

.sponsorImg{
	background-size:		contain;
	max-height:				180px;
	max-width:				180px;
	vertical-align: 		middle;
}
.logoStory{
	float:left!important;
	margin: 20px;
}

.paypalButton{
	background-color: #000000;
	background-image: linear-gradient(147deg, #000000 0%, #434343 74%);	
}