/*!
 * CSPC Conference Landing Page
 * (c) 2026 Renato Adriano IV
 * licensed under MIT
 */
/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Fjalla+One&display=swap');
.FjallaOne {font-family: 'Fjalla One', sans-serif;}
.ArchivoBlack {font-family: 'Archivo Black', sans-serif;}


.card-img-overlay:hover{
    .hide {
        display: block !important;
    }
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.hide{
    display: none;
}

.btn-fd9003 {
    background-color: #fd9003 !important;
    border-color: #fd9003 !important;
    color: #0e1925 !important;
}

.text-justify {
  text-align: justify !important;
}