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

.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;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 19px;
}

.div {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div.no-top {
  padding-top: 0;
}

.hero {
  background-image: url('../images/rainbow-linen-laundry-rugby.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.hero.domestic {
  background-image: url('../images/rainbow-linen-laundry-warwickshire.jpg');
}

.logo-wrapper {
  float: left;
  clear: left;
  background-color: #ffffffbf;
  max-width: 500px;
  margin-bottom: 20px;
  padding: 25px;
}

.hero-text-wrapper {
  max-width: 700px;
}

.body {
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.hero-div {
  width: 90%;
  max-width: 1100px;
}

.hero-text {
  float: left;
  clear: left;
}

.hero-text p {
  font-size: 20px;
}

.hero-text h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.hero-text h1 {
  line-height: 1.1;
}

.mobile-image {
  display: none;
}

.wedding-shop {
  text-align: center;
  background-color: #f54688;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.1;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 2px 2px 3px #00000063;
}

.wedding-shop:hover {
  background-color: #ff5696;
}

.footer {
  color: #fff;
  background-color: #333;
  font-size: 15px;
}

.column-wrapper {
  margin-left: -20px;
  margin-right: -20px;
}

.thirds {
  float: left;
  text-align: center;
  width: 33.33%;
  padding: 20px;
}

.footer-logo {
  margin-bottom: 21px;
}

.white a {
  color: #fff;
  text-decoration: none;
}

.white a:hover {
  text-decoration: underline;
}

.call-button {
  background-color: #00a233;
  margin-top: 6px;
  padding-left: 24px;
  padding-right: 25px;
  display: none;
}

._33-right {
  float: right;
  width: 33.33%;
  padding-top: 20px;
  padding-left: 20px;
}

._66-left {
  float: left;
  width: 66.66%;
  padding-right: 20px;
}

.link-block {
  color: #fff;
  text-align: center;
  background-color: #3e1695;
  width: 100%;
  padding: 20px 20px 10px;
  line-height: 1.1;
  text-decoration: none;
}

.link-block:hover {
  background-color: #5d2dc4;
}

.rainbow-commercial {
  background-image: url('../images/rainbow-linen-commercial-laundry-warwickshire.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  width: 100%;
}

.image-2 {
  margin-top: 50px;
}

.image-3 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.disclaimer {
  background-color: #e6e6e6;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 20px 20px 10px;
}

.prices {
  float: left;
  width: 100%;
}

.flex-price-wrapper {
  border-bottom: 1px solid #d8d8d8;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.flex-price-wrapper.bold {
  font-weight: 700;
}

.price {
  text-align: right;
  flex: none;
  width: 80px;
  min-height: 48px;
  margin-bottom: 0;
  position: relative;
  inset: 0% 0% auto auto;
}

.price-wrap {
  flex: none;
  position: relative;
  inset: 0% 0% auto auto;
}

.min-charge {
  text-align: right;
  width: 80px;
  margin-bottom: 0;
  padding-bottom: 6px;
  font-size: 12px;
  position: absolute;
  inset: auto 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 75%;
    min-height: auto;
  }

  .logo-wrapper {
    max-width: 75%;
  }

  .hero-text-wrapper {
    width: 100%;
    max-width: none;
  }

  .wedding-shop {
    max-width: 230px;
    padding: 11px 15px;
    font-size: 16px;
  }

  .thirds {
    width: 100%;
  }

  ._33-right {
    width: 50%;
    position: sticky;
    top: 20px;
  }

  ._66-left {
    width: 50%;
  }

  .grid {
    grid-column-gap: 5vw;
  }

  .prices {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .div.no-top {
    margin-top: -30px;
  }

  .hero {
    background-position: 65%;
  }

  .logo-wrapper {
    max-width: 100%;
  }

  .call-button {
    display: inline-block;
  }

  ._33-right {
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    position: relative;
  }

  ._66-left {
    width: 100%;
    padding-bottom: 6px;
    padding-right: 0;
  }

  .rainbow-commercial {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid, .flex-price-wrapper {
    font-size: 16px;
  }

  .price, .min-charge {
    width: 60px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.domestic {
    background-image: none;
    background-size: auto;
  }

  .logo-wrapper {
    background-color: #fff;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding-left: 5vw;
    display: flex;
  }

  .hero-text-wrapper, .hero-div {
    width: 100%;
  }

  .hero-text {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .mobile-image {
    margin-bottom: 20px;
    display: inline-block;
  }

  .wedding-shop {
    display: none;
  }

  ._33-right {
    margin-top: -60px;
  }

  .rainbow-commercial {
    max-width: 100%;
  }

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


