/* home specific styles */
.banner {
  /*height: 550px;*/
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: black;
  background-image: url("/static/rave/img/ravebg.png?31d48c3f22b4");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  color: white;
  background-color: black;
  overflow: hidden; }
  @media screen and (max-width: 900px) {
    .banner {
      background-image: url("/static/rave/img/ravebg-960.png?31d48c3f22b4"); } }
  .banner .title {
    margin-top: 40px;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Exo 2', serif; }
  .banner .subtitle {
    margin-top: 10px;
    font-size: 20px;
    line-height: 40px; }
  .banner .teaser {
    margin-top: 40px;
    /*width: 500px;*/ }
  .banner h1, .banner h2, .banner a {
    color: white; }

.home {
  padding: 40px 0 40px 0; }
  .home .row {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid silver; }
    .home .row:last-child {
      margin-bottom: 0;
      border-bottom: none; }

.banner-telescope {
  padding: 40px 0 40px 0;
  background-color: black;
  background-image: url("/static/rave/img/ah1p3154 Siding_Spring_UK_Schmidt_Los_Cumbres.jpg?31d48c3f22b4");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  color: white;
  background-color: black;
  overflow: hidden; }
  @media screen and (max-width: 900px) {
    .banner-telescope {
      background-image: url("/static/rave/img/ah1p3154 Siding_Spring_UK_Schmidt_Los_Cumbres.jpg?31d48c3f22b4"); } }
  .banner-telescope h1, .banner-telescope h2, .banner-telescope a {
    color: white; }
