html {
  font-family: 'Inter', sans-serif;
}

#mainNav {
  background-color: rgba(33, 37, 41, 0.8);
}

#mainNav .navbar-toggler {
  padding: 13px;
  color: white;
  border: 0;
}

.nav-container {
  display: flex;
  justify-content: flex-end !important;
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
  color: rgb(0, 112, 255);
}

#mainNav .navbar-nav .nav-item .nav-link {
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-size: 18px;
}

#mainNav .navbar-nav {
  padding-top: 1rem;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: rgb(50, 138, 252);
}

@media (min-width: 762px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-nav {
    padding-top: 0;
  }

  #mainNav .navbar-brand {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
    /* color: rgb(0, 112, 255); */
    color: #000;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(33, 37, 41, 0.8);
    color: white;
  }
  #mainNav.navbar-shrink .nav-item .nav-link {
    color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

section {
  margin-top: 15px;
  margin-bottom: 15px;
}
.logo {
  height: 50px;
}
.hero {
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.3)
    ),
    url('https://res.cloudinary.com/ckarras/image/upload/f_auto,w_auto/v1529723140/acooperplumbing.com/faucet-hero.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
}
.hero img {
  overflow: hidden;
  max-height: 425px;
  margin-right: 5rem;
}
@media (max-width: 600px) {
  .hero {
    justify-content: center;
    height: 100vh;
  }
  .hero img {
    margin-top: 25%;
    margin-right: 0;
  }
}
.about-container {
  margin-top: 50px;
}
.about {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 15px;
}
.about-p {
  text-align: justify;
}

.navien-desc {
  display: flex;
  align-items: center;
}

.navien-desc img {
  margin-right: 16px;
  height: 75px;
  width: 130px;
}

@media (max-width: 500px) {
  .navien-desc {
    flex-direction: column;
  }

  .navien-desc img {
    margin-bottom: 16px;
    margin-right: 0;
  }
}

.payments {
  padding: 15px;
}
.payment-logo {
  height: 50px;
}
.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

.services {
  background-color: aliceblue;
  padding: 50px;
}

.service-title {
  margin-bottom: 1rem;
}

.fa-stack {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 1rem;
}
.icon {
  height: 65px;
  position: relative;
  z-index: 1;
}
.tankless {
  height: 80px;
}
.galleries {
  justify-content: center;
}
.gallery-modal .modal-dialog {
  max-width: 100vw;
}
.card {
  margin: 10px;
  padding: 0;
  cursor: pointer;
}
.card:hover {
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.contact {
  background-color: aliceblue;
  padding: 50px;
}
.like-btn {
  margin-left: 10px;
  padding: 5px;
}
.text-area {
  height: 210px;
}

footer {
  display: flex;
  justify-content: center;
  margin: auto;
}

.copyright {
  text-align: center;
}

.email-link {
  color: #0069d9;
}

.btn-primary {
  background-color: #0069d9;
  border-color: #0069d9;
}

.btn-primary:hover {
  border-color: #007bff;
  background-color: #007bff;
}

.text-muted {
  color: #6a727a !important;
}
.wide-image {
  background-image: url('https://res.cloudinary.com/ckarras/image/upload/v1557875211/acooperplumbing.com/kit7.jpg');
  background-size: cover;
  height: 100%;
  background-position: center;
  min-height: 275px;
}
