@media all and (min-width: 500px) {
  .boxes {
    height: 1200px;
  }
  .subscribe-form {
    width: 357px;
  }
}

@media all and (min-width: 600px) {
  html {
    font-size: 16px;
  }
  header {
    display: grid;
    grid-template-columns: 100px 1fr 100px;
    align-content: center;
    padding: 3px;
    height: 70px;
  }
  .hero {
    margin-top: 70px;
  }

  .hero-title {
    display: flex;
    flex-flow: row nowrap;
  }

  .hero-heading h1 {
    font-size: 3.8rem;
  }
  .logo {
    margin: 0 0 0 5px;
    width: 100%;
  }
  nav {
    justify-self: center;
    width: 80%;
    margin: 0;
    padding: 0;
    border: 0;
    justify-content: space-around;
  }

  .cart-wrapper {
    height: 70px;
    order: 100;
    display: flex;
    position: relative;
  }

  .cart {
    width: 50px;
    position: absolute;
    top: 10px;
    right: 0;
  }

  #cartCount {
    width: 25px;
    height: 25px;
  }

  .year {
    margin-left: 10px;
  }

  .products {
    width: 200%;
  }

  .boxes {
    height: 300px;
  }

  .boxText {
    font-size: 1.4rem;
  }

  .half {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .mens {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .trends {
    grid-column-start: 3;
    grid-column-end: 4;
  }

  .glasses {
    grid-column-start: 4;
    grid-column-end: 5;
  }

  .sale {
    grid-column-start: 1;
    grid-column-end: 2;
  }

  .bags {
    grid-column-start: 2;
    grid-column-end: 3;
  }

  .womens {
    grid-column-start: 3;
    grid-column-end: 5;
  }

  footer {
    flex-flow: row nowrap;
    justify-content: space-between;
    height: 200px;
  }

  .left-foot {
    text-align: left;
    height: 80%;
    line-height: 1.4rem;
  }

  .socialMedia {
    display: flex;
    flex-flow: column nowrap;
    width: 25%;
    column-gap: 2rem;
    margin: 0px;
    height: 80%;
  }

  .socialMedia li {
    width: 100%;
    display: grid;
    grid-template-columns: 50px 1fr;
  }

  .socialName {
    text-align: left;
    display: block;
  }

  .carousel-cell {
    width: 40%;
  }

  .product-name {
    font-size: 1.8rem;
  }
}

@media all and (min-width: 1000px) {
.hero {
  background-size: contain;
  background-repeat: no-repeat, no-repeat, repeat-x;
}

  .carousel-cell {
    width: 30%;
  }

  .banner p {
    margin-left: 320px;
    margin-right: 320px;
  }

  .boxes {
    height: 500px;
  }

  .boxText {
    font-size: 2rem;
  }

  .subscribe-blob {
    width: 700px;
    margin: 0 auto;
  }

  .socialMedia {
    width: 15%;
  }
}

@media all and (min-width: 1240px) {
  html {
    font-size: 16px;
  }

  .hero-title {
    flex-flow: row nowrap;
  }

  .boxes {
    height: 620px;
  }

  .subscribe {
    background-size: cover;
    background-position: bottom;
  }
  
}
