body {
    background: #f5f6f5;
    font-family: 'Oswald', sans-serif;
    overflow: hidden;
}

.index {
    width: 100vw;
    height: 100vh;
}

#btnMainAddPedido {
    background-color: #9a5e2c;
    color: white;
}

.masthead {
    color: white;
    min-height: 30rem;
    width: 100%;
    height: 100%;
    /*padding-top: 8rem;*/
    background: url('/img/mushrooms.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.masthead h1 {
    font-size: 4rem;
    margin: 0;
    padding: 0;
}

@media(min-width: 992px) {
    .masthead h1 {
        font-size: 5.5rem;
    }
}