/*NODE HOME PAGE*/
h1 {
  font-weight: 100;
  font-family: "proxima-nova";
}

#banner-carousel .owl-dots {
  text-align: right;
  padding-right: 14px;
}

#banner-carousel .owl-dots .owl-dot.active span {
  background-color: var(--color-grey1) ;
}

.block-news {
  color: var(--color-main-color1);
  font-weight: 600;
}

.block-news a {
  color: var(--color-main-black);
}
.block-news a:hover {
  text-decoration: underline;
}

.block-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 600px;
}

.block-content {
  min-height: 250px;
}

@media (max-width: 769px) {
  p.empty {
    display: none;
  }
}