.hero {
    height: 60vh;
}

#christmas {
    margin-bottom: 5rem;
}

.mat-image {
    background-image: url("../img/christmas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.mat-image>h1 {
    color: white;
    font-size: 5rem;
    margin-top: 30vh;
}

.menu-col>h2 {
    line-height: 0;
    font-size: 1.5rem;
    padding-bottom: 2rem;
}

.menu-col>p {
    font-size: 1.2rem;
}

.info-text {
    font-size:.9rem !important;
    color:rgb(43, 43, 43);
    margin-top:-20px;

}


@media only screen and (max-width: 768px) {
    .hero {
        height: 20vh;
    }

    .mat-image>h1 {
        margin-top: 0.5rem;
        font-size: 3rem;
        text-align: center;
    }
}