body {
	background: none;
	background-color: #000;
	margin: 0;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 8000;
	background-color: #000;
	background-image: url("https://www.marcadamus.com/images/graphics/bkg-1200-stripe.jpg");
	background-position: 50% 0%;
	background-repeat: repeat-x;
	line-height: 1.7;
	margin: 0;
}
footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 9000;
	margin: 0;
	padding: 0;
	background-color: #000;
}
nav {
	margin: 0;
	padding: 18px 0;
	padding: 1.8rem 0;
}
nav ul li a {
	padding: 0 8px;
  	padding: 0 0.8rem;
}
.headerContent {
	min-height: 140px;
	min-height: 14rem;
	background-image: url("https://www.marcadamus.com/images/graphics/bkg-1200.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
}
@media
(min-resolution: 2dppx),
(-webkit-min-device-pixel-ratio: 2) {
	header {
		background-image: url("https://www.marcadamus.com/images/graphics/bkg-2400-stripe.jpg");
		background-size: 5px 178px;
	}
	.headerContent {
		background-image: url("https://www.marcadamus.com/images/graphics/bkg-2400.jpg");
		background-size: 1200px 178px;
	}
}
@media screen and (max-width: 500px) {
	header {
		top: -80px;
	}
}