@CHARSET "UTF-8";
section {
  padding: 75px 0 95px;
  background: #fff;
}

.parallax-container {
  height: 500px;
  width: 100%;
}

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;
}

@media (min-width: 1200px){
	body .container {
		width: 750px;
	}
}

@media ( min-width : 992px) {
	body .container {
		width: 750px;
	}
}