@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=`+By+Your+Grace&display=swap");
:root {
  --orange: #ECDA51;
  --green-blue: #0A9396;
  --green: #94D2BD;
  --cyan: #8ec4fd;
  --beige: #E9D8A6;
  --red: #9B2226;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat";
}

#header {
  background-color: #23589790;
  padding: 15px 0px;
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
#header .brand {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 44px;
  color: #FFFFFF;
}

#hero {
  background-image: url("/assets/img/brad-barton-hero-v9.jpg");
  background-size: cover;
  background-position: 70%;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  z-index: -1;
}
#hero .title-1 {
  font-size: 45px;
}
#hero .title-2 {
  font-size: 60px;
  margin-top: -20px !important;
}
#hero .description {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  padding: 20px;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 80px !important;
}

#kudos {
  background: #235897;
  padding: 50px 0px;
}
#kudos p.quote {
  font-size: 22px;
  color: #fff;
  margin: 0px;
}
#kudos .author {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
}

#clients {
  background-color: #ECC951 !important;
  padding: 50px 0px;
}

#yelp {
  background: var(--beige);
  padding: 50px 0px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#yelp h1 {
  font-size: 26px;
}

#services {
  background: var(--cyan);
  padding: 50px 0px;
}
#services .details {
  margin-top: -20px;
  color: #01122a;
}
#services .details .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#services .details .description {
  margin-top: 15px;
  text-indent: 0px;
}

#photos {
  background: var(--orange);
  padding: 0px 0px 50px 0px;
  color: #000;
}
#photos p {
  text-indent: 0px;
}
#photos img {
  width: 100%;
}

#contact {
  padding: 50px 0px;
  background: #D83727;
}
#contact ul {
  padding: 0;
  margin: 0;
  color: #fff;
}
#contact ul li {
  list-style: none;
  display: flex;
  margin: 0;
  width: 100%;
}
#contact ul li h4 {
  font-size: 16px !important;
}
#contact ul li div {
  float: left;
  width: 40px;
  margin: 0;
}

.carousel-item h1 {
  font-size: calc(100vw / 100 * 4);
}

.text-grace {
  font-family: "danielblack";
}

.btn {
  border: none;
  padding: 8px 30px;
}

.btn-primary {
  background: #1567C0;
  border-radius: 42px;
}
.btn-primary:hover {
  background: #1567C0;
  opacity: 0.7;
}
.btn-primary:focus, .btn-primary:active {
  background: #EE9B00 !important;
  opacity: 0.7;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
  opacity: 0.8;
}

@font-face {
  font-family: "danielblack";
  src: url("../font/Daniel-Black-webfont.eot");
  src: url("../font/Daniel-Black-webfont.eot?#iefix") format("embedded-opentype"), url("../font/Daniel-Black-webfont.woff2") format("woff2"), url("../font/Daniel-Black-webfont.woff") format("woff"), url("../font/Daniel-Black-webfont.ttf") format("truetype"), url("../font/Daniel-Black-webfont.svg#danielblack") format("svg");
  font-weight: normal;
  font-style: normal;
}/*# sourceMappingURL=style.css.map */