

/*Nav List Size and Padding*/
.navbar-nav>li>a {
    font-size: 1em;
    padding: 17px;
}

/*Transparency Behind Text */
.carousel-caption {
    background-color: rgba(0,0,0,.6);
}

/*Border Bottom CSS Widget*/
.summary-widget .media-list {
border-bottom: 1px solid #cfcfcf!important;
}
