/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

@media (min-width: 992px) {
	.top-navbar .navbar-brand {
		padding: 0 15px 10px;
	}
}

@media (min-width: 768px) {
	.hero-1 .hero-inner.home-hero {
		padding: 95px 0;
	}
}

.block-breadcrumbs .breadcrumb a, .block-breadcrumbs .breadcrumb li {
	color: #999999;
}

div.tweet > i {
    color: #2BABCF;
    float: left;
    margin-right: 15px;
}