#header {
	color: #fff;
}

.jumbotron.background-image h1 {
	text-align: center;
}

.tags {
	text-align: center;
}
	
#content .row {
	padding-top: 2em;
	padding-bottom: 2em;
}

.tags {
	margin-top: 0.5em;
	font-size: 0.9em;
}

.tags a {
	color: #fff;
}

#social-share button, .mashsb-box .mashsb-buttons a.mash-small {
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: inline-flex;
	display: -ms-inline-flex;
	display: -moz-inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	padding: 0px 8px;
	margin-right: 5px;

}

#social-share button {
	top: -7px;
	position: relative;
	background: #e7e7e7;
	margin-right: 1px;
}

#social-share img {
	width: 25px;
	height: 25px;
}

.mashsb-container {
	padding: 0;
	display: inline-block;
}

.mashsb-stretched .mashsb-buttons {
	display: block;
}

.mash-small .text {
	display: none;
}

@media only screen and (max-width: 767px) {
	#header.jumbotron.background-image {
		height: auto;
		padding-top: 4em;
		padding-bottom: 4em;
	}
}