body{
    background-color: #fffdd0;

}
.topo{
}
.logo{
    margin: 10px;
}
.logo img{
    box-shadow: 2px 2px 10px #343434;
}
.quemsomos{
    font-family: 'Roboto Slab', serif;
}
.textoquem{
    text-align: justify;
}
.navbar{
    margin-top: 40px;
    margin-left: 30px;
}
@media (max-width: 400px) {
    .navbar{
        margin-top: 5px;
    }    
}
.navbar ul li a{
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
.navbar ul li a:hover{
    color: #c0504d;
}

.parallax-container {
    margin-top: 50px;
}
.telefone{
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px 9px #000;
    text-align: center;
    padding-top: 150px;
}
.tituloNot{
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}
.brevetext{
    text-align: justify;
    font-size: 15px;
}
.footer{
    background-color: beige;
    margin-top: 20px;
    height: 100px;
}
.copy{
    text-align: center;
    font-size: 13px;
    margin-top: 50px;
}