section {
	background: #fff;
	text-align: center;
	opacity: 0.5;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;
}

.parallax-container {
	height: 500px;
	width: 100%;
}
.parallax-window {
	min-height: 350px;
	background: transparent;
	width: 100%;
	padding-top: 150px;
}
pre {
  overflow: auto;
}

pre code {
  word-wrap: normal;
  white-space: pre;
}

footer {
  background: #000;
  color: #ddd;
  padding: 30px 0 30px;
  text-align: center;
}

footer a {
  color: #ddd;
  text-decoration: none;
}

footer a:hover {
  color: #eee;
  text-decoration: underline;
}
