a {
  color: #4D784D;
}
body {
  padding-top: 20vh;
  font-family: 'Raleway', serif;
}
h1 {
  font-family: 'Montserrat', serif;
  text-transform: uppercase;
  color: #4D784D;
}
.article-divider {
  margin: 5vh 0;
}
.article-heading, .card-title {
  color: #4D784D;  
}
.bg-yellow {
  background-color: yellow;
}
.current-page-link {
  font-weight: 700!important;
  color: #4D784D!important;
}
.text-justify {
  text-align: justify;
}
#carouselHome .carousel-item img {
  object-fit:  cover;
  object-position: center;
  overflow: hidden;
  height: 80vh;
}
#btn-news {
  background: url('./files/system/scroll-icon.svg') no-repeat center center;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 2%;
  right: 2%;
  z-index: 2;
}
#logo {
  height: 19vh;
}
