/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* COLORS */
body {
  font-family: "Lato", sans-serif;
}
body a {
  text-decoration: none;
}

.container {
  max-width: 1200px;
}

.header .marquee {
  background-color: #5698b0;
  border-bottom: 3px solid #fff;
}
.header .marquee .col {
  padding-top: 6px;
  padding-bottom: 6px;
}
.header .marquee .col a {
  color: #fff;
  font-weight: bold;
}
.header .marquee .col a:hover {
  color: #1c4f61;
  transition: all 0.3s ease;
}

.navbar {
  background-color: #99bfcc;
}
.navbar li a {
  color: rgba(0, 0, 0, 0.6235294118);
  font-size: 1.25rem;
  font-weight: bold;
}
.navbar li a:hover {
  color: #1c4f61;
  transition: all 0.3s ease;
}
.navbar .header-logo {
  width: 100%;
  max-width: 150px;
}

.footer {
  background-color: #99bfcc;
}
.footer .footer-marquee {
  background-color: #5698b0;
  border-bottom: 3px solid #fff;
}
.footer .footer-marquee h4 {
  color: #fff;
  margin: auto;
  padding: 10px;
}
.footer .footer-marquee h4:hover {
  color: #1c4f61;
  transition: all 0.3s ease;
}

.footer-main .container {
  margin-top: 15px;
  padding-bottom: 15px;
}
.footer-main h4 {
  color: #000;
  font-weight: bold;
}
.footer-main h5 {
  font-weight: bold;
}
.footer-main h6 {
  font-weight: bold;
}
.footer-main a {
  color: #000;
  font-weight: bold;
}
.footer-main a:hover {
  color: #1c4f61;
  transition: all 0.3s ease;
}
.footer-main .footer-logo {
  width: 100%;
  max-width: 150px;
}
.footer-main .footer-title-underline {
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}
.footer-main .footer-contact p {
  margin-bottom: 0.25rem;
}

.footer-bottom {
  background-color: #5698b0;
  border-top: 3px solid #fff;
}
.footer-bottom .col {
  padding: 10px;
}
.footer-bottom .col span {
  color: #fff;
}

@media (max-width: 576px) {
  .footer-main h5 {
    margin-top: 1rem;
  }
  .footer-main .footer-logo {
    display: none;
  }
}
.banner-main {
  background-image: url("../images/banner_main.webp");
  background-position: bottom;
}
.banner-main .col-md-6 {
  padding: 50px;
}
.banner-main .col-md-6 h1 {
  color: #fff;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}
.banner-main .col-md-6 .truck-iso {
  width: 100%;
}

.content-title {
  font-weight: 700;
  background-color: #5698b0;
  color: #fff;
  padding: 15px;
}

.no-list-style {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  font-size: 1.4rem;
  padding: 0.3rem;
}

.homepage-img {
  border: 0.8rem solid #99bfcc;
}

a {
  color: #5698b0;
  font-weight: bold;
}
a:hover {
  color: #1c4f61;
  transition: all 0.3s ease;
}

.yelp-review-div {
  padding: 1rem;
}

.yelp-widget {
  padding: 15px;
}

@media (max-width: 576px) {
  .remove-mobile {
    display: none;
  }
  .banner-main {
    margin-top: 0;
  }
  .banner-main .col-md-6 {
    padding: 20px !important;
  }
}/*# sourceMappingURL=style.css.map */