header.site-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
}
header.site-header .custom-logo-link {
  max-width: 120px;
}
header.site-header nav.main-navigation {
  width: auto;
}
header.site-header nav.main-navigation .menu li a {
  padding: 0px;
  margin: 0px 10px;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
header.site-header nav.main-navigation .menu li a:hover {
  color: #EAAA01;
  border-color: #EAAA01;
}

body {
  background-color: #efefef;
}
body .banner {
  background-position: center;
  background-size: cover;
  width: 100%;
}
body .banner .banner-inner {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  height: 350px;
  display: flex;
  align-items: flex-end;
}
body .banner .banner-inner .banner-content {
  padding: 30px;
  max-width: 600px;
  box-sizing: border-box;
}
body .banner .banner-inner .banner-content h1 {
  line-height: 1.2;
  font-size: 40px;
}
body .banner .banner-inner .banner-content p {
  font-size: 16px;
}
body .about-us-intro {
  max-width: 1100px;
  margin: auto;
  padding: 90px 30px;
  box-sizing: border-box;
}
body .about-us-intro .about-us-intro-image {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  height: 300px;
  max-width: 450px;
  margin: 0px auto;
}
body .about-us-intro .about-us-intro-content {
  padding: 30px;
}
body .contact-us-call-out {
  background-size: cover;
  background-position: center;
}
body .contact-us-call-out .contact-us-call-out-inner {
  text-align: center;
  padding: 60px 30px;
  background-color: rgba(0, 0, 0, 0.7);
}
body .contact-us-call-out .contact-us-call-out-inner .contact-us-call-out-content {
  color: #fff !important;
  text-decoration: none;
}
body .contact-us-call-out .contact-us-call-out-inner .contact-us-call-out-content .contact-us-button {
  background-color: #EAAA01;
  padding: 15px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  border: 3px solid #EAAA01;
  transition: all 0.3s;
  display: inline-block;
}
body .contact-us-call-out .contact-us-call-out-inner .contact-us-call-out-content .contact-us-button:hover {
  background-color: transparent;
  color: #EAAA01;
}
body main article .entry-content {
  max-width: 1100px;
  margin: auto;
  padding: 30px;
  box-sizing: border-box;
}
body .home-services {
  padding: 30px;
}
body .home-services .home-service-image {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  height: 300px;
  max-width: 450px;
  margin: 0px auto;
}
body .home-services ul {
  margin: 0px;
  padding-left: 20px;
}
body .home-services a {
  margin-top: 15px;
  background-color: #EAAA01;
  padding: 15px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  border: 3px solid #EAAA01;
  transition: all 0.3s;
  display: inline-block;
  text-decoration: none;
}
body .home-services a:hover {
  background-color: transparent;
  color: #EAAA01;
}
body .home-about {
  padding: 30px;
}
body .home-about .home-about-image {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  height: 300px;
  max-width: 450px;
  margin: 0px auto;
}
body .home-about a {
  background-color: #EAAA01;
  padding: 15px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  border: 3px solid #EAAA01;
  transition: all 0.3s;
  display: inline-block;
  text-decoration: none;
}
body .home-about a:hover {
  background-color: transparent;
  color: #EAAA01;
}
body .services .service:nth-child(1) {
  background-color: #eee;
}
body .services .service:nth-child(2) {
  background-color: #ddd;
}
body .services .service:nth-child(3) {
  background-color: #ccc;
}
body .services .service .service-content {
  max-width: 1100px;
  margin: auto;
  padding: 30px;
  box-sizing: border-box;
}
body .services .service .service-content .service-image {
  width: 100%;
  min-height: 350px;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.site-title {
  display: none;
}

.site-footer p {
  text-align: center;
  color: #555;
}

@media (min-width: 1024px) {
  body {
    max-width: 1400px;
    margin: 0px auto;
    background-color: #eee;
  }
  body .banner .banner-inner {
    height: 500px;
  }
  body .banner .banner-inner .banner-content {
    padding: 60px;
  }
  body .services .service:nth-child(2) .service-content .service-copy {
    order: 1;
  }
  body .services .service:nth-child(2) .service-content .service-image {
    order: 2;
  }
  body .services .service .service-content {
    display: flex;
    gap: 30px;
    padding: 60px 30px;
  }
  body .services .service .service-content .service-image {
    width: 100%;
    max-width: 400px;
    min-width: 400px;
    min-height: 0px;
    height: auto;
  }
  body .home-services {
    max-width: 1100px;
    margin: auto;
  }
  body .home-services .home-service-content {
    display: flex;
    gap: 30px;
  }
  body .home-services .home-service-content .home-service-copy {
    order: 1;
    margin-bottom: 30px;
  }
  body .home-services .home-service-content .home-service-image {
    width: 100%;
    max-width: 400px;
    min-width: 400px;
    min-height: 0px;
    height: auto;
    order: 2;
  }
  body .home-about {
    max-width: 1100px;
    margin: auto;
  }
  body .home-about .home-about-content {
    display: flex;
    gap: 30px;
  }
  body .home-about .home-about-content .home-about-copy {
    margin-bottom: 30px;
  }
  body .home-about .home-about-content .home-about-image {
    width: 100%;
    max-width: 400px;
    min-width: 400px;
    min-height: 0px;
    height: auto;
  }
  body .about-us-intro {
    display: flex;
  }
  body .about-us-intro .about-us-intro-image {
    min-width: 450px;
    max-width: none;
    height: auto;
  }
}

/*# sourceMappingURL=styles.css.map */
