body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, .74);
  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;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

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

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

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

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

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

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

.button.full-width {
  display: block;
  width: 100%;
  background-color: #8b7764;
  font-family: Federo;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Federo;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section {
  position: relative;
  padding: 40px;
  background-color: #f0f0f0;
  font-family: Federo;
}

.section.section-gray {
  padding-top: 0px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #f0f0f0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.call-to-action-section {
  padding: 44px 40px;
  background-color: #141413;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-family: Federo;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.25px;
}

.align-right {
  text-align: right;
}

.hero-heading {
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 19px;
  clear: both;
  font-family: Federo;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: capitalize;
}

.hero-subheading {
  min-width: 1px;
  margin-right: 95px;
  margin-bottom: 26px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 1px;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  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: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

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

.hollow-button.white {
  border-color: #fff;
  font-family: Federo;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.25px;
}

.hollow-button.white:hover {
  border-color: #2d3e4f;
  background-color: #2d3e4f;
  color: #fff;
}

.hollow-button.red {
  border-color: #cf404d;
  background-color: #cf404d;
  color: #fff;
}

.hollow-button.red:hover {
  background-color: transparent;
}

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

.section-heading.centered {
  margin-bottom: 40px;
  font-family: Federo;
  color: #000;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.25px;
  text-transform: capitalize;
}

.section-subheading.center {
  font-family: Federo;
  color: #000;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.25px;
}

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

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  background-color: #f0f0f0;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
  font-family: Federo;
  color: #000;
  text-align: left;
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

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

.form-wrapper.squeezed {
  margin-top: 15px;
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding-top: 0px;
  padding-bottom: 21px;
  text-align: center;
}

.footer-text {
  padding-left: 0px;
  float: none;
  background-color: #8b7764;
  font-family: Federo;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #cf404d;
  text-decoration: none;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  position: relative;
  top: 40%;
  margin-bottom: 0px;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 329px;
  height: auto;
  margin-bottom: 1px;
  border-style: none;
  border-right-width: 2px;
  border-right-color: #fff;
  background-color: #8b7764;
  font-family: Federo;
  text-transform: none;
}

.nav-link {
  display: block;
  padding: 10px 0px 5px;
  font-family: Federo;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-transform: capitalize;
}

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

.nav-link.w--current {
  margin-top: 1px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: Federo;
  color: #000;
  text-transform: capitalize;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.banner {
  display: block;
  height: 100%;
  margin-top: 100px;
  background-color: #000;
  background-image: url('../images/2018-11-25_12.11.071.jpg');
  background-position: 0px 0px;
  background-size: 768px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
}

.column-remove-padding {
  padding-left: 2px;
}

.content {
  display: block;
  height: 100%;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
}

.paragraph {
  padding-left: 1px;
  color: #000;
}

.shipping-informatioin {
  margin-bottom: 45px;
  font-family: Federo;
  font-size: 19px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.shipping-heading {
  margin-bottom: 25px;
  font-family: Federo;
  font-size: 36px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.body {
  background-color: #030302;
  color: #fff;
  text-align: left;
}

.gallery-1 {
  text-align: center;
}

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

.column-1 {
  text-align: center;
}

.column-2 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  text-align: center;
}

.gallery-row-1 {
  text-align: center;
}

.gallery-row-2 {
  margin-top: 50px;
}

.column-3-photo {
  text-align: center;
}

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

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

.column-4-photo {
  margin-top: 108px;
}

.gallery-row-3 {
  margin-top: 50px;
  padding-bottom: 1px;
  text-align: center;
}

.top-photo-stretch-text {
  margin-top: 400px;
}

.wood-with-cross {
  text-align: center;
}

.products {
  padding-top: 1px;
  padding-left: 470px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  text-align: center;
}

.menu-text {
  position: relative;
  margin-bottom: 25px;
  font-family: Federo;
  color: #fff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.25px;
}

.retail-navbad {
  position: static;
  width: 751px;
}

.delete {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 329px;
  height: 579px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  border-style: none;
  border-color: #fff;
  background-color: #000;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  letter-spacing: 0.25px;
  text-transform: capitalize;
}

.nav-menu-retail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-link-retail {
  text-align: center;
}

.heading {
  background-color: #000;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 46px;
  font-weight: 400;
  text-align: center;
}

.retail-heading {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Federo;
  color: #fff;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
}

.walrus-legal-text {
  margin-top: 0px;
  font-family: Federo;
  color: #fff;
  text-align: center;
  letter-spacing: 0.25px;
}

.store-logoi-photo {
  text-align: center;
}

.top-photo-container {
  margin-top: 25px;
  margin-bottom: 50px;
  border: 1px none #000;
  text-align: center;
}

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

.menu-text-store {
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
  font-family: Federo;
  font-size: 18px;
  text-align: center;
}

.store-home-row {
  margin-bottom: 40px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  text-align: center;
}

.web-design-text-1 {
  font-family: Federo;
  font-size: 18px;
  text-align: center;
}

._1st-photo-text-gallery {
  margin-top: 10px;
  font-family: Federo;
  color: #000;
}

._3rd-photo-text-gallery {
  margin-top: 10px;
  font-family: Federo;
  color: #000;
  font-weight: 500;
}

._4th-photo-text-gallery {
  margin-top: 10px;
  font-family: Federo;
  color: #000;
  font-weight: 500;
}

._5th-photo-text-gallery {
  margin-top: 10px;
  font-family: Federo;
  color: #000;
  font-weight: 500;
}

._6th-photo-text-gallery {
  margin-top: 10px;
  font-family: Federo;
  color: #000;
  font-weight: 500;
}

.text-block {
  font-family: Federo;
}

.text-block-2 {
  font-family: Federo;
}

.text-block-3 {
  font-family: Federo;
}

.text-block-4 {
  font-family: Federo;
}

.text-block-5 {
  font-family: Federo;
}

.text-block-6 {
  font-family: Federo;
}

.text-block-7 {
  font-family: Federo;
}

.text-block-8 {
  font-family: Federo;
}

.field-label {
  font-family: Federo;
  font-size: 18px;
  font-weight: 500;
}

.field-label-2 {
  font-family: Federo;
  font-size: 18px;
  font-weight: 500;
}

.submit-button {
  background-color: #8f1010;
  font-family: Federo;
}

.text-field {
  display: inline-block;
  width: 600px;
  font-family: Federo;
  font-size: 18px;
  text-align: center;
}

.text-field-2 {
  font-family: Federo;
  font-size: 18px;
  text-align: center;
}

.textarea {
  margin-top: 20px;
  font-family: Federo;
  font-size: 18px;
  text-align: center;
}

.form {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
}

.form-wrapper-2 {
  text-align: center;
}

.html-embed {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  font-family: Federo;
  color: #000;
  text-align: center;
}

.text-block-9 {
  margin-bottom: 35px;
  font-family: Federo;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  font-family: Federo;
  color: #000;
  text-align: center;
}

.text-block-10 {
  font-family: Federo;
  font-size: 24px;
  text-align: center;
}

.text-block-11 {
  font-family: Federo;
  text-align: center;
}

.text-block-12 {
  font-family: Federo;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.text-block-13 {
  font-family: Federo;
  font-size: 12px;
  text-align: center;
}

.text-block-14 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Federo;
  font-size: 30px;
  line-height: 24px;
  text-align: center;
}

.text-block-15 {
  width: 250px;
  margin-bottom: 10px;
  margin-left: 660px;
  font-family: Federo;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 329px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #8b7764;
  font-family: Federo;
  text-align: center;
}

.nav-menu-2 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: left;
}

.nav-link-2 {
  position: static;
  display: block;
  margin-top: 0px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
}

.nav-link-3 {
  position: static;
  width: 329px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
}

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

.nav-link-4 {
  position: static;
  width: 329px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
}

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

.text-block-16 {
  margin-top: 100px;
  font-size: 24px;
  text-align: center;
}

.text-block-17 {
  margin-top: 165px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.image {
  text-align: center;
}

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

.image-2 {
  text-align: center;
}

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

.text-block-20 {
  margin-bottom: 25px;
  font-family: Federo;
  text-align: center;
}

.image-3 {
  background-image: url('../images/coral-ring.jpg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Federo;
}

.lightbox-link {
  background-color: #000;
  font-family: Federo;
}

.heading-2 {
  margin-top: 100px;
  font-family: Federo;
  font-size: 46px;
  font-weight: 500;
  text-align: center;
}

.image-4 {
  display: block;
  margin: 50px auto;
  text-align: center;
}

.image-5 {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-21 {
  margin-top: 15px;
  margin-bottom: 40px;
  text-align: center;
}

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

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.6000000000000006, 0.6000000000000006);
  -ms-transform: scale(0.6000000000000006, 0.6000000000000006);
  transform: scale(0.6000000000000006, 0.6000000000000006);
}

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) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  .hamburger-button {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #cf404d;
  }
  .section-subheading.center {
    margin-top: 40px;
  }
  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }
  .hero-title-wrapper {
    top: 40%;
  }
  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
    color: #000;
  }
  .nav-link {
    padding-left: 13px;
    background-color: #000;
    text-align: left;
  }
  .nav-menu {
    background-color: #000;
    letter-spacing: 0.25px;
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .banner {
    height: 500px;
  }
  .menu-text {
    background-color: #000;
  }
  .retail-navbad {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .delete {
    background-color: transparent;
  }
  .drop-down-button {
    background-color: #000;
  }
  .navbar {
    position: relative;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 300px;
    margin-bottom: 1px;
    margin-left: 235px;
    float: none;
    color: #fff;
  }
  .nav-menu-2 {
    float: none;
    background-color: #8b7764;
    text-align: center;
  }
  .nav-link-2 {
    padding-top: 20px;
  }
  .nav-link-3.w--current {
    padding-top: 0px;
  }
  .nav-link-4 {
    padding-top: 0px;
  }
  .text-block-16 {
    margin-top: 25px;
  }
  .text-block-17 {
    height: 30px;
    margin-top: 60px;
    font-size: 30px;
    line-height: 30px;
  }
  .container {
    color: #fff;
  }
  .icon-2 {
    margin-top: 0px;
  }
  .text-block-18 {
    margin-top: 20px;
    font-size: 20px;
  }
  .menu-button.w--open {
    background-color: #8b7764;
  }
  .text-block-19 {
    margin-top: 15px;
    font-family: Federo;
    text-align: center;
  }
  .text-block-21 {
    margin-top: 15px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .brand-text {
    display: block;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading {
    margin-top: 50px;
    font-size: 37px;
  }
  .section-subheading.center {
    font-size: 17px;
  }
  .hero-title-wrapper {
    top: 35%;
  }
  .grid-fours {
    width: 33.333%;
  }
  .banner {
    height: 500px;
    background-image: url('../images/ivory-heart-and-ring.jpg');
    background-position: 50% 50%;
    background-size: 500px;
    background-repeat: no-repeat;
    font-family: Federo;
    text-align: right;
  }
  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .shipping-informatioin {
    font-size: 17px;
  }
  .retail-navbad {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .navbar {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 300px;
    margin-left: 137px;
    color: #fff;
    text-align: center;
  }
  .text-block-17 {
    margin-top: 60px;
    font-size: 24px;
  }
  .text-block-18 {
    margin-top: 20px;
  }
  .text-block-19 {
    margin-top: 15px;
  }
}

@media (max-width: 479px) {
  .hero-heading {
    margin-top: 0px;
  }
  .section-heading.centered {
    font-size: 24px;
  }
  .section-subheading.center {
    font-size: 16px;
  }
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .hero-title-wrapper {
    top: 28%;
  }
  .nav-link {
    background-color: #8b7764;
  }
  .nav-link.w--current {
    background-color: #8b7764;
  }
  .nav-menu {
    background-color: #8b7764;
  }
  .logo-link {
    background-color: #8b7764;
  }
  .banner {
    height: 450px;
    background-image: url('../images/ivory-heart-and-ring.jpg');
    background-position: 50% 50%;
    background-size: 400px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .shipping-informatioin {
    font-size: 16px;
  }
  .shipping-heading {
    font-size: 24px;
  }
  .menu-text {
    background-color: #8b7764;
  }
  .retail-navbad {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .text-block-14 {
    margin-bottom: 50px;
  }
  .navbar {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-left: 10px;
  }
  .text-block-17 {
    margin-top: 45px;
    font-size: 24px;
  }
  .icon-2 {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: -15px;
  }
  .text-block-18 {
    margin-top: 5px;
    font-size: 20px;
  }
  .text-block-19 {
    margin-top: 15px;
  }
  .text-block-21 {
    font-size: 14px;
  }
}

