@font-face {
  font-family: Trajan Pro Regular;
  src: url("../fonts/TrajanPro-Regular.otf"); }

@font-face {
  font-family: Roboto Light;
  src: url("../fonts/Roboto-Light.ttf"); }

@font-face {
  font-family: Roboto Regular;
  src: url("../fonts/Roboto-Regular.ttf"); }

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 0;
  padding-left: 30px; }

footer .col-xs-12, footer .col-sm-12, footer .col-md-12, footer .col-lg-12 {
  padding-right: 0;
  padding-left: 0; }

@media (max-width: 500px) {
  #header-text h1 {
    font-size: 4em; } }

@media (max-width: 468px) {
  .app-buttons a {
    display: block;
    margin-bottom: 10px; }
  .get-the-app-division .btn-round {
    font-size: 12px; } }

body {
  font-family: Roboto Light;
  background: linear-gradient(#10030A, #000);
  overflow-x: hidden; }

h1 {
  font-family: Trajan Pro Regular;
  color: #fff;
  font-size: 4.5em;
  max-width: 900px;
  margin: auto;
  text-transform: uppercase; }

h2 {
  font-family: Trajan Pro Regular;
  color: #E8CBA6; }

h3 {
  font-family: Trajan Pro Regular; }

header {
  padding-top: 30px;
  height: 100vh;
  background-size: cover;
  position: relative;
  box-shadow: 0px 15px 30px #000; }
  header .row:not(.absolute) {
    margin-right: 0px;
    margin-left: 0px; }
  header #header-text {
    text-align: center;
    top: 50%;
    transform: translateY(-50%); }

.absolute {
  position: absolute;
  width: 100%; }
  .absolute.bottom {
    bottom: 20px; }

#preview {
  background-image: url("../images/bg.jpg");
  background-color: #000;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding: 20px 0 0 0; }
  #preview img {
    width: 100%; }
  #preview p {
    color: #FFF; }
  #preview h3 {
    color: #E8CBA6;
    height: 60px; }
  #preview #first-three {
    padding: 30px 0 30px 0;
    width: 100%; }
  #preview #all-app-stories {
    margin: 0px 40px 80px 40px; }

img.mobile-icon {
  width: initial !important;
  margin-right: 15px; }
  img.mobile-icon.apple {
    margin-bottom: 6px; }

#logo {
  width: 48px; }

.btn-round {
  font-family: Roboto Regular;
  border: solid 2px #E8CBA6;
  padding: 10px 25px;
  border-radius: 25px;
  color: #FFF;
  margin: 0 10px;
  text-transform: uppercase;
  display: inline-block; }
  .btn-round:hover {
    text-decoration: none;
    color: #FFF;
    background-color: rgba(1, 1, 1, 0.3); }

#david-goliath h3 {
  color: #FF6200; }

#the-flood h3 {
  color: #A1D7D9; }

#the-furnace h3 {
  color: #FFA200; }

.get-the-app-division {
  margin: 40px 0;
  position: relative;
  overflow-x: hidden; }
  .get-the-app-division hr {
    margin: 0; }
  .get-the-app-division .division {
    text-align: center;
    top: 50%;
    transform: translate(-30%, -50%);
    position: absolute;
    width: 150vw;
    border-top: solid 2px #E8CBA6;
    z-index: 1; }
  .get-the-app-division .btn-round {
    position: relative;
    background-color: black;
    z-index: 1000; }

footer {
  background-color: #000;
  color: white;
  padding: 10px 0; }
  footer .center {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-25%); }
  footer a {
    margin: 0 8px;
    color: white; }
  footer .images {
    margin: 10px 0 0 0; }

/*# sourceMappingURL=main.css.map */