.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

    .navbar-brand img {
        height: 50px;
    }

.main-flex-slider-mainlogo {
    width: 100%;
    height: auto;
    display: block; /* optional, removes inline gap */
}

.colored-text {
    color: #59ACE0;
}


table.openinghours {
    width: 100%;
    border-collapse: collapse;
    /*background-color: #333;*/ /* dark background so white text is visible */
    color: #d5d5d5; /* makes all text inside table white */
    font-family: 'Lato', sans-serif;
}

    table.openinghours th,
    table.openinghours td {
        border: 0px;
        padding: 0px;
        text-align: center;
    }

    

.address-info
{
    text-align: center;
}
