body {
  font-family: "Montserrat", sans-serif;
}

.btn-outline-primary {
  color: var(--bs-primary);
}

.btn-outline-primary:hover {
  color: #fff;
}

.services .lead a {
  text-decoration: none;
}

.strengths .card-body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a.active {
  background-color: var(--bs-primary);
  color: white !important;
  border-radius: 3rem;
}

.navbar-nav .nav-link {
  color: var(--bs-primary);
}

.navbar-sticky {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.threat-bg {
  background: url("/images/intro-to-threat-modeling/banner.webp") center center no-repeat;
  background-size: cover;
}

.header-bg {
  background: url("/images/sea.jpg") left center no-repeat;
  background-size: cover;
}

.header .fancy-font {
  font-family: "Sacramento";
  color: #fff;
}

.header .container .row {
  height: 350px;
}

.team h3 {
  color: white;
}

.card-wrapper {
  background-color: #999999;
}

.fa-linked-in {
  --fa-inverse: var(--bs-primary);
}

.linkedin {
  color: white;
}

footer a {
  text-decoration: none;
  color: white !important;
}

footer p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
}

.leon .circle-avatar {
  background-position-x: -47px;
}

.ivo .circle-avatar {
  background-position-x: center;
}

.circle-avatar {
  /* make it responsive */
  max-width: 60%;
  width: 60%;
  height: auto;
  display: block;
  /* div height to be the same as width*/
  padding-top: 60%;
  /* make it a circle */
  border-radius: 50%;
  /* Centering on image`s center*/
  background-position-y: center;
  background-repeat: no-repeat;
  /* it makes the clue thing, takes smaller dimension to fill div */
  background-size: cover;
  /* it is optional, for making this div centered in parent*/
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

table ul {
  margin-bottom: 0 !important;
}

@media (max-width: 992px) {
  .narrow-margin {
    margin-bottom: 1rem;
  }
  #services,
  #strengths,
  #story {
    padding-top: 3rem !important;
  }
}
@media (max-width: 780px) {
  .callout span {
    font-size: 2rem;
  }
  .narrow-margin {
    margin-bottom: 1rem;
  }
}
