body {
  position: relative;
  background-color: #0b0b0b;
  color: #fff;
  font-family: "Candara", "Trebuchet MS", Helvetica, sans-serif;
}
.spacing {
  	position: relative;
  	padding-top: 80px;
}
h1 {
	font-weight: lighter;
	margin: 0;
}
h2 {
	font-weight: lighter;
	margin: 0;
}
h3 {
	font-weight: lighter;
	margin: 0;
}
h4 {
	font-weight: lighter;
	margin: 0;
}
h5 {
	font-weight: lighter;
	margin: 0;
}
h6 {
	font-weight: lighter;
	margin: 0;
}
@media (min-width: 1200px) and (max-width: 1599px) {
	h1 {
		font-size: 4em;
	}
	h2 {
		font-size: 3em;
	}
	h3 {
		font-size: 2em;
	}
	h4 {
		font-size: 1.5em;
	}
	h5 {
		font-size: 1.2em;
	}
	h6 {
		font-size: 1em;
	}
	p, a {
		font-size: 1.2em;
	}
}

@media only screen and (min-width: 1600px) {
	h1 {
		font-size: 5em;
	}
	h2 {
		font-size: 4em;
	}
	h3 {
		font-size: 3em;
	}
	h4 {
		font-size: 2em;
	}
	h5 {
		font-size: 1.5em;
	}
	h6 {
		font-size: 1.2em;
	}
	p, a {
		font-size: 1.5em;
	}
}
