#homepage-wrapper h1 {
  margin: 50px 0 0 0;
  text-align: left;
}

.sub-header {
  padding: 0;
  margin: 15px 0 50px 0;
  text-transform: uppercase;
  font-size: 10pt;
  letter-spacing: 0.04em;
  text-align: left;
}

img.winner-img {
    max-width: 100px;
    margin-top: 40px;
}

#homepage-hero {
  background-image: url(../images/homepage-hero@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh;
}

@media(max-width:48em) {
  #homepage-hero {
    max-height: 300px;
    background-size: 100%;
  }
  img.winner-img {
      margin-top: 40px;
  }

  #homepage-wrapper h1 {
    margin: 20px 0 0 0;
    text-align: center;
  }

  .sub-header {
    margin: 15px 0 30px 0;
    text-align: center;
  }
}

/* ==================== 3 things =========== */
#homepage-three-things {
  margin: 50px 0;
  text-align: left;
}

.hp-3-icon {
  padding-top: 22px;
  font-size: 18pt;
}

.hp-3-text {
  padding-top: 15px;
  font-size: 12pt;
  font-weight: 300;
}

.hp-3-text .bold {
  font-weight: 700;
  display: block;
  font-size: 15pt;
  letter-spacing: .05em;
}

.hp-3-text .bold a {
  text-decoration: none;
}

@media (max-width:48em) {
  #homepage-three-things {
    margin: 20px 0 0 0;
  }

  #homepage-three-things .hp-3-text {
    text-align: left;
  }
}

/* ============ LOOKING FOR A QUOTE ========== */
#homepage-looking-for-quote {
  background: url(../images/dotted-background@2x.jpg) no-repeat center center;
  -webkit-background-size: 110%;
  -moz-background-size: 110%;
  -o-background-size: 110%;
  background-size: 110%;
}

#homepage-looking-for-quote .background-light-red {
  border-radius: 10px;
  padding: 20px;
  margin: 30px 0;
}

.look-for-quote-icon img {
  width: 50px;
}

/* ============ WINDOW SERVICES ========== */
#hp-window-services, #hp-door-services {
  margin: 100px 0;
}

.hp-services-text {
  text-align: left;
}

.hp-services-text ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hp-services-text li {
  margin-bottom: 20px;
}

@media(max-width:48em) {
  #hp-window-services, #hp-door-services {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
