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

.nav-menu {
  display: block;
  width: 100%;
  text-align: center;
}

.container {
  text-align: left;
}

.nav-link {
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  font-family: 'Varela Round', sans-serif;
  color: #fa5000;
  font-weight: 700;
  text-decoration: none;
}

.nav-link.w--current {
  border: 0px none #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #14171e;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  letter-spacing: 3px;
  text-decoration: none;
}

.navbar {
  position: fixed;
  width: 100%;
  background-color: transparent;
}

.hero-image {
  min-height: 100vh;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/hero.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.hero-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  display: block;
  margin-top: 180px;
  margin-bottom: 12px;
  margin-left: 25px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  direction: ltr;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 25px;
  text-transform: uppercase;
}

.paragraph {
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.cta {
  margin-top: 0px;
  padding: 11px 30px;
  border-radius: 100px;
  background-color: #06c2b1;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Varela Round', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.cta:hover {
  background-color: #fa5000;
  color: #fff;
}

.cta.about {
  margin-top: 0px;
  border-radius: 0px;
  background-color: #7fda78;
}

.cta.about:hover {
  background-color: #fa5000;
}

.cta.contact {
  width: 260px;
  margin-top: 30px;
  margin-bottom: 5px;
  border: 1px solid #06c2b1;
  border-radius: 100px;
  background-color: transparent;
  color: #14171b;
  text-align: center;
}

.cta.contact:hover {
  background-color: #06c2b1;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 130px;
  margin-left: 4px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 4px;
}

.button-2 {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(10, 35, 65, .25), rgba(10, 35, 65, .25)), url('../images/hero.jpg');
  background-image: linear-gradient(180deg, rgba(10, 35, 65, .25), rgba(10, 35, 65, .25)), url('../images/hero.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.service-column {
  padding: 80px 20px;
  text-align: center;
}

.service-heading {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Varela, sans-serif;
  color: #14171b;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
}

.service-description {
  display: block;
  max-width: 230px;
  margin-top: -10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.container-3 {
  margin: 100px auto;
}

.image {
  position: absolute;
  left: 78px;
  top: 74px;
  right: -61px;
  overflow: visible;
  width: 250px;
  height: 250px;
  max-width: 300%;
  float: none;
}

.image-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 250px;
  height: 250px;
}

.div-block {
  position: relative;
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
}

.image-3 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/scissors-fill.png');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/nails-fill.png');
  background-position: 0px 0px;
  background-size: 250px 250px;
}

.div-block-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/lashes-fill.png');
  background-position: 0px 0px;
  background-size: 250px 250px;
  text-align: center;
}

.image-4 {
  position: absolute;
  left: 80px;
  top: 80px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.servicon-filled {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.icon {
  position: relative;
  display: inline-block;
  max-width: 250px;
}

.div-block-6 {
  position: relative;
  display: inline-block;
}

.image-6 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.div-block-7 {
  position: relative;
  display: inline-block;
}

.image-7 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.image-8 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.div-block-8 {
  position: relative;
  display: inline-block;
}

.section-2 {
  overflow: visible;
  background-color: transparent;
  background-image: none;
}

.text-span {
  color: #fa5000;
}

.text-span-2 {
  color: #fa5000;
}

.hours {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 35px;
}

.about-parallax {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 700px;
  border-style: none;
  border-color: #000 #000 #141414;
  border-right-width: 1px;
  border-bottom-width: 120px;
  border-left-width: 1px;
  background-image: -webkit-linear-gradient(270deg, rgba(6, 194, 177, .7), rgba(6, 194, 177, .7)), url('../images/frontdesk.jpg');
  background-image: linear-gradient(180deg, rgba(6, 194, 177, .7), rgba(6, 194, 177, .7)), url('../images/frontdesk.jpg');
  background-position: 0px 0px, 50% 31%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.about-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.overlay-box {
  padding: 40px 70px;
  background-color: transparent;
  text-align: left;
}

.section-3 {
  overflow: visible;
  margin-top: 135px;
  margin-bottom: 135px;
  padding-bottom: 0px;
}

.servicon {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.heading-3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: -2px;
  padding-right: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.text-span-3 {
  font-family: 'Varela Round', sans-serif;
}

.text-span-4 {
  font-weight: 600;
  letter-spacing: 1px;
}

.four-services {
  padding-right: 70px;
  padding-left: 70px;
}

.container-4 {
  position: relative;
}

.image-9 {
  width: 400px;
  height: 400px;
}

.floating-image {
  position: absolute;
  left: 130px;
  top: 338px;
  width: 420px;
  height: 420px;
  background-image: url('../images/nail-area.jpg');
  background-position: 58% 30%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 10px 30px 12px rgba(0, 0, 0, .15);
}

.floating-image.glitter-nails {
  left: 1079px;
  top: 756px;
  width: 350px;
  height: 350px;
  background-image: url('../images/glitter-nails.jpg');
  background-position: 81% -69px;
  background-size: 512px;
}

.floating-image.near-plane {
  left: 200px;
  top: 625px;
  z-index: 3;
  width: 450px;
  height: 450px;
  box-shadow: 0 50px 130px 10px rgba(55, 55, 55, .6);
}

.floating-image.near-plane.hair-area {
  left: auto;
  top: 457px;
  right: 181px;
  width: 300px;
  height: 300px;
  background-image: url('../images/hair-area.jpg');
  background-position: 92% 79%;
  background-size: 600px;
}

.floating-image.near-plane.chandelier {
  left: auto;
  top: -55px;
  right: 380px;
  width: 380px;
  height: 380px;
  margin-top: 234px;
  margin-left: 473px;
  background-image: url('../images/chandelier.jpg');
  background-size: 600px;
}

.floating-image.near-plane.nail-area {
  left: 380px;
  top: 323px;
  overflow: visible;
  background-image: url('../images/nail-area.jpg');
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: none;
}

.floating-image.neutral-plane {
  left: auto;
  top: 365px;
  right: 525px;
  z-index: 2;
  width: 330px;
  height: 330px;
  background-image: url('../images/glitter-nails_1.jpg');
  background-position: 86% 44%;
  background-size: 512px;
  box-shadow: 0 0 24px 10px rgba(55, 55, 55, .2);
}

.floating-image.neutral-plane.far-plane {
  left: 469px;
  top: auto;
  right: auto;
  bottom: 500px;
  z-index: 1;
  width: 230px;
  height: 230px;
  background-image: url('../images/product-shelf.jpg');
  background-position: 65% 44%;
  background-size: 380px;
  box-shadow: 0 0 14px 4px rgba(33, 33, 33, .25);
}

.floating-image.neutral-plane.far-plane.nail-polish {
  left: 882px;
  bottom: 300px;
  z-index: 1;
  width: 200px;
  height: 200px;
  padding-right: 0px;
  background-image: url('../images/nail-polish.jpg');
  background-position: 86% 49%;
}

.floating-image.neutral-plane.far-plane.crystal-nails {
  left: auto;
  right: 469px;
  bottom: 799px;
  z-index: 1;
  overflow: visible;
  width: 250px;
  height: 250px;
  padding-right: 0px;
  background-image: url('../images/crystal-nails.jpg');
  background-position: 91% 20%;
  background-size: 250px;
}

.floating-image.neutral-plane.glitter-nail {
  left: 130px;
  top: auto;
  right: auto;
  bottom: -59px;
}

.floating-image.neutral-plane.hair-area {
  top: auto;
  right: 397px;
  bottom: 12px;
  background-image: url('../images/hair-area.jpg');
  background-position: 89% 52%;
  background-size: 512px;
}

.floating-image.neutral-plane.blonde-hair {
  left: 1000px;
  top: 132px;
  right: 525px;
  width: 300px;
  height: 300px;
  background-image: url('../images/blonde.jpg');
  background-position: -1px 77%;
  background-size: 310px;
}

.div-block-10 {
  position: relative;
  height: 1080px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.div-block-11 {
  height: 1080px;
}

.link-block {
  width: 400px;
  height: 400px;
  box-shadow: 0 30px 80px 8px rgba(33, 33, 33, .55);
  -webkit-transition: background-color 325ms ease;
  transition: background-color 325ms ease;
}

.link-block:hover {
  background-color: hsla(0, 0%, 100%, .59);
}

.container-5 {
  position: relative;
  z-index: 0;
  height: 1080px;
}

.nail-area {
  position: absolute;
  left: -200px;
  top: 54px;
  z-index: 2;
  width: 450px;
  height: 450px;
  box-shadow: 0 50px 130px 10px rgba(33, 33, 33, .6);
}

.front-door {
  position: absolute;
  top: 258px;
  right: -200px;
  z-index: 2;
  width: 400px;
  height: 400px;
}

.crystal-nails {
  position: absolute;
  top: 110px;
  right: -81px;
  width: 250px;
  height: 250px;
  box-shadow: 0 15px 60px 3px rgba(33, 33, 33, .35);
}

.shelf {
  position: absolute;
  left: 10px;
  top: 300px;
  width: 230px;
  height: 230px;
  box-shadow: 0 10px 50px 2px rgba(33, 33, 33, .3);
}

.blonde {
  position: absolute;
  left: 335px;
  top: 158px;
  z-index: 1;
  width: 320px;
  height: 320px;
  box-shadow: 0 25px 80px 6px rgba(33, 33, 33, .45);
}

.nail-polish {
  position: absolute;
  left: 405px;
  top: 385px;
  width: 200px;
  height: 200px;
  box-shadow: 0 10px 20px 2px rgba(33, 33, 33, .25);
}

.hair-area {
  position: absolute;
  top: 784px;
  right: 18px;
  z-index: 1;
  width: 330px;
  height: 330px;
  box-shadow: 0 30px 80px 6px rgba(33, 33, 33, .5);
}

.glitter-nails {
  position: absolute;
  left: -31px;
  top: 705px;
  z-index: 1;
  width: 339px;
  height: 339px;
  box-shadow: 0 30px 80px 6px rgba(33, 33, 33, .5);
}

.green-square {
  position: absolute;
  top: 213px;
  right: -7px;
  z-index: 1;
  width: 100px;
  height: 100px;
  background-color: #7edf76;
}

.yellow-triangle {
  position: absolute;
  left: -130px;
  top: -280px;
  z-index: 1;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 50px;
  border-color: #fff040 transparent transparent #fff040;
  -webkit-transform: translate(111px, 0px);
  -ms-transform: translate(111px, 0px);
  transform: translate(111px, 0px);
}

.slate-blue-triangle {
  position: absolute;
  top: 600px;
  right: 298px;
  z-index: 2;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 50px;
  border-color: #194a85 #194a85 transparent transparent;
  -webkit-transform: translate(111px, 0px);
  -ms-transform: translate(111px, 0px);
  transform: translate(111px, 0px);
}

.div-block-12 {
  position: relative;
  display: none;
  overflow: visible;
  width: 280px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #06c2b1;
  border-radius: 100px;
}

.section-heading {
  text-align: center;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #14171b;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.text-span-5 {
  font-weight: 600;
}

.div-block-13 {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-bottom: 1px solid #06c2b1;
}

.white-line {
  display: block;
  width: 35%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-bottom: 1px solid #fff;
}

.text-span-6 {
  font-weight: 600;
}

.section-4 {
  position: static;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin-bottom: 0px;
  padding-bottom: 300px;
}

.fa-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 25px;
  border: 1px none #000;
  border-radius: 100px;
  background-color: #06c2b1;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 50px;
  text-align: center;
}

.fa-icon:hover {
  background-color: #fff;
  color: #14171b;
}

.text-block-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-block-3 {
  text-align: center;
}

.columns {
  margin-top: 40px;
}

.section-5 {
  position: static;
  z-index: -1;
  overflow: visible;
  height: 100vh;
  min-height: 800px;
}

.div-block-14 {
  display: block;
  width: 300px;
  margin: 0px auto 40px;
  text-align: center;
}

.text-block-4 {
  display: inline-block;
  width: 250px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
}

.column {
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-column {
  width: 250px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
}

.container-6 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-4 {
  text-align: center;
}

.paragraph-5 {
  text-align: center;
}

.paragraph-6 {
  text-align: center;
}

.column-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.column-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.contact-col {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
}

.div-block-15 {
  height: 800px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  display: block;
  margin: 20px auto;
}

.teal-triangle {
  position: absolute;
  left: -80px;
  top: 561px;
  z-index: 1;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 50px;
  border-color: transparent transparent #06c2b1 #06c2b1;
  -webkit-transform: translate(111px, 0px);
  -ms-transform: translate(111px, 0px);
  transform: translate(111px, 0px);
}

.section-6 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #06c2b1, #06c2b1);
  background-image: linear-gradient(180deg, #06c2b1, #06c2b1);
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.image-10 {
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
}

.image-11 {
  background-image: url('../images/blonde.jpg');
  background-position: 0px 0px;
  background-size: 192px;
}

.white-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.lightbox-link {
  display: inline-block;
}

.link-block-2 {
  width: 50px;
  height: 50px;
  margin: 25px 20px;
  border-radius: 100px;
  background-color: #06c2b1;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #fff;
  font-size: 21px;
  text-align: center;
}

.link-block-2:hover {
  background-color: #fff;
  color: #0a2341;
}

.paragraph-7 {
  margin-bottom: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Fa brands 400', sans-serif;
  line-height: 50px;
}

.body {
  overflow: visible;
  height: 100%;
}

.link {
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
  text-decoration: none;
}

.link:hover {
  color: #06c2b1;
  font-weight: 300;
}

.link-2 {
  display: block;
  text-align: center;
}

.link-2:hover {
  display: block;
  text-align: center;
}

.link-3 {
  display: inline-block;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  height: 100%;
  padding-top: 0px;
  background-color: hsla(0, 0%, 100%, .3);
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  text-align: center;
}

.popup {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 500px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 36px;
  background-color: #fff;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .3);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #333;
}

.heading-5 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.paragraph-8 {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.paragraph-9 {
  font-family: 'Varela Round', sans-serif;
  font-size: 12px;
}

.text-span-7 {
  font-family: 'Fa solid 900', sans-serif;
}

.text-block-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.text-span-8 {
  margin-right: 10px;
  padding-right: 0px;
  font-family: 'Fa solid 900', sans-serif;
}

.text-span-9 {
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
}

.text-span-10 {
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
}

.link-4 {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  font-family: Varela, sans-serif;
  color: #888;
  font-size: 14px;
  line-height: 30px;
}

.link-4.link2 {
  font-family: Varela, sans-serif;
  color: #888;
  font-size: 14px;
  font-weight: 400;
}

.link-5 {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 13px;
  font-weight: 300;
}

.modal-link-icon {
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
}

.link2 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 13px;
  font-weight: 300;
}

.link-6 {
  display: inline-block;
}

.link-6.link2 {
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.text-span-11 {
  text-decoration: underline;
}

.text-span-12 {
  text-decoration: underline;
}

.text-span-13 {
  text-decoration: underline;
}

.text-span-14 {
  text-decoration: underline;
}

.text-span-15 {
  text-decoration: underline;
}

.text-span-16 {
  text-decoration: underline;
}

.text-span-17 {
  text-decoration: underline;
}

.text-span-18 {
  text-decoration: underline;
}

.text-span-19 {
  text-decoration: underline;
}

.text-span-20 {
  text-decoration: underline;
}

.div-block-17 {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #0a2341;
}

.image-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slide {
  background-color: transparent;
  background-image: url('../images/chandelier.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider {
  display: none;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: transparent;
}

.slide-2 {
  background-image: url('../images/nail-area.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/blonde.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/product-shelf_1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/nail-polish.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/crystal-nails.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/glitter-nails_1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/hair-area.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-3 {
  color: #fff;
}

.icon-4 {
  color: #fff;
}

.section-7 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
}

.div-block-18 {
  display: none;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f2f4f8;
}

.text-span-21 {
  font-weight: 600;
}

.slide-9 {
  background-image: url('../images/chandelier.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/nail-area.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/blonde.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/product-shelf_1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url('../images/nail-polish.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-14 {
  background-image: url('../images/crystal-nails.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-15 {
  background-image: url('../images/glitter-nails_1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-16 {
  background-image: url('../images/hair-area.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-2 {
  background-color: transparent;
}

.icon-5 {
  display: none;
}

.icon-6 {
  display: none;
}

.text-span-22 {
  text-decoration: underline;
}

.div-block-19 {
  color: #fff;
}

.div-block-19:hover {
  color: #06c2b1;
}

.contact-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
}

.contact-link:hover {
  color: #333;
}

.contact-item {
  color: #333;
}

.contactus-item {
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
}

.contactus-item:hover {
  color: #06c2b1;
}

.text-block-8 {
  text-decoration: underline;
}

.text-block-9 {
  text-decoration: underline;
}

.div-block-20 {
  overflow: visible;
  width: 500px;
  height: 300px;
  border-radius: 15px;
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
  opacity: 0.36;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.div-block-21 {
  position: absolute;
  left: 440px;
  top: 700px;
  z-index: 2;
  display: block;
  width: 240px;
  height: 240px;
  box-shadow: 0 35px 125px 8px rgba(33, 33, 33, .6);
}

@media (max-width: 991px) {
  .heading {
    margin-top: 100px;
  }
  .paragraph {
    font-size: 13px;
  }
  .heading-2 {
    margin-bottom: 70px;
  }
  .section {
    background-image: -webkit-linear-gradient(270deg, rgba(10, 35, 65, .25), rgba(10, 35, 65, .25)), url('../images/hero.jpg');
    background-image: linear-gradient(180deg, rgba(10, 35, 65, .25), rgba(10, 35, 65, .25)), url('../images/hero.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .service-column {
    margin-bottom: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
  }
  .service-icon {
    display: inline-block;
  }
  .service-heading {
    margin-top: 7px;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .service-description {
    font-size: 11px;
  }
  .paragraph-2 {
    font-size: 12px;
  }
  .heading-3 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .nail-polish {
    left: 300px;
  }
  .hair-area {
    right: 15px;
  }
  .yellow-triangle {
    left: -30px;
  }
  .slate-blue-triangle {
    right: 240px;
  }
  .white-line {
    margin-bottom: 5px;
  }
  .teal-triangle {
    left: 30px;
  }
  .icon-2 {
    color: #fff;
  }
  .slider {
    display: none;
  }
  .slide-nav-2 {
    margin-bottom: -50px;
  }
}

@media (max-width: 767px) {
  .nav-menu {
    height: 100vh;
  }
  .nav-link:hover {
    background-color: #fff;
  }
  .nav-link.w--current:hover {
    background-color: #fff;
  }
  .heading {
    margin-top: 0px;
  }
  .cta.contact {
    width: 260px;
  }
  .heading-2 {
    margin-bottom: 30px;
  }
  .section {
    background-image: -webkit-linear-gradient(270deg, rgba(10, 35, 65, .25), rgba(10, 35, 65, .25)), url('../images/hero.jpg');
    background-image: linear-gradient(180deg, rgba(10, 35, 65, .25), rgba(10, 35, 65, .25)), url('../images/hero.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .service-column {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .service-heading {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 21px;
  }
  .service-description {
    font-size: 14px;
  }
  .servicon-filled {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .about-parallax {
    height: 100vh;
  }
  .heading-3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .four-services {
    margin-top: 50px;
  }
  .container-5 {
    display: none;
  }
  .shelf {
    left: 0px;
  }
  .nail-polish {
    left: 210px;
  }
  .hair-area {
    right: 0px;
  }
  .white-line {
    margin-bottom: 2px;
  }
  .section-4 {
    padding-bottom: 100px;
  }
  .text-block-4 {
    display: block;
    height: 40px;
    margin: 0px auto;
    line-height: 40px;
  }
  .contact-col {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
  .columns-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .link {
    display: inline-block;
    color: #fff;
  }
  .slider {
    display: none;
  }
  .div-block-18 {
    position: relative;
    display: block;
    height: 100vh;
    background-color: #f0f3f7;
  }
  .slide-11 {
    background-image: url('../images/hybrid.jpg');
  }
  .slide-12 {
    background-image: url('../images/sunglitter.jpg');
  }
  .slide-13 {
    background-image: url('../images/polish.jpg');
  }
  .slide-15 {
    background-image: url('../images/hair-con.jpg');
  }
  .slide-16 {
    background-image: url('../images/curls.jpg');
  }
  .slide-nav-2 {
    display: block;
  }
  .slider-2 {
    position: relative;
    left: 0px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .icon-5 {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
    color: #222;
    font-size: 30px;
    line-height: 52px;
  }
  .icon-6 {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
    color: #222;
    font-size: 30px;
    line-height: 52px;
  }
  .slide-17 {
    background-image: url('../images/multicurls.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slide-1 {
    background-image: url('../images/redhead.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slide-1-2 {
    background-image: url('../images/blonde_1.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slide-1-3 {
    background-image: url('../images/pink-nails.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slide-1-4 {
    background-image: url('../images/bob.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 479px) {
  .heading {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    font-size: 30px;
    letter-spacing: 15px;
  }
  .paragraph {
    font-size: 13px;
  }
  .cta.contact {
    width: 240px;
  }
  .heading-2 {
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 3px;
    font-size: 18px;
    letter-spacing: 3px;
  }
  .section {
    background-image: -webkit-linear-gradient(270deg, rgba(10, 35, 65, .25), rgba(10, 35, 65, .25)), url('../images/hero.jpg');
    background-image: linear-gradient(180deg, rgba(10, 35, 65, .25), rgba(10, 35, 65, .25)), url('../images/hero.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .service-column {
    padding: 20px 0px;
  }
  .service-heading {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 17px;
  }
  .service-description {
    font-size: 12px;
  }
  .about-parallax {
    height: 700px;
  }
  .heading-3 {
    line-height: 30px;
  }
  .four-services {
    margin-top: 35px;
  }
  .container-5 {
    display: none;
  }
  .hair-area {
    top: 820px;
    right: -80px;
  }
  .glitter-nails {
    left: -100px;
  }
  .heading-4 {
    font-size: 35px;
  }
  .paragraph-3 {
    padding-right: 60px;
    padding-left: 60px;
    font-size: 12px;
  }
  .div-block-13 {
    width: 100px;
  }
  .section-4 {
    display: block;
  }
  .paragraph-6 {
    text-align: center;
  }
  .contact-col {
    font-size: 13px;
  }
  .slide {
    background-color: transparent;
  }
  .slider {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: transparent;
  }
  .icon-3 {
    color: transparent;
  }
  .icon-4 {
    color: transparent;
  }
  .section-7 {
    display: block;
  }
  .slide-nav {
    margin-bottom: -50px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-18 {
    display: block;
    height: 100vh;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f2f4f8;
  }
  .left-arrow {
    color: transparent;
  }
  .right-arrow {
    color: transparent;
  }
  .slide-nav-2 {
    display: block;
  }
  .slider-2 {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .icon-5 {
    display: block;
    margin-right: 10px;
  }
  .icon-6 {
    display: block;
    margin-left: 10px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
    font-size: 30px;
  }
  .slide-17 {
    background-image: url('../images/multicurls.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slide-1 {
    background-image: url('../images/redhead.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slide-1-2 {
    background-image: url('../images/blonde_1.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slide-1-3 {
    background-image: url('../images/pink-nails.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slide-1-4 {
    background-image: url('../images/bob.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.w-lightbox {
  cursor: pointer;
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}