@import url(font.css);
@import url(header.css);
@import url(../nav/nav.css);
@import url(banner.css);
@import url(section.css);
@import url(footer.css);

body {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;
	margin: 0px;
	background-image: url(bl0.jpg);
	background-attachment: fixed;
	background-size:cover;
}
@media only screen and (max-width: 767px) {
	body {

	}
}


