/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


			    header.banner {
				    min-height: 300px;	
					margin: 0px;
					padding: 0px;
					background-size: cover;
					background-position: center;
				}


.banner_bg_pattern {
    background-image: url( '../images/banner_bg_pattern.png');
    opacity: 1.0;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    min-height: 300px;
    z-index: -1;
}

.layout-section-sponsor h2 { 
    text-shadow: 3px 3px 5px #999999;
} 