@charset "UTF-8";
/* CSS Document */

@media screen and (max-width:1200px) {
	body {font-size: 15px;}
	.container {width:95%; max-width: 95%}
}
@media screen and (max-width:992px) {
	a#neb-logo {max-width: 165px}
	#banner {min-height: 300px}
	#banner-overlay h2 {font-size:27px}
	h1 {font-size: 45px}
}
@media screen and (max-width:767px) {
	.container {width:100%; max-width: 100%}
	a#neb-logo {max-width: 155px}
	p#headphone a, p#headphone a:visited {font-size: 16px}
	#banner-overlay h2 {font-size:23px}
	h1 {font-size: 38px}
	h3 {font-size: 26px}
	#home-banner {min-height: 275px}
	#testimonials-wrap p {font-size: 17px; line-height: 22px}
}
@media screen and (max-width:650px) {
	#video-wrap {display:none}
	#banner {min-height: 245px}
}
@media screen and (max-width:575px) {
	a#neb-logo {max-width: 140px; margin:auto; position: relative}
	#banner-overlay h2 {font-size:18px; line-height: 26px}
	h1 {font-size: 32px}
}
@media screen and (max-width:450px) {
	#banner-overlay h2 {max-width:300px; margin:auto}
}
@media screen and (max-width:425px) {
	p#headphone a, p#headphone a:visited {font-size: 11px}
}