@font-face {
  font-family: 'HKgrotesk Bold Webfont';
  font-weight: 400;
  src: url(hkgrotesk-bold-webfont.woff);
}

@font-face {
  font-family: 'HKgrotesk Semibold Webfont';
  font-weight: 400;
  src: url(hkgrotesk-semibold-webfont.woff);
}

body {
  font-family: 'Hkgrotesk Semibold Webfont', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  background-color: #ecc7ab;
  color: #fff;
  overscroll-behavior: none;
}

a {
  text-decoration: none;
  color: #fff;
}

header {
  position: relative;
  height: 120px;
}

header h1 {
  position: absolute;
  top: 60px;
  left: 20px;
}

header .menu-toggle {
  position: fixed;
  top: 30px;
  right: 45px;
  text-transform: uppercase;
  z-index: 99999;
}

.menu-toggle img {
  width: 25px;
  vertical-align: middle;
}

.menu {
  background-color: #ffd363;
  width: 700px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.5s ease;
}

.open {
  z-index: 9999;
  transform: translateX(0px);
}

.menu nav {
  font-size: 120px;
  line-height: 0.9;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 45px;
  height: 100%;
}

.menu nav a {
   transition: all 0.5s ease;
}

.menu nav a:hover {
  color: #1a77bb;
}

.natural {
  max-width: 960px;
  margin: 86px auto 240px auto;
  position: relative;
}

.natural img {
  width: 430px;
  height: 645px;
  position: relative;
}

.natural:hover img {
  transform: rotate(-10deg);
}

.natural .wrapper::before {
  z-index: 3;
  position: absolute;
  content: '';
  top: 40px;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffd363;
  transform: translateX(-50%);
}

.natural .wrapper::after {
  z-index: 3;
  position: absolute;
  content: '';
  bottom: 0;
  left: 220px;
  width: 100px;
  height: 100px;
  background-color: #738da0;
  transform: translateY(50%);
}

.natural .copy {
  font-family: 'Hkgrotesk Semibold Webfont', sans-serif;
  font-size: 120px;
  line-height: 0.9;
  position: absolute;
  right: 0;
  top: 50%;
  width: 620px;
  transform: translateY(-50%);
}

.natural img,
.natural .copy {
  transition: transform 0.5s ease;
}

.natural:hover .copy {
  transform: translateY(-50%) scale(1.15);
}

.one-thing {
  position: relative;
  max-width: 960px;
  margin-right: 50px;
  margin-left: 50px;
  margin: 86px auto 220px auto;
}

.one-thing .wrapper::before {
  z-index: 3;
  position: absolute;
  content: '';
  top: 40px;
  left: 500px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffd363;
  transform: translateX(-50%);
}

.one-thing .wrapper::after {
  z-index: 3;
  position: absolute;
  content: '';
  bottom: 82px;
  left: 100%;
  width: 100px;
  height: 100px;
  background-color: #738da0;
  transform: translateX(-50%);
}

.one-thing img {
  width: 460px;
  height: 688px;
  position: relative;
  top: 0;
  right: -100%;
  transform: translateX(-100%);
}

.one-thing h2 {
  font-family: 'Hkgrotesk Semibold Webfont', sans-serif;
  font-size: 120px;
  line-height: 0.9;
  margin-bottom: 30px;
}

.one-thing .copy {
  font-size: 24px;
  line-height: 1.25;
  position: absolute;
  left: 0;
  top: 50%;
  width: 550px;
  transform: translateY(-50%);
}

.one-thing img,
.one-thing .copy {
  transition: transform 0.5s ease;
}

.one-thing:hover .copy {
  transform: translateY(-50%) scale(0.85);
}

.one-thing:hover img {
  transform: translateX(-100%) rotate(5deg);
}

.lookbook {
  height: 604px;
  margin-top: 220px;
  margin-bottom: 220px;
  padding: 220px 20px 180px 20px;
  background-image: url(image_3.jpeg);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lookbook img {
  display: block;
  width: 75px;
  margin: auto;
  padding-bottom: 20px;
}

.lookbook h2 {
  font-family: 'Hkgrotesk Semibold Webfont', sans-serif;
  font-size: 120px;
  line-height: 0.9;
  margin-bottom: 30px;
  width: 670px;
  height: 280px;
  text-transform: capitalize;
  text-align: center;
  transition: all 0.5s ease;
}

.lookbook:hover h2 {
  transform: scale(1.1);
  color: rgba(255, 255, 255, 0.8);
}

.collection {
  position: relative;
  margin-bottom: -110px;
}

.collection .wrapper {
  max-width: 900px;
  height: 564px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.collection .wrapper::before {
  z-index: 3;
  position: absolute;
  content: '';
  top: 0;
  right: 120px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffd363;
  transform: translateY(-50%);
}

.collection .wrapper::after {
  z-index: 3;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: #738da0;
  transform: translateX(-50%) translateY(-50%);
}

.collection img {
  width: 100%;
  height: 564px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.collection h2 {
  font-family: 'Hkgrotesk Semibold Webfont', sans-serif;
  font-size: 120px;
  line-height: 0.9;
  margin-right: auto;
  margin-left: auto;
  text-align: center;

  position: relative;
  top: 100%;
  left: 0;
  width: 670px;
  transform: translateY(-50%);
}


.collection img,
.collection .copy {
  transition: all 0.5s ease;
}

.collection:hover .copy {
  transform: translateY(-100%) scale(0.85);
  color: rgba(255, 255, 255, 0.8);
}

.collection:hover img {
  transform: translateX(-50%) scale(0.94);
}

footer {
  background-image: url(footer.svg);
  background-position: top;
  background-size: cover;
  height: 260px;
  padding: 200px 0;
  margin-top: 140px;
}

footer nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 100px;
}

footer nav a {
  font-family: 'Hkgrotesk Bold Webfont', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.25;
}
footer nav a {
   transition: color 0.5s ease;
}

footer nav a:hover {
  color: #1a77bb;
}

/* Mobile:
Heading size: 60px with 0.9 line height */

/* @media (max-width: 1079px) {
  body {
    font-size: 20px;
    line-height: 1.25;
    position: relative;
  }

  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-right: 40px;
    margin-left: 40px;
  }

  header h1 {
    position: absolute;
    top: 0px;
    left: 0px;
  }

  header h1 img {
    height: 30px;
  }

  .natural,
  .one-thing,
  .collection {
    margin-left: 40px;
    margin-right: 40px;
  }
  
  .natural .wrapper::before {
    display: none;
  }

  .natural .wrapper::after {
    display: none;
  }

  .one-thing .wrapper::before {
    display: none;
  }

  .one-thing .wrapper::after {
    display: none;
  }

  .collection .wrapper::before {
    display: none;
  }

  .collection .wrapper::after {
    display: none;
  }

  footer {
    height: 160px;
    padding: 200px 0;
    padding-bottom: 300px;
    margin-right: -40px;
    margin-left: -40px;
  }

  footer nav {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 0px;
  }
}
 */
