/* NODE 5581 - EVENTS CLONE */
/* ************************** */
/* ************************** */

.page-node-5581 #block-ideaeventshero {
  background-image:
    linear-gradient(#00348680, #00348680),
    url('../img/events-hero-background.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
 
  padding: 4rem;
  color: #ffff
}

.page-node-5581 #block-ideaeventshero h1 strong {
  font-family: Teko;
}

.page-node-5581 .btn_yellow {
    color: black;

    padding: 1rem 3rem;
    font-weight: bold;
    border-radius: 10px;
}

.page-node-5581 img {
    border-radius: 10px;
}

.page-node-5581 h3 {
    color: #266296;
}
