html, body {
  margin: 0;
}

h1, h2, a, p {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

ul, ol {
    font-family: 'Oswald', sans-serif;
}

.container {
  max-width: 940px;
  margin: 0 auto;
}

/* Main */
.main {
  text-align: center;
  background: url("http://i.imgur.com/2m5xkfp.jpg") no-repeat center center;
  background-size: cover;
  height: 600px;
}

.main .container {
  position: relative;
  top: 100px;
}

.main h1 {
  color: #fff;
  margin: 0;
  font-size: 100px;
}

.main p {
  color: #fff;
  margin: 0 0 20px 0;
  font-size: 18px;
}

.main .btn {
  background-color: #1c1c1c;
  color: #fff;
  font-size: 15px;
  padding: 8px 30px;
  text-decoration: none;
  display: inline-block;
}

/* Supporting */
.supporting {
  background-color: #1c1c1c;
  padding: 20px 0 10px;
  text-align: center;
}

.supporting .col {
  float: left;
  padding: 10px;
  width: 28%;
}

.supporting ol {
  color: #33B6FF;
  font-size: 6px;
  margin-top:5px;
  margin-bottom: 5px;
}

.supporting ul {
  color: #33B6FF;
  font-size: 6px;
  margin-top:5px;
  margin-bottom: 5px;
}

.clearfix {
  clear: both;
}

.supporting p {
  color: #efefef;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
}

.supporting .btn {
  background-color: #eee;
  color: #1c1c1c;
  font-size: 18px;
  padding: 8px 20px;
  text-decoration: none;
  display: inline-block;
}

/* Feature */
.feature {
  background: url("http://pre12.deviantart.net/9361/th/pre/i/2015/292/8/a/stellar_collision_by_kuldarleement-d6kvnyd.jpg") no-repeat center center;
  background-size: cover;
  height: 600px;
  text-align: center;
}

.feature .container {
  position: relative;
  top: 200px;
}

.feature h2 {
  color: #fff;
  font-size: 40px;
  margin:0;
  padding:50px 0 0;
}

/* Footer */
.footer {
  background: url("http://www.wallpaperbetter.com/wallpaper/492/919/786/temple-on-the-cliff-above-the-clouds-1080P-wallpaper-middle-size.jpg") no-repeat center center;
  background-size: cover;
  height: 600px;
  text-align: center;
}

.footer .container {
  position: relative;
  top: 200px;
}

.footer h2 {
  color: #fff;
  font-size: 40px;
  margin: 0 0 20px 0;
  padding:50px 0 0;
}

.footer p {
  color: #fff;
  font-size: 18px;
  margin: 0 0 20px 0;
}

.footer .btn {
  background-color: #1c1c1c;
  color: #fff;
  font-size: 18px;
  padding: 8px 30px;
  text-decoration: none;
  display: inline-block;
}

a.btn:hover {
  background:#33B8FF;
  color:#000;
}