:root {
  --dark-slate-grey: #093848;
  --steel-blue: #189bc8;
  --white: white;
  --black: black;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: var(--dark-slate-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.5;
}

h3 {
  color: var(--steel-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.5;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 2;
}

a {
  color: var(--steel-blue);
  text-decoration: underline;
  transition: all .2s;
}

a:hover {
  color: #1c7696;
  text-decoration: none;
}

ul {
  margin-top: 6px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 3px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 26px;
  margin-bottom: 26px;
  margin-left: 56px;
  padding: 10px 20px;
  font-size: 1.2em;
  line-height: 1.7;
}

.section {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
}

.link-block-top {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 50vh;
  display: block;
  position: relative;
}

.bg-color {
  background-color: #0000;
  background-image: linear-gradient(225deg, #1490bb, #20a2cf);
}

.animator {
  z-index: 1;
  background-color: #0e7ca2;
  height: 0%;
  display: block;
  position: relative;
}

.animator2 {
  background-color: #0e7ca2;
  height: 0%;
  display: block;
}

.link-block2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 47vh;
  display: flex;
  box-shadow: 1px 1px 8px #00000036;
}

.or-block {
  z-index: 5;
  color: #000;
  background-color: #15607a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 6vh;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 1px #00000070;
}

.section-2 {
  background-color: #008ebc;
  background-image: url('../images/hrcurtis-website.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1611px;
  height: 1111px;
}

.body-2 {
  background-image: url('../images/hrcurtis-website-interior-comm.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1611px;
  height: 1300px;
}

.body-2.res {
  background-image: url('../images/hrcurtis-website-interior-res.jpg');
  background-size: 1611px;
}

.section-3 {
  background-color: #1581a7;
  padding-bottom: 88px;
}

.container {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.footer {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #00000069;
  margin-top: 51px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-left: -1px;
  font-family: Montserrat, sans-serif;
  font-size: 3.5vh;
  font-weight: 600;
  line-height: 1;
}

.image {
  display: none;
  position: absolute;
  top: -52px;
  transform: rotate(180deg);
}

.or-div {
  position: relative;
}

.image2 {
  display: none;
  position: absolute;
  bottom: -52px;
  transform: rotate(0);
}

.flex-div-btm {
  z-index: 11;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  box-shadow: 0 1px 19px #00000042;
}

.navbar {
  z-index: 10000;
  background-color: #0000;
  box-shadow: 0 2px 8px #000;
}

.section-4-interior {
  background-color: var(--dark-slate-grey);
  padding-top: 55px;
  padding-bottom: 133px;
}

.headline-white {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 12px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 69px;
  font-weight: 600;
  line-height: 1;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-top: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 2;
}

.header-interior {
  text-align: center;
  padding: 40px 56px;
}

.button {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  text-shadow: none;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 17px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 17px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 1px 1px 5px #000;
}

.button:hover {
  transform: translate(0, -2px);
  box-shadow: 0 5px 17px #000;
}

.button:active {
  box-shadow: none;
  transform: none;
}

.button.dark {
  background-color: var(--dark-slate-grey);
  color: #fff;
  box-shadow: 1px 1px 5px #00000026;
}

.button.dark.medium {
  margin-top: 0;
  margin-left: 0;
  padding: 13px 24px;
  font-size: 15px;
}

.button.dark.small {
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 500;
}

.button._2ndary {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

.nav-container {
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  margin-top: 75px;
  display: flex;
}

.image-2 {
  margin-bottom: 18px;
}

.drop {
  display: block;
  position: absolute;
  inset: 42px 40% 0;
}

.drop:hover {
  display: block;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  margin-left: 37px;
  display: flex;
}

.nav-link {
  color: #000;
  background-image: url('../images/water-drop-nav.png');
  background-position: 50% 63%;
  background-repeat: no-repeat;
  background-size: 0;
  margin-bottom: -14px;
  padding: 20px 36px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .333s;
  position: relative;
}

.nav-link:hover, .nav-link.w--current {
  background-image: url('../images/water-drop-nav.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.nav-text {
  margin-bottom: 14px;
}

.below-header-container {
  text-align: center;
  margin-top: -164px;
  padding-bottom: 47px;
  padding-left: 67px;
  padding-right: 67px;
}

.image-3 {
  width: 100%;
}

.logo-block {
  background-image: url('../images/HR-Curtis-logo-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25vh;
  height: 77px;
  margin-bottom: 2vh;
}

.header-residential {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 6px #00000091;
  font-size: 10vh;
  font-weight: 600;
  line-height: .9;
  position: relative;
}

.bg-image-btm {
  z-index: 1;
  opacity: .08;
  filter: saturate(0%) blur(1px);
  background-image: url('../images/commercial-kitchen.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.flex-div-top {
  z-index: 11;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.header-commercial {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 6px #00000091;
  margin-top: 9vh;
  font-size: 10vh;
  font-weight: 600;
  line-height: .9;
}

.bg-image-top {
  z-index: 1;
  opacity: .08;
  filter: saturate(0%) blur(1px);
  background-image: url('../images/plumber-under-sink.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.link-block-btm {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 44vh;
  display: block;
  position: relative;
}

.div-block-4 {
  color: #000;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 270px;
  height: 30px;
  margin-top: 50px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 11px #00000063;
}

.div-block-current {
  float: right;
  background-color: var(--dark-slate-grey);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-current.up {
  background-color: #fff;
}

.div-block-current.up:hover {
  background-color: #eee;
}

.div-block-current.down {
  background-color: var(--dark-slate-grey);
  color: #fff;
}

.div-block-5 {
  float: left;
  background-color: var(--dark-slate-grey);
  color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-5.up {
  color: #000;
  background-color: #0000;
}

.div-block-5.up:hover {
  background-color: #eee;
}

.text-block-2, .text-block-2-white {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.toggle-container {
  z-index: 1000000;
  text-align: right;
  position: relative;
}

.collection-list {
  flex-wrap: wrap;
  display: flex;
}

.collection-item {
  border-top: 16px solid var(--dark-slate-grey);
  width: 50%;
}

.heading-3 {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 1.3;
}

.paragraph-2 {
  color: #aaa;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.paragraph-3 {
  font-size: 1em;
}

.heading-4 {
  font-size: 1.5em;
}

.heading-5 {
  font-size: 2.6em;
}

.container-6 {
  padding: 93px 106px;
}

.paragraph-4 {
  margin-top: 26px;
}

.section-4 {
  background-image: linear-gradient(to top, #000000d4, #0000004f), url('../images/commercial-kitchen.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-end;
  height: 500px;
}

.paragraph-5 {
  margin-top: 37px;
}

.block-quote {
  border-left-color: var(--steel-blue);
  margin-left: 33px;
}

.paragraph-6 {
  margin-top: 32px;
}

.header-nothing-below {
  background-color: var(--dark-slate-grey);
  padding-top: 36px;
  padding-bottom: 21px;
}

.container-7 {
  align-items: flex-end;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 14px #000;
  width: 100%;
  margin-bottom: 64px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
}

.button-fake {
  z-index: 2;
  background-color: var(--steel-blue);
  text-align: center;
  border-radius: 11px;
  width: 120px;
  margin-top: 7px;
  padding: 7px;
  position: static;
}

.button-fake.shadow {
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: 0;
  box-shadow: 0 1px 3px #0000006e;
}

.text-block-3 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.link-block {
  height: 100%;
  padding: 56px 39px 55px;
  text-decoration: none;
  display: inline-block;
}

.link-block:hover {
  background-color: #0938480d;
}

.heading-6 {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-bottom: 10px;
  padding-left: 168px;
  padding-right: 168px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
}

.heading-6.white {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px 6px #000;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 36px;
  display: inline-block;
}

.heading-6.white.sm {
  font-size: 26px;
  font-weight: 300;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.header-interior-copy {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.headline-white-copy {
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 12px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 69px;
  font-weight: 600;
  line-height: 1;
}

.rich-text-block {
  margin-top: 22px;
  margin-bottom: 15px;
}

.text-block-4 {
  display: inline-block;
}

.slide {
  justify-content: center;
  align-items: center;
}

.slider {
  background-color: #0000;
  height: 450px;
  margin-bottom: 22px;
}

.right-arrow {
  background-image: linear-gradient(270deg, #0000001c, #fff0);
}

.icon {
  color: #000;
}

.right-arrow-copy {
  background-image: linear-gradient(to right, #0000001c, #fff0);
}

.div-block-8 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-8 {
  text-align: center;
  font-size: 18px;
}

.text-block-5 {
  color: var(--steel-blue);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.slide-nav {
  z-index: 5;
  background-color: var(--dark-slate-grey);
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 75%;
  display: flex;
}

.row {
  margin-top: 47px;
  margin-bottom: 99px;
}

.column {
  padding-right: 75px;
}

.field {
  background-color: #0000;
  border-style: none;
  margin-bottom: 0;
  font-size: 16px;
}

.field.message {
  height: 140px;
}

.div-block-10 {
  background-color: #f6f6f6;
  margin-bottom: 20px;
  padding: 8px;
}

.link-block-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 36px;
  padding: 28px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.link-block-2:hover {
  color: #fff;
  background-color: #197799;
  margin-top: 36px;
  transform: translate(0);
  box-shadow: inset 0 0 13px #0000006b;
}

.text-block-6 {
  margin-right: 7px;
  display: inline-block;
}

.text-block-6:hover {
  color: #fff;
}

.div-block-11 {
  background-color: #f0f3f5;
  margin-top: 31px;
  padding-bottom: 58px;
}

.list-item {
  margin-right: 15px;
  display: inline-block;
}

.unordered-list {
  padding-left: 0;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
}

.collection-item-2 {
  margin-bottom: 22px;
}

.link-block-3 {
  color: var(--dark-slate-grey);
  text-decoration: underline;
}

.heading-9 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
}

.div-block-12 {
  background-color: var(--dark-slate-grey);
  margin-bottom: 22px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.link-block-4 {
  color: #00000069;
  background-color: #fff;
  margin-top: -17px;
  padding: 11px 19px;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 1px 3px #0000002b;
}

.section-4-copy {
  background-image: linear-gradient(to top, #000000d4, #0000004f), url('../images/home-kitchen-strawberries.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-end;
  height: 500px;
}

.map {
  margin-bottom: 14px;
}

.small {
  display: none;
}

.title-wrapper {
  margin-bottom: 7vh;
  position: relative;
}

.title-wrapper.below {
  margin-top: 7vh;
  margin-bottom: 0;
}

.above-services-p {
  color: #000;
  text-align: center;
  margin-top: 34px;
  margin-bottom: 34px;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 2;
}

.radio-field {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 21px;
  display: inline-block;
}

.div-block-13 {
  background-color: var(--dark-slate-grey);
  margin-bottom: 26px;
  padding: 11px 18px;
}

.text-block-7 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.div-block-14 {
  background-color: #fff;
  border: 4px solid #000;
  margin-bottom: 23px;
  padding: 34px;
}

.text-block-8 {
  margin-bottom: 14px;
  font-size: 20px;
}

.form-block {
  margin-bottom: 399px;
}

.hiring-div {
  background-color: var(--dark-slate-grey);
  margin-bottom: 41px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-block-9 {
  color: #fff;
  text-align: center;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 27px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  margin-top: 38px;
  margin-bottom: 38px;
}

.quote-container {
  height: 100%;
  padding: 29px 19px;
  font-size: 16px;
  box-shadow: 0 0 11px #0000001f;
}

.quote-container.big {
  padding: 48px 71px;
}

.paragraph-8-copy {
  text-align: center;
}

.flex-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-16 {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 38px;
  padding-bottom: 38px;
  display: flex;
}

.layout-block {
  width: 67%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.layout-block._33 {
  width: 33.3333%;
}

.layout-block._67 {
  width: 66.6667%;
}

.rich-text-block-2 {
  text-align: left;
}

.div-block-17 {
  border-radius: 12px;
  height: 340px;
  margin-top: 38px;
  margin-bottom: 38px;
  position: relative;
  overflow: hidden;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-18 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  display: flex;
}

.div-block-19 {
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 1rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .navbar {
    padding-top: 29px;
  }

  .headline-white {
    font-size: 54px;
  }

  .button {
    margin-top: 11px;
  }

  .nav-container {
    margin-top: 23px;
    display: block;
  }

  .nav-menu {
    background-color: #f1f1f1;
    flex-direction: column;
    margin-left: 50%;
    display: flex;
    box-shadow: -3px 3px 5px #00000069;
  }

  .nav-link {
    margin-bottom: 0;
    padding-top: 26px;
    padding-bottom: 26px;
    display: block;
  }

  .nav-link:hover, .nav-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .nav-text {
    margin-bottom: 0;
  }

  .brand {
    width: 189px;
  }

  .header-residential {
    font-size: 12vw;
  }

  .div-block-4 {
    margin-top: 33px;
    margin-right: 182px;
  }

  .div-block-6 {
    display: none;
  }

  .header-nothing-below {
    padding-top: 27px;
  }

  .container-7 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .link-block {
    padding-left: 17px;
    padding-right: 17px;
  }

  .heading-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6.white {
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-6.white.sm {
    margin-top: 9px;
    margin-bottom: 4px;
    display: block;
  }

  .headline-white-copy {
    font-size: 54px;
  }

  .container-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider {
    height: 490px;
    margin-left: -21px;
    margin-right: -21px;
  }

  .div-block-9 {
    width: 80%;
  }

  .column {
    padding-right: 10px;
  }

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

  .above-services-p {
    font-size: 1.3em;
  }

  .layout-block._33, .layout-block._67 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image, .image2 {
    display: none;
  }

  .navbar {
    padding-left: 13px;
    padding-right: 13px;
  }

  .headline-white {
    font-size: 44px;
  }

  .header-interior, .below-header-container {
    padding-left: 33px;
    padding-right: 33px;
  }

  .logo-block {
    margin-bottom: 5px;
  }

  .header-residential {
    font-size: 12vw;
  }

  .header-commercial {
    margin-top: 5vh;
    font-size: 53px;
  }

  .div-block-4 {
    display: none;
  }

  .container-body {
    padding-left: 25px;
    padding-right: 25px;
  }

  .collection-list {
    flex-direction: column;
  }

  .collection-item {
    text-align: center;
    width: auto;
  }

  .heading-3, .services-wrap {
    text-align: center;
  }

  .container-6 {
    padding-left: 54px;
    padding-right: 54px;
  }

  .section-4 {
    height: 360px;
  }

  .header-nothing-below {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-7 {
    margin-bottom: 35px;
    font-size: 26px;
  }

  .button-fake {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-fake.shadow {
    position: static;
  }

  .link-block {
    padding-left: 34px;
    padding-right: 34px;
  }

  .heading-6 {
    font-size: 42px;
  }

  .header-interior-copy {
    padding-left: 33px;
    padding-right: 33px;
  }

  .headline-white-copy {
    font-size: 44px;
  }

  .slider {
    height: 640px;
    margin-left: -25px;
    margin-right: -25px;
  }

  .div-block-9 {
    width: 75%;
  }

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

  .column-2 {
    border-top: 8px solid var(--dark-slate-grey);
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 0;
  }

  .section-4-copy {
    height: 360px;
  }

  .map {
    margin-bottom: 44px;
  }

  .small {
    color: #acacac;
    font-size: 13px;
    display: block;
  }

  .title-wrapper {
    margin-bottom: 5vh;
  }

  .title-wrapper.below {
    margin-top: 5vh;
  }

  .above-services-p {
    font-size: 1.2em;
  }

  .container-body-copy {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.7em;
  }

  .link-block-top {
    height: 45vh;
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-block {
    font-size: 2vh;
  }

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

  .section-4-interior {
    padding-bottom: 70px;
  }

  .headline-white {
    font-size: 38px;
  }

  .header-interior {
    padding-left: 22px;
    padding-right: 22px;
  }

  .button {
    padding-left: 27px;
    padding-right: 27px;
  }

  .nav-container {
    padding-left: 11px;
    padding-right: 11px;
  }

  .below-header-container {
    margin-top: -101px;
    padding-left: 22px;
    padding-right: 22px;
    overflow: hidden;
  }

  .logo-block {
    width: 152px;
  }

  .header-residential, .header-commercial {
    font-size: 13vw;
  }

  .link-block-btm {
    height: 50vh;
  }

  .image-4 {
    max-width: 130%;
    margin-left: -15%;
  }

  .container-6 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-7 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .paragraph-7 {
    font-size: 21px;
  }

  .link-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-6 {
    font-size: 32px;
  }

  .image-5 {
    max-width: 150%;
    margin-left: -66px;
  }

  .header-interior-copy {
    padding-left: 22px;
    padding-right: 22px;
  }

  .headline-white-copy {
    font-size: 38px;
  }

  .heading-7 {
    font-size: 2em;
  }

  .slider {
    height: 820px;
    margin-left: 0;
    margin-right: 0;
  }

  .right-arrow, .right-arrow-copy {
    display: none;
  }

  .div-block-8 {
    justify-content: center;
  }

  .div-block-9 {
    width: 100%;
    height: 90%;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .title-wrapper {
    margin-bottom: 5vh;
  }

  .title-wrapper.below {
    margin-top: 5vh;
  }

  .above-services-p {
    font-size: 16px;
  }

  .div-block-14 {
    padding: 15px;
  }

  .div-block-17 {
    height: 230px;
  }
}


