body {
  margin: 0px;
  font-family: mr-eaves-xl-sans, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: mr-eaves-xl-sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.button {
  padding: 15px 30px;
  background-color: #dab29d;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
}

.button.nolink {
  position: relative;
  display: inline-block;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .16);
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 15px 50px;
  background-color: transparent;
  color: #fff;
}

.nav-link {
  display: block;
  color: #fff;
  font-size: 45px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #dab29d;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.d {
  margin-right: -20px;
}

.logo {
  width: 200px;
  padding: 3px;
  border: 2px solid #dab29d;
  background-color: #fff;
}

.logo.w--current {
  margin-left: 0px;
}

.fixed-footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 40px;
  background-color: transparent;
}

.fixed-footer.bottm {
  position: relative;
  z-index: 1;
  background-color: #000;
}

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.social-icon {
  width: 30px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 7px;
}

.home-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.home-3rd {
  position: relative;
  width: 33.3333%;
  height: 80vh;
  padding-right: 20px;
  padding-left: 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/Bridal-Hero-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/Bridal-Hero-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.home-3rd:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/Bridal-Hero-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/Bridal-Hero-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.home-3rd._1 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/Brides-maids-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/Brides-maids-min.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.home-3rd._1:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/Brides-maids-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/Brides-maids-min.jpg');
}

.home-3rd._2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/3.jpg');

  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.home-3rd._2:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/3.jpg');
}
.home-4th {
  position: relative;
  width: 33.3333%;
  height: 80vh;
  padding-right: 20px;
  padding-left: 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}
.home-4th._2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/4.jpg');

  background-size: cover;
  background-repeat: repeat, no-repeat;
}

.home-4th._2:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/4.jpg');
}

.menu-button {
  margin-top: 13px;
  margin-bottom: 13px;
  padding: 15px 13px;
  border-radius: 50%;
  background-color: #fafafa;
  color: #000;
}

.menu-button.w--open {
  z-index: 3;
  background-color: #fff;
}

.ham-top {
  width: 16px;
  height: 2px;
  background-color: #000;
}

.ham-mid {
  width: 16px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #000;
}

.ham-bot {
  width: 16px;
  height: 2px;
  background-color: #000;
}

.hero-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
}

.button-text {
  padding: 0px;
}

.hero-sub {
  overflow: hidden;
  height: 0px;
  margin-top: 10px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

.nav-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: 100vh;
  background-color: #000;
}

.hero {
  width: 100%;
  height: 100vh;
  background-image: url('../images/Bride-min-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.brows {
  background-color: #000;
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.makeup {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/bRIDES-MAIDS-min_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/bRIDES-MAIDS-min_1.jpg');
  background-position: 0px 0px, 50% 25%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.hero.biosculpture {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/biosculpture-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/biosculpture-hero.jpg');
  background-position: 0px 0px, 50% 25%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero.home {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bRUSHES-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bRUSHES-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-box {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 500px;
  color: #fff;
}

.hero-box.dark {
  color: #000;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}

._33 {
  width: 33.3333%;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #dab29d;
}

._33.bride {
  background-image: url('../images/Brides-maids-min.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

._66 {
  width: 66.6666%;
  padding: 100px 50px;
}

._66.detail {
  background-color: #dab29d;
  color: #fff;
}

._66.contact {
  padding-right: 0px;
  padding-left: 0px;
}

.max {
  position: static;
  top: 50%;
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.max.para {
  margin-bottom: 100px;
}

.max.contact-her {
  margin-top:150px;
}

.price {
  display: inline-block;
  margin-top: 0px;
  text-transform: none;
}

.each {
  display: block;
  margin-left: 5px;
  font-weight: 700;
}

.column-left {
  padding-left: 0px;
}

.column-right-price {
  padding-right: 0px;
  text-align: right;
}

.price-row {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.price-row.top {
  margin-top: 25px;
  border-top: 1px dashed #dab29d;
}

.big-hero-sub {
  font-size: 17px;
  line-height: 24px;
}

.big-hero-sub.head {
  font-weight: 400;
  text-transform: none;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gallery-link {
  height: 30vw;
  margin: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Bride2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-link._2 {
  background-image: url('../images/Bridal1-min.jpg');
}

.gallery-link._3 {
  background-image: url('../images/Bridesmaid2-min.jpg');
}

.gallery-link._4 {
  background-image: url('../images/Bridesmaid1-min.jpg');
}

.gallery-link.brow1 {
  height: auto;
  background-image: none;
}

.gallery-link.make1 {
  background-image: url('../images/Prom4edit.jpg'), url('../images/Bride2-min.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.gallery-link.make2 {
  background-image: url('../images/Specialoccasion2edit.jpg');
}

.gallery-link.make3 {
  background-image: url('../images/Prom2edit.jpg');
}

.gallery-link.make4 {
  background-image: url('../images/Specialoccasion1edit-min.jpg');
}
.gallery-link.bio1 {
  background-image: url('../images/bio1-min.jpg'), url('../images/bio1-min.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.gallery-link.bio2 {
  background-image: url('../images/bio2-min.jpg');
}

.gallery-link.bio3 {
  background-image: url('../images/bio3-min.jpg');
}
.brows-link {
  height: 30vw;
  margin: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/brows1-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.brows-link.bio1 {
  background-image: url('../images/brows1-min.jpg'), url('../images/brows1-min.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.brows-link.bio2 {
  background-image: url('../images/brows2-min.jpg');
}

.brows-link.bio3 {
  background-image: url('../images/brows3-min.jpg');
}
.full {
  width: 100%;
  padding: 100px 50px;
}

.full.home {
  padding-bottom: 0px;
}

.notes {
  padding-top: 25px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px dashed #dab29d;
}

.text-field {
  min-height: 50px;
  margin-bottom: 25px;
  border: 1px dashed #dab29d;
}

.text-field:focus {
  border: 1px solid #dab29d;
}

.text-field.area {
  min-height: 150px;
}

.text-field.top {
  margin-top: 25px;
}

.footer-coluumn {
  height: 40px;
  text-align: right;
}

.link {
  margin-right: 17px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.hd-badge {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 125px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .33);
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-detials {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 135px;
  margin-bottom:50px;
  color: #fff;
}

.contact-link {
  display: block;
  color: #fff;
  text-decoration: none;
}

.contact-hed {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 19px;
  letter-spacing: 1px;
}

.arrow {
  width: 32px;
  height: 32px;
  margin-top: 10px;
  background-color: #fff;
  background-image: url('../images/download-arrow.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.address {
  font-style: normal;
}

@media (max-width: 991px) {
  .button {
    padding: 15px;
  }
  .logo.w--current {
    margin-left: 0px;
  }
  .fixed-footer.nav {
    bottom: 25px;
  }
  /*.home-3rd._2 {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/3.jpg');
    background-size: auto, contain;
  }*/
  .button-text {
    padding: 0px;
  }
  .hero-sub {
    height: auto;
  }
  .nav-menu {
    height: 100vh;
  }
  .hero-heading {
    font-size: 30px;
    line-height: 31px;
  }
  .hero-box {
    left: 50px;
    bottom: 50px;
  }
  .max {
    width: auto;
  }
  .max.para {
    margin-bottom: 50px;
  }
  .max.contact-her {
    padding-right: 50px;
    padding-left: 50px;
  }
  .full {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .button {
    background-color: #dab29d;
  }
  .nav-link {
    font-size: 34px;
    line-height: 20px;
  }
  .logo.w--current {
    margin-left: 0px;
  }
  .home-flex {
    display: block;
  }
  .home-3rd, .home-4th {
    display: block;
    width: 100%;
    height: 60vh;
  }
  .hero-sub {
    height: auto;
  }
  .hero {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/Bride-min-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/Bride-min-1.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .main {
    display: block;
  }
  ._33 {
    width: 100%;
    padding: 25px 50px;
  }
  ._33.bride {
    width: 100%;
    height: 300px;
  }
  ._66 {
    width: 100%;
  }
  .flex {
    display: block;
  }
  .gallery-link {
    height: 400px;
  }
  .contact {
    display: block;
  }
  .contact-detials {
    margin-top: 0px;
  }
}

@media (max-width: 479px) {
  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-link {
    font-size: 20px;
    line-height: 25px;
  }
  .logo.w--current {
    margin-left: 0px;
  }
  .fixed-footer.bottm {
    height: auto;
    text-align: center;
  }
  .fixed-footer.nav {
    bottom: 50px;
  }
  .social-icon.footer {
    width: 22px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .home-3rd._2 {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/3.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
  }
  .hero {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Bride-min-1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Bride-min-1.jpg');
    background-position: 0px 0px, 32% 50%;
  }
  .hero.makeup {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/bRIDES-MAIDS-min_1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/bRIDES-MAIDS-min_1.jpg');
    background-position: 0px 0px, 0px 0px;
  }
  .hero-box {
    left: 15px;
    bottom: 15px;
  }
  ._33 {
    padding: 15px;
  }
  ._66 {
    padding: 50px 25px;
  }
  .max.para {
    margin-bottom: 15px;
  }
  .max.contact-her {
    margin-top: 75px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .full {
    padding: 30px 15px;
  }
  .footer-coluumn {
    text-align: center;
  }
  .hd-badge {
    display: none;
  }
}

