* {
  font-family: "Nunito", sans-serif !important;
}

.bg-body {
  background: linear-gradient(90deg, #44ae57, #10b9eb);
}

.navbar-light .navbar-nav .nav-link {
  color: white;
}

.btn-primary {
  background: #339fa9;
  color: white;
  border: 1px solid transparent;
}

.btn-primary:hover {
  background: #025874;
  border: 1px solid #025874;
}

a {
  text-decoration: none;
  color: #339fa9;
}

a:hover {
  color: #025874;
}

.article {
  max-width: 100%;
}

.article h3 {
  font-size: 1.2rem;
}

.article .card-body {
  font-size: 0.9rem;
}

.article img {
  max-height: 250px !important;
  width: 100%;
  max-width: 240px;
  height: auto;
  margin: 1rem auto;
  display: block;
}

.article img.attachment-thumbnail {
  display: none;
}

.max-h-115px {
  max-height: 115px;
  max-width: 100%;
}

