body {
    /*background-image: url("../img/background.jpg");*/

    text-align: justify;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

.top-nav-collapse {
    background-color: whitesmoke;
}

/*Configuració per pantalles petites*/
@media only screen and (max-width: 718px) {
    .navbar {
        background-color: whitesmoke;
    }

    .mapa {
        width: 301px;
    }

}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h1 {
    padding: 20px 0;
    font-size: 40px;
    text-align: center;
}

.info {
    background-color: tomato;
    color: white;
    font-weight: bold;
    text-align: center;
}

.navbar a:hover,
.navbar a:active {
    background-color: red;
    color: whitesmoke !important;
}

.permisos {
    padding: 0.5em;
    padding-bottom: 0em;
    background-color: red;
    color: whitesmoke;

}

.contacta {
    text-align: center;
}