@media screen and (min-width: 700px) {
  .banner {

  }
}

@media screen and (min-width: 768px) {
/** general **/
img {
  max-height: 100%;
  height: auto;
}

.name h1 {
  font-size: 3rem;
}

.topnav a {
  font-size: 1.5rem;
}

.banner {
  height: 480px;
}

/**Home page ***************************/
/*
.index-images {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
*/

.index-images {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}

.index-images img {
  width: 100%;
  height: auto;
}

.callout {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.callout-button {
  width: 15rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1rem;
}

#sale-head img {
  width: 40%;
  margin: auto;
}

/***EASYWEAR************************************************************************/
.sale-ticket {
  width: 40%;
}

.index-images-easy {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

.index-images-easy img {
  width: 100%;
}

.process-signature img {
  width: 10%;
}

.styles-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}

.nav-button-left {
  left: 25%;
}

.nav-button-right {
  right: 25%;
}


.save-button, .checkout-button {
  width: 9rem;
}

.bottom-stripeasy {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  align-self: center;
  grid-area: strip;
  padding-left: 3rem;
}

.bottom-stripeasy img {
  width: 100%;
}


.bottom-strip {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  align-self: center;
  grid-area: strip;
  padding-left: 3rem;
}

.bottom-strip img {
  width: 100%;
}


/*** Contact us ***************************************************************/
.form-1 {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
}
