/*
Theme Name: Brendon Bailey
Author: Chris Griffiths
Template: twentytwenty
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-twenty-child
*/
h1,
h2,
h3,
h4 {
  margin: 0px;
}

h1 {
  font-size: 7rem;
}

h2 {
  font-size: 5rem;
}

h3 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 4rem;
}

h4 {
  font-size: 2rem;
  font-weight: 300;
}

p {
  font-size: 1.8rem;
  font-weight: 400;
}

p a {
  text-decoration: none;
  color: #222;
}

li {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 6rem;
}

a {
  text-decoration: none;
}

.contact a {
  color: #e7db1a;
  font-size: 2rem;
  font-weight: 700;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.contact a:hover {
  color: #f6f1a4;
}

.container {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-inner {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 20px;
}

.full-width {
  width: 100%;
  background-color: white;
  margin-top: 120px;
}

body {
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.8rem;
  letter-spacing: -0.015em;
  text-align: left;
}

@supports (font-variation-settings: normal) {
  body {
    font-family: "Roboto Condensed", sans-serif;
  }
}

#site-header {
  background: #e7db1a;
}

.site-logo {
  margin-bottom: 20px;
}

.header__contact {
  text-align: right;
  margin-bottom: 30px;
}

.header__contact a {
  font-weight: 400;
  color: #222;
  text-decoration: none;
}

.header__contact a:hover {
  color: #6f6f6f;
}

.header-titles-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  padding: 40px 20px;
  width: 100%;
}

.banner {
  height: 350px;
  background: #e7db1a;
  width: 100%;
}

.banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.skewed {
  width: 100%;
  z-index: -10;
  margin-bottom: 60px;
}

.banner__text {
  margin-top: 100px;
}

.banner__text .banner__title {
  margin-bottom: 20px;
}

#wpforms-76-field_0,
#wpforms-76-field_1,
#wpforms-76-field_4 {
  max-width: 100%;
}

#wpforms-76-field_2 {
  height: 160px;
}

#wpforms-submit-76 {
  background: #e7db1a;
  border-radius: 10px;
  width: 100%;
  border: none;
  color: #222;
  height: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
}

#wpforms-submit-76:hover {
  background: #d2c716;
}

.banner__form {
  max-width: 560px;
  min-width: 280px;
  width: 560px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px 40px 60px 40px;
  z-index: 10;
}

#wpforms-76 {
  margin-bottom: 0px;
}

.intro-text {
  margin-top: 60px;
}

.intro-text h3 {
  margin-bottom: 60px;
  margin-right: 4rem;
  max-width: 995px;
}

.bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 280px;
}

.text-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bullets__left {
  margin-right: 80px;
}

.bullets__right {
  margin-right: 40px;
}

.map {
  max-width: 560px;
  min-width: 280px;
  width: 560px;
  height: 400px;
}

.map-container {
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.image {
  max-width: 560px;
  min-width: 280px;
  border-radius: 10px;
  margin-top: 80px;
  margin-bottom: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.contact {
  margin-right: 8rem;
}

.contact-title {
  color: white;
}

.fb {
  fill: white;
  -webkit-transition: 0.8s ease-in;
  transition: 0.8s ease-in;
}

.fb:hover {
  fill: #3b5998;
}

.full-width-footer {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #222;
}

.footer-nav-widgets-wrapper,
#site-footer {
  background-color: #222;
}

.footer-top-visible {
  margin-top: 0rem;
}

.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
  margin-top: 0rem;
}

.footer-credits,
.footer-copyright {
  color: white;
  font-weight: 300;
}

@media only screen and (max-width: 1220px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4rem;
  }
  .banner {
    height: 400px;
  }
  .skewed {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1040px) {
  li {
    list-style: none;
  }
  .header__contact {
    text-align: center;
  }
  .header-titles-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner {
    height: 550px;
  }
  .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner__form {
    max-width: 100%;
    width: 100%;
  }
  .banner__text {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 40px;
  }
  .skewed {
    margin-bottom: 100px;
  }
  .intro-text {
    margin-top: 60px;
    text-align: center;
  }
  .intro-text p {
    text-align: center;
  }
  .intro-text h3 {
    margin-bottom: 60px;
    margin-right: 0rem;
    max-width: 995px;
  }
  .bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 280px;
    margin-bottom: 60px;
  }
  .bullets li {
    margin-left: 0px;
  }
  .text-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bullets__left {
    margin-right: 0px;
  }
  .bullets__right {
    margin-right: 0px;
  }
  .map {
    max-width: 100%;
    width: 100%;
    height: 400px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 930px) {
  .images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "img-one" "img-two" "img-three";
    gap: 20px;
  }
  .image-one {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: img-one;
  }
  .image-two {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: img-two;
  }
  .image-three {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: img-three;
  }
  .image {
    max-width: 100%;
    min-width: 280px;
    border-radius: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    -o-object-fit: contain;
       object-fit: contain;
    overflow: hidden;
  }
  .full-width {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 630px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  .banner__text {
    margin-top: 0px;
  }
  .skewed {
    margin-bottom: 80px;
  }
  .bullets {
    margin-bottom: 60px;
  }
  .full-width {
    margin-top: 60px;
  }
  .full-width {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .contact {
    margin-right: 0rem;
    margin-bottom: 40px;
  }
  .social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .gas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 610px) {
  .skewed {
    margin-bottom: 100px;
  }
  .banner__form {
    padding: 20px 20px 40px 20px;
  }
}

@media only screen and (max-width: 490px) {
  .header-titles-wrapper {
    padding: 20px 20px;
  }
  .skewed {
    margin-bottom: 200px;
  }
  .custom-logo-link > img {
    width: 280px;
    height: auto;
  }
}

@media only screen and (max-width: 485px) {
  .skewed {
    margin-bottom: 140px;
  }
}
/*# sourceMappingURL=style.css.map */