
body {
	background: url(images/career/grass_other.png);
}

#rock1 {
	position: absolute;
	right: 250px;
	top: 500px;
}

#rock2 {
	position: absolute;
	right: 80px;
	top: 900px;
}

#rock3 {
	position: absolute;
	right: 100px;
	top: 1600px;
}

#rock4 {
	position: absolute;
	right: 200px;
	top: 1700px;
}


#pond1 {
	position: absolute;
	right: 70px;
	top: 600px;
}

#pond2 {
	position: absolute;
	right: -70px;
	top: 2250px;
}

#tree1 {
	position: absolute;
	right: -100px;
	top: 50px;
}

#tree2 {
	position: absolute;
	height: 200px;
	width: auto;
	right:-30px;
	top: 1000px;
}

#tree3 {
	position: absolute;
	height: 350px;
	width: auto;
	right: -50px;
	top: 1200px;
}

#tree4 {
	position: absolute;
	right: -250px;
	top: 1650px;
}

#tree5 {
	position: absolute;
	height: 200px;
	width: auto;
	right: 80px;
	top: 2100px;
}


#ocean {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(images/career/ocean.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 100%;
	z-index: -100;
}

#road {
	position: relative;
	color: white;
	min-height: 1500px;
	width: 100%;
	background-image: url(images/career/road.png);
	background-repeat: repeat-y;
	background-position: 70%;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 5%;
}

#road a {
	color: white;
}

#road h1, h2 {

	padding-bottom: 5%;
	text-align: center;
}

#road h2 {
	padding-top: 10%;
	color: black;
}

#road h3 {
	text-align: center;
	padding-bottom: 10%;
}

.move {
	position: fixed;
	top: 50%;
	left: 62%;
}

.stop {
	position: absolute;
	bottom: 120px;
	left: 62%;
}

.job {
	height: 100%;
	width: 55%;
	float: left;
	margin-left: 2%;
}

.job h4 {
	font-size: 1.3em;
	text-align: center;
	margin-top: 10px;
	line-height: 2em;
}

@media (max-width: 768px) {
	#car {
		display: none;
	}

	#road {
		background-image: none;
	}

	.job {
		width: 100%;
	}
	#rock1 {
		display: none;
	}

#rock2 {
		display: none;
	}
	
#rock3 {
		display: none;
	}
	
#rock4 {
		display: none;
	}


#pond1 {
		display: none;
	}

#pond2 {
		display: none;
	}

#tree1 {
		display: none;
	}

#tree2 {
		display: none;
	}

#tree3 {
		display: none;
	}

#tree4 {
		display: none;
	}

#tree5 {
		display: none;
	}
}