/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
#footer.dark, .dark #footer {
    background-image: url(/images/footer-bg.jpg)!important;
    color: #CCC;
    border-top-color: rgba(0,0,0,0.2);
}

.img-rad {
    border-radius: 10px!important;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.feature-box h3 span.subtitle {
    display: block;
    margin-top: 5px;
    color: #444;
    font-weight: 300;
    text-transform: none;
    font-size: 19px!important;
}