body {
    background-color: #000;   /* black background */
    color: #fff;              /* text white so it’s visible */
}
.btn-primary {
    background-color: #d72324 !important;  /* your red color */
    border-color: #d72324 !important;
    color: #fff !important;                /* button text white */
}

.btn-primary:hover {
    background-color: #b51c1d !important;  /* darker red on hover */
    border-color: #b51c1d !important;
}

.bg-primary{
     background-color: #d72324 !important;  /* your red color */
    border-color: #d72324 !important;
    color: #fff !important;   
}

#calendar{
    color: black;
}

/*.footer{*/
   /*background-color: #000;  */
/*    color: #fff;  */
/*    margin-top: -10px;*/
/*}*/

.fc-event {
    
    font-size: 0.9vw !important;
    line-height: 1.3 !important;
    margin: 5px 7px;
    padding: 3px 3px;
    
}

