@import '/styles/source/sanitize/evergreen.css';
@import '/styles/source/sanitize/assets.css';
@import '/styles/source/sanitize/typography.css';
@import '/styles/source/sanitize/forms.evergreen.css';
@import '/styles/source/sanitize/reduce-motion.css';
:root {
  --accent-color: #61941e;
}
* {
  transition: all 0.5s ease;
}
a {
  text-decoration: none;
  outline: none;
}
a:link,
a:visited,
a:focus,
a:hover,
a:active {
  color: var(--accent-color);
}
h1,
h2 {
  font-weight: 200;
}
p {
  font-weight: 300;
}
p a {
  border-bottom: 1px dotted var(--accent-color);
}
footer {
  margin-top: 60px;
  padding-bottom: 30px;
  text-align: center;
}
footer .company-name {
  white-space: nowrap;
}
[id='home'] header {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
}
[id='home'] header h1 {
  display: none;
}
[id='home'] [id='peoples-cleaning-company-logo'] {
  width: 177px;
  margin-top: 30px;
}
@media (min-width: 414px) and (min-height: 568px) {
  [id='home'] [id='peoples-cleaning-company-logo'] {
    width: 280px;
    margin-top: 60px;
  }
}
@media (min-width: 834px) and (min-height: 1024px) {
  [id='home'] [id='peoples-cleaning-company-logo'] {
    width: 330px;
    margin-top: 90px;
  }
}
@media (min-width: 1024px) and (min-height: 1366px) {
  [id='home'] [id='peoples-cleaning-company-logo'] {
    width: 450px;
    margin-top: 120px;
  }
}
[id='home'] [id='intro'] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 454px;
  text-align: center;
}
@media (min-height: 568px) {
  [id='home'] [id='intro'] {
    height: calc(100vh - 120px);
  }
}
@media (min-height: 834px) {
  [id='home'] [id='intro'] {
    height: 100vh;
  }
}
[id='home'] [id='intro'] h2 {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 768px) and (min-height: 568px) {
  [id='home'] [id='intro'] h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) and (min-height: 768px) {
  [id='home'] [id='intro'] h2 {
    font-size: 36px;
  }
}
[id='home'] [id='intro-text'] {
  position: absolute;
  bottom: 15px;
  width: 280px;
}
@media (min-width: 414px) {
  [id='home'] [id='intro-text'] {
    width: 100%;
  }
}
@media (min-width: 414px) and (min-height: 834px) {
  [id='home'] [id='intro-text'] {
    bottom: 90px;
  }
}
@media (min-width: 1024px) and (min-height: 1366px) {
  [id='home'] [id='intro-text'] {
    bottom: 120px;
  }
}
[id='home'] [id='service-areas'] {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  color: var(--accent-color);
  font-size: 16px;
}
@media (min-width: 768px) and (min-height: 568px) {
  [id='home'] [id='service-areas'] {
    font-size: 21px;
  }
}
@media (min-width: 1024px) and (min-height: 768px) {
  [id='home'] [id='service-areas'] {
    font-size: 24px;
    margin-top: 15px;
  }
}
[id='home'] .request-estimate-button {
  display: inline-block;
  width: 280px;
  margin-top: 30px;
  border-radius: 10px;
  padding: 15px;
  background-color: var(--accent-color);
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) and (min-height: 568px) {
  [id='home'] .request-estimate-button {
    font-size: 16px;
    margin-top: 35px;
  }
}
@media (min-width: 1024px) and (min-height: 768px) {
  [id='home'] .request-estimate-button {
    font-size: 18px;
    margin-top: 45px;
  }
}
[id='home'] [id='cleaning-supplies'] {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 90px;
  justify-content: center;
  overflow: hidden;
}
[id='home'] [id='cleaning-supplies']::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0, #fff 100%);
  width: 100%;
  height: 27%;
}
[id='home'] [id='cleaning-supplies'] img {
  object-fit: cover;
}
[id='home'] [id='license-bonded-insured'] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  [id='home'] [id='license-bonded-insured'] {
    flex-direction: row;
    justify-content: center;
  }
}
[id='home'] [id='license-bonded-insured'] .subsection {
  width: 280px;
  margin-top: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  [id='home'] [id='license-bonded-insured'] .subsection {
    width: 210px;
  }
  [id='home'] [id='license-bonded-insured'] .subsection + .subsection {
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  [id='home'] [id='license-bonded-insured'] .subsection {
    width: 290px;
  }
}
[id='home'] [id='license-bonded-insured'] .image-container {
  height: 100px;
}
[id='home'] [id='license-bonded-insured'] h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}
[id='home'] [id='license-bonded-insured'] h2 a {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}
[id='home'] [id='license-bonded-insured'] p {
  margin: 0;
}
[id='home'] [id='license-bonded-insured'] img {
  max-height: 100%;
}
[id='home'] [id='house-office-cleaning'] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
}
@media (min-width: 768px) {
  [id='home'] [id='house-office-cleaning'] {
    flex-direction: row;
    justify-content: center;
  }
}
[id='home'] [id='house-office-cleaning'] .subsection {
  display: block;
  position: relative;
  width: 280px;
  color: #000;
  text-align: center;
}
@media (min-width: 768px) {
  [id='home'] [id='house-office-cleaning'] .subsection {
    width: 330px;
  }
}
@media (min-width: 1440px) {
  [id='home'] [id='house-office-cleaning'] .subsection {
    width: 505px;
  }
}
[id='home'] [id='house-office-cleaning'] .subsection + .subsection {
  margin-top: 60px;
}
@media (min-width: 768px) {
  [id='home'] [id='house-office-cleaning'] .subsection + .subsection {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media (min-width: 1440px) {
  [id='home'] [id='house-office-cleaning'] .subsection + .subsection {
    margin-left: 45px;
  }
}
[id='home'] [id='house-office-cleaning'] .subsection::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  box-shadow: 0 0 35px #000;
  transform: scale(0.75) translateY(-2px);
  transform-origin: bottom center;
}
[id='home'] [id='house-office-cleaning'] .image-container {
  position: relative;
  height: 420px;
  border-radius: 35px;
  overflow: hidden;
}
@media (min-width: 768px) {
  [id='home'] [id='house-office-cleaning'] .image-container {
    height: 600px;
  }
}
[id='home'] [id='house-office-cleaning'] .image-container::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0, rgba(255,255,255,0) 100%);
  width: 100%;
  height: 35%;
}
[id='home'] [id='house-office-cleaning'] img {
  position: relative;
  z-index: 2;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
[id='home'] [id='house-office-cleaning'] .section-text {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 45px;
}
[id='home'] [id='house-office-cleaning'] h2 {
  margin: 0;
  font-size: 36px;
}
[id='home'] [id='house-office-cleaning'] .subheading {
  margin: 0;
  color: #b5492c;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
[id='home'] [id='house-office-cleaning'] [id='office-cleaning'] {
  color: #fff;
}
[id='home'] [id='house-office-cleaning'] [id='office-cleaning'] .subheading {
  color: #ff8400;
}
[id='home'] [id='house-office-cleaning'] [id='office-space']::after {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.66) 0, rgba(0,0,0,0) 100%);
}
[id='home'] [id='contact-us'] {
  margin-top: 120px;
  padding: 60px 0;
  background-color: #ECF4E4;
  text-align: center;
}
[id='home'] [id='contact-us'] h2 {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 768px) and (min-height: 568px) {
  [id='home'] [id='contact-us'] h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) and (min-height: 768px) {
  [id='home'] [id='contact-us'] h2 {
    font-size: 36px;
  }
}
[id='home'] [id='contact-us'] h2 a {
  color: #000;
}
[id='home'] [id='contact-us'] p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) and (min-height: 568px) {
  [id='home'] [id='contact-us'] p {
    font-size: 24px;
  }
}
@media (min-width: 1024px) and (min-height: 768px) {
  [id='home'] [id='contact-us'] p {
    font-size: 28px;
  }
}
[id='home'] [id='contact-us'] p + p {
  margin-top: 10px;
}
[id='house-cleaning'] header {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
}
[id='house-cleaning'] header h1 {
  display: none;
}
[id='house-cleaning'] [id='peoples-cleaning-company-logo'] {
  width: 177px;
  margin-top: 30px;
}
@media (min-width: 414px) and (min-height: 568px) {
  [id='house-cleaning'] [id='peoples-cleaning-company-logo'] {
    width: 280px;
    margin-top: 60px;
  }
}
@media (min-width: 834px) and (min-height: 1024px) {
  [id='house-cleaning'] [id='peoples-cleaning-company-logo'] {
    width: 330px;
    margin-top: 90px;
  }
}
@media (min-width: 1024px) and (min-height: 1366px) {
  [id='house-cleaning'] [id='peoples-cleaning-company-logo'] {
    width: 450px;
    margin-top: 120px;
  }
}
[id='house-cleaning'] [id='intro'] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 454px;
  text-align: center;
}
@media (min-height: 568px) {
  [id='house-cleaning'] [id='intro'] {
    height: calc(100vh - 120px);
  }
}
@media (min-height: 834px) {
  [id='house-cleaning'] [id='intro'] {
    height: 100vh;
  }
}
[id='house-cleaning'] [id='intro'] h2 {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 768px) and (min-height: 568px) {
  [id='house-cleaning'] [id='intro'] h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) and (min-height: 768px) {
  [id='house-cleaning'] [id='intro'] h2 {
    font-size: 36px;
  }
}
[id='house-cleaning'] [id='intro-text'] {
  position: absolute;
  bottom: 15px;
  width: 280px;
}
@media (min-width: 414px) {
  [id='house-cleaning'] [id='intro-text'] {
    width: 100%;
  }
}
@media (min-width: 414px) and (min-height: 834px) {
  [id='house-cleaning'] [id='intro-text'] {
    bottom: 90px;
  }
}
@media (min-width: 1024px) and (min-height: 1366px) {
  [id='house-cleaning'] [id='intro-text'] {
    bottom: 120px;
  }
}
[id='house-cleaning'] [id='service-areas'] {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  color: var(--accent-color);
  font-size: 16px;
}
@media (min-width: 768px) and (min-height: 568px) {
  [id='house-cleaning'] [id='service-areas'] {
    font-size: 21px;
  }
}
@media (min-width: 1024px) and (min-height: 768px) {
  [id='house-cleaning'] [id='service-areas'] {
    font-size: 24px;
    margin-top: 15px;
  }
}
[id='house-cleaning'] .request-estimate-button {
  display: inline-block;
  width: 280px;
  margin-top: 30px;
  border-radius: 10px;
  padding: 15px;
  background-color: var(--accent-color);
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) and (min-height: 568px) {
  [id='house-cleaning'] .request-estimate-button {
    font-size: 16px;
    margin-top: 35px;
  }
}
@media (min-width: 1024px) and (min-height: 768px) {
  [id='house-cleaning'] .request-estimate-button {
    font-size: 18px;
    margin-top: 45px;
  }
}
[id='house-cleaning'] [id='cleaning-supplies'] {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 90px;
  justify-content: center;
  overflow: hidden;
}
[id='house-cleaning'] [id='cleaning-supplies']::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0, #fff 100%);
  width: 100%;
  height: 27%;
}
[id='house-cleaning'] [id='cleaning-supplies'] img {
  object-fit: cover;
}
