/*
Theme Name: Sand Mountain Precast
Theme URI: accelgraphics.net
Description: Sand Mountain Precast Website Theme
Author URI: skybohannon.com
Author: Sky Bohannon
Version: 1.0 */
html {
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

hr {
  opacity: 1;
}

em {
  font-style: italic;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
}

.wrap {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 1440px;
}

.container {
  max-width: 1440px;
}

.hidden {
  display: none !important;
}

.show {
  display: block !important;
}

.nopad, .row {
  margin-left: 0;
  margin-right: 0;
}

.row-center {
  margin: 0 auto;
}

.nopad {
  padding-left: 0;
  padding-right: 0;
}

.nopad-left {
  padding-left: 0;
}

.nopad-right {
  padding-right: 0;
}

nav.navbar {
  background: #ffffff;
  margin: 0;
  padding: 0.8rem 0;
}
@media (max-width: 768px) {
  nav.navbar {
    padding-right: 0.6rem;
    padding-left: 0.4rem;
  }
}
@media (max-width: 992px) {
  nav.navbar {
    padding: 1.2rem 0 0.8rem;
  }
}
nav.navbar .navbar-toggler,
nav.navbar .collapsed {
  margin: 0;
  padding: 0.8rem 1rem;
  border: 0 none;
  background: #721e26;
}
nav.navbar .navbar-toggler:focus, nav.navbar .navbar-toggler:active,
nav.navbar .collapsed:focus,
nav.navbar .collapsed:active {
  outline: none;
}
nav.navbar .navbar-toggler i {
  font-size: 2.4rem;
  line-height: 1;
  color: #ffffff;
}
@media (max-width: 768px) {
  nav.navbar ul.navbar-nav {
    margin-bottom: -0.8rem;
  }
}
@media (max-width: 992px) {
  nav.navbar ul.navbar-nav {
    margin: 0.8rem 0 0;
  }
}
@media (min-width: 992px) {
  nav.navbar ul.navbar-nav {
    margin: 0.2rem 0 0;
  }
}
nav.navbar ul.navbar-nav li a {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: rgb(68.4, 18, 22.8);
  font-size: 2.2rem;
  line-height: 4.2rem;
}
nav.navbar ul.navbar-nav .dropdown-toggle:after,
nav.navbar ul.navbar-nav .show:after {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
nav.navbar ul.navbar-nav .dropdown-toggle:after {
  color: #721e26;
  border-top: 0.65rem solid;
  border-right: 0.65rem solid transparent;
  border-left: 0.65rem solid transparent;
}
nav.navbar ul.navbar-nav .show:after {
  border-bottom: 0.65rem solid;
  border-right: 0.65rem solid transparent;
  border-left: 0.65rem solid transparent;
  border-top: 0;
}
nav.navbar ul.navbar-nav .nav-item a {
  padding: 0 1rem;
}
nav.navbar ul.navbar-nav .nav-item .dropdown-menu {
  margin: 0 0 0.6rem;
  padding: 0;
  background: #721e26;
  border: 1px solid rgb(96.9, 25.5, 32.3);
  border-radius: 0.8rem;
  overflow-x: hidden;
}
nav.navbar ul.navbar-nav .nav-item .dropdown-menu:focus {
  outline: none;
}
nav.navbar ul.navbar-nav .nav-item .dropdown-menu li {
  background: #721e26;
}
nav.navbar ul.navbar-nav .nav-item .dropdown-menu li a {
  color: #ffffff;
  font-size: 1.95rem;
  line-height: 3rem;
  font-weight: 500;
}
nav.navbar ul.navbar-nav .nav-item .dropdown-menu li a:hover {
  background: rgb(169.005, 44.475, 56.335);
}
nav.navbar ul.navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.8rem 1.2rem 0.6rem;
  border-bottom: 1px solid rgb(96.9, 25.5, 32.3);
}
nav.navbar ul.navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background: #721e26;
  color: #ffffff;
}
nav.navbar ul.navbar-nav .nav-item .dropdown-menu .dropdown-item:last-of-type:hover {
  border-bottom-color: transparent;
}
@media (max-width: 768px) {
  nav.navbar ul.navbar-nav .nav-item {
    padding: 0;
  }
  nav.navbar ul.navbar-nav .nav-item a {
    padding: 0.3rem 0.8rem 0.3rem 0.4rem;
  }
  nav.navbar ul.navbar-nav .dropdown-menu {
    background: #721e26;
  }
  nav.navbar ul.navbar-nav .dropdown-menu li a {
    color: #ffffff;
  }
  nav.navbar ul.navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.7rem 0.8rem 0.4rem 1.2rem;
    border-bottom: 1px solid rgb(96.9, 25.5, 32.3);
    -webkit-transition: padding 0.4s;
    transition: padding 0.4s;
  }
  nav.navbar ul.navbar-nav .dropdown-menu .dropdown-item:hover {
    padding: 0.7rem 0.8rem 0.4rem 1.8rem;
  }
}
@media (max-width: 992px) {
  nav.navbar ul.navbar-nav .dropdown-menu {
    border: 0 none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  nav.navbar ul.navbar-nav li a {
    padding: 0.7rem 0.8rem 0.4rem;
    font-size: 2.1rem;
    line-height: 3.6rem;
  }
}

.hero-swiper {
  width: 100%;
  overflow: hidden;
}
.hero-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.hero-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .hero-swiper .swiper-slide img {
    height: 50vh;
  }
}
@media (max-width: 480px) {
  .hero-swiper .swiper-slide img {
    height: 40vh;
  }
}
.hero-swiper .swiper-slide .slide-overlay {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  padding: 1.6rem 2rem 1.2rem;
  background: #721e26;
  border-radius: 1.2rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .hero-swiper .swiper-slide .slide-overlay {
    padding: 2rem 1.6rem;
  }
}
.hero-swiper .swiper-slide .slide-overlay h2 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 4.8rem;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .hero-swiper .swiper-slide .slide-overlay h2 {
    font-size: 2rem;
  }
}
.hero-swiper .swiper-slide .slide-overlay p {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 768px) {
  .hero-swiper .swiper-slide .slide-overlay p {
    font-size: 1.2rem;
  }
}
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
  color: #ffffff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hero-swiper .swiper-button-prev:hover,
.hero-swiper .swiper-button-next:hover {
  opacity: 0.7;
}
.hero-swiper .swiper-button-prev::after,
.hero-swiper .swiper-button-next::after {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .hero-swiper .swiper-button-prev::after,
  .hero-swiper .swiper-button-next::after {
    font-size: 1.6rem;
  }
}
.hero-swiper .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.hero-swiper .swiper-pagination-bullet-active {
  background: #721e26;
}
@media (max-width: 768px) {
  .hero-swiper .swiper-pagination-bullet {
    width: 0.9rem;
    height: 0.9rem;
  }
}

main h1, main h2, main h3, main h4, main h5 {
  font-family: "avenir-lt-pro", sans-serif;
}
main h1 {
  font-weight: 700;
}
main p {
  font-family: open-sans, sans-serif;
}
main #page-heading {
  position: relative;
  margin: 0;
  width: 100%;
  min-height: 42rem;
  background: #721e26 center center/cover no-repeat;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main #page-heading-small {
  position: relative;
  margin: 0;
  width: 100%;
  min-height: 32rem;
  background: #721e26 center center/cover no-repeat;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#breadcrumbs {
  width: 100%;
  background: #721e26;
  margin: 0;
  padding: 0.8rem 0 0.1rem !important;
}
#breadcrumbs .breadcrumb {
  margin: 0 0 0.8rem;
  padding: 0;
  background: transparent;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#breadcrumbs .breadcrumb .breadcrumb-item {
  font-family: "avenir-lt-pro", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
}
#breadcrumbs .breadcrumb .breadcrumb-item a {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-decoration: none;
}
#breadcrumbs .breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
#breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f101";
  font: var(--fa-font-solid);
  padding: 0 0.5rem 0 0.2rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.6rem;
}

#contact {
  padding: 2.4rem 0;
}
#contact h2 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.2;
  color: #721e26;
  margin-bottom: 0.8rem;
}
#contact hr {
  margin: 0.6rem 0 1.8rem;
  padding: 0;
  width: 20%;
  height: 2px;
  border: 0 none;
  background: rgb(68.4, 18, 22.8);
}
#contact #contact-form {
  padding: 0;
}
#contact #contact-form fieldset {
  background: rgb(249.9, 249.9, 249.9);
  margin: 0;
  padding: 1.2rem;
  border: 0;
  border-radius: 1.2rem;
  clear: both;
}
#contact #contact-form fieldset legend {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  color: #721e26;
  margin-bottom: 1.6rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid rgb(68.4, 18, 22.8);
}
#contact #contact-form fieldset label.input {
  margin: 0;
  padding: 0 0 0.3rem;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #721e26;
}
#contact #contact-form fieldset label.input i {
  color: #721e26;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding-right: 0.8rem;
}
#contact #contact-form fieldset label.input sup {
  padding-left: 0.2rem;
  color: #721e26;
}
#contact #contact-form fieldset .field {
  margin: 0 0 1rem;
  padding: 0;
  border-radius: 0.6rem;
  background: rgb(242.25, 242.25, 242.25);
  border: 1px solid rgb(224.4, 224.4, 224.4);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#contact #contact-form fieldset .field:focus-within {
  border-color: #721e26;
  background: rgb(249.9, 249.9, 249.9);
}
#contact #contact-form fieldset input[type=email],
#contact #contact-form fieldset input[type=tel],
#contact #contact-form fieldset input[type=text],
#contact #contact-form fieldset textarea {
  margin: 0;
  padding: 0.5rem 1rem 0.3rem;
  width: 100%;
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  color: rgb(20.4, 20.4, 20.4);
  background: transparent;
  border: 0 none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#contact #contact-form fieldset input[type=email]:focus,
#contact #contact-form fieldset input[type=tel]:focus,
#contact #contact-form fieldset input[type=text]:focus,
#contact #contact-form fieldset textarea:focus {
  outline: none;
}
#contact #contact-form fieldset input {
  display: block;
}
#contact #contact-form fieldset textarea {
  display: block;
  margin: 0;
  width: 100%;
  min-height: 200px;
  resize: none;
}
@media (max-width: 768px) {
  #contact #contact-form fieldset .field {
    margin-bottom: 0.8rem;
  }
  #contact #contact-form fieldset input[type=email],
  #contact #contact-form fieldset input[type=tel],
  #contact #contact-form fieldset input[type=text],
  #contact #contact-form fieldset textarea {
    font-size: 1.8rem;
    line-height: 2rem;
    padding: 0.8rem 1rem 0.6rem;
  }
}
#contact #contact-form fieldset .button {
  margin: 0 0 1.2rem;
  padding: 1.2rem 2.4rem 0.8rem;
  overflow: hidden;
  border: none;
  border-radius: 99rem;
  cursor: pointer;
  background: #721e26;
  float: right;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: rgb(104.88, 27.6, 34.96) 0 0.4rem 0;
          box-shadow: rgb(104.88, 27.6, 34.96) 0 0.4rem 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact #contact-form fieldset .button span {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
  display: block;
  position: relative;
  z-index: 1;
}
#contact #contact-form fieldset .button i {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #ffffff;
}
#contact #contact-form fieldset .button:hover {
  background: rgb(107.16, 28.2, 35.72);
  -webkit-box-shadow: rgb(98.04, 25.8, 32.68) 0 0.4rem 0;
          box-shadow: rgb(98.04, 25.8, 32.68) 0 0.4rem 0;
}

#contact-info {
  padding-left: 2.4rem;
}
@media (max-width: 991px) {
  #contact-info {
    padding-left: 0;
    margin-top: 2rem;
  }
}
#contact-info .contact-block {
  background: pink;
  background: rgb(249.9, 249.9, 249.9);
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 1.2rem;
}
#contact-info .contact-block h5 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #721e26;
  margin-bottom: 0.4rem;
}
#contact-info .contact-block h5 i {
  font-size: 1.8rem;
  color: rgb(68.4, 18, 22.8);
  padding-right: 0.4rem;
}
#contact-info .contact-block a, #contact-info .contact-block p {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.8;
  color: rgb(20.4, 20.4, 20.4);
  text-decoration: none;
  display: block;
  margin: 0;
}
#contact-info .contact-block a:hover {
  color: #721e26;
}
#contact-info .contact-block--areas .sidebar-areas {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}
#contact-info .contact-block--areas .sidebar-areas li {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  color: rgb(20.4, 20.4, 20.4);
  padding-left: 1.4rem;
  position: relative;
}
#contact-info .contact-block--areas .sidebar-areas li::before {
  content: "\f3c5";
  font: var(--fa-font-solid);
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 0.9rem;
  color: #721e26;
}

#intro {
  margin: 2.4rem 0;
}
#intro h1 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-size: 4rem;
  line-height: 1;
  color: #721e26;
}
#intro hr {
  margin: 0.6rem 0;
  padding: 0;
  width: 20%;
  height: 2px;
  border: 0 none;
  background: rgb(68.4, 18, 22.8);
}
#intro p {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6;
  color: rgb(20.4, 20.4, 20.4);
}

#about {
  padding: 1.6rem 0 1.6rem;
}
#about h1 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-size: 4rem;
  line-height: 1;
  color: #721e26;
}
#about hr {
  margin: 0.6rem 0 1.6rem;
  padding: 0;
  width: 20%;
  height: 2px;
  border: 0 none;
  background: rgb(68.4, 18, 22.8);
}
#about p {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.7;
  color: rgb(20.4, 20.4, 20.4);
  margin-bottom: 1.2rem;
}
#about .about-photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.8rem;
}
@media (max-width: 991px) {
  #about .about-photo {
    margin-top: 2rem;
  }
}

#truck-banner {
  position: relative;
  width: 100%;
  min-height: 38rem;
  background: url("/img/pic-truck-2.jpg") center center/cover no-repeat;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#truck-banner .truck-banner-overlay {
  width: 100%;
  padding: 6rem 0;
  background: rgba(0, 0, 0, 0.45);
}
#truck-banner .truck-banner-overlay .wrap {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}
#truck-banner .truck-banner-overlay h2 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-size: 3.8rem;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 1.6rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
#truck-banner .truck-banner-overlay p {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  #truck-banner {
    background-attachment: scroll;
    min-height: 30rem;
  }
  #truck-banner .truck-banner-overlay {
    padding: 2rem 0;
  }
  #truck-banner .truck-banner-overlay h2 {
    font-size: 2.8rem;
  }
}

#about-features {
  padding: 2.4rem 0;
  background: rgb(249.9, 249.9, 249.9);
}
#about-features h2 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-size: 3.4rem;
  line-height: 1.1;
  color: #721e26;
  text-align: center;
}
#about-features hr {
  margin: 2.4rem auto;
  padding: 0;
  width: 12%;
  height: 2px;
  border: 0 none;
  background: rgb(68.4, 18, 22.8);
}
#about-features .feature-card {
  text-align: center;
  padding: 1.6rem 2rem;
}
#about-features .feature-card i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #721e26;
  color: #ffffff;
  font-size: 3.2rem;
  margin: 0 auto 1.2rem;
  opacity: 0;
}
#about-features .feature-card i.icon-animate {
  -webkit-animation: flipInVertical 0.65s ease both;
          animation: flipInVertical 0.65s ease both;
}
#about-features .feature-card h3 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  color: rgb(20.4, 20.4, 20.4);
  margin-bottom: 0.8rem;
}
#about-features .feature-card p {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.7;
  color: rgb(20.4, 20.4, 20.4);
}

@-webkit-keyframes flipInVertical {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
            transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipInVertical {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
            transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#about-products {
  margin: 0;
  padding: 0;
}
#about-products hr {
  margin: 0.3rem 0 1rem;
  padding: 0;
  width: 15%;
  height: 2px;
  border: 0 none;
  background: rgb(68.4, 18, 22.8);
}
#about-products .product-row {
  margin: 0;
  padding-bottom: 2.4rem;
}
#about-products .product-row:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0 none;
}
#about-products .product-photo {
  width: 100%;
  height: 32rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8rem;
  display: block;
}
@media (max-width: 767px) {
  #about-products .product-photo {
    height: 22rem;
    margin-top: 1.6rem;
  }
}
#about-products .product-item {
  padding: 0 2rem 0 0;
}
@media (max-width: 767px) {
  #about-products .product-item {
    padding: 1.6rem 0 0;
  }
}
#about-products .product-item h2 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 1.2;
  color: #721e26;
  margin-bottom: 1rem;
}
#about-products .product-item h2 i {
  font-size: 2.4rem;
  margin-right: 0.4rem;
  color: rgb(68.4, 18, 22.8);
}
#about-products .product-item h2 a {
  text-decoration: none;
  color: #721e26;
}
#about-products .product-item p {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: rgb(20.4, 20.4, 20.4);
  margin-bottom: 1.4rem;
}
#about-products .product-item .about-link {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #721e26;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#about-products .product-item .about-link i {
  font-size: 1.2rem;
  margin-left: 0.3rem;
}
#about-products .product-item .about-link:hover {
  color: rgb(68.4, 18, 22.8);
}

#about-cta {
  padding: 3.2rem 0;
  background: rgb(20.4, 20.4, 20.4) url("/img/bg-grey.png") repeat top left;
}
#about-cta .cta-inner {
  text-align: center;
}
#about-cta .cta-inner h2 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-size: 3.6rem;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 0.8rem;
}
#about-cta .cta-inner p {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
}
#about-cta .cta-inner .cta-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#about-cta .cta-inner .button-cta {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  border-radius: 99rem;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #721e26;
  color: #ffffff;
  -webkit-box-shadow: rgb(91.2, 24, 30.4) 0 0.4rem 0;
          box-shadow: rgb(91.2, 24, 30.4) 0 0.4rem 0;
}
#about-cta .cta-inner .button-cta i {
  margin-right: 0.6rem;
  font-size: 1.5rem;
}
#about-cta .cta-inner .button-cta:hover {
  background: rgb(102.6, 27, 34.2);
  color: #ffffff;
  -webkit-box-shadow: rgb(79.8, 21, 26.6) 0 0.4rem 0;
          box-shadow: rgb(79.8, 21, 26.6) 0 0.4rem 0;
}
#about-cta .cta-inner .button-cta--outline {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
}
#about-cta .cta-inner .button-cta--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#shelter-details,
#septic-details, #pipes-details, #feed-bunks-details, #parking-stops-details {
  padding: 2.4rem 0;
  background: rgb(251.175, 251.175, 251.175);
}
#shelter-details h2,
#septic-details h2, #pipes-details h2, #feed-bunks-details h2, #parking-stops-details h2 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.1;
  color: #721e26;
}
#shelter-details hr,
#septic-details hr, #pipes-details hr, #feed-bunks-details hr, #parking-stops-details hr {
  margin: 0.6rem 0 1.4rem;
  padding: 0;
  width: 20%;
  height: 2px;
  border: 0 none;
  background: rgb(68.4, 18, 22.8);
}
#shelter-details p,
#septic-details p, #pipes-details p, #feed-bunks-details p, #parking-stops-details p {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.7;
  color: rgb(20.4, 20.4, 20.4);
  margin-bottom: 1rem;
}
#shelter-details p a,
#septic-details p a, #pipes-details p a, #feed-bunks-details p a, #parking-stops-details p a {
  text-decoration: underline;
  color: #721e26;
}
#shelter-details .shelter-features-list,
#shelter-details .product-features-list,
#shelter-details .pipes-features-list,
#septic-details .shelter-features-list,
#septic-details .product-features-list,
#septic-details .pipes-features-list, #pipes-details .shelter-features-list,
#pipes-details .product-features-list,
#pipes-details .pipes-features-list, #feed-bunks-details .shelter-features-list,
#feed-bunks-details .product-features-list,
#feed-bunks-details .pipes-features-list, #parking-stops-details .shelter-features-list,
#parking-stops-details .product-features-list,
#parking-stops-details .pipes-features-list {
  list-style: none;
  padding: 0;
  margin: 0.4rem 0 0;
}
#shelter-details .shelter-features-list li,
#shelter-details .product-features-list li,
#shelter-details .pipes-features-list li,
#septic-details .shelter-features-list li,
#septic-details .product-features-list li,
#septic-details .pipes-features-list li, #pipes-details .shelter-features-list li,
#pipes-details .product-features-list li,
#pipes-details .pipes-features-list li, #feed-bunks-details .shelter-features-list li,
#feed-bunks-details .product-features-list li,
#feed-bunks-details .pipes-features-list li, #parking-stops-details .shelter-features-list li,
#parking-stops-details .product-features-list li,
#parking-stops-details .pipes-features-list li {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6;
  color: rgb(20.4, 20.4, 20.4);
  padding: 0.7rem 0 0.7rem 2.4rem;
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  position: relative;
}
#shelter-details .shelter-features-list li:last-child,
#shelter-details .product-features-list li:last-child,
#shelter-details .pipes-features-list li:last-child,
#septic-details .shelter-features-list li:last-child,
#septic-details .product-features-list li:last-child,
#septic-details .pipes-features-list li:last-child, #pipes-details .shelter-features-list li:last-child,
#pipes-details .product-features-list li:last-child,
#pipes-details .pipes-features-list li:last-child, #feed-bunks-details .shelter-features-list li:last-child,
#feed-bunks-details .product-features-list li:last-child,
#feed-bunks-details .pipes-features-list li:last-child, #parking-stops-details .shelter-features-list li:last-child,
#parking-stops-details .product-features-list li:last-child,
#parking-stops-details .pipes-features-list li:last-child {
  border-bottom: 0;
}
#shelter-details .shelter-features-list li::before,
#shelter-details .product-features-list li::before,
#shelter-details .pipes-features-list li::before,
#septic-details .shelter-features-list li::before,
#septic-details .product-features-list li::before,
#septic-details .pipes-features-list li::before, #pipes-details .shelter-features-list li::before,
#pipes-details .product-features-list li::before,
#pipes-details .pipes-features-list li::before, #feed-bunks-details .shelter-features-list li::before,
#feed-bunks-details .product-features-list li::before,
#feed-bunks-details .pipes-features-list li::before, #parking-stops-details .shelter-features-list li::before,
#parking-stops-details .product-features-list li::before,
#parking-stops-details .pipes-features-list li::before {
  content: "\f058";
  font: var(--fa-font-solid);
  position: absolute;
  left: 0;
  top: 1rem;
  font-size: 1.3rem;
  color: #721e26;
}
#shelter-details .specs-table,
#septic-details .specs-table, #pipes-details .specs-table, #feed-bunks-details .specs-table, #parking-stops-details .specs-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.2rem;
}
#shelter-details .specs-table thead tr th,
#septic-details .specs-table thead tr th, #pipes-details .specs-table thead tr th, #feed-bunks-details .specs-table thead tr th, #parking-stops-details .specs-table thead tr th {
  background: #721e26;
  color: #ffffff;
  padding: 1rem 1.2rem;
  text-align: left;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}
#shelter-details .specs-table thead tr th:first-child,
#septic-details .specs-table thead tr th:first-child, #pipes-details .specs-table thead tr th:first-child, #feed-bunks-details .specs-table thead tr th:first-child, #parking-stops-details .specs-table thead tr th:first-child {
  border-radius: 0.6rem 0 0 0;
}
#shelter-details .specs-table thead tr th:last-child,
#septic-details .specs-table thead tr th:last-child, #pipes-details .specs-table thead tr th:last-child, #feed-bunks-details .specs-table thead tr th:last-child, #parking-stops-details .specs-table thead tr th:last-child {
  border-radius: 0 0.6rem 0 0;
}
#shelter-details .specs-table tbody tr td,
#septic-details .specs-table tbody tr td, #pipes-details .specs-table tbody tr td, #feed-bunks-details .specs-table tbody tr td, #parking-stops-details .specs-table tbody tr td {
  padding: 0.9rem 1.2rem;
  font-family: open-sans, sans-serif;
  font-size: 1.3rem;
  color: rgb(20.4, 20.4, 20.4);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
}
#shelter-details .specs-table tbody tr:nth-child(even) td,
#septic-details .specs-table tbody tr:nth-child(even) td, #pipes-details .specs-table tbody tr:nth-child(even) td, #feed-bunks-details .specs-table tbody tr:nth-child(even) td, #parking-stops-details .specs-table tbody tr:nth-child(even) td {
  background: rgb(247.35, 247.35, 247.35);
}
#shelter-details .specs-table tbody tr:last-child td,
#septic-details .specs-table tbody tr:last-child td, #pipes-details .specs-table tbody tr:last-child td, #feed-bunks-details .specs-table tbody tr:last-child td, #parking-stops-details .specs-table tbody tr:last-child td {
  border-bottom: 0;
}
@media (max-width: 991px) {
  #shelter-details #shelter-sizes,
  #shelter-details #septic-sizes,
  #septic-details #shelter-sizes,
  #septic-details #septic-sizes, #pipes-details #shelter-sizes,
  #pipes-details #septic-sizes, #feed-bunks-details #shelter-sizes,
  #feed-bunks-details #septic-sizes, #parking-stops-details #shelter-sizes,
  #parking-stops-details #septic-sizes {
    margin-top: 2.4rem;
  }
}
#shelter-details img.product,
#septic-details img.product, #pipes-details img.product, #feed-bunks-details img.product, #parking-stops-details img.product {
  margin: 0 auto;
  text-align: center;
}

#shelter-process,
#septic-process,
#pipes-process {
  padding: 2.4rem 0;
}
#shelter-process h2,
#septic-process h2,
#pipes-process h2 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.1;
  color: #721e26;
  text-align: center;
}
#shelter-process hr,
#septic-process hr,
#pipes-process hr {
  margin: 0.6rem auto 2.4rem;
  padding: 0;
  width: 8%;
  height: 2px;
  border: 0 none;
  background: rgb(68.4, 18, 22.8);
}
#shelter-process .process-step,
#septic-process .process-step,
#pipes-process .process-step {
  text-align: center;
  padding: 1.6rem 2rem;
}
#shelter-process .process-step .step-num,
#septic-process .process-step .step-num,
#pipes-process .process-step .step-num {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #721e26;
  color: #ffffff;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 6rem;
  margin: 0 auto 1.4rem;
  display: block;
}
#shelter-process .process-step h3,
#septic-process .process-step h3,
#pipes-process .process-step h3 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  color: rgb(20.4, 20.4, 20.4);
  margin-bottom: 0.8rem;
}
#shelter-process .process-step p,
#septic-process .process-step p,
#pipes-process .process-step p {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.7;
  color: rgb(20.4, 20.4, 20.4);
}

#shelter-faq,
#septic-faq,
#pipes-faq,
#parking-stops-faq,
#feed-bunks-faq {
  padding: 2.4rem 0;
  background: rgb(251.175, 251.175, 251.175) url("/img/halftone.png") repeat top left;
}
#shelter-faq h2,
#septic-faq h2,
#pipes-faq h2,
#parking-stops-faq h2,
#feed-bunks-faq h2 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.1;
  color: #721e26;
}
#shelter-faq hr,
#septic-faq hr,
#pipes-faq hr,
#parking-stops-faq hr,
#feed-bunks-faq hr {
  margin: 0.6rem 0 2rem;
  padding: 0;
  width: 12%;
  height: 2px;
  border: 0 none;
  background: rgb(68.4, 18, 22.8);
}
#shelter-faq .faq-item,
#septic-faq .faq-item,
#pipes-faq .faq-item,
#parking-stops-faq .faq-item,
#feed-bunks-faq .faq-item {
  margin-bottom: 2rem;
}
#shelter-faq .faq-item h4,
#septic-faq .faq-item h4,
#pipes-faq .faq-item h4,
#parking-stops-faq .faq-item h4,
#feed-bunks-faq .faq-item h4 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  color: rgb(68.4, 18, 22.8);
  margin-bottom: 0.5rem;
}
#shelter-faq .faq-item h4 i,
#septic-faq .faq-item h4 i,
#pipes-faq .faq-item h4 i,
#parking-stops-faq .faq-item h4 i,
#feed-bunks-faq .faq-item h4 i {
  color: #000000;
  font-size: 1.6rem;
}
#shelter-faq .faq-item p,
#septic-faq .faq-item p,
#pipes-faq .faq-item p,
#parking-stops-faq .faq-item p,
#feed-bunks-faq .faq-item p {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.7;
  color: rgb(20.4, 20.4, 20.4);
  margin: 0;
}
#shelter-faq .faq-item p a,
#septic-faq .faq-item p a,
#pipes-faq .faq-item p a,
#parking-stops-faq .faq-item p a,
#feed-bunks-faq .faq-item p a {
  text-decoration: underline;
  color: #721e26;
}

#stats {
  background: rgb(229.5, 229.5, 229.5) url("/img/halftone.png") repeat top left;
  padding: 0.4rem 0;
}
#stats .stat-item {
  text-align: center;
  padding: 2rem 1.6rem;
}
@media (max-width: 767px) {
  #stats .stat-item {
    margin-bottom: 1.6rem;
  }
}
#stats .stat-circle {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: #721e26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 1.6rem;
  -webkit-box-shadow: inset 0 0 0 0.6rem rgb(91.2, 24, 30.4);
          box-shadow: inset 0 0 0 0.6rem rgb(91.2, 24, 30.4);
}
#stats .stat-number {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-size: 4rem;
  color: #ffffff;
  line-height: 1;
  display: block;
}
#stats .stat-label {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #000000;
  margin: 0;
}

#home-body {
  margin: 0;
  padding: 0 0 1.6rem;
}

#home-contact {
  padding: 2.4rem 0;
  background: rgb(20.4, 20.4, 20.4);
}
#home-contact h2 {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 0.8rem;
}
#home-contact h2 i {
  color: #ffffff;
  margin-right: 0.6rem;
  font-size: 2.6rem;
}
#home-contact hr {
  margin: 0.6rem 0 1.6rem;
  padding: 0;
  width: 15%;
  height: 2px;
  border: 0 none;
  background: #ffffff;
}
#home-contact fieldset {
  margin: 0;
  padding: 0;
  border: 0 none;
}
#home-contact fieldset .field-wrap {
  margin-bottom: 1rem;
}
#home-contact fieldset label.input {
  display: block;
  margin: 0 0 0.3rem;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #ffffff;
}
#home-contact fieldset label.input sup {
  padding-left: 0.2rem;
  color: #721e26;
}
#home-contact fieldset .field {
  margin: 0 0 1rem;
  padding: 0;
  border-radius: 0.6rem;
  background: rgb(242.25, 242.25, 242.25);
  border: 1px solid rgb(224.4, 224.4, 224.4);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#home-contact fieldset .field:focus-within {
  border-color: #721e26;
  background: rgb(249.9, 249.9, 249.9);
}
#home-contact fieldset input[type=email],
#home-contact fieldset input[type=tel],
#home-contact fieldset input[type=text],
#home-contact fieldset textarea {
  margin: 0;
  padding: 0.5rem 1rem 0.3rem;
  width: 100%;
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  color: rgb(20.4, 20.4, 20.4);
  background: transparent;
  border: 0 none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#home-contact fieldset input[type=email]:focus,
#home-contact fieldset input[type=tel]:focus,
#home-contact fieldset input[type=text]:focus,
#home-contact fieldset textarea:focus {
  outline: none;
}
#home-contact fieldset input {
  display: block;
}
#home-contact fieldset textarea {
  display: block;
  width: 100%;
  min-height: 180px;
  resize: none;
}
#home-contact fieldset .button {
  margin: 0 0 0.4rem;
  padding: 1.2rem 2.4rem 0.8rem;
  border: none;
  border-radius: 99rem;
  cursor: pointer;
  background: #721e26;
  display: inline-block;
  -webkit-box-shadow: rgb(104.88, 27.6, 34.96) 0 0.4rem 0;
          box-shadow: rgb(104.88, 27.6, 34.96) 0 0.4rem 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#home-contact fieldset .button span {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
}
#home-contact fieldset .button i {
  font-size: 1.6rem;
  margin-right: 0.4rem;
  color: #ffffff;
}
#home-contact fieldset .button:hover {
  background: rgb(107.16, 28.2, 35.72);
  -webkit-box-shadow: rgb(98.04, 25.8, 32.68) 0 0.4rem 0;
          box-shadow: rgb(98.04, 25.8, 32.68) 0 0.4rem 0;
}

footer {
  background: #721e26;
  margin-top: auto;
  padding: 2rem 0 0;
}
footer hr {
  width: 65%;
  padding: 0;
  border: 0 none;
  height: 1px;
  background: rgb(68.4, 18, 22.8);
}
footer .footer-col {
  padding: 1.6rem 1.2rem;
}
@media (max-width: 767px) {
  footer .footer-col {
    text-align: center;
    padding: 1.4rem 1.2rem;
  }
}
footer .footer-col--brand .footer-logo {
  max-width: 24rem;
  height: auto;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  footer .footer-col--brand .footer-logo {
    max-width: 18rem;
    margin: 0 auto 1.2rem;
    display: block;
  }
}
footer .footer-col--areas .footer-areas {
  list-style: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}
footer .footer-col--areas .footer-areas li {
  font-size: 1rem;
  line-height: 2rem;
  color: #ffffff;
  padding-left: 1.4rem;
  position: relative;
}
footer .footer-col--areas .footer-areas li::before {
  content: "\f3c5";
  font: var(--fa-font-solid);
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 0.7rem;
}
footer .footer-heading {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #ffffff;
}
footer .footer-heading i {
  margin-right: 0.3rem;
  color: #ffffff;
  font-size: 2rem;
}
footer .footer-links,
footer .footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-links li,
footer .footer-contact li {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 700;
  color: #ffffff;
}
footer .footer-links li i,
footer .footer-contact li i {
  font-size: 1.6rem;
  margin-right: 0.5rem;
  color: #ffffff;
}
footer .footer-links li a,
footer .footer-contact li a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
footer .footer-links li a:hover,
footer .footer-contact li a:hover {
  opacity: 0.8;
}
footer .footer-links li a.email,
footer .footer-contact li a.email {
  font-size: 1.8rem;
}
footer .footer-links li,
footer .footer-links li a {
  font-size: 1.4rem;
  line-height: 1.6;
}
footer .footer-contact li,
footer .footer-contact li a {
  font-size: 2rem;
  line-height: 1.2;
}
footer .footer-bottom {
  margin-top: 1.2rem;
  padding: 1.6rem 0;
  border-top: 1px solid rgb(68.4, 18, 22.8);
}
footer .footer-bottom p {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */
