body {
  padding-top: 50px;
  background-color: #111111;
  /*background-image: url('/coming_soon/images/roadtrippin_mont_blanc2.jpg');*/
  background-image: url('/coming_soon/images/roadtrippin-landerbg-mob.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  font-family: League Spartan, sans-serif;
  font-weight: normal;
  color: #333333;
  text-align: center;
}
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #eee;
}
/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  /*background-color: transparent;*/
  background-color: rgba(255, 255, 255, 0.6);
    margin-top:80px;
}
.jumbotron .btn {
  padding: 12px 24px;
  font-size: 21px;
    
}
/* Customize the nav-justified links to be fill the entire space of the .navbar */
.light, h1 {
  font-weight: 600;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead, .marketing, .footer {
    padding-right: 0;
    padding-left: 0;
  }
}


/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    body {
          background-image: url('/coming_soon/images/roadtrippin-landerbg-tablet.jpg');
    }
    
    /* Main marketing message and sign up button */
    .jumbotron {
      margin-top:50px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    body {
          background-image: url('/coming_soon/images/roadtrippin_saint_tropez2.jpg');
    }
    
    /* Main marketing message and sign up button */
    .jumbotron {
      margin-top:40px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { }