@media screen and (min-width: 992px) {
/*** General ***/

.main-header {
  width: 60%;
  margin: auto;
  }
a.gradient {
  font-size: 1.2rem;
}

.banner {
  margon-top: -2rem;
  background-size: contain;
  background-position: center;
  background-color: #dddfe3;
  background-repeat: no-repeat;
  height: 650px;
  width: 100%;
  overflow: hidden;
  /*padding-left: 10%;*/
  padding: 1rem;
  /*background: linear-gradient(to bottom, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%);*/
}

/*
.description {
  margin-top: -2rem;
}
*/

.ew-img {
  
}

.easywear-text {
  width: 50%;
}

.easywear, .easywear-oneof {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: auto;
  padding: 2rem 0;
  gap: 1rem;
}

/*
.easywear img, .easywear-oneof img {
  width:30%;
  margin: 0;
}
*/

img.limited-img {
  width:30% !important;
  margin: 0;
}

.easywear-div h2 {
  background-color: white;
  width: 60%;
  margin: auto;
  padding: 8px;
}

.easywear-div h4 {
  display: block;
}

.easywear-banner {
  margin-top: -2rem;
  width: 60%;
}

#shopping-cart {
  position: relative;
}

#cart-quantity {
  width: 2rem;
  position: absolute;
  top: 1rem;
  left: 0.4rem;
  right: 0;
  bottom: 0;

}

.contact-container {
  width: 40%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.easywearlogo {
  width: 30%;
}

.index-images-easywear {
  width: 30%;
  margin: auto;
}

.easywearlogo2 {
  width: 20%;
  display: block;
  margin: 1rem auto;
}


.name {
  margin-top: -4rem;
}

.name h1 {
  font-size: 4rem;
  text-align: left;
  padding-left: 30%;
}


.topnav {

  justify-content: space-between;
  margin-left: auto;
}

.topnav a {
  padding: 0 1rem;
  margin: 0 1rem;
}

.callout {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.callout-form {
  margin: 0 8px;
}

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

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

/***Gallery ***************************************************************************************/
.gallery-grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 grid-gap: 5px;
}

#filter {
  margin-right: 5px;
  width: 30%;
}

#compare {
  margin-left: 5px;
  width: 30%;
}

.gallery-button {
 display: flex;
 flex-direction: row;
}

#category {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wedding-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.plusDivsLeft, .plusDivsRight {
  font-size: 2rem;
}

.wedding-txt {
  width: 60%;
  margin: 0 0 0 20%;
}

.close-page {
  margin: -3rem 2rem 0 0;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}

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

/***EASYWEAR***********************************************************************/
#pseudotop2 {
  display: block;
  text-align: center;
}

.style-nav {
  display: block;
}

.main-ew {
  padding-top: 1rem;
}

.nav-container {
  display: grid;
  grid-template-columns: repeat(4, 220px);
  justify-content: center;
  position: relative;
  padding-bottom: 1rem;
  grid-gap: 0 1rem;
  width: 80%;
  margin-left: 5%;
  margin-left: auto;
  margin-right: auto;
  }

.nav-container img {
  height: 220px;
  width: auto;
}

.nav-button {
  width: 3rem;
  height: 3rem;
  font-size: 1rem;

}

#nav-left {
  top: 35%;
  left: 0;
  position: absolute;
}

#nav-right {
  top: 35%;
  right: 0;
  position: absolute;
}

#nav-bar {
  display: block;
  padding: 0;
}

.nav-bar p {
  opacity: 0.5;
}

.style-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 'style table'
                        'strip strip';
  align-items: start;
  margin-top: 2.2rem;
}

.style {
  grid-area: style;
}

#style-img {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0 0 5px;
}

.sale-ticket {
  /*
  position: absolute;
  top: 7rem;
  left: 5rem;
  */
  width: 30%;
  color: white;
  background-color: red;
  padding: 1rem;
  margin: auto;
  /*border-radius: 50%; */
}

.table {
  grid-area: table;
}

.form-shop {
  width: 80%;
}

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

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

.bottom3 {
  align-self: baseline;
}

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

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

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

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

.beaula-wa {
  width: 20%;
}

/***Process ******************************************************************************/
 .corona-img>img {
   width: 30%;
 }
/****REVIEWS******************************************************************************/
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 5px;
}

/***Contact*******************************************************************************/
.business {
  width: 50%;

}

.select-size {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

}
