:root {
  --lt-brand: #00975c;
  --lt-brand-hover: #00a665;
  --lt-green-dark: #008952;
  --lt-green-muted: #00804d;
}

body {
  font-family: "Josefin Sans", system-ui, -apple-system, sans-serif;
}

h1,
h2,
h3,
.navbar-brand {
  font-family: "Josefin Slab", Rockwell, Georgia, serif;
}

.navbar-dark .navbar-brand {
  color: var(--lt-brand) !important;
  font-weight: 600;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .nav-link:hover,
.navbar-dark .nav-link:focus {
  color: var(--lt-brand-hover) !important;
}

.navbar-dark .nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
}

.navbar-dark .nav-link.active {
  color: var(--lt-brand) !important;
  font-weight: 600;
}

.navbar-dark .text-nav-phone a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.navbar-dark .text-nav-phone a:hover {
  color: var(--lt-brand-hover);
}

/* Hero (home) */
.hero-home {
  min-height: 58vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url("https://img1.wsimg.com/isteam/stock/11252/:/rs=w:1600,h:900,cg:true,m/cr=w:1600,h:900,a:cc")
      center / cover no-repeat;
}

.hero-tagline-disc {
  width: min(92vw, 34rem);
  min-height: min(85vw, 26rem);
  height: auto;
  max-width: 100%;
  border-radius: 50%;
  background: rgba(0, 141, 85, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(1.25rem, 4vw, 2.25rem);
}

.hero-tagline-disc h1 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: 0;
  font-size: clamp(1.35rem, 4vw, 2.25rem);
  line-height: 1.2;
}

.hero-tagline-disc .lead {
  font-size: clamp(0.9rem, 2.1vw, 1.05rem);
  line-height: 1.45;
  text-align: center;
  max-width: 26rem;
}

.section-heading {
  color: var(--lt-green-dark);
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .section-heading.text-md-start {
    text-align: left !important;
  }
}

.about-aside-img {
  min-height: 16rem;
  background:
    url("https://img1.wsimg.com/isteam/stock/87403/:/rs=w:900,h:900,cg:true,m/cr=w:900,h:900,a:cc")
    center / cover no-repeat;
}

@media (min-width: 768px) {
  .about-aside-img {
    min-height: 24rem;
    height: 100%;
  }
}

.text-muted-body {
  color: #5e5e5e !important;
}

.subheading {
  color: #1b1b1b;
  font-weight: 400;
}

/* Services cards */
.services-section {
  background-color: #f6f6f6;
}

.service-thumb {
  width: 223px;
  height: 223px;
  object-fit: cover;
  border-radius: 50%;
}

/* Contact */
.btn-lt-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #008d55;
  --bs-btn-border-color: #008d55;
  --bs-btn-hover-bg: #009b5e;
  --bs-btn-hover-border-color: #009b5e;
  --bs-btn-focus-shadow-rgb: 0, 141, 85;
  letter-spacing: 0.06em;
}

/* Footer */
.site-footer {
  background: #111;
  color: #f1f1f1;
}

.site-footer .text-muted-footer {
  color: #848484 !important;
}

.site-footer hr {
  width: 3rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.35;
}
