:root {
  --white: white;
  --black: black;
  --color: #d63d16;
}



/* Output on screen (\40 is unicode character entity for the '@' symbol): */
email me: foo@bar.baz

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: var(--white);
  background-color: #f7e5cf;
  background-image: url('../images/html-bg.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 400%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.main-container {
  object-fit: fill;
  background-color: #f7e5cf;
  background-image: url('../images/bg_contact.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  max-width: 1200px;
  max-height: none;
  box-shadow: 0 0 2em 1em rgba(0, 0, 0, .2);
}

.nav_bg {
  height: 40px;
  margin-top: 90px;
}

.navbar {
  background-color: rgba(0, 0, 0, .28);
  margin-top: 92px;
  margin-bottom: 30px;
}

.nav-container {
  margin-left: 70px;
  padding-left: 0;
}

.nav-link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 700;
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, .67);
}

.nav-link:active {
  background-color: rgba(255, 255, 255, .5);
}

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

}

.nav-menu {
  float: none;
}

.pr-hdr {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 35px;
  margin-left: 150px;
  font-family: PT Serif, serif;
  font-size: 6rem;
  font-weight: 700;
  display: inline-block;
}

.home-copy-block {
  margin-bottom: 60px;
}

.pr-hdr-sub {
  margin-left: 0px;
  font-family: PT Serif, serif;
  font-size: 1.7rem;
  font-weight: 700;
  display: inline-block;
}

.body-columns {
  text-shadow: 0 0 5px rgba(8, 8, 8, .5);
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  font-size: 1.2rem;
  font-weight: 700;
}

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

.bullet-points {
  padding-right: 210px;
}

.ftr-imgs {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.ftr-div-block {
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 19px 5px -10px rgba(0, 0, 0, .2);
}

.div-block-2 {
  padding-right: 20px;
}

.ftr-section {
  color: var(--black);
  text-align: center;
  background-color: #f7e5cf;
  font-size: 1.5rem;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.ftr-div {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ftr-text {
  line-height: 1.7rem;
}

.text-span {
  font-size: 1.7rem;
  font-weight: 700;
}

.text-span-2 {
  font-size: 1.4rem;
  font-weight: 700;
}

.home-display-r-img {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-left: 5px;
}

.section-home-mid {
  margin-bottom: 40px;
}

.shm-grid {
  text-shadow: 3px 3px 5px #000;
  grid-template-rows: auto;
  grid-template-columns: .25fr;
  align-items: center;
  justify-items: center;
  margin-top: 40px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  display: none;
}

.feature-list {
  padding-right: 220px;
}

.list-item {
  width: auto;
  margin-bottom: 20px;
  list-style-type: disc;
  display: block;
}

.grid {
  grid-row-gap: 16px;
  grid-template: "Area"
                 "Area-2"
                 "Area-3"
                 "Area-4"
                 / 1.5fr 3.75fr 1.75fr;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1;
}

.home-display-l-img {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-right: 5px;
}

.ftr-section-mobile, .ftr-section-mobile-v {
  color: var(--black);
  text-align: center;
  background-color: #f7e5cf;
  font-size: 1.5rem;
  display: none;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home_testim_mid {
  color: var(--black);
  background-image: url('../images/altpgs-bg.webp');
  background-position: 0 0;
  background-size: cover;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  box-shadow: 0 6px 15px 10px rgba(160, 155, 155, .71);
}

.testimonial_block {
  text-align: center;
  border: 1px #000;
  border-radius: 0;
  max-width: 80%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial_hdr {
  color: var(--black);
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 400;
}

.black-text {
  color: var(--black);
}

.pt25 {
  font-size: 25px;
}

.testimonial_quote {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.1rem;
  line-height: 1.5;
}

.testimonial_contact {
  padding-bottom: 3px;
  font-weight: 700;
  display: none;
}

.testimonial_company {
  padding-top: 3px;
  padding-bottom: 3px;
  font-style: italic;
}

.testimonial_location {
  padding-top: 3px;
}

.main-container-alt {
  background-color: #f7e5cf;
  background-image: url('../images/bg_contact.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1200px;
  max-height: none;
  box-shadow: 0 0 2em 1em rgba(0, 0, 0, .2);
}

.ftr_group {
  display: block;
}

.mid_section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  background-image: url('../images/altpgs-bg.webp');
  background-position: 0 0;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  box-shadow: 0 6px 15px 10px rgba(160, 155, 155, .71);
}

.information_block {
  text-align: center;
  margin-bottom: 30px;
  padding-left: 70px;
  padding-right: 70px;
}

.fabric_paragraph {
  text-align: left;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.1;
}

.fabric_topic {
  color: var(--color);
  font-size: 1.1rem;
  font-weight: 700;
}

.red {
  color: var(--color);
}

.rem2-5 {
  font-size: 2.5rem;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.pad50 {
  padding-left: 50px;
  padding-right: 50px;
}

.info_blurb {
  color: var(--color);
  text-align: left;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 120px;
  font-size: 2.3rem;
  font-style: italic;
  font-weight: 700;
}

.info_blurb.pad-top-50 {
  padding-top: 40px;
}

.info_blurb_right {
  color: var(--color);
  text-align: right;
  padding-bottom: 20px;
  padding-right: 120px;
  font-size: 2.3rem;
  font-style: italic;
  font-weight: 700;
}

.pad-bottom-30 {
  padding-bottom: 30px;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.heading-2 {
  margin-top: auto;
}

.paragraph_rpc {
  text-align: justify;
  margin-bottom: 30px;
  line-height: 1.2;
}

.italic {
  font-style: italic;
}

.cushion_designs {
  color: var(--color);
  margin-top: 20px;
  font-size: 1.6rem;
  font-style: italic;
}

.grid_cushions {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.img_cusion {
  border: 4px solid #000;
}

.paragraph {
  text-align: justify;
}

.para_cushion {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.1rem;
  line-height: 1.1;
}

.para_cta {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 1.7rem;
  line-height: 1.2;
}

.bold {
  font-weight: 700;
}

.pt50 {
  font-size: 2.2rem;
}

.pt50.red.bold {
  font-size: 2.5rem;
}

.main-container-contact {
  background-color: #f7e5cf;
  background-image: url('../images/bg_contact.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 1200px;
  max-height: 1242px;
  box-shadow: 0 0 2em 1em rgba(0, 0, 0, .2);
}

.div_contact_main {
  justify-content: center;
  align-items: center;
  min-height: 1080px;
  padding-left: 220px;
  padding-right: 220px;
  display: flex;
}

.para_contact {
  text-shadow: 5px 5px 3px rgba(0, 0, 0, .3);
  padding-left: 45px;
  padding-right: 45px;
  font-size: 2.2rem;
  line-height: 1.2;
  position: relative;
}

.div_pews {
  background-image: url('../images/pews_low.webp');
  background-position: 50% 0;
  background-size: cover;
  min-height: 888px;
  margin-top: 100px;
}

.grid_pews {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), #fff 49%);
  grid-template-rows: auto;
  grid-template-columns: 1.8fr .6fr .6fr;
  position: relative;
  top: -29px;
}

.para_pews {
  text-align: left;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.7rem;
}

.pew_blocks {
  background-color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.pew-block-hdr {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pew-block-mesh-text {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-size: .75rem;
}

.info_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
}

.information_block_hdr {
  text-align: center;
  margin-bottom: 30px;
  padding-left: 70px;
  padding-right: 70px;
}

.para_note {
  margin-bottom: 60px;
  font-size: 1.7rem;
  line-height: 1.2;
}

.information_bloc_rpc {
  text-align: center;
  margin-bottom: 30px;
  padding-left: 70px;
  padding-right: 70px;
}

.para_note_mobile {
  text-align: center;
  margin-top: -30px;
  font-size: 1.2rem;
  line-height: 2em;
  display: block;
}

.information_block_cta {
  text-align: center;
  margin-bottom: 30px;
  padding-left: 70px;
  padding-right: 70px;
}

.cushion_designs_1 {
  color: var(--color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-style: italic;
}

.cushion_designs_2 {
  color: var(--color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-style: italic;
  display: none;
}

.tdcd_italic {
  font-style: italic;
}

.tdcd_italic_2 {
  font-style: italic;
  display: none;
}

.testimonial_block-2 {
  text-align: center;
  max-width: 80%;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial_mid_section-tp {
  color: var(--black);
  background-image: url('../images/altpgs-bg.webp');
  background-position: 0 0;
  background-size: cover;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 6px 15px 10px rgba(160, 155, 155, .71);
}

.mid_section-ip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  background-image: url('../images/altpgs-bg.webp');
  background-position: 0 0;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  box-shadow: 0 6px 15px 10px rgba(160, 155, 155, .71);
}

.ftr-imgs-alt {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 90%;
  max-width: 90%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 40px auto;
  display: flex;
}

.ftr-div-block-alt {
  margin-right: auto;
  box-shadow: 0 19px 5px -10px rgba(0, 0, 0, .2);
}

.home-display-img-alt {
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.tm-quote-btm {
  opacity: .1;
  mix-blend-mode: difference;
  max-width: 25%;
  margin-bottom: 2%;
  display: inline-block;
}

.image-3 {
  max-width: 25%;
}

.tm-quote-top {
  opacity: .1;
  mix-blend-mode: exclusion;
  max-width: 25%;
  margin-bottom: 2%;
  display: inline-block;
}

.tm-quote-div {
  text-align: left;
}

.information_block_infoftr, .information_block_tm {
  text-align: center;
  margin-bottom: 30px;
  padding-left: 70px;
  padding-right: 70px;
}

.para_note_mobile-ftr {
  text-align: center;
  margin-top: -30px;
  font-size: 1.2rem;
  line-height: 2em;
  display: block;
}

@media screen and (max-width: 991px) {
  .body {
    background-size: cover;
  }

  .main-container {
    object-fit: fill;
    background-image: url('../images/bg_contact.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .navbar {
    margin-top: 0;
    display: block;
    position: relative;
/*    display:none; */
  }

  .nav-link {
    text-shadow: 3px 4px 5px rgba(0, 0, 0, .2);
    background-color: rgba(0, 0, 0, .01);
  }

  .nav-menu, .menu-btn.w--open {
    background-color: #e7b374;
  }

  .pr-hdr {
    margin-left: 40px;
    font-size: 5rem;
  }

  .home-copy-block {
    margin-bottom: 40px;
  }

  .pr-hdr-sub {
    margin-left: 40px;
    font-size: 1.4rem;
  }

  .ftr-imgs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    align-items: center;
    justify-items: center;
    margin-top: 40px;
    display: none;
  }

  .ftr-div-block {
    box-shadow: none;
    text-align: center;
  }

  .ftr-section {
    font-size: 1rem;
  }

  .text-span {
    font-size: 1.5rem;
  }

  .home-display-r-img {
    min-width: 75%;
    max-width: 75%;
    min-height: 75%;
    max-height: 75%;
    margin-bottom: 20px;
    padding-left: 0;
    box-shadow: 5px 20px 10px -10px rgba(0, 0, 0, .2);
  }

  .image-2 {
    box-shadow: 0 3px 12px 5px rgba(0, 0, 0, .2);
  }

  .section-home-mid {
    margin-bottom: 20px;
  }

  .shm-grid {
    margin-bottom: -30px;
    display: flex;
  }

  .feature-list {
    padding-right: 140px;
  }

  .grid {
    display: none;
  }

  .home-display-l-img {
    min-width: 75%;
    max-width: 75%;
    min-height: 75%;
    max-height: 75%;
    padding-right: 0;
    box-shadow: 0 20px 10px -10px rgba(0, 0, 0, .2);
  }

  .ftr-section-mobile, .ftr-section-mobile-v {
    font-size: 1rem;
  }

  .home_testim_mid {
    padding-bottom: 5px;
    display: block;
  }

  .testimonial_block {
    display: block;
  }

  .main-container-alt {
    background-image: url('../images/bg_contact.webp');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: none;
    height: auto;
    min-height: 172px;
    max-height: none;
  }

  .mid_section {
    padding-bottom: 10px;
    display: block;
  }

  .info_blurb {
    padding-left: 0;
  }

  .info_blurb_right {
    padding-right: 0;
  }

  .grid-2 {
    display: inline-block;
  }

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

  .para_cushion {
    text-align: left;
  }

  .main-container-contact {
    background-image: url('../images/bg_contact.webp');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .para_contact {
    text-align: center;
  }

  .info_heading {
    padding-left: 100px;
    padding-right: 100px;
  }

  .information_block_hdr {
    padding-left: 30px;
    padding-right: 30px;
  }

  .para_note {
    display: none;
  }

  .para_note_mobile {
    display: block;
  }

  .testimonial_block-2 {
    display: none;
  }

  .testimonial_mid_section-tp {
    padding-bottom: 5px;
    display: block;
  }

  .mid_section-ip {
    padding-bottom: 10px;
    display: block;
  }

  .ftr-imgs-alt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    align-items: center;
    justify-items: center;
    margin-top: 40px;
    display: block;
  }

  .ftr-div-block-alt {
    box-shadow: none;
    text-align: center;
  }

  .home-display-img-alt {
    min-width: 75%;
    max-width: 75%;
    min-height: 75%;
    max-height: 75%;
    margin-bottom: 20px;
    padding-left: 0;
    box-shadow: 5px 20px 10px -10px rgba(0, 0, 0, .2);
  }

  .para_note_mobile-ftr {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-image: url('../images/html-bg.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .main-container {
    background-color: rgba(247, 229, 207, 0);
    background-image: url('../images/bg_contact.webp');
    background-position: 80% 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    width: auto;
    height: auto;
  }

  .navbar {
    position: fixed;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-container {
    margin-left: 0;
    margin-right: 0;
  }

  .pr-hdr {
    text-align: left;
    text-shadow: 0 0 9px rgba(3, 3, 3, .32);
    margin: 10px auto 20px 20px;
    font-size: 4rem;
    display: block;
  }

  .pr-hdr-sub {
    text-align: left;
    text-shadow: 0 0 7px #000;
    margin-left: 20px;
    margin-right: auto;
    font-size: 1.1rem;
    display: block;
  }

  .bullet-points {
    padding-left: 5%;
    padding-right: 5%;
    font-weight: 400;
  }

  .ftr-imgs {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .ftr-div-block {
    padding-top: 40px;
  }

  .ftr-section {
    display: none;
  }

  .ftr-text {
    word-break: normal;
    overflow-wrap: normal;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.3rem;
  }

  .text-span-2 {
    font-size: 1.1rem;
  }

  .home-display-r-img {
    min-width: auto;
    max-width: 95%;
    min-height: auto;
    max-height: 95%;
  }

  .section-home-mid {
    margin-top: 80px;
    margin-bottom: 10px;
  }

  .shm-grid {
    grid-template-columns: .25fr;
    margin-top: 30px;
    font-size: 1rem;
    line-height: 1.2rem;
    display: flex;
  }

  .list-item {
    width: 80%;
  }

  .home-display-l-img {
    min-width: auto;
    max-width: 95%;
    min-height: auto;
    max-height: 95%;
  }

  .ftr-section-mobile {
    display: block;
  }

  .ftr-section-mobile-v {
    display: none;
  }

  .main-container-alt {
    background-color: rgba(247, 229, 207, 0);
    background-image: url('../images/bg_contact.webp');
    background-position: 80% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: auto;
  }

  .red.pt50 {
    margin-bottom: -50px;
    display: block;
  }

  .info_blurb, .info_blurb_right {
    text-align: center;
  }

  .cushion_designs {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid_cushions {
    display: inline-block;
  }

  .para_cushion {
    margin-bottom: 40px;
  }

  .para_cta {
    font-size: 1.5rem;
    display: block;
  }

  .pt50.red.bold {
    font-size: 2rem;
    display: inline-block;
  }

  .main-container-contact {
    background-color: rgba(247, 229, 207, 0);
    background-image: url('../images/bg_contact.webp');
    background-position: 80% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: auto;
  }

  .div_contact_main {
    min-height: 800px;
  }

  .para_contact {
    text-shadow: 0 0 8px rgba(0, 0, 0, .5);
  }

  .div_pews {
    background-image: none;
    background-size: auto;
    min-height: auto;
  }

  .grid_pews {
    display: inline-block;
  }

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

  .pew_blocks {
    margin-bottom: 40px;
  }

  .pew-block-mesh-text {
    text-align: center;
  }

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

  .para_note_mobile {
    line-height: 1.5em;
  }

  .information_block_cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cushion_designs_1 {
    display: none;
  }

  .cushion_designs_2 {
    margin-bottom: auto;
    line-height: 2rem;
    display: block;
  }

  .tdcd_italic {
    display: none;
  }

  .tdcd_italic_2 {
    line-height: 1.5;
    display: block;
  }

  .ftr-imgs-alt {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .ftr-div-block-alt {
    padding-top: 40px;
  }

  .home-display-img-alt {
    min-width: auto;
    max-width: 95%;
    min-height: auto;
    max-height: 95%;
  }

  .information_block_infoftr, .information_block_tm {
    padding-left: 40px;
    padding-right: 40px;
  }

  .para_note_mobile-ftr {
    line-height: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .ftr-imgs {
    margin-top: auto;
  }

  .home-display-r-img {
    max-width: 95%;
  }

  .shm-grid {
    margin-bottom: auto;
  }

  .feature-list {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 40px;
  }

  .list-item {
    width: 75%;
  }

  .home-display-l-img {
    max-width: 95%;
  }

  .ftr-section-mobile {
    display: none;
  }

  .ftr-section-mobile-v {
    display: block;
  }

  .testimonial_quote {
    text-align: left;
  }

  .fabric_paragraph {
    padding-top: 0;
  }

  .info_blurb, .info_blurb_right {
    font-size: 1.9rem;
  }

  .gen_div {
    margin-bottom: 40px;
  }

  .cushion_designs {
    text-align: center;
    padding-left: 0;
    padding-right: 40px;
  }

  .para_cushion {
    margin-bottom: 0;
  }

  .para_cta {
    margin-top: 0;
  }

  .pt50.red.bold {
    text-align: center;
    font-size: 1.3rem;
  }

  .div_contact_main {
    min-height: 650px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .para_contact {
    text-shadow: 1px 0 5px #000;
    font-size: 140%;
  }

  .grid_pews {
    margin-top: -50px;
    top: 0;
  }

  .para_pews {
    padding-left: 0;
    padding-right: 0;
  }

  .pew-block-mesh-text {
    padding-left: 0;
  }

  .para_sub_hdr {
    font-size: 1.5rem;
    line-height: 1rem;
  }

  .para_note_mobile {
    line-height: 1.25em;
  }

  .ftr-imgs-alt {
    margin-top: auto;
  }

  .home-display-img-alt {
    max-width: 95%;
  }

  .para_note_mobile-ftr {
    line-height: 1.25em;
  }
}

#w-node-_7de8ae52-1f5d-7e69-070c-6eae5d3d3b89-1ece28cc {
  grid-area: Area;
  justify-self: end;
}

#w-node-ac2918ce-59e3-8e12-4d1a-618549fc2626-1ece28cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f9b8d21-0bb5-d40e-767a-b0961b920b98-1ece28cc {
  grid-area: Area-2;
  justify-self: end;
}

#w-node-e02b7b8f-cc5b-c23b-ff91-fbd113ff093b-1ece28cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bd1ceb5-1202-7024-e28f-dd6be9139b24-1ece28cc {
  grid-area: Area-3;
  justify-self: end;
}

#w-node-_34d50cb1-2149-f9ca-0f8f-ed8676cd4130-1ece28cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98127256-8acb-b531-26af-f3f0cbc0163e-1ece28cc {
  grid-area: Area-4;
  justify-self: end;
}

#w-node-dd0fc2c4-89f9-eb02-b818-4a8b0b1f5bef-1ece28cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ac39aad-d077-9673-570a-55305314383d-1ece28cc, #w-node-_6b34cd1e-f5c1-1800-5d47-574a829f4244-1ece28cc {
  justify-self: center;
}

#w-node-_7de8ae52-1f5d-7e69-070c-6eae5d3d3b89-f842a2df {
  grid-area: Area;
  justify-self: end;
}

#w-node-ac2918ce-59e3-8e12-4d1a-618549fc2626-f842a2df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f9b8d21-0bb5-d40e-767a-b0961b920b98-f842a2df {
  grid-area: Area-2;
  justify-self: end;
}

#w-node-e02b7b8f-cc5b-c23b-ff91-fbd113ff093b-f842a2df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bd1ceb5-1202-7024-e28f-dd6be9139b24-f842a2df {
  grid-area: Area-3;
  justify-self: end;
}

#w-node-_34d50cb1-2149-f9ca-0f8f-ed8676cd4130-f842a2df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98127256-8acb-b531-26af-f3f0cbc0163e-f842a2df {
  grid-area: Area-4;
  justify-self: end;
}

#w-node-dd0fc2c4-89f9-eb02-b818-4a8b0b1f5bef-f842a2df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ac39aad-d077-9673-570a-55305314383d-f842a2df, #w-node-_30ae9a64-f3d1-a5ae-4ad7-6cb70f89a4f7-f842a2df, #w-node-_30ae9a64-f3d1-a5ae-4ad7-6cb70f89a4f9-f842a2df {
  justify-self: center;
}


