header {
	background-image: url("../image/header/jobs.jpg");
	background-position: center center;
}

section#apply {
	margin-bottom: 50px;
}

.ski-patrol-container {
	background-image: url("../image/ski-patrol.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 40%;
	width: 100%;
	height: 400px;
}

section#patrol h2 {
	margin-top: 75px;
	text-shadow: 0px 0px 2px #ffffff;
}

section#patrol {
	padding: 50px 0px;
}

.button-container {
	text-align: center;
	margin-top: 25px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx) {
	header {
		background-image: url("../image/header/jobs@2x.jpg");
	}
}

@media only screen and (min-width: 1500px) {
	header {
		background-image: url("../image/header/jobs@2x.jpg");
	}
}
