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: 40px;
  justify-content: center;
  flex-wrap: nowrap;
  display: flex;
}

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

.images > img {
  width: 100%;
  height: auto;
  max-width: 1320px;
  max-height: 770px;
  margin-bottom: 16px;
}

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

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

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

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

.description {
  font-size: 26px;
  font-family: "Poppins", san-serif;
  font-weight: 200;
  width: 1000px;
  text-align: center;
  line-height: 38px;
  padding: 0 48px;
}

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

video {
  width: 100%;
  height: auto;
  max-width: 960px; 
  max-height: 543px;
}

.patterns {
  margin-bottom: 78px;
  max-height: 404px;
}

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

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

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

.quote {
  margin-bottom: 49px;
  font-family: "courier-std";
}

.quote-body,
.quote-source {
  width: 100%;
  display: flex;
  justify-content: center;
}

.quote-body {
  margin-bottom: 25px;
}

.opening-quote,
.closing-quote {
  color: #dbdad5;
  font-size: 270px;
}

.quote-text {
  width: 590px;
  height: fit-content;
  font-size: 50px;
  line-height: 59px;
  text-align: center;
  font-weight: 300;
}

.opening-quote {
  padding-top: 38px;
}

.closing-quote {
  padding-top: 157px;
}

.quote-by-text {
  font-weight: 700;
  font-size: 25px;
}

.quote-link {
  margin-top: 56px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.quote-link-image {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.quote-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-link:hover {
  text-decoration: none;
}

.lookbook {
  background-image: url("https://s3.amazonaws.com/fabricut.img/assets/hubspot/diane-keaton-elements-collection-landing/Sleeper+Sheer+-+Luna+White.jpg");
  max-width: 100%;
  max-height: 819px;
  padding: 78px 134px 0px 134px;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lookbook-text-container {
  width: 408px;
  margin-right: -20px;
  border-bottom: 2px solid #8D847F;
  height: 175px;
  z-index: 2;
  margin-top: 168px;
  margin-bottom: 32px;
}

.lookbook-text {
  font-family: "Poppins", san-serif;
  font-weight: 300;
  font-size: 37px;
  line-height: 48px;
  width: 350px;
  display: block;
}

.lookbook-image {
  margin-bottom: 77px;
}

.lookbook-image > img {
  width: 100%;
  height: auto;
  max-width: 432px;
  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;
  }
}