@charset "UTF-8";
/* CSS Document */

#mainSection {
	background-color: #FFFFFF;
	margin-left: 3%;
	margin-right: 3%;
	padding-top: 1%;
	padding-right: 6%;
	padding-left: 6%;
	padding-bottom: 4%;
	margin-bottom: 3%;
	-webkit-box-shadow: 0px 0px 7px 1px hsla(0,0%,58%,1.00);
	box-shadow: 0px 0px 7px 1px hsla(0,0%,58%,1.00);
	margin-top: 3%;
}
#mainSection h1 {
    background-color: #D54B05;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 3%;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.1em;
}
#mainSection h2 {
	font-size:30px;
	padding:3% 0;
}
#mainContent #mainSection p {
	font-size: 1.2em;
    line-height: 1.5em;
    margin-top: 0px;
}
#mainSection p img {
	width: 100%;
	margin-top: 1%;
}
#mainSection ul {
	margin:0;
	padding:0;
}
#mainSection ul li {
	list-style-type: none;
	line-height:24px;
	margin:0;
	padding:0;
}
#mainSection ul li a {
	
	color: #D54B05;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}
#mainSection ul li a:hover {
	color: #C43504;
	text-decoration:underline;
}
.photoBucket {
	background-color: hsla(0,0%,95%,1.00);
	padding:3%;
	margin-bottom: 3%;
	text-align: center;
    width: 100% !important;
    margin-right: 5%;
}
.photoBucket .title {
	color: hsla(0,0%,45%,1.00);
	text-transform: capitalize;
	font-size: 1.5em;
	margin-top: 11px;
}
.photoBucket img {
	border: 2px solid hsla(0,0%,89%,1.00);
    width:100%;
    
}
.photoBucket img:hover {
	opacity: 0.6;
}
.blazeEvent {
	background-color: hsl(0, 0%, 95%);
    padding: 3% 5% 4% 5%;
    margin-bottom: 3%;
    font-family: 'Source Sans Pro', sans-serif;
}
.blazeEvent h4 {
	margin:0;
	font-size: 31px;
	text-transform: capitalize;
	color: hsla(0,0%,27%,1.00);
	padding-bottom: 3%;
	line-height:35px;
}
.blazeEvent .eventImage {
	margin-top: 0;
	margin-right: 4%;
	margin-left: 0;
	margin-bottom: 12px;
	padding: 0;
	width: 98%;
	float: left;
}
.blazeEvent .eventVideo iframe {
	width: 99%;
	height:330px;
	float: none;
	margin-bottom:2%;
}
.blazeEvent .eventImage img {
	border: 3px solid hsla(0,0%,100%,1.00);
}
.blazeEvent .eventText {
	float:none;
	width:100%;
}
.blazeEvent .eventText p {
	margin-bottom:10px;
	padding:0;
}
#mainSection p a {
	color: #D54B05;
	text-decoration: none;
}
#mainSection p a:hover {
	color: #C43504;
	text-decoration: underline;
}
.eventText h3 {
	color: #D54B05;
}
.gallerySection {
	text-align:center;
}

/**** Fundraising page ***/
.fund {
	background-color: hsla(0,0%,95%,1.00);
	font-size:15px;
	padding:3% 5% 3% 5%;
	margin: 0 0 2% 0;
	color:#484848;
	font-family: source sans pro, sans-serif;
}
.fund table td {
	 padding:5px 0 5px 0;
}
.fund table tr th {
	text-align:left;
	font-weight:normal;
	vertical-align: top;

}
.fund table tr th.item, .fund table tr td.item  {
	font-family: 'Oswald', sans-serif !important;
	color: #777;
	padding-right: 7%;
    font-size: 16px;
}
.fund table th, td {
padding:5px 0 5px 0;
}
.fund table tr td a {
    color: #D54B05;
    text-decoration: underline;
    font-weight: 700;
    font-size: 13px;
}
.fund table tr td a:hover {
	color: #C43504;
}
.allFundraisers{
	width:100%;
}
.promoImage{
	width:100%;
}
.fundrequest {
    display:block;
    text-align:center;
    margin:10% 0 10% 0;
}
.fundrequest a {
    color: #FFF;
    background-color: #D54B05;
    padding: 1em 2em 1em 2em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.42);
    font-family: 'Oswald', sans-serif;
    font-size:1.2em;
    
}
.fundrequest a:hover, .fundrequest a:focus {
    background-color: #bd4102;
    color:#dcccb6 !important;
    text-decoration:none !important;
}
.containp{
    width:95%;
    padding-top:30px;
}
.youtubevideowrap{
	width:80%;
	max-width:640px;
	margin: 3% 0;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {

#mainSection h1 {
    font-size: 34px;
    padding-top: 3%;
    padding-right: 2%;
    padding-bottom: 3%;
    padding-left: 3%;
}
.aboutp{
width:52% !important;
margin-right:5%;
}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
.allFundraisers{
	width:55%;
	float:left;
	margin-right:2%;
}
.promoImage{
	width:43%;
	float:left;
}
#mainSection p img {
	width: 50%;
	margin-top: 1%;
}
.blazeEvent .eventImage {
	margin-top: 5px;
	margin-right: 5%;
	margin-left: 0;
	padding: 0;
	width: 54%;
	float: left;
	margin-bottom: 2%;
}
.blazeEvent .eventVideo iframe {
	width: 54.7%;
	float: left;
	margin-bottom:2%;
	margin-right:25px;
}
.aboutp{
width:52% !important;
margin-right:5%;
}
.containp{
    width:73%;
}

}
@media only screen and (min-width: 992px) {
    .photoBucket {
	background-color: hsla(0,0%,95%,1.00);
	padding:3%;
	margin-bottom: 3%;
	text-align: center;
    width: 30% !important;
    margin-right: 5%;
}
    .photoBucket .title {
font-size: 16px;

}
}
