.page-header {
	background-color: black;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.project-name {
	color: white;
	text-shadow: 3px 3px 6px #f57604;
	font-size: 50px;
	letter-spacing: 5px;
	font-family: 'Handlee', cursive;
	margin-bottom: 5px;
}

.project-description {
	color: #f57604;
	font-family: 'Varela Round', sans-serif;
}

div.contentContainer {
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 300px;
  width: 60%;
  font-size: 16px;
  line-height: 150%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}

div.contentContainer a {
	text-decoration: none;
	color: #2660A4;
}

div.contentContainer a:hover {
	color: #f57604;
}

section#content {
  text-align: justify;
}

nav.tocContainer {
  display: block;
  position: absolute;
  font-family: 'Varela', sans-serif;
  left: 50px;
  width: 200px;
  border: 2px solid black;
  border-radius: 25px;
  padding: 15px 15px 15px 15px;
}

div.contentContainer h1 {
	width: 45%;
	padding: 10px 0px 10px 10px;
	font-family: 'Varela Round', sans-serif;
	background-color: black;
	color: white;
	text-shadow: 3px 3px 6px #f57604;
	font-size: 1.8em;
}

div.contentContainer h2 {
	font-family: 'Varela Round', sans-serif;
	color: #2660A4;
	font-size: 1.5em;
	font-weight: normal;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}

.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
  border-width: 0;
}

code {
  padding: 2px 4px;
  color: #f57604; background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}