:root {
  --yellow: #fbebb0;
  --black: black;
  --orange: #fc9a23;
  --white: yellow;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  width: auto;
  margin-bottom: 0;
  display: inline-block;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}

.graphic {
  object-fit: contain;
  height: 300px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo {
  width: 200px;
  max-width: none;
}

.navbar {
  background-color: var(--yellow);
  max-width: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link {
  color: var(--black);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--orange);
}

.body {
  background-color: #fbebb0;
  padding-top: 0;
}

.section {
  border: 2px solid #000;
  border-radius: 5px;
  min-width: auto;
  max-width: 900px;
  margin: 10px auto 0;
  padding: 40px 60px 60px;
}

.we-will {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.2em;
}

.topnotch-slogan {
  max-width: 800px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.paragraph {
  margin-bottom: 20px;
}

.service-paragraph {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
}

.services-heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 1.5em;
}

.timeheading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.5em;
}

.heading-2 {
  color: #000;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-span {
  text-decoration: underline;
}

.call-carole {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 60px 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 35px;
  font-style: italic;
  line-height: 1.4em;
}

.phone {
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1.2em;
}

.phone-link {
  color: #000;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

.phone-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensed {
  text-align: center;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.time-heading {
  color: #000;
  text-align: center;
}

.footer-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  max-width: none;
  height: 60px;
}

.footer-graphic {
  max-width: none;
  height: 80px;
}

.section-2 {
  padding-bottom: 60px;
}

.paragraph-2 {
  text-align: justify;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.5em;
}

.contact {
  background-color: var(--yellow);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

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

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-logo {
  max-width: none;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.phone-white {
  color: #000;
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1.2em;
  text-decoration: none;
}

.phone-white:hover {
  color: var(--orange);
}

.footerbox {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.brand {
  margin-left: 10px;
}

.website-link {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
}

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .section {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .topnotch-slogan {
    min-width: auto;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .paragraph-2 {
    margin-bottom: 0;
  }

  .container {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

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

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

  .footer-divider {
    margin-top: 60px;
  }

  .graphic {
    height: 200px;
    margin-bottom: 20px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .services {
    display: block;
  }

  .service-paragraph {
    text-align: justify;
    margin-bottom: 40px;
  }

  .call-carole {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
  }

  .phone-wrapper {
    margin-bottom: 20px;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

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

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

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

  .footer-divider-2 {
    margin-top: 60px;
  }

  .phone-white {
    font-size: 40px;
  }

  .footerbox {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .menu-button, .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon {
    color: #000;
    font-size: 25px;
    line-height: 30px;
  }

  .nav-menu {
    background-color: #f6f0da;
    border: 1px #000;
  }
}

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

  .section {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 10px;
  }

  .we-will {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .topnotch-slogan {
    margin-bottom: 20px;
  }

  .service-paragraph {
    text-align: justify;
  }

  .services-heading {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .call-carole {
    font-size: 25px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .container {
    max-width: none;
  }

  .footer-logo {
    max-width: 90%;
    height: auto;
  }

  .website-link {
    font-size: 20px;
  }
}


