@charset "UTF-8";

/* =========================================================
    HAPPY HOUR PAGE
   ========================================================= */

.text-red {
    color: #d3122e;
    padding-bottom: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .text-red {
    font-size: 12px; 
    }
}

.center{
    text-align: center;
}

.font-bold{
    font-weight: bold;
}




