body {
  font-family: poppins, sans-serif;
  color: #555;
  font-size: 18px;
  line-height: 29px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: poppins, sans-serif;
  color: #000;
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 31px;
  font-weight: 300;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #555;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

p {
  margin-bottom: 10px;
  color: #555;
  font-size: 16px;
  line-height: 29px;
}

a {
  -webkit-transition: all 400ms cubic-bezier(.445, .05, .55, .95);
  transition: all 400ms cubic-bezier(.445, .05, .55, .95);
  font-family: poppins, sans-serif;
  color: #ce0505;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

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

.mycontain {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.styletitle {
  margin: 20px 15px 30px;
  border-bottom: 1px solid #bcbcbc;
  font-size: 14px;
  text-transform: uppercase;
}

.flexcolwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.stylename {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #bcbcbc;
  border-bottom: 0px none #bcbcbc;
  color: #bcbcbc;
  font-size: 14px;
  text-transform: uppercase;
}

.small-p {
  margin-bottom: 10px;
  color: #555;
  font-size: 12px;
  line-height: 20px;
}

.colorbox {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: 25px;
}

.colorbox.blackcolor {
  margin-left: 0px;
  background-color: #ce0505;
}

.colorbox.brandmaincolor {
  background-color: #555;
}

.colorbox.brand2ndcolor {
  background-color: #bcbcbc;
}

.colorbox.darkgreycolor {
  background-color: #000;
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-right: 45px;
  padding-left: 45px;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding: 7px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ce0505;
  -webkit-transition: all 400ms cubic-bezier(.445, .05, .55, .95);
  transition: all 400ms cubic-bezier(.445, .05, .55, .95);
  font-family: poppins, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.cta-button:hover {
  background-color: #970000;
  color: #fff;
}

.cta-button.ghost-button {
  border-style: solid;
  border-width: 1px;
  border-color: #ce0505;
  background-color: transparent;
  color: #ce0505;
}

.cta-button.ghost-button:hover {
  border-color: #ce0505;
  background-color: #ce0505;
  color: #fff;
}

.cta-button.top-margin {
  margin-top: 25px;
}

.popbg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.77);
  opacity: 0;
}

.popwindow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  padding: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 15px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-contact-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-text-link {
  padding-right: 30px;
  padding-left: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.nav-text-link:hover {
  color: #ce0505;
}

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

.nav-text-link.w--current:hover {
  color: #ce0505;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/Hero-bg-flames.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/Hero-bg-flames.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-graphic-container {
  width: 600px;
}

.hero-cta-container {
  margin-top: 90px;
}

.scroll-down-arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 40px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.nav-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tlc-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.tlc-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.light-grey {
  color: #bcbcbc;
}

.light-grey.center-align {
  text-align: center;
}

.white {
  color: #fff;
}

.tlc-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-cleaning-preview-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-services-link-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.service-link-underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 2px;
  margin-top: 4px;
  background-color: #555;
}

.service-link-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 2px;
  background-color: #970000;
}

.link-bottom-margin {
  margin-bottom: 4px;
}

.link-bottom-margin:hover {
  color: #ce0505;
}

.first-aid-badge {
  position: absolute;
  left: auto;
  top: auto;
  right: 50px;
  bottom: 50px;
  z-index: 1;
  width: 250px;
  opacity: 0.15;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 25px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bcbcbc;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #989898;
}

.footer-copyright-text {
  font-size: 10px;
  line-height: 16px;
}

.footer-logo {
  display: block;
  width: 350px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.black {
  color: #000;
}

.black.no-margin {
  margin-bottom: 0px;
}

.footer-contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-contact-icon {
  width: 35px;
  margin-right: 10px;
}

.footer-text-link {
  color: #000;
}

.footer-text-link:hover {
  color: #555;
}

.footer-text-link:visited {
  color: #000;
}

.about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.87)), to(hsla(0, 0%, 100%, 0.87))), url('../images/OBX-GrillDr-Pattern.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.87), hsla(0, 0%, 100%, 0.87)), url('../images/OBX-GrillDr-Pattern.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 350px;
}

.about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-align {
  text-align: center;
}

.services-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-intro-container {
  width: 60%;
  max-width: 600px;
}

.services-image {
  width: 90%;
  height: 350px;
  max-width: 1000px;
  margin-top: 50px;
  margin-bottom: 10px;
  background-image: url('../images/barbecue-colorful-1200x800.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.services-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 600px;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services-bullet-list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services-list-item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bullet-icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  margin-right: 10px;
  padding-top: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bullet-icon {
  width: 15px;
  min-width: 15px;
}

.small-title {
  color: #bcbcbc;
  font-size: 16px;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.87)), to(hsla(0, 0%, 100%, 0.87))), url('../images/OBX-GrillDr-Pattern.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.87), hsla(0, 0%, 100%, 0.87)), url('../images/OBX-GrillDr-Pattern.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 350px;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-intro {
  width: 60%;
  max-width: 600px;
}

.field-label {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 16px;
  font-weight: 300;
}

.text-area {
  min-height: 150px;
  margin-bottom: 50px;
}

.text-area:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #bcbcbc;
  box-shadow: 1px 1px 5px 0 hsla(0, 0%, 73.7%, 0.4);
}

.text-field {
  width: 100%;
  margin-bottom: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #bcbcbc;
}

.text-field:focus {
  border-color: #bcbcbc;
  box-shadow: 2px 2px 7px 0 rgba(85, 85, 85, 0.25);
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message {
  background-color: transparent;
}

.error-message {
  background-color: transparent;
}

.error-text {
  color: #ce0505;
  text-align: center;
}

.nav-link-box {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.87)), to(hsla(0, 0%, 100%, 0.87))), url('../images/OBX-GrillDr-Pattern.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.87), hsla(0, 0%, 100%, 0.87)), url('../images/OBX-GrillDr-Pattern.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 350px;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

._404-image {
  width: 55%;
  max-width: 480px;
  margin-bottom: 20px;
}

.contact-phonenumber {
  color: #555;
}

.contact-phonenumber:hover {
  color: #970000;
}

.contact-phonenumber:visited {
  color: #555;
}

@media (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
  h5 {
    font-size: 12px;
    line-height: 20px;
  }
  p {
    font-size: 14px;
    line-height: 26px;
  }
  .flex3col {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-logo-container {
    width: 180px;
  }
  .nav-contact-button-container {
    margin-top: 25px;
  }
  .nav-text-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-graphic-container {
    width: 65%;
  }
  .scroll-down-arrow {
    width: 30px;
  }
  .nav-link-container {
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #000;
  }
  .tlc-container {
    width: 70%;
  }
  .link-bottom-margin {
    font-size: 14px;
    line-height: 24px;
  }
  .first-aid-badge {
    right: 30px;
    bottom: 30px;
    width: 175px;
  }
  .footer-top {
    padding-right: 18px;
    padding-left: 18px;
  }
  .footer-copyright-text {
    font-size: 8px;
    line-height: 12px;
  }
  .footer-logo {
    width: 300px;
  }
  .footer-contact-icon {
    width: 30px;
  }
  .footer-text-link {
    font-size: 14px;
    line-height: 24px;
  }
  .about-wrapper {
    width: 70%;
    max-width: 600px;
  }
  .contact-cta-container {
    max-width: 450px;
  }
  .services-intro-container {
    width: 70%;
  }
  .services-image {
    height: 300px;
    margin-top: 40px;
  }
  .services-container {
    width: 70%;
  }
  .services-list-item-box {
    margin-bottom: 18px;
  }
  .services-text-link {
    font-size: 14px;
    line-height: 24px;
  }
  .small-title {
    font-size: 14px;
    line-height: 34px;
  }
  .contact-section {
    padding-top: 50px;
  }
  .contact-wrapper {
    width: 70%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-intro {
    width: 70%;
  }
  .field-label {
    font-size: 14px;
    line-height: 24px;
  }
  .text-area {
    font-size: 14px;
    line-height: 24px;
  }
  .text-field {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .nav-link-box {
    margin-right: 0px;
  }
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .menu-topbar {
    width: 22px;
    height: 3px;
    border-radius: 20px;
    background-color: #ce0505;
  }
  .menu-middlebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 17px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 20px;
    background-color: #ce0505;
  }
  .menu-bottombar {
    width: 25px;
    height: 3px;
    border-radius: 20px;
    background-color: #ce0505;
  }
  .menu-button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .utility-page-content {
    width: 70%;
  }
  .contact-phonenumber {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  p {
    font-size: 14px;
    line-height: 26px;
  }
  .flexcolwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex2col {
    width: 100%;
  }
  .colorbox {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
  }
  .colorbox.blackcolor {
    margin-left: 10px;
  }
  .flex3col {
    width: 100%;
  }
  .cta-button {
    min-width: 140px;
    font-size: 12px;
    line-height: 22px;
  }
  .nav-wrapper {
    padding: 12px 15px;
  }
  .hero-wrapper {
    margin-top: 1px;
  }
  .hero-graphic-container {
    width: 45%;
    margin-top: 20px;
  }
  .hero-cta-container {
    margin-top: 40px;
  }
  .scroll-down-arrow {
    margin-bottom: 10px;
  }
  .tlc-container {
    width: 80%;
  }
  .home-cleaning-preview-wrapper {
    width: 60%;
    margin-top: 30px;
  }
  .home-services-link-container {
    margin-top: 25px;
  }
  .first-aid-badge {
    right: 15px;
    bottom: 15px;
    display: none;
    width: 150px;
  }
  .footer {
    padding-top: 35px;
  }
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-logo {
    width: 300px;
  }
  .footer-contact-wrapper {
    margin-top: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-section {
    padding-top: 130px;
  }
  .about-wrapper {
    width: 80%;
  }
  .contact-cta-container {
    max-width: 420px;
  }
  .services-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .services-intro-container {
    width: 80%;
  }
  .services-image {
    height: 220px;
    margin-top: 30px;
  }
  .services-container {
    width: 80%;
    margin-top: 30px;
  }
  .bullet-icon-box {
    padding-top: 6px;
  }
  .bullet-icon {
    width: 12px;
    min-width: 12px;
  }
  .contact-section {
    padding-top: 70px;
  }
  .contact-wrapper {
    width: 80%;
  }
  .contact-intro {
    width: 80%;
  }
  .field-label {
    font-size: 12px;
  }
  .text-area {
    margin-bottom: 35px;
    font-size: 12px;
    line-height: 22px;
  }
  .text-field {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 22px;
  }
  .utility-page-content {
    width: 80%;
  }
  ._404-image {
    width: 70%;
  }
}

@media (max-width: 479px) {
  h1 {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 38px;
  }
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  h3 {
    font-size: 25px;
    line-height: 31px;
  }
  h4 {
    font-size: 21px;
    line-height: 26px;
  }
  h5 {
    font-size: 12px;
    line-height: 18px;
  }
  p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  a {
    font-size: 15px;
  }
  .small-p {
    font-size: 13px;
    line-height: 22px;
  }
  .cta-button {
    font-size: 12px;
    line-height: 18px;
  }
  .cta-button.top-margin {
    margin-top: 18px;
  }
  .nav-wrapper {
    padding: 18px 10px;
  }
  .nav-logo-container {
    width: 150px;
    padding-left: 0px;
  }
  .nav-text-link {
    font-size: 12px;
    line-height: 22px;
  }
  .hero-wrapper {
    margin-top: -20px;
  }
  .hero-graphic-container {
    width: 80%;
    margin-top: 0px;
  }
  .hero-cta-container {
    margin-top: 60px;
  }
  .tlc-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .light-grey.center-align.small-p {
    font-size: 12px;
  }
  .tlc-container {
    width: 80%;
  }
  .home-cleaning-preview-wrapper {
    width: 80%;
  }
  .first-aid-badge {
    display: none;
  }
  .footer-logo {
    width: 220px;
  }
  .about-section {
    padding-top: 115px;
    padding-bottom: 60px;
  }
  .about-wrapper {
    width: 80%;
  }
  .contact-cta-container {
    width: 80%;
    margin-top: 30px;
  }
  .services-section {
    padding-bottom: 60px;
  }
  .services-intro-container {
    width: 80%;
  }
  .services-image {
    height: 120px;
  }
  .services-container {
    width: 80%;
  }
  .services-bullet-list-box {
    padding-left: 12px;
  }
  .services-list-item-box {
    margin-bottom: 14px;
  }
  .bullet-icon-box {
    margin-right: 6px;
    padding-top: 5px;
  }
  .small-title {
    font-size: 12px;
    line-height: 32px;
  }
  .contact-section {
    padding-top: 0px;
  }
  .contact-wrapper {
    width: 80%;
  }
  .contact-intro {
    width: 80%;
    margin-bottom: 10px;
  }
  .text-area {
    padding-right: 8px;
    padding-left: 8px;
  }
  .text-field {
    margin-bottom: 10px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .menu-button {
    padding: 10px;
  }
}

