/* html default & header bg styles */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header1{
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
	.header1 {
	  display: none;
	}
  }