nav a{
    color: gray;
    font-weight: bold;
    font-size: 1.2rem;
    text-decoration: none;
    margin-left: 1rem;
}

nav a:hover
{
    text-decoration: none;
    color: White;
}

#logo
{
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

nav img
{
    max-height: 40px;
}

@media (min-width: 1200px)
{
    .navbar-expand-xl .navbar-collapse
    {
        justify-content: flex-end;
        margin-top: 0!important;
    }
}

.navbar-collapse
{
    margin-top: 1rem;
}

.btnLlocAnomenat,
.btnNomGeografic,
.tableBtn{
    margin-right: 0.5rem;
}

.form-cercador,
.btnNomGeografic,
.tableBtn{
    margin-left: 0.5rem;
}