body {
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  font-weight: lighter;
  background: #ffffff;
}

* {
  padding: 0;
  margin: 0;
}

.__banner {
  background: #FFF;
}

.__banner {
  height: 80vh;
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
  display: table;
}

.__banner .banner__inner {
  display: table-cell;
  vertical-align: middle;
}

.__banner .banner__inner h1 {
  font-weight: 500;
  font-size: 180px;
  color: #ffffff;
}

.__banner .banner__inner h2 {
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 80px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
}

.__banner .banner__inner p,
.__banner .banner__inner a {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.__banner .banner__inner h2 span {
  display: inline-block;
  margin: 0 30px;
}

.__footer {
  text-align: center;
  position: absolute;
  bottom: 30px;
  margin: auto;
  right: 0;
  left: 0;
}

.__footer ul {
  display: table;
  margin: auto;
}

.__footer li {
  border-left: solid 2px #ccc;
  display: table-cell;
}

.__footer li:first-child {
  border: none;
}

.__footer li a {
  transition: opacity 0.5s;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  padding: 0px 30px;
  font-size: 13px;
  opacity: 0.8;
  color: #ccc;
}

.__footer li a:hover {
  opacity: 1;
}

.size {
  width: 50%;
}

@media screen and (max-width: 991px) {
    .size {
      width: 100%;
    }
  }

.bg {
  background: #ff6900; /* Old browsers */
  background: -moz-linear-gradient(45deg, #ff6900 0%, #f9df00 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ff6900 0%,#f9df00 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ff6900 0%,#f9df00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6900', endColorstr='#f9df00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

