.btn-primary {
  color: #fff;
  background-color: #46a66f;
  border-color: #306246;
}
.btn-primary:hover {
  color: #fff;
  background-color: #198753;
  border-color: #306246;
}

.btn {
  border-radius: 2rem;
}

footer.footer .social-link {
  background-color: #198753;
}
footer.footer .social-link:hover {
  background-color: #1b5e20;
}

.service-icon {
  color: #198753;
}

.logo {
  max-width: 500px;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  background-color: #1b5e20;
}

.callout {
  padding: 15rem 0;
  background: linear-gradient(
      159deg,
      rgb(255 243 90 / 20%) 0%,
      rgba(255, 255, 255, 0.1) 100%
    ),
    url(../assets/img/bg-callout.jpg);
  /* background-position: center center; */
  background-repeat: no-repeat;
  background-size: cover;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
}

.portfolio-item:hover .caption {
  background-color: #198754b8;
}

#sidebar-wrapper {
  background: #206e4a;
}

.vertical-space {
  margin-bottom: 60px;
}