header {
	background-image: url("../image/header/trail-map.jpg");
	background-position: center 60%;
}

.trail-map {
	width: 100%;
	margin-top: 20px;
}

section#runs ol {
	list-style-position: inside;
}

.beginner {
	color: #14906b;
}

.intermediate {
	color: #244098;
}

.advanced {
	color: #000000;
}

.terrain-park {
	color: #ffb800;
}

@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/trail-map@2x.jpg");
	}
}

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