.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid transparent;
  font-family: brandon-grotesque, sans-serif;
  color: #030303;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.nav-link.nav-cta {
  margin-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #e7a0a3;
  color: #e7a0a3;
}

.bottom-bar__hover {
  position: absolute;
  top: 0px;
  right: -10px;
  width: 10px;
  height: 100%;
  background-color: #fff;
}

.middle-bar__hover {
  position: absolute;
  top: 0px;
  right: -10px;
  width: 10px;
  height: 100%;
  background-color: #fff;
}

.line {
  position: relative;
  width: 50px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 6px;
  background-color: #f80000;
}

.line.top-bar {
  width: 30px;
}

.line.bottom-bar {
  width: 30px;
}

.line.middle-bar {
  width: 30px;
}

.menu-container {
  height: 100%;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.top-bar__hover {
  position: absolute;
  top: 0px;
  right: -10px;
  width: 10px;
  height: 100%;
  background-color: #fff;
}

.nav-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger.w--open {
  background-color: transparent;
}

.hero {
  position: relative;
  display: block;
  height: 600px;
  margin-top: 80px;
  padding: 100px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero_1.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-text-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-inner {
  padding-right: 15px;
  padding-left: 15px;
}

.heading-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.hero-heading {
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 15px;
  font-family: brandon-grotesque, sans-serif;
  color: #3c4752;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 25px;
  font-family: brandon-grotesque, sans-serif;
  color: #3c4752;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta {
  width: 400px;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e7a0a3;
  font-family: brandon-grotesque, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta.icon-button {
  display: block;
  width: 100%;
  margin-top: 39px;
}

.cta.instagram-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.cta.cta-button {
  margin-top: 20px;
}

.cta.cta-button.button-blue {
  background-color: #3c4752;
}

.icon-text {
  padding: 80px 15px 0px;
  background-color: #fff;
  text-align: center;
}

.container {
  max-width: 1140px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.free-shipping-container {
  margin-right: auto;
  margin-left: auto;
}

.icon-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-container {
  margin-bottom: 0px;
  text-align: center;
}

.icon-image {
  margin-bottom: 8px;
}

.icon-title {
  font-family: brandon-grotesque, sans-serif;
  color: #3c4752;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pink-dot {
  margin-right: 16px;
}

.heading {
  margin-top: 0px;
  font-family: brandon-grotesque, sans-serif;
  color: #3c4752;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.slide-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main-slide-text {
  width: 100%;
  max-width: 50%;
  padding: 30px 30px 30px 95px;
}

.bar {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.main-slide {
  padding: 0px 16px 120px;
}

.triggers {
  cursor: pointer;
}

.price-number {
  margin-bottom: 20px;
  font-family: brandon-grotesque, sans-serif;
  color: #3c4752;
  font-size: 42px;
  font-weight: 900;
}

.slider-area {
  width: 100%;
  max-width: 50%;
}

.heading-2 {
  font-family: brandon-grotesque, sans-serif;
  color: #3c4752;
  font-size: 20px;
  letter-spacing: 1px;
}

.controls {
  display: none;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-wrapper {
  display: none;
}

.horizontal-line {
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.15);
}

.horizontal-line.hr-white {
  background-color: #fff;
}

.collage {
  padding: 0px 15px;
}

.collage-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.separator {
  padding: 50px 15px;
  text-align: center;
}

.discount-image {
  margin-bottom: 30px;
}

.discount-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.discount {
  padding: 0px 15px 120px;
  text-align: center;
}

.step-name {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: brandon-grotesque, sans-serif;
  color: #3c4752;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.discount-header {
  margin-bottom: 60px;
}

.discount-section-title {
  margin-top: 10px;
  font-family: brandon-grotesque, sans-serif;
  color: #3c4752;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.discount-subheading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: brandon-grotesque, sans-serif;
  color: #3c4752;
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 970px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Koozie-Shrink-small.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.instagram-text-area {
  max-width: 50%;
  padding: 29px;
  background-color: #fff;
  text-align: center;
}

.instagram-section-title {
  font-family: brandon-grotesque, sans-serif;
  color: #3c4752;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.instagram-subheading {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: brandon-grotesque, sans-serif;
  color: #3c4752;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-subheading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: brandon-grotesque, sans-serif;
  color: #3c4752;
  font-size: 23px;
  text-transform: uppercase;
}

.about-section-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: brandon-grotesque, sans-serif;
  color: #3c4752;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.about {
  padding: 120px 15px;
}

.about-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-section {
  padding: 80px 15px;
  background-color: #f2f2f2;
  text-align: center;
}

.cta-sectiontitle {
  margin-top: 0px;
  font-family: brandon-grotesque, sans-serif;
  color: #3c4752;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.social-link {
  margin-right: 15px;
}

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

.copyright {
  margin-top: 12px;
  font-size: 12px;
  text-transform: uppercase;
}

.footer-logo-image {
  width: 200px;
}

.footer-logo {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 9px;
  font-family: brandon-grotesque, sans-serif;
  color: #e7a0a3;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph {
  font-weight: 600;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer {
  padding: 60px 15px 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #3c4752;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}

.footer-link:hover {
  color: #e7a0a3;
  text-decoration: none;
}

.body {
  font-family: raleway, sans-serif;
  color: #777;
  font-size: 18px;
  line-height: 1.6;
}

.button-container {
  display: -ms-grid;
  display: grid;
  max-width: 780px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.payments {
  margin-bottom: 60px;
}

.payments-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.payment-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.color-link {
  color: #e7a0a3;
  font-weight: 700;
  text-decoration: none;
}

.email-color {
  color: #e7a0a3;
}

.ounces {
  text-transform: lowercase;
}

.hero-span {
  display: block;
}

.logo-image {
  width: 140px;
}

.shipping-image {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.shipping-image-2 {
  height: 100px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/Free-Shipping.png');
  background-position: 48% 50%;
  background-size: auto;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-top: 31px;
    padding-bottom: 31px;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
  }

  .nav-link.nav-cta {
    margin-right: auto;
    margin-left: auto;
  }

  .brand {
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .brand.w--current {
    z-index: 1;
  }

  .bottom-bar__hover {
    background-color: transparent;
  }

  .middle-bar__hover {
    background-color: transparent;
  }

  .line.top-bar {
    background-color: #e7a0a3;
  }

  .line.bottom-bar {
    background-color: #e7a0a3;
  }

  .line.middle-bar {
    background-color: #e7a0a3;
  }

  .menu-container {
    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;
  }

  .navigation {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .top-bar__hover {
    background-color: transparent;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.94);
  }

  .mobile-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hamburger {
    z-index: 2;
  }

  .hero {
    height: 500px;
    margin-top: 85px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/hero.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/hero.jpg');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .hero-text-inner {
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .blank-space {
    display: none;
  }

  .hero-heading {
    color: #fff;
  }

  .hero-subheading {
    color: #fff;
  }

  .cta.cta-button.button-blue {
    margin-top: 20px;
  }

  .icon-text {
    padding-top: 60px;
  }

  .icon-image {
    width: 75px;
  }

  .icon-title {
    font-size: 16px;
  }

  .main-slide-paragraph {
    text-align: left;
  }

  .slide-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-slide-text {
    max-width: 100%;
    padding-left: 30px;
    text-align: center;
  }

  .bar {
    margin-right: auto;
    margin-left: auto;
  }

  .main-slide {
    padding-bottom: 60px;
  }

  .slider-area {
    max-width: 100%;
    text-align: center;
  }

  .heading-2 {
    text-align: left;
  }

  .discount-image {
    width: 130px;
  }

  .discount {
    padding-bottom: 80px;
  }

  .discount-section-title {
    font-size: 30px;
  }

  .instagram {
    height: 400px;
    background-position: 100% 50%;
  }

  .instagram-text-area {
    position: relative;
    top: 405px;
    width: 600px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #f2f2f2;
  }

  .instagram-subheading {
    font-size: 30px;
  }

  .about {
    padding-top: 440px;
    text-align: center;
  }

  .about-grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .social-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-logo-image {
    width: 200px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-logo {
    width: 100%;
    margin-top: 20px;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    text-align: center;
  }

  .footer-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-container {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .payment-image {
    width: 73px;
  }

  .connect {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
  }

  .quick-links {
    width: 50%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .contact-us {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .shipping-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .shipping-image-2 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding: 40px 20px;
  }

  .hero-heading {
    font-size: 48px;
  }

  .hero-subheading {
    font-size: 21px;
  }

  .cta {
    width: 100%;
  }

  .icon-text {
    padding-top: 60px;
  }

  .icon-grid {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading {
    font-size: 35px;
  }

  .main-slide {
    padding-top: 0px;
  }

  .arrow {
    width: 27px;
  }

  .discount-grid {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .discount {
    padding-bottom: 90px;
  }

  .discount-section-title {
    font-size: 22px;
  }

  .instagram {
    height: 291px;
    margin-top: -26px;
    background-attachment: scroll;
  }

  .instagram-text-area {
    position: relative;
    top: 18px;
    width: 100%;
    margin-bottom: -361px;
    background-color: #f2f2f2;
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.2);
  }

  .instagram-section-title {
    font-size: 30px;
  }

  .instagram-subheading {
    font-size: 24px;
  }

  .about-section-title {
    font-size: 30px;
  }

  .about {
    padding-top: 418px;
    padding-bottom: 80px;
  }

  .cta-section {
    background-color: #f2f2f2;
  }

  .cta-sectiontitle {
    font-size: 28px;
  }

  .footer-heading {
    font-size: 16px;
  }

  .footer {
    padding: 40px 20px;
  }

  .button-container {
    margin-top: 12px;
  }

  .quick-links {
    width: 100%;
  }

  .contact-us {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }

  .image {
    width: 500px;
  }

  .shipping-image {
    padding-top: 0px;
  }

  .shipping-image-2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .hero {
    height: 400px;
  }

  .heading-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-heading {
    font-size: 25px;
  }

  .hero-subheading {
    font-size: 17px;
  }

  .cta {
    font-size: 16px;
  }

  .cta.cta-button {
    margin-top: 0px;
  }

  .cta.cta-button.button-blue {
    margin-top: 16px;
  }

  .icon-text {
    padding-top: 50px;
  }

  .heading {
    font-size: 24px;
  }

  .main-slide-text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .price-number {
    font-size: 30px;
  }

  .detail-box {
    text-align: left;
  }

  .separator {
    padding-bottom: 30px;
  }

  .discount-image {
    width: 100px;
  }

  .discount-section-title {
    font-size: 24px;
  }

  .discount-subheading {
    font-size: 20px;
  }

  .instagram {
    background-position: 100% 50%;
  }

  .instagram-text-area {
    top: 19px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .instagram-section-title {
    margin-top: 0px;
    font-size: 24px;
  }

  .instagram-subheading {
    font-size: 18px;
  }

  .about-section-title {
    font-size: 24px;
  }

  .about {
    padding-top: 390px;
    padding-bottom: 50px;
  }

  .cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-sectiontitle {
    font-size: 20px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .button-container {
    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;
  }

  .payments-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .payment-image {
    width: 26%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .connect {
    margin-top: 30px;
  }

  .contact-us {
    margin-top: 30px;
  }

  .pink-lines {
    display: none;
  }

  .hero-span {
    display: inline;
  }

  .shipping-image-2 {
    margin-bottom: 40px;
    padding-bottom: 0px;
    background-position: 48% 50%;
  }
}

