@charset "UTF-8";

@media screen and (min-width: 600px ) and (max-width: 996px) {
    
#navi {
    display: flex;
    flex-flow: row nowrap;
    flex: 1 1 auto;

}
nav {
    display: flex;
    flex-flow: row nowrap;
    flex: 1 1 auto;
}
nav > a {
    width: 19.7vw;
}

#menub {
    display: none;
}
#estrofe1 {
    background-image: url(imagens/batismo/cover.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
}
#estrofe1 > p {
    background-color: rgba(0, 0, 0, 0.589);
    color: white;
}

#estrofe2 {
    background-image: url(imagens/batismo/cover.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
}
#estrofe2 > p {
    background-color: rgba(0, 0, 0, 0.589);
    color: white;
}



}

@media screen and (min-width: 996px) {
    #navi {
        display: flex;
        flex-flow: row nowrap;
        flex: 1 1 auto;
    
    }
    nav {
        display: flex;
        flex-flow: row nowrap;
        flex: 1 1 auto;
    }
    nav > a {
        width: 19.7vw;
    }
    
    #menub {
        display: none;
    }
    #estrofe1, #estrofe2, #estrofe3 {
        background-image: url(imagens/batismo/cover.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        
    }
    #estrofe1 > p, #estrofe2 > p,  #estrofe3 > p {
        background-color: rgba(0, 0, 0, 0.589);
        color: white;
    }
}    