/* 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;
}


.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;}
