@media screen and (min-width: 767px) and (max-width:1100px) {

	#section-three h1 {

		position: relative;
		left: 40vw;

	}

	#section-four p {

		line-height: 1.2em;
	}

	#apply-link {

		position: relative;
		top: 55vh;
		left: 10vw;
	}

	#section-five p {

		position: relative;
		font-size: 1em;
		right: 0;
	}

	#map {

		max-width: 45vw;
	}

	.up-arrow {
		position: relative;
		right: 60%;
	}

	h4 {

		right: 67%
		margin-top: 2%;
	}
}


