.nav-wrapper {
    background:white;
}

#mjmlogo {
    height: 65px;
}

.container.col.s12.m4 {
    padding: 0 20px;
}
#food-header {
    position: relative;
    width: 100%;
}
#banner {
    display: block;
    width: 100%;
    /* height: 400px; */
}   
#rtext {
    color: #fff;
    font-size: 60px;
    line-height: 1.5em;
    text-shadow: 2px 2px 2px #000;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}   
.buttons {
    text-align: center;
    margin: -15px 0px 15px;
}

.button {
    margin: 0 20px;
}

.mcontainer {
    margin: 0 40px
}

#card1 {
    border-bottom: solid 3px gainsboro;
}

#card2 {
    border-bottom: solid 3px gainsboro;
    margin-top: 20px;
}

#card3 {
    margin-top: 20px;
}

.iHeader {
    font-weight: bold;
}
