@font-face {
    font-family: 'ArtificialBox-WdD4';
    src: url('/fonts/ArtificialBox-WdD4.ttf') format('truetype');
}

@font-face {
    font-family: 'BorderBaseFuture-qoY0';
    src: url('/fonts/BorderBaseFuture-qoY0.ttf') format('truetype');
}


@font-face {
    font-family: 'BoxingBrophius-VzEV';
    src: url('/fonts/BoxingBrophius-VzEV.ttf') format('truetype');
}


@font-face {
    font-family: 'KidsBoardGame-rqP9';
    src: url('/fonts/KidsBoardGame-rqP9.ttf') format('truetype');
}




.myfont {
    font-family: 'KidsBoardGame-rqP9';
    font-size: 2rem;
}

.logo{

}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: black;
    font-family: 'ArtificialBox-WdD4';
    font-size: 1.5rem;
    color: white;
    letter-spacing: 0.3rem;

}

.header_logo img {
    max-width: 250px;
}

.header{
    background-color: #f8f9fa;
    padding: 10px 15px;
    border-bottom: solid 1px #dddddd;
}


/* The hero image */
.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("./images/lights.jpg");
  
    /* Set a specific height */
    height: 250px;
  
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  /* Place text in the middle of the image */
  .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 100%;
  }


  .event_page{
      background-color: #ffffff;
      position: relative;
      top:-80px;
  }

  .event_title, .event_desc{
    color:#ffffff;
}



