body {
    background: url('../img/bg/menu-bg.jpg');
}
.carousel-item {
    position: relative;
    height: 40vh; /* Set the carousel item to full viewport height */
}
/* header style  */
.header-content h2,
.header-content h1 {
    font-size: 35px;
}
.catering-header {
    margin: 70px auto;
    text-align: center;
}
.catering-header h4 {
    font-size: 45px;
    font-weight: 300;
    font-style: italic;
    font-family: serif;
    color: #ff8d25;
}
.catering-header h3 {
    font-size: 30px;
    font-weight: 600;
}
.catering .card h5 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}
.catering .card h5 span {
    color: #ff8d25;
}
.catering-nav {
    max-width: 700px;
    margin: 20px auto;
}
.catering-nav .active {
    color: #ff8d25;
}