/* Header Styling */
.sub-header {
  background: url(../img/shoeaddiction/shoeaddictionheader.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* Image Styling */
.page-description.left img {
  width: 100%;
}

/* MEDIA QUERIES */
/* Screen size of 768px - 800px */
@media screen and (min-width: 30rem) and (max-width: 48rem) {
  .sub-header h1 {
    font-size: 1.8rem;
  }
}
/* Screen size of 768px - 1280px */
@media screen and (min-width: 48rem) and (max-width: 80rem) {
  .sub-header h1 {
    font-size: 2.4rem;
  }
}