:root {
  --color-3: #2a2e3c;
  --color-4: #cf6b58;
  --color-2: #333;
  --color: white;
  --color-7: #4e4e57;
  --color-6: #f2ced0;
  --color-5: #f2e3e5;
  --color-8: #41242a33;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}

h2 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Radley, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Radley, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--color-3);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-bottom: 25px;
}

.brand {
  color: var(--color-2);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 85px;
  margin-left: 20px;
  font-family: Radley, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.brand._2 {
  color: var(--color);
  height: auto;
  margin-bottom: 30px;
  margin-left: 0;
  text-decoration: none;
}

.nav-link {
  color: var(--color-3);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1em;
  transition: all .2s ease-in-out;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--color-4);
}

.nav-link.contact {
  background-color: var(--color-3);
  color: var(--color);
  border-radius: 50px;
}

.nav-link.contact:hover {
  background-color: var(--color-4);
}

.hero {
  background-color: var(--color-3);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  margin-top: 0;
  padding: 12% 5% 5%;
  display: flex;
  position: relative;
}

.hero-div {
  z-index: 10;
  color: var(--color);
  background-color: #2a2e3c00;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  padding: 0;
  display: flex;
  position: relative;
}

.hero-lg-line {
  margin-bottom: 5px;
  font-family: Radley, sans-serif;
  font-size: 4em;
  line-height: 1.2em;
}

.hero-line-2 {
  margin-bottom: 20px;
  font-size: 1.4em;
  line-height: 1.5em;
}

.hero-buttons {
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--color-3);
  text-align: center;
  border-radius: 50px;
  padding: 15px 30px;
  line-height: 1em;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-color: var(--color-4);
  color: var(--color);
}

.button.rev {
  background-color: var(--color-4);
  color: var(--color);
  font-weight: 400;
}

.button.rev:hover {
  background-color: var(--color-3);
}

.button.rev.hover-white:hover {
  background-color: var(--color);
  color: var(--color-4);
}

.meet-tyson {
  padding-top: 5%;
  padding-bottom: 5%;
}

.meet-camilla-wrapper {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.meet-column {
  width: 48%;
}

.meet-column.left {
  padding-bottom: 10%;
}

.meet-column.right {
  padding-top: 10%;
  display: flex;
}

.meet-photo-div {
  border: 1px none var(--color-4);
  justify-content: flex-end;
  padding: 0;
  display: flex;
}

.meet-photo-holder {
  object-fit: cover;
  width: 100%;
  min-width: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.photo-outline-div {
  border: 1px solid var(--color-4);
  position: absolute;
  inset: 15px;
}

.meet-text-div {
  background-color: var(--color-7);
  color: var(--color);
  background-image: url('../images/logo.png');
  background-position: 95% 95%;
  background-repeat: no-repeat;
  background-size: 125px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 50px;
  display: flex;
}

.about {
  background-image: none;
  justify-content: space-between;
  width: 90%;
  margin: 2% auto 6%;
  padding: 0%;
  display: flex;
}

.hair-text-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 65px;
  padding-bottom: 50px;
  display: flex;
}

.insta {
  background-color: var(--color-7);
  background-image: none;
  justify-content: space-between;
  width: 100%;
  margin: 2% 0 5%;
  padding: 5% 5% 3%;
  display: flex;
  position: relative;
}

.feed-holder {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  display: flex;
  position: relative;
}

.image-2 {
  width: 32%;
}

.pink-bg-div {
  background-color: var(--color);
  opacity: .06;
  width: 55%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer {
  background-color: var(--color-3);
  padding-top: 5%;
  padding-bottom: 5%;
}

.insta-text-div {
  color: var(--color);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  padding-top: 65px;
  padding-bottom: 50px;
  display: flex;
}

.grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  opacity: 1;
  background-color: #ffffff17;
  border: 1px #000;
}

.text-field:focus, .text-field::placeholder {
  color: var(--color);
}

.form-block {
  margin-top: 0;
  margin-bottom: 0;
}

.socials {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.social-link {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transition: all .2s ease-in-out;
}

.social-link:hover {
  opacity: .34;
}

.div-block {
  color: var(--color);
}

.email-link {
  color: var(--color-5);
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.email-link:hover {
  opacity: .49;
}

.image-3 {
  width: 25px;
  margin-right: 10px;
}

.blog {
  background-image: none;
  justify-content: space-between;
  width: 100%;
  margin: 2% 0 5%;
  padding: 5% 5% 3%;
  display: flex;
  position: relative;
}

.blog-holder {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 65%;
  display: flex;
  position: relative;
}

.blog-post {
  background-color: #fff;
  width: 49%;
  padding: 10px;
}

.h4-blog {
  margin-left: 0;
}

.whats-new-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.pink-bg-div-2 {
  background-color: #f2e3e5;
  width: 55%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pink-bg-div-2.left {
  background-color: var(--color-7);
  width: 70%;
  inset: auto auto 0% 0%;
}

.body {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.h2-white {
  color: var(--color);
}

.slider-div {
  width: 48%;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide-nav {
  display: flex;
  bottom: -50px;
}

.slider {
  background-color: #ddd0;
  height: 100%;
}

.listing-slide {
  background-image: url('../images/502459204_1281647880631402_7787759660935547519_n.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}

.listing-slide._2 {
  background-image: url('../images/image31.jpg');
  background-position: 100% 100%;
}

.listing-slide._3 {
  background-image: url('../images/image02.jpg');
  background-position: 40% 100%;
}

.listing-slide._4 {
  background-image: url('../images/IMG_1767-1.jpg');
  background-position: 40% 100%;
}

.listing-slide._5 {
  background-image: url('../images/image03.jpg');
  background-position: 45% 0;
}

.listing-slide._6 {
  background-image: url('../images/image0.jpg');
  background-position: 45% 0;
}

.listing-slide._7 {
  background-image: url('../images/IMG_2813-1.jpg');
  background-position: 45% 0;
}

.listing-slide._8 {
  background-image: url('../images/IMG_2062-1.jpg');
  background-position: 45% 0;
}

.listing-slide._9 {
  background-image: url('../images/IMG_1595.jpg');
  background-position: 45% 0;
}

.listing-slide._10 {
  background-image: url('../images/IMG_1641-1.jpg');
  background-position: 45% 0;
}

.listing-slide._11 {
  background-image: url('../images/IMG_1361.jpg');
  background-position: 45% 0;
}

.listing-slide._12 {
  background-image: url('../images/IMG_1300.jpg');
  background-position: 45% 0;
}

.logo-holder {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

.footer-logo {
  width: 24%;
  margin-bottom: 6%;
  margin-right: 0%;
}

.footer-logo.smaller {
  width: 20%;
  margin-bottom: 0%;
}

.address-div {
  color: var(--color-5);
  align-items: flex-start;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.address-div:hover {
  opacity: 1;
  color: var(--color-5);
}

.h3-less {
  margin-bottom: 20px;
}

.hero-slider {
  width: 45%;
  position: relative;
}

.right-arrow-2, .left-arrow-2, .slide-nav-2 {
  display: none;
}

.slider-2 {
  height: 100%;
}

.bg-blue-hero {
  background-color: var(--color-3);
  width: 49%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.top-sub {
  color: var(--color-4);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 400;
}

.hero-slide {
  background-image: url('../images/IMG_4417.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide._2 {
  background-image: url('../images/335866298_201378125827795_3610080106730110463_n.jpg');
}

.hero-slide._3 {
  background-image: url('../images/468443947_10235416599173416_5555698614173829942_n-2.jpg');
  background-position: 50% 0;
}

.logo-icon {
  opacity: .08;
  max-width: 80%;
  display: block;
  position: absolute;
  inset: auto auto -10% -10%;
}

.image-4 {
  z-index: 10;
  max-width: 150px;
  display: none;
  position: absolute;
  inset: auto 2.5% 40px auto;
}

.navbar-new {
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.nav-menu-2 {
  align-items: center;
  height: 85px;
  padding-right: 10px;
  display: flex;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ip-header {
  background-color: var(--color-3);
  color: var(--color);
  background-image: linear-gradient(#2a2e3ccc, #2a2e3ccc), url('../images/w2.png');
  background-position: 0 0, 98% 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 75px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10% 5% 5%;
  font-family: Radley, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2em;
    line-height: 1.75em;
  }

  h3 {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .brand {
    height: 65px;
  }

  .nav-link {
    display: flex;
  }

  .nav-link.contact {
    border-radius: 0;
    display: block;
  }

  .hero {
    background-position: 80%;
    height: 700px;
  }

  .hero-div {
    width: 55%;
  }

  .hero-lg-line {
    font-size: 3em;
  }

  .hero-line-2 {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .meet-camilla-wrapper {
    flex-flow: column;
  }

  .meet-column.left {
    width: 100%;
    padding-bottom: 0%;
  }

  .meet-column.right {
    width: 100%;
    padding-top: 20px;
  }

  .meet-photo-div {
    border-style: none;
  }

  .meet-photo-holder {
    margin: 0;
  }

  .meet-text-div {
    padding: 30px;
  }

  .about {
    flex-flow: column;
  }

  .hair-text-div {
    width: 100%;
    padding-top: 0;
    padding-bottom: 25px;
  }

  .feed-holder {
    align-items: flex-end;
    width: 65%;
  }

  .insta-text-div {
    width: 35%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-div {
    width: 100%;
  }

  .slider {
    height: auto;
    min-height: 0;
  }

  .listing-slide {
    background-position: 50%;
    width: 48%;
    min-height: 0;
    padding: 250px;
    position: relative;
  }

  .listing-slide._2 {
    background-position: 100%;
    height: 400px;
  }

  .listing-slide._4 {
    background-position: 50%;
  }

  .logo-holder {
    flex-flow: wrap;
    justify-content: center;
  }

  .footer-logo {
    width: 42%;
    margin-left: 4%;
    margin-right: 4%;
  }

  .nav-menu-2 {
    background-color: var(--color);
    height: auto;
    padding-right: 0;
  }

  .mb-new.w--open {
    background-color: var(--color-3);
  }

  .mask {
    min-height: 0;
  }

  .ip-header {
    padding-top: 15%;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 0;
  }

  .hero {
    height: 350px;
    margin-top: 65px;
    padding-top: 5%;
  }

  .hero-lg-line {
    margin-bottom: 20px;
    font-size: 2em;
  }

  .hero-line-2 {
    font-size: 1em;
  }

  .meet-text-div {
    background-size: 100px;
  }

  .about {
    padding-bottom: 5%;
  }

  .insta {
    flex-flow: column;
    padding-top: 4%;
  }

  .feed-holder {
    width: 100%;
    margin-top: 20px;
  }

  .insta-text-div {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .blog {
    flex-flow: column;
    margin-bottom: 0%;
    padding-bottom: 5%;
  }

  .blog-holder {
    width: 100%;
  }

  .whats-new-text {
    display: none;
  }

  .pink-bg-div-2.left {
    width: 100%;
  }

  .listing-slide {
    padding: 163px;
  }

  .logo-holder {
    justify-content: space-between;
  }

  .footer-logo {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .ip-header {
    background-image: linear-gradient(#2a2e3cc7, #2a2e3cc7), url('../images/w2.png');
    background-size: auto, 50px;
    padding-top: 20%;
    font-size: 2.5em;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8em;
    line-height: 1.2em;
  }

  .brand {
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 10px;
  }

  .hero {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: column;
    height: 550px;
    margin-top: 50px;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .hero-div {
    width: 100%;
  }

  .hero-lg-line {
    line-height: 1.4em;
  }

  .hero-line-2 {
    line-height: 1.3em;
  }

  .meet-tyson {
    padding-top: 0%;
  }

  .meet-camilla-wrapper {
    width: 100%;
  }

  .meet-column.right {
    padding-top: 0;
  }

  .meet-text-div {
    background-position: 96% 96%;
    background-size: 75px;
    padding: 20px;
  }

  .about {
    padding-bottom: 8%;
  }

  .insta {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .blog-holder {
    flex-flow: column;
  }

  .blog-post {
    width: 100%;
    margin-bottom: 10px;
  }

  .listing-slide {
    width: 98%;
    padding: 189px;
  }

  .hero-slider {
    width: 100%;
  }

  .hero-slide {
    padding: 175px;
  }

  .logo-icon {
    display: none;
  }

  .mb-new {
    padding: 10px;
    top: 10px;
  }

  .ip-header {
    background-image: linear-gradient(#2a2e3cc7, #2a2e3cc7);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 30%;
    padding-right: 10%;
    font-size: 2em;
  }
}


