	.section{min-height:400px; padding: 40px;}
	
	.topNav {
	overflow:visible;
	min-height:80px;
	z-index:5000;
	}
	
	@font-face
     {
     font-family: KristenITC;
      src: url(../fonts/Kristen-ITC-Regular.ttf);
     }
	
	.carousel-caption { opacity:0.0;
    filter:alpha(opacity=0); /* For IE8 and earlier */ 
    position:absolute; left:0px; padding:40px 100px 40px 100px; bottom:0px; width:100%; overflow:hidden; background-color:rgba(0,0,0,.75); color:#eee; font-family:KristenITC; font-size:120%; text-align:left;
    }
    .carousel-caption:hover { opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */}



	
	