/*

Media Query CSS for SITE NAME
Author: Jonathan "Scott" Guthrie (scott@elitedefined.com)
©2014 SITE NAME

*/


@media (max-width: 979px) {/* Synced with Bootstrap */
	body {
		padding-top: 0px;
	}
}


@media all and (max-width: 928px) {
	/* Hero */
	.hero-unit.main-hero {
		height: 235px;
	}
}


@media all and (max-width: 767px) { /* Synced with Bootstrap */
}



@media all and (max-width: 582px) {
	/* Hero */
	.hero-unit.main-hero {
		height: 125px;
	}
}



@media all and (max-width: 420px) { /* Synced with Bootstrap */
	.hero-unit h1 {
		font-size: 40px;
	}
	.main-hero .social-media {
		display: none;
	}
}



@media all and (max-width: 389px) { /* Synced with Bootstrap */

}