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: 27px;
  font-family: "Poppins", san-serif;
  font-weight: 200;
  width: 1200px;
  text-align: center;
  line-height: 38px;
  padding: 20px;
}

.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: 30px;
  max-height: 404px;
}

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

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

.pattern-container > div > img {
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: 400px;
}

.moodboards {
  margin-top: 30px;
  margin-bottom: 49px;
  justify-content: center;
  font-family: "courier-std";
}

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

.moodboard-image {
  max-width: 90%;
  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: 20px;
  margin-bottom: 60px;
  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;
  }
}