body {
  background-color: #afbed0;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: museo-sans-rounded, sans-serif;
  color: #605c78;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

h4 {
  margin-top: 16px;
  margin-bottom: 0px;
  font-family: museo-sans-rounded, sans-serif;
  color: #90546f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: museo-sans-rounded, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, .67);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  list-style-type: disc;
}

a {
  color: #ff934f;
  text-decoration: underline;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  display: inline-block;
  padding: 15px 10px;
  border: 1px none #000;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: museo-sans-rounded, sans-serif;
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
}

.navigation-link:hover {
  color: #ff934f;
}

.navigation-link.w--current {
  padding: 15px 10px;
  color: #605c78;
}

.navigation-link.w--current:hover {
  color: #ff934f;
}

.navigation-link.w--current:active {
  color: #ff934f;
}

.navigation-bar {
  background-color: #afbed0;
  color: #f5dcdc;
}

.navigation-menu {
  display: inline-block;
  margin-top: 16px;
  padding-top: 41px;
  float: right;
  clear: none;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: inline;
  overflow: visible;
  margin-top: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
  float: left;
  clear: none;
}

.section {
  position: relative;
  padding: 40px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  background-color: #fff;
}

.white-box {
  margin-bottom: 10px;
  padding: 15px;
  border: 1px solid #afbed0;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.white-box.transparent.social {
  margin-bottom: 0px;
  padding: 10px;
}

.white-box.purple-box {
  border-color: #afbed0;
  background-color: #fff;
}

.white-box.orange-box {
  background-color: #ff934f;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 0px;
  padding-bottom: 25px;
  border-bottom: 4px none #69b9ff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  text-align: center;
}

.hero-heading {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: museo-sans-rounded, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #2e9dff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  font-family: museo-sans-rounded, sans-serif;
  color: #605c78;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  font-family: museo-sans-rounded, sans-serif;
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-title-group {
  margin-bottom: 25px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #605c78;
}

.footer.center {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  color: #9e9e9e;
  font-size: 11px;
  text-align: center;
}

.footer-text.beauty {
  margin-top: 25px;
  margin-bottom: 25px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 42px;
  padding-left: 0px;
  color: #fff;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.fullwidth-image.moogles {
  border-radius: 10px;
}

.white-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.white-text.email {
  margin-left: 3px;
  float: left;
  color: #f9f9e2;
  font-size: 26px;
}

.form {
  margin-top: 40px;
}

.home {
  width: 80px;
  height: 24px;
  background-image: url('../images/Home_w.png');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.home:hover {
  background-image: url('../images/Home_o.png');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.home:active {
  background-image: url('../images/Home_o.png');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.home:focus {
  background-image: url('../images/Home_p.png');
  background-size: 80px;
}

.faq {
  width: 57px;
  height: 24px;
  background-image: url('../images/FAQ_w.png');
  background-position: 50% 50%;
  background-size: auto 24px;
  background-repeat: no-repeat;
}

.faq:hover {
  background-image: url('../images/FAQ_o.png');
  background-position: 50% 50%;
  background-size: auto 24px;
}

.faq:active {
  background-image: url('../images/FAQ_o.png');
  background-position: 50% 50%;
  background-size: auto 24px;
  background-repeat: no-repeat;
}

.faq:focus {
  background-image: url('../images/FAQ_p.png');
  background-size: auto 24px;
}

.support {
  width: 137px;
  height: 24px;
  background-image: url('../images/Support_w.png');
  background-position: 50% 50%;
  background-size: auto 24px;
  background-repeat: no-repeat;
}

.support:hover {
  background-image: url('../images/Support_o.png');
  background-position: 50% 50%;
  background-size: auto 24px;
  background-repeat: no-repeat;
}

.support:active {
  background-image: url('../images/Support_p.png');
  background-position: 50% 50%;
  background-size: auto 24px;
  background-repeat: no-repeat;
}

.links {
  width: 82px;
  height: 24px;
  background-image: url('../images/Links_w.png');
  background-position: 50% 50%;
  background-size: auto 24px;
  background-repeat: no-repeat;
}

.links:hover {
  background-image: url('../images/Links_o.png');
  background-position: 50% 50%;
  background-size: auto 24px;
  background-repeat: no-repeat;
}

.links:active {
  background-image: url('../images/Links_p.png');
  background-position: 50% 50%;
  background-size: auto 24px;
  background-repeat: no-repeat;
}

.hero-container {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.twitch-video {
  position: static;
  width: 950px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-color: #676770;
}

.paragraphfooter {
  color: #fff;
}

.faqlist {
  color: rgba(0, 0, 0, .6);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.faqlist.rules {
  margin-bottom: 5px;
}

.faqul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.plist {
  text-align: center;
}

.fblock {
  margin-top: 15px;
  margin-bottom: -5px;
  font-family: museo-sans-rounded, sans-serif;
  color: #605c78;
  letter-spacing: 2px;
  text-decoration: none;
}

.fblock.all-fblock {
  letter-spacing: 2px;
}

.purple {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #605c78;
}

.emphasis {
  margin-top: 30px;
}

.note {
  margin-top: 25px;
}

.moogles {
  margin-bottom: 20px;
}

.orange {
  font-family: museo-sans-rounded, sans-serif;
  color: #ff934f;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.left {
  text-align: left;
}

.asterisk {
  font-style: italic;
  text-align: center;
}

.astore {
  width: 468px;
  height: 60px;
  margin-top: 0px;
}

.astore.top.bottom {
  margin-bottom: 20px;
}

.top {
  margin-top: 10px;
}

.socialmedia {
  border-radius: 10px;
}

.rounded {
  border-radius: 10px;
}

.column-link {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.amazon {
  height: 200px;
}

.pobox {
  line-height: 19px;
}

.picleft {
  display: inline-block;
  width: 210px;
  margin-top: 17px;
  margin-right: 20px;
  margin-bottom: 5px;
  float: left;
}

.teams {
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.picright {
  margin-top: 17px;
  margin-bottom: 5px;
  margin-left: 20px;
  float: right;
}

.nolinkcolor {
  text-decoration: none;
}

.aboutlink {
  float: left;
}

.video {
  border: 3px solid #605c78;
}

.lips {
  background-color: #fff8f8;
}

.lips.about {
  max-height: 100%;
  background-image: url('../images/RBK4.jpg');
}

.div-block {
  display: block;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.section-2 {
  margin-top: 35px;
  margin-bottom: 45px;
}

.transparent-box {
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
}

.transparent-box.transparent {
  border-style: none;
  background-color: transparent;
}

.transparent-box.transparent.social {
  margin-bottom: 0px;
  padding: 10px;
}

.transparent-box.purple-box {
  border-color: #afbed0;
  background-color: #fff;
}

.transparent-box.orange-box {
  background-color: #ff934f;
}

.shop-button {
  width: 291px;
  height: 291px;
  background-color: transparent;
  background-image: url('../images/Assets6.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.shop-button:hover {
  background-image: url('../images/Assets9.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.shop-button.page {
  width: 150px;
  height: 150px;
  background-color: transparent;
}

.section-3 {
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-4 {
  clear: left;
}

.about-me-button {
  width: 291px;
  height: 291px;
  background-color: transparent;
  background-image: url('../images/Assets5.png');
  background-position: 0px 0px;
  background-size: contain;
}

.about-me-button:hover {
  background-image: url('../images/Assets8.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-me-button.page {
  width: 150px;
  height: 150px;
  background-color: transparent;
}

.instagram-button {
  width: 291px;
  height: 291px;
  background-color: transparent;
  background-image: url('../images/Assets.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.instagram-button.page {
  width: 150px;
  height: 150px;
  background-color: transparent;
}

.facebook-button {
  width: 291px;
  height: 291px;
  background-color: transparent;
  background-image: url('../images/Assets2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.facebook-button.page {
  width: 150px;
  height: 150px;
  background-color: transparent;
}

.join-my-team-button {
  width: 291px;
  height: 291px;
  background-color: transparent;
  background-image: url('../images/Assets10.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.join-my-team-button:hover {
  background-image: url('../images/Assets11.png');
}

.join-my-team-button.page {
  width: 150px;
  height: 150px;
}

.join-my-team-button.page.w--current {
  background-color: transparent;
}

.contact-button {
  width: 291px;
  height: 291px;
  background-color: transparent;
  background-image: url('../images/Assets13.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-button.page {
  width: 150px;
  height: 150px;
  background-color: transparent;
}

.div-block-2 {
  margin-bottom: 35px;
}

.image-2 {
  margin-right: 15px;
  float: left;
}

.image-3 {
  display: block;
}

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

.aboutme h3 {
  margin-top: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #af4173;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.aboutme p {
  color: #161616;
}

.aboutme.join {
  text-transform: capitalize;
}

.aboutme.join h1 {
  color: #ce5a89;
  font-size: 41px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.aboutme.join h4 {
  text-align: center;
}

.aboutme.join a {
  color: #2e9dff;
  text-decoration: none;
}

.rich-text-block {
  display: block;
}

.paragraph {
  text-align: center;
}

.section-5 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.field-label {
  color: #822e50;
}

.field-label-2 {
  color: #822e50;
}

.field-label-3 {
  color: #822e50;
}

.field-label-4 {
  color: #822e50;
}

.submit-button {
  background-color: #822e50;
}

.field-label-5 {
  color: #192024;
}

.field-label-6 {
  color: #192024;
}

.field-label-7 {
  color: #192024;
}

.container {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  height: 100%;
  padding-top: 80px;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  text-align: center;
}

.shop-wrapper {
  display: block;
  width: 450px;
  max-width: 100%;
  margin: auto;
  padding: 20px;
  background-color: #fff;
}

.close-link {
  display: block;
  color: #999;
  font-size: 16px;
  text-align: right;
}

.shopping-button {
  background-color: #af4173;
}

.link {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.section-6 {
  margin-bottom: 0px;
  padding-bottom: 275px;
  background-image: url('../images/RBK4.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.section-7 {
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f7c2c8;
}

.container-2 {
  height: 40px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.nav-menu-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.nav-link-7 {
  position: static;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-link-8 {
  position: static;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-link-9 {
  position: static;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-link-10 {
  position: static;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-link-11 {
  position: static;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-link-12 {
  position: static;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .navigation-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    color: #fff;
  }
  .navigation-link.w--current {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px;
    color: #fff;
  }
  .hamburger-button {
    margin-top: 35px;
  }
  .hamburger-button.w--open {
    margin-bottom: 0px;
    float: right;
    background-color: #afbed0;
  }
  .navigation-menu {
    margin-top: 0px;
    float: none;
    background-color: #afbed0;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .shop-button {
    width: 240px;
    height: 240px;
    background-color: transparent;
  }
  .about-me-button {
    width: 240px;
    height: 240px;
    background-color: transparent;
  }
  .instagram-button {
    width: 240px;
    height: 240px;
    background-color: transparent;
  }
  .facebook-button {
    display: block;
    width: 240px;
    height: 240px;
    background-color: transparent;
  }
  .facebook-button.page {
    display: inline-block;
  }
  .join-my-team-button {
    width: 240px;
    height: 240px;
    background-color: transparent;
  }
  .join-my-team-button.page {
    background-color: transparent;
  }
  .contact-button {
    width: 240px;
    height: 240px;
    background-color: transparent;
  }
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row {
    display: block;
  }
  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .lips {
    background-size: cover;
  }
  .transparent-box {
    margin-bottom: 30px;
  }
  .facebook-button {
    display: inline-block;
  }
  .image-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .image-3 {
    display: block;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .aboutme {
    margin-right: 10px;
    margin-left: 10px;
  }
  .navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: transparent;
  }
  .icon {
    color: #192024;
  }
  .menu-button {
    background-color: transparent;
    color: #192024;
  }
  .menu-button.w--open {
    background-color: #d39a9d;
  }
  .nav-link {
    display: block;
  }
  .nav-link.beauty-link {
    font-size: 18px;
    text-align: center;
  }
  .nav-link.beauty-link.w--current {
    color: #edeff2;
  }
  .nav-link-2 {
    display: block;
  }
  .nav-link-3 {
    display: block;
  }
  .nav-link-4 {
    display: block;
  }
  .nav-menu {
    background-color: #d39a9d;
    color: #d39f9a;
  }
  .nav-link-5 {
    text-align: center;
  }
  .nav-link-5.w--current {
    font-size: 19px;
  }
  .nav-link-6 {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .footer-text.beauty {
    margin-right: 10px;
    margin-left: 10px;
  }
  .grid-image {
    width: 35%;
  }
  .lips {
    background-size: cover;
  }
  .div-block {
    display: block;
    width: 300px;
  }
  .image {
    display: inline-block;
    margin-top: 35px;
  }
  .shop-button {
    background-color: transparent;
  }
  .about-me-button {
    background-color: transparent;
  }
  .instagram-button {
    background-color: transparent;
  }
  .facebook-button {
    background-color: transparent;
  }
  .contact-button {
    background-color: transparent;
  }
}

