#cover-video {
    width: 100%;
    display: block;
}

#story-image {
    object-position: center;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.call-to-action {
    font-size: 1.5rem;
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .call-to-action {
        font-size: 2.5rem;
    }

    .name {
        font-size: 4rem;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .call-to-action {
        font-size: 2.75rem;
    }
    .food-image-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .call-to-action {
        font-size: 4rem;
    }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .call-to-action {
        font-size: 5rem;
    }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .call-to-action {
        font-size: 5.5rem;
    }
}

@media (min-width: 1700px) {
    .wide-padding {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}

.name-sm {
    font-size: 3rem;
}

.bg-dandelion {
    background-color: #fcb719;
}
.bg-light-yellow {
    background-color: #fbc757;
}

.bg-specials {
    background-color: #fdb71b;
}

.text-dandelion {
    color: #fcb719;
}
.nav-white {
    color: #fff;
}