.brand {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 300px;
    margin-bottom: 20px;
}

.brand-name {
    margin-top: 6px;
    font-size: 20px;
    text-align: center;
}

.brand-image {
    padding-top: 30px;
    max-height: 200px;
    max-width: 200px;
    margin-bottom: 10px;
    display: block;
    margin: 0 auto;
}


.experience {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 300px;
    margin-bottom: 20px;
}

.experience-name {
    margin-top: 6px;
    font-size: 20px;
    text-align: center;
}

.experience-image {
    padding-top: 30px;
    max-height: 250px;
    max-width: 500px;
    margin-bottom: 10px;
    // display: block;
    // margin: 0 auto;
}

.menu-type {
    font-size: 22px; 
}

.menu-products {
    font-size: 16px;
    line-height: 26px;
}
.menu-product-description {
    font-size: 14px;
    line-height: 16px;
}


.nightclub-red {
    color:#ff0000 !important
}
.upcomingDate .date { 
    font-weight: bold;
    font-size: 18px;
}

.upcomingDate li {
    text-align: center;
    list-style-type: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.buyNow a, .buyNow, h3 a {
    text-decoration:none;
}