html{ overflow-y:visible}
	#body-bg-wrap{
 position:fixed;
 z-index:-1; 
 top:0; 
 left:0; 
 background-color:black;
}
    .default-image {
        background: url('/images/bgImages/ef/default-image.jpg') no-repeat center center;
        background-size: cover;
    }
#body-bg-wrap img.bgfade{
 position:absolute;
 top:0;
 display:none;
 width:100%;
 height:100%;
 z-index:-1;
}
	.logodiv{ position:relative; top:25px; margin:0 auto; max-width:27%;
			background:rgba(255,255,255,0.7);
			 padding:15px;
			 border-radius:15px;
			}
	.logodiv img{ width:100%}
	#about .about-container .background {
		min-height: 250px;
		background: url(/images/bgImages/ef/222.jpg) center top no-repeat;
		margin-bottom: 10px;
		background-size:contain;
	}
	ul.goalsul{ margin-left:50px; font-size:14px;}
	ul.goalsul li{ margin-bottom:10px}
	.nav-menu a{ font-size:1.05rem;text-shadow: 2px 0px 10px #000;}
	ul.documentsul{
		margin-left:50px; width:160%;
	}
	ul.documentsul li{ display:inline-block; margin:0 10px; min-width:230px}
	ul.documentsul li a{ color:#369; text-align:center;}
	ul.documentsul li a i{ margin-right:10px; color:#222}
	#about{ padding-top:40px;}
	#sponsors, #boardmembership {
		background: #fff;
		padding: 80px 0 60px 0;
	}
	#sponsors{ padding:10px 0}
	#sponsors .col-md-3{ display:inline-block; width:18%; margin-top:10px; margin-bottom:0px; min-height:120px; border:solid 1px #ccc;
	border-radius:5px; vertical-align:middle; line-height:120px}
	#sponsors .col-md-3:last-child{ max-width:13.5%}
	#sponsors .col-md-3 img{ border:none;}

#sponsors .col-md-3:nth-child(2) { width:100% !important; display:block !important; margin:0 auto;
	
	}
	#sponsors .col-md-3:nth-child(2) img{ max-width:100% !important;}
	#sponsors .col-md-6{ display:inline-block}
	.img-thumbnail{ height:auto}
	#sponsors .col-md-6 .img-thumbnail{ height:auto}
	#boardmembership { padding-top:20px}
	#boardmembership .container{ max-width:100%}
	#boardmembership .col-md-3{display:inline-block; width:13%; margin-top:20px; text-align:center; font-size:80%; min-height:170px; vertical-align:top}
	#boardmembership .col-md-3 img{
		border-radius: 50%;
		box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
		border: solid 5px rgba(255,255,255,0.8);
		max-width:60%;
	}
	#boardmembership .col-md-3 .boardmembername{ font-weight:300; text-transform:uppercase; margin:5px 0; color:#333}
	#boardmembership .col-md-3 .boardmembertitle { color:#999}
	.copyright{ text-align:left !important; position:relative; left:0; width:40%; display:inline-block}
	.poweredby{ position:relative; right:-20%; width:55%; display:inline-block}