:root {
  --white: white;
  --black: black;
}

.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: #000;
  text-align: center;
  font-family: Teko, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

.navbar-logo-center {
  background-color: red;
  background-image: radial-gradient(circle, red, #000);
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
  position: relative;
  top: 0;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  text-decoration: none;
  transition: all .5s;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: #f6eca9;
  font-weight: 700;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  color: #000;
  font-family: Teko, sans-serif;
  font-size: 16px;
  line-height: 1.25;
}

.image {
  width: 300px;
}

.home-page-photo-section {
  background-image: radial-gradient(circle, rgba(255, 255, 255, .85) 14%, rgba(255, 255, 255, 0)), url('../images/Jims-Custom-Shop---Falls-Creek.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.home-page-photo-container {
  padding-left: 40px;
  padding-right: 40px;
}

.home-page-heading-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  background-color: red;
  width: 100%;
  height: 5px;
  display: block;
}

.home-paragraph {
  margin-bottom: 0;
  font-size: 22px;
}

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

.home-page-link-section {
  background-image: radial-gradient(circle, red, #000);
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-page-link-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.home-page-link-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.autobody-painting-link {
  background-image: radial-gradient(circle, rgba(0, 0, 0, .75), rgba(255, 255, 255, 0)), url('../images/photo-1_2.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px solid #000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.autobody-painting-link:hover {
  opacity: .75;
}

.auto-repair-link {
  background-image: radial-gradient(circle, rgba(0, 0, 0, .75), rgba(255, 255, 255, 0)), url('../images/photo-3.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px solid #000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.auto-repair-link:hover {
  opacity: .75;
}

.other-services-link {
  background-image: radial-gradient(circle, rgba(0, 0, 0, .75), rgba(255, 255, 255, 0)), url('../images/state-inspection.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 5px solid #000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.other-services-link:hover {
  opacity: .75;
}

.link-text {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 5px #000;
  font-size: 48px;
  line-height: 1;
}

.button {
  background-color: rgba(255, 0, 0, .75);
  border-radius: 25px;
  width: 75%;
}

.location-section {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.location-container {
  margin-bottom: 20px;
}

.location-heading {
  color: var(--white);
  font-size: 38px;
}

.location-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
}

.location-info-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

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

.location-subhead {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

.address-text {
  color: #fff;
}

.phone-link {
  color: #fff;
  text-decoration: none;
}

.phone-link.home-page {
  font-size: 38px;
}

.fax-link {
  color: #fff;
  text-decoration: none;
}

.hours-subhead {
  color: #fff;
  margin-top: 0;
  font-size: 28px;
}

.hours-text {
  color: #fff;
  padding-bottom: 20px;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.map-columns {
  object-fit: fill;
  padding-top: 20px;
}

.footer-light {
  background-image: radial-gradient(circle, red, #000);
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 0 5px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.footer-brand {
  width: 300px;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-title {
  color: #f6eca9;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-title.facebook {
  padding-top: 20px;
}

.footer-link-two {
  color: #fff;
  margin-top: 20px;
  text-decoration: none;
  transition: all .5s;
}

.footer-link-two:hover {
  color: #f6eca9;
}

.footer-link-two.w--current {
  color: #f6eca9;
  font-weight: 700;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.footer-social-block-two {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.code-embed, .code-embed-2 {
  height: 250px;
}

.link-block-3 {
  background-image: url('../images/facebook-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-flow: column;
  margin-bottom: 20px;
  padding-top: 20px;
}

.div-block-2 {
  background-color: red;
  width: 2px;
  height: 100%;
}

.subeading {
  color: #fff;
  text-shadow: 0 1px 5px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 1;
}

.background-video {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #fff;
  text-shadow: 0 1px 5px #000;
  font-size: 48px;
}

.section {
  background-color: #000;
  background-image: radial-gradient(circle, red, #000);
  padding-top: 40px;
  padding-bottom: 40px;
}

.paint-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}

.description-text {
  color: #fff;
}

.side-aligned-text-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.service-list {
  color: #fff;
  text-align: left;
}

.slide {
  background-image: url('../images/photo-1_1.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/photo-1_2.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/photo-2_2.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/photo-2_1.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/JIMS-CUS-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/IMG_2998.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/photo-4_1.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block {
  color: #fff;
  font-weight: 500;
}

.container-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding-top: 40px;
  display: flex;
}

.div-block-black {
  background-color: #000;
  width: 100%;
  height: 5px;
}

.background-video-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  background-image: radial-gradient(circle, red, #000);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .25)), url('../images/JIMS-CUS3.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.slide-8 {
  background-image: url('../images/JIMS-CUS1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/photo-2.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/photo-1.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/photo-3.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/photo-4.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-2 {
  grid-template-rows: auto;
  padding-bottom: 40px;
}

.text-span {
  font-size: 28px;
}

.container-4 {
  padding-top: 40px;
}

.section-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, 0)), url('../images/IMG_3009.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: radial-gradient(circle, red, #000);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-5 {
  padding-top: 40px;
}

.slide-13 {
  background-image: url('../images/photo-3.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/photo-4.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-6 {
  padding-bottom: 40px;
}

.image-2 {
  width: 250px;
}

.image-3 {
  width: 300px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.background-video-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: radial-gradient(circle, red, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  padding-bottom: 40px;
  display: flex;
}

.container-7 {
  flex-flow: column;
  display: flex;
}

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

.link-block-4 {
  text-decoration: none;
}

.payment-div {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.image-4, .image-5, .image-6, .image-7 {
  width: 100px;
}

.image-8 {
  width: 150px;
}

.payment-text {
  color: #fff;
  text-transform: uppercase;
}

.image-9 {
  width: 150px;
}

.fax-link-dubois, .fax-link-falls-creek {
  text-decoration: none;
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: red;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-menu-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    background-color: #f6eca9;
    border-radius: 15px;
    padding: 20px;
    font-size: 28px;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fff;
  }

  .home-page-heading-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    display: block;
  }

  .autobody-painting-link, .auto-repair-link, .other-services-link {
    width: 200px;
    height: 200px;
  }

  .button {
    width: 85%;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-brand.w--current {
    width: 200px;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .link-block-3 {
    width: 40px;
    height: 40px;
  }

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

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

  .side-aligned-text-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .section-4 {
    background-position: 0 0, 30%;
  }

  .section-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .payment-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-4, .image-5, .image-6, .image-7 {
    width: 75px;
  }

  .image-8, .image-9 {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .home-page-heading-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block {
    display: block;
  }

  .home-paragraph {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .home-heading {
    margin-bottom: 0;
    font-size: 30px;
  }

  .home-page-link-section {
    background-image: linear-gradient(red, red);
  }

  .home-page-link-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .button {
    font-size: 14px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .paint-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: center;
    margin-bottom: -50px;
  }

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

  .section-4 {
    background-position: 0 0, 25%;
  }

  .section-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-div {
    background-color: red;
    width: 100%;
    height: 5px;
  }

  .payment-div {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
    margin-top: 20px;
  }

  .image {
    width: 175px;
  }

  .home-page-heading-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .side-aligned-text-div {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-4 {
    background-position: 0 0, 15%;
  }

  .section-5 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .grid-3 {
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-2 {
    width: 150px;
  }

  .image-3 {
    width: 200px;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .payment-div {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .fax-link-dubois, .fax-link-falls-creek {
    text-decoration: none;
  }
}

#w-node-_2dc49aa0-7cd1-7b56-a4fe-82131c917f2b-cb5d7fc8, #w-node-_14de52db-f65d-20be-cefe-9083cddcc12a-cb5d7fc8, #w-node-_68e9a805-70c4-6b4d-055d-677595dec4f7-cb5d7fc8 {
  align-self: center;
  justify-self: center;
}

#w-node-d2e0bd82-a2e3-2462-9548-c33cd984aa46-c8629229, #w-node-_6965a548-cf0a-2ad7-3474-b53140d15c19-c8629229 {
  justify-self: center;
}

#w-node-_55bdec12-079e-e177-170e-abe0f31bfb16-b969c50e, #w-node-_8b68f4f6-f2e1-40f5-fdee-56295b9d2747-b969c50e {
  align-self: center;
  justify-self: center;
}


