body {
	background: #000000 url(http://assets.tagboard.com/5390/braverywins-bg.jpg) 50% 0 no-repeat;
	background-size: 100% auto;
}

#masthead {
	height: 200px;
	margin: 40px auto 20px;
	background: url(http://assets.tagboard.com/5390/braverywins-header1.png) 0 0 no-repeat;
}

#masthead .tb-info,
#masthead .tb-avatar {
	display: none;
}

#masthead .tb-tweet {
	margin: 200px 0 10px;
}

#masthead .tb-tweet a {
	background: #cc0033;
}

.tb-video {
	position: absolute;
	top: -230px;
	right: 0;
	box-shadow: 0 0 50px #fff;
}

.tab-content {
	background: rgba(230,230,230,.5);
}

.navbar .nav > .active a {
	color: #cc0033;
}

#footer a {
	color: #cc0033;
}

@media (max-width: 979px) {
	#masthead {
		background-size: 380px auto;
	}
	.tb-video {
		width: 300px;
	}
}

@media (max-width: 767px) {
	#masthead {
		height: 140px;
		margin: 20px;
		background-size: 100% auto;
	}
	#masthead .tb-tweet {
		margin-top: 90px;

	}
	.tb-video {
		display: none;
		top: -260px;
		margin-right: 20px;
	}
}