body {
    font-family: Roboto, sans-serif;
}

.error {
    color: red;
    margin-top: 5px;
}

.navbar {
    background-color: rgba(0,132,195,255);
}

#cabecalho .nav .nav-link.active {
    background-color: #fff;
    color: rgba(0,132,195,255);
}

#cabecalho .nav .nav-link,
.navbar-brand,
.navbar-brand:hover,
.nav-roteiros .nav-link.active:hover {
    color: #fff;
}

.navbar-toggler {
    background-color: rgba(199,229,161,255);
}

.section-title {
    font-family: Pacifico, cursive;
}

.fixedHeightImg > img {
    max-height: 800px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

#sobre, #roteiros {
    background-color: rgba(199,229,161,255);
}

.text-colored {
    color: rgba(0,132,195,255);
}

.nav-roteiros .nav-link.active,
#fale-conosco button {
    background-color: rgba(0,132,195,255);
    color: #fff;
}

#fale-conosco textarea{
    resize: none;
    height: 120px;
}

.nav-roteiros .nav-link:hover {
    color: rgba(0,132,195,255);
}

.social-links li {
    list-style: none;
    display: inline;
}

.social-links a {
    text-decoration: none;
}

@media (max-width: 767px) {
    .carousel-item img {
        height: 280px;
    }
}