.row {
    margin-right: 0;
    margin-left: 0;
}

h1, h2, h3 {
    font-family: 'Arvo', serif;
}


.btn {
    background-color: yellow;
    color: black;
    border: none;
}

.video-banner {
    background-color: black !important;
}

.video-banner video{
    height: auto;
    object-fit: cover;
    width: 100%;
}

.intro, .agenda {
    background-color: #0433FF !important;
}

.intro h1, .agenda h1, .call h1{
    font-weight: 900 !important;
}

.intro a{
    color: black !important;
}

.agenda {
    color: #FFFB00 !important;
}

.opencall{
    background-color: rgb(153, 236, 166);
    color: FFFB00;
    border: none;
}

.opencall .btn {
  background-color: rgb(205, 54, 119);
  color: #fff;
  border: none;
}

.call {
    background-color: #FFFB00 !important;
}


ul.social-buttons {
    margin-bottom: 0;
  }
  
  ul.social-buttons li a {
    font-size: 20px;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    transition: all 0.3s;
    color: black;
    border-radius: 100%;
    outline: none;
    background-color: #FFFB00;
  }
  
  ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
    background-color: black;
    color: #0433FF;
    border: 1px solid #0433FF;
  }

 

  .page-footer {
    background-color: white !important;
    text-align: center;
  }

  .live {
    background-color: #007bff;
  }


  /* RESPONSIVE */

  @media only screen and (max-width: 600px) {
    .agenda li {
        font-size: 1.2rem;
    }

ul.social-buttons {
    margin-bottom: 0;
  }
  
  ul.social-buttons li a {
    width: 28px;
    background-color: transparent !important;
  }
  ul.social-buttons li a i {
    font-size: 1.2rem;
    color: yellow;
  }

  .program li{
    font-size: 0.9rem !important;
  }

  .flex-column {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

  .card {
    word-wrap: normal !important;
}

  .program div.time h3{
    font-size: 0.8rem !important;
    margin-right: 25px;
    font-weight: bold;
  }
  .program div.content h3, .program div.content h5{
    font-size: 0.9rem !important;
  }
  }

  @media only screen and (min-width: 600px) {
    /* For tablets: */

  .card {
    word-wrap: normal !important;
}
.program div.time h3{
    font-size: 1.3rem !important;
    margin-right: 25px;
    font-weight: bold;
  }
  }