.heading {
  padding-right: 50px;
  padding-top: 20px;
  text-align: right;
}

#remax {
  text-shadow: 2px 2px #808080;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: right;
}

.text-white.title {
  text-shadow: 2px 2px #626262;
  font-family: raleway;
  font-size: 40pt;
}

@media (max-width: 500px) {
  .text-white.title {
    font-size: 25pt;
  }
}

/* background images */

@media (min-width: 300px) {
  #background {
    background-image: url("http://fredadams.com/assets/images/4.jpg");
    height: 259px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media (min-width: 418px) {
  #background {
    background-image: url("http://fredadams.com/assets/images/1.jpg");
    height: 259px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

#contact-background {
  background-image: url("http://fredadams.com/holidaypie/assets/images/pie.png");
  height: 259px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#prep-background {
  background-image: url("http://fredadams.com/assets/images/8.jpg");
  height: 259px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#mortgage-background {
  background-image: url("http://fredadams.com/assets/images/9.jpg");
  height: 259px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#market-background {
  background-image: url("http://fredadams.com/assets/images/10.jpg");
  height: 259px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#aoi-background {
  background-image: url("http://fredadams.com/assets/images/11.jpg");
  height: 259px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#newsletter-background {
  background-image: url("http://fredadams.com/newsletter/assets/images/city.jpg");
  height: 259px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact h2, h2 {
  font-family: 'Raleway';
  color: #495766;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}

