@import url("news.css?v=2026.05.01");


/**************** home specific css *******************/
.page-content-home {
  padding-top: 3em;
  min-height: 600px;
}

.page-content-home {
    background-color: transparent;
    background-image: url("../images/home_background.jpg");
    background-repeat: repeat-y;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.navbar-home {
  margin-bottom: 0;
}

.footer-home .copyright {
  margin-top: 0;
}

#carousel-home {
  border: solid 10px rgba(255, 255, 255, 0.5);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

#carousel-home .item a {
  color: white;
}

#news h4 {
  padding-top: 2em;
  color: white;
}

#news .news-item {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: white;
  color: white;
}

#news .news-info {
  border-bottom-color: white;
  color: white;
}
