/********************************************
 * HOME
 ********************************************/ 

/* The blue box with text about locations */
#locations-left h1 {
	color: #fff;
	font-size: 58px;
}
#locations-left h1, #locations-left h2 {
	font-weight: 600;
}
.bannertext {
	color: #fff;
}
/* Social boxes */
.top-social {
	color: #fff !important;
	background: #000 !important;
	padding: 25px 0 0 25px;
}
.top-social h3 {
	color: #fff !important;
}
/* First breakpoint */
@media screen and (max-width: 1348px) {
	/* Social boxes */
	.top-social img {
		position: relative;
		top: 7px;
	}
	/*  Vintage Records on Deck section */
	.black-block {
		background: #000;
		padding: 20px;
	}
	.black-block, .bottom_area_1 .black-block h2 a, .bottom_area_1 .black-block a {
		color: #fff;
	}
	.bottom_area_1 .black-block h2 a {
		font-size: 30px;
	}
}
/* Portrait iPad breakpoint */
@media screen and (max-width: 980px) {
	/* The blue box with text about locations */
	#locations-right {
		text-align: center;
	}
}
/* Mobile breakpoint */
@media screen and (max-width: 767px) {
	/* The blue box with text about locations */
	#locations-left h1 {
		font-size: 40px;
	}
}

#content-area {margin-top:30px!important;}

