html {
  box-sizing: border-box;
}
*,:after,:before{
  box-sizing: inherit;
}
body,html{
  height: 100%;
}
body {
  margin:0;
}
img {
  max-width: 100%;
  height: auto;
}

.row {
  width: 100%;
  display: flex;
  justify-content: center;
}

.container{
  overflow-x: hidden;
  width 100%;
  min-height: 100%;
  margin: 0 auto;
  padding-top: 3rem;
}

section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.image-container {
  justify-content: center;
}

.images {
  margin-bottom: 0px;
  justify-content: center;
  flex-wrap: nowrap;
  display: flex;
}

@-moz-document url-prefix() {
  .images {
    width: initial;
  }
}

.images > img {
  width: 100%;
  height: auto;
  max-width: 2000px;
  max-height: 1200px;
  margin-bottom: 15px;
}

.designer-image {
  margin-right: 0.8%;
  margin-left: 8px;
}

.designer-showcase {
  margin-left: 0.8%;
  margin-right: 8px;
}

.page-description {
  margin-bottom: 15px;
}

.page-description > .row > img {
  max-width: 1600px;
  width: 100%;
  height: auto;
}

.description {
  font-size: 30px;
  font-family: cormorant-garamond,Cambria,Cochin,Georgia,Times,Times New Roman,serif;
  font-weight: 500;
  color:#000000;
  width: 1150px;
  text-align: center;
  line-height: 38px;
  padding: 5px
}

.page-description-2 {
  margin-bottom: Opx;
}

.page-description-2 > .row > img {
  max-width: 1600px;
  width: 100%;
  height: auto;
}

.description-2 {
  font-size: 34px;
  font-family: Poppins,san-serif;
  font-weight: 500;
  color:#000000;
  width: 1150px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 0px;
}

.video {
  margin-top: 35px;
  margin-bottom: 20px;
  justify-content: center;
  padding: 0px 49px;
}

video {
  width: 100%;
  height: auto;
  max-width: 1000px; 
  max-height: 560px;
}

.patterns {
  margin-bottom: 20px;
  max-height: 600px;
}

.pattern-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.pattern-image {
  margin-bottom: 0px;
  margin-right: 3px;
}

.pattern-container > div > img {
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: 400px;
  position: center;
}
.colorstories {
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.colorstories-container {
  justify-content: space-between;
  position: center;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
}
.colorstories-image {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 0px;
  position: relative;
  align-items: center;
}
.colorstories-container > div > img {
  position: relative;
  width: 80%;
  height: 80%;
  min-height: 200px;
  max-height: 300px;
  align-items: center;
  padding-bottom: 1rem;
}
.color-image-container {
  width: 100%;
  height: 100%;
  display: flex;
  position: center;
  margin-top: 0px;
  justify-content: center;
}
.color-image {
  position: center;
  margin-top: 0px;
  margin-bottom: 15px;
}
.colorgradient {
Justify-content: center;
}

.mid-container {
  position: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 3rem;
}
@media (min-width:768px) {
  .mid-container {
    margin-left: auto;
    margin-right: auto;
  }
}
.mid-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.mid-content-image {
  position: relative;
  padding-bottom: 2rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.mid-content-items {
  text-align: center;
}
.mid-content {
  display: block;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}
.mid-content-item-image1 {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: auto;
}
.mid-content-item a:hover {
  text-decoration: none;
}
@media (min-width:768px){
  .mid-content-items {
    display: block;
  }
  .mid-content-item {
  display: block;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}
.mid-content-item-image2 {
  display: inline-block;
  text-decoration: none;
}
.mid-content-item :hover {
  text-decoration: none;
}
@media (min-width:768px){
  .mid-content-items {
    display: block;
  }
}
.mid-content-item-image3 {
  display: inline-block;
  text-decoration: none;
}
.mid-content-item :hover {
  text-decoration: none;
}
@media (min-width:1200px){
  .mid-content-items {
    display: grid;
    grid-template-columns: 320px auto 320px;
    align-items: center;
  }
  .mid-content-item {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width:400px){
  .shop-links{
    margin-left:2.5rem;
    margin-right:2.5rem
  }
}
.shop-link{
  position:relative;
  z-index:1;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-align:center;
  align-items:center;
  margin:1rem 1rem 2rem;
  font-size:1.25rem;
  text-decoration:none;
  text-transform:uppercase;
  color:#000;
  background-color:#fff;
  border:1px solid #c6b7ba
}
.shop-link:hover {
  text-decoration: none;
}
.shop-link img{
  width:30%
} 
  
.color-stories-link {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.color-stories-link-image {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
.color-stories-link-image-container {
  width: 100%;
  height: 100%;
  display: flex;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-align:center;
  align-items:center;
}  
.color-stories {
  margin-top: 20px;
  margin-bottom:0px;
  justify-content: center;
  font-family: "courier-std";
}
.color-stories-container> div > img {
  width: 33%;
  height: 33%;
  justify-content: center;
  display: flex;
  flex-direction: row;
}
.color-stories-image {
  max-width: 33%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.moodboard-link {
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.moodboard-link-image {
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.moodboard-link-image-container {
  width: 100%;
  height: 100%;
  display: flex;
}
  
.moodboards {
  margin-top: 0px;
  margin-bottom: 0px;
  justify-content: center;
  font-family: "courier-std";
}

.moodboard-container > div > img {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
}

.moodboard-image {
  max-width: 91%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.moodboard-link {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.moodboard-link-image {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.moodboard-link-image-container {
  width: 100%;
  height: 100%;
  display: flex;
}

@media only screen and (max-width: 1060px) {
  .quote-text {
    font-size: 27px;
  }
  
  .opening-quote,
  .closing-quote {
    font-size: 100px;
  }
  
   .opening-quote {
    padding-top: 27px;
  }

  .closing-quote {
    padding-top: 88px;
  }
  
  .quote-by-text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 590px) {
  .closing-quote {
    padding-top: 147px;
  }
}
.lookbook {
  max-width: 100%;
  max-height: 819px;
  padding: 0px 134px 0px 134px;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lookbook-text {
  font-family: "Poppins", san-serif;
  font-weight: 300;
  font-size: 37px;
  line-height: 48px;
  width: 350px;
  display: block;
}

.lookbook-link {
  margin-top: 30px;
  margin-bottom: 50px;
  justify-content: center;
}

.lookbook-link-image-container > img {
  width: 100%;
  height: auto;
  justify-content: center;
  max-width: 1000px;
  max-height: 561px;
}

@media only screen and (max-width: 1425px) {
  .lookbook {
    padding: 78px 27px 0px 27px;
    justify-content: center;
  }
  
  .lookbook-text-container {
    margin-top: 48px;
  }
  
  .lookbook-image {
    max-width: 418px;
  }
}

@media only screen and (max-width: 910px) {
  .lookbook {
    padding: 0px 27px;
  }
}