/*body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
header > h1 {
  font-size: 72px;
  line-height: 1.5;
  color: #2c3e50;
  font-weight: 100;
  border-bottom: 2px solid #ddd;
}
header > h1 > span > a {
  font-size: 20%;
  color: #2c3e50;
  text-decoration: none;
  margin-left: 10px;
}*/
body {
	background-color: #161616;
}
#container {
  width:  100%;
  margin: 0 auto;
}
section {
  width: 100%;
  height: 945px;
  transform-style: preserve-3d;
}
section > .text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
section > .text > h1 {
  font-size: 42px;
  color: #fff;
  border-bottom: 0;
  margin: 0 0 10px;
}
section > .text > h3 {
  color: #fff;
  margin: 0;
}
#main {
  text-align: center;
}
#more {
  margin: 20px auto 48px;
}
