@media screen and (min-width: 40em) {
    h1 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.8rem;
    }    p.lead {
        font-weight: bold;
    }
    .sections h4 {
        margin-top: 1rem;
    }
    .header-contact .menu {
        float: right;
    }
    .page-padding {
        padding: 2rem 1rem;
    }
    .box-bg {
        background: #f3f3f3;
        padding: 2rem 1rem;
        margin-top: 2rem;
    }
    .spacing {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .strap {
        color: #fff;
        font-size: 1.8rem;
    }
    .candlelight-brand {
        margin: 1rem;
        border: 10px solid #fff;
        display: block;
        width: 50%;
        margin-top: -1rem;
    }
    .mast .menu-centered {
        padding: 0.4rem;
        background-color: #121c2f;
        border-top: 2px solid #fff
    }
    .box {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }
    .page-image {
        height: 450px;
        background: url(../img/food-bg.jpg);
        background-size: cover;
        background-position: center;
    }
    .page-image-header {
        padding-top: 200px;
    }
    .sidebar-event {
        margin-bottom: 1rem;
    }
    .not-hp .header-contact .menu {
        margin-bottom: 1rem
    }
    .not-hp .header-contact {
        padding: 1rem;
    }
    span.header-phone {
        font-size: 1.4rem;
    }
    .sections {
        margin-top: 2rem;
    }
}
@media screen and (min-width: 90em) {
    .page-image {
        height: 600px;
    }
}