@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");
.barbell {
  padding: 0 15px 0 15px;
}
@media (min-width: 1200px) {
  .barbell {
    padding: 2rem auto 0;
  }
}
.barbell .barbell-line {
  position: relative;
  height: 2px;
  background-color: white;
  margin: 1rem auto;
  max-width: 1400px;
}
@media (min-width: 1200px) {
  .barbell .barbell-line {
    max-width: 992px;
  }
}
.barbell .barbell-line::before, .barbell .barbell-line::after {
  content: "";
  position: absolute;
  top: -4px; /* Adjust to vertically center the cap */
  width: 2px;
  height: 10px;
  background-color: white;
}
.barbell .barbell-line::before {
  left: 0;
}
.barbell .barbell-line::after {
  right: 0;
}

.navbar-toggler i {
  transition: all 0.5s ease;
}

.navbar-brand img {
  height: 100px;
}

.navbar-dark.bg-dark {
  background-color: black !important;
}

.navbar-nav .nav-link,
.navbar-nav .nav-link.active {
  color: #92c456;
}
@media (min-width: 1024px) {
  .navbar-nav .nav-link,
  .navbar-nav .nav-link.active {
    font-size: 1.5rem;
  }
}

.testimonial-card {
  max-width: 992px;
  background: #545749;
  border-color: #444;
  min-height: 480px;
  color: white;
}
@media (min-width: 576px) {
  .testimonial-card {
    min-height: 385px;
  }
}
@media (min-width: 768px) {
  .testimonial-card {
    min-height: 330px;
  }
}
@media (min-width: 1024px) {
  .testimonial-card {
    min-height: 300px;
  }
}
@media (min-width: 1200px) {
  .testimonial-card {
    min-height: 280px;
  }
}

/* readable quote width and type scale */
.testimonial-card .card-text {
  line-height: 1.6;
}

/* ensure the headshot fills its column */
.object-fit-cover {
  object-fit: cover;
}

@media (min-width: 1400px) {
  .carousel-indicators {
    display: none;
  }
}

.carousel-control-prev, .carousel-control-next {
  display: none;
}
@media (min-width: 1400px) {
  .carousel-control-prev, .carousel-control-next {
    display: block;
  }
}

footer {
  background: #92c456;
  color: black;
  text-align: center;
  padding: 20px;
  margin-top: auto; /* stick to bottom */
  position: static; /* no absolute */
  height: auto; /* let padding set height */
}
footer .footer__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  footer .footer__content {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
footer .footer__content--company {
  font-weight: 800;
}
footer .footer__content--rights {
  font-size: 1rem;
}
@media (min-width: 768px) {
  footer .footer__content--rights {
    margin-left: 1rem;
    font-size: unset;
  }
}

html {
  height: 100vh;
}

body {
  margin: 0;
  padding: 0;
  background-color: black;
  font-size: 16px;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}

a {
  color: black;
  text-decoration: none;
}
a[href^="tel:"] {
  text-decoration: underline dotted;
}

.social a {
  color: unset;
}
.social a .fa-linkedin {
  color: #0077b5;
}

main {
  flex: 1 0 auto;
}

.cta {
  background-color: #93c455;
  height: fit-content;
  padding: 5px;
  display: flex;
  justify-content: center;
}
.cta-inner {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-inner span + span {
  margin-left: 0;
}
@media (min-width: 576px) {
  .cta-inner span + span {
    margin-left: 1rem;
  }
}
@media (min-width: 576px) {
  .cta-inner {
    flex-direction: row;
  }
}

.bg-boxes {
  background: url("../img/header-background.png");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1rem;
  min-height: 300px;
}
@media (min-width: 768px) {
  .bg-boxes {
    min-height: 180px;
  }
}

.intro {
  background-color: #e9eae8;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro--carousel {
  aspect-ratio: 16/9;
}
.intro--carousel .carousel-item img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .intro {
    flex-direction: row;
  }
}
.intro--logo {
  max-width: 20rem;
  display: block;
  margin: 0 auto;
}
.intro--logo--small {
  max-width: 5rem;
}
.intro--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
}
.intro--title span {
  font-size: 1.2rem;
  font-weight: bold;
}
.intro--title span:nth-child(2) {
  font-size: 1.8rem;
}
.intro--text {
  text-align: justify;
  padding: 10px;
}
.intro--img {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .intro {
    max-width: 768px;
    margin: 0 auto;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .intro {
    max-width: 1024px;
  }
}

.content-section {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  color: #92c456;
  padding: 2rem 15px 2rem 15px;
}
.content-section h4 {
  align-self: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .content-section {
    max-width: 992px;
    margin: 2rem auto 0;
  }
}
.content-section .icons {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.content-section .icons .icon {
  display: flex;
  align-items: center;
  position: relative;
}
.content-section .icons .icon h3.card-label {
  color: #92c456;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .content-section .icons .icon {
    flex-direction: column;
  }
}
.content-section .icons .icon + .icon {
  margin-top: 1rem;
}
.content-section .icons .icon img {
  width: 40px;
  height: auto;
}
.content-section .icons .icon h5 {
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .content-section .icons .icon h5 {
    margin-left: 0;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .content-section .icons {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .content-section .icons .icon {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
  .content-section .icons .icon img {
    height: 80px;
    width: auto;
  }
  .content-section .icons .icon + .icon {
    margin-top: 0;
  }
}
.content-section .expert-cards {
  display: flex;
  flex-direction: column;
}
.content-section .expert-cards .expert-card {
  background-color: #545749;
}
.content-section .expert-cards .expert-card + .expert-card {
  margin-top: 1rem;
}
.content-section .expert-cards .expert-card h5.card-title {
  color: #92c456;
}
.content-section .expert-cards .expert-card .skills {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.content-section .expert-cards .expert-card .skills .skill {
  background-color: #92c456;
  padding: 8px 5px;
  width: 100%;
}
.content-section .expert-cards .expert-card .skills .skill summary {
  font-weight: bolder;
}
.content-section .expert-cards .expert-card .skills .skill + .skill {
  margin-top: 0.5rem;
}

.cog-branding .cog-branding--minimal {
  display: none !important;
}

.cog-branding__powered {
  display: none !important;
}

/*# sourceMappingURL=styles.css.map */
