/* Site CSS */


#hero {margin:0;}
 #lower{
     background-color:#f9f9f9;
     padding: 30px 0;
     border-top:1px solid #ccc;
}

#header {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 100%;
    z-index: 1;
}

 #hero {
    background: #A4A3A7 url(../images/banner.jpg) top center no-repeat;
    margin: 0;
    min-height: 450px;
}

#nav {
background-color: #EBEBEB;
}

#breadcumbs {
font-size: .8em;
margin-top: 30px;
}


#upcoming-events h1 {
font-size: 30px;
}

#upcoming-events h2 {
font-size: 24px;
}


/********************************/
/*Carousel*/
/********************************/
/* CAROUSEL STYLES */
 #home #hero {
	 background-image: none;
	 height: auto;
}
 .carousel-caption {
	 background-color: rgba(193, 0, 55, 0.85);
	 border: 2px solid #fff;
	 bottom: 100px;
	 color: #ffffff;
	 left: auto;
	 max-width: 40%;
	 padding: 20px;
	 position: absolute;
	 right: 100px;
	 text-align: left;
	 z-index: 10;
}
.item {
	 max-height: 600px;
}
 @media (min-width: 1600px) {
	 .item {
		 max-height: 800px;
	}
}
 @media (max-width: 992px) {
	 .carousel-caption {
		 -moz-border-bottom-colors: none;
		 -moz-border-left-colors: none;
		 -moz-border-right-colors: none;
		 -moz-border-top-colors: none;
		 background-color: #c10037;
		 border-color: -moz-use-text-color -moz-use-text-color #fff;
		 border-image: none;
		 border-style: none none solid;
		 border-width: 0 0 2px;
		 bottom: 0;
		 min-height: 200px;
		 left: 0;
		 max-width: 100%;
		 position: relative;
		 right: 0;
		 top: 0;
		 width: 100%;
	}
	 #homepage-carousel .carousel-control .fa {
		 left: 25%;
		 position: absolute;
		 right: 25%;
		 top: 30%;
	}
}
 @media (max-width: 768px) {
	 .carousel-caption {
		 min-height: 200px;
	}
	 .carousel-caption h1 {
		 font-size: 26px;
	}
}
 .carousel-control {
	 width: 100px;
	 z-index: 99;
}

/* END CAROUSEL */

.unmfooter {
    font-size: .85em;
}
.unmfooter h1 {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: bold;
}


#footer a, footer {color:#fff;}
#footer a:hover {color:silver;}

#footer .footer-buttons a.btn {text-align:left; color:#333;}

#footer .footer-buttons a.btn .fa {transition:all .5s linear; padding-right:5px; opacity:.5;}
#footer .footer-buttons a.btn:hover .fa {transform:rotate(360deg) scale(1.5);opacity:1;}

#footer .footer-buttons strong {color:#c10037; }

#footer hr {border-color:silver;}

.footer-buttons {
    box-sizing: border-box;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.33;
    color: #fff;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-family: "Gotham A","Gotham B","Helvetica Neue",Helvetica,Arial,sans-serif;
}
