.container-topbar {background-color: #ffffff !important; }
.container-header {
  background-image: linear-gradient(135deg,#000000,#000000 100%);
}
.btn-primary {
  background-color: #e40613 !important;
  border-color: #e40613 !important;  
}
.btn-primary:hover {
  background-color: rgb(228, 6, 19, 0.8) !important;
  border-color: #e40613 !important;  
}

#events .item .eg-content .data {
  color: #fff !important;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.7) !important;
}

#events .item .date {
  margin-top: 15px !important;
}

@media (width >= 1200px) {
    h1, .h1 {
        font-size: 1.75rem;
    }
  h2, .h2 {
        font-size: 1.50rem;
    }
  h3, .h3 {
        font-size: 1.25rem;
    }
  h4, .h4 {
        font-size: 1rem;
    }
  h5, .h5 {
        font-size: 0.75rem;
    }
  h6, .h6 {
        font-size: 0.50rem;
    }
}

.grid-child {
    max-width: 1920px;
}