.services {
    margin-right: 50px;
}

.navbar-brand img {
    min-width: 50px;
}

.sidebar-services {
    margin-bottom: 2rem;
}

.sidebar-content > p {
    margin-bottom: 0px;
}

a[href^="mailto"] {
    color: initial;
}

a[href^="mailto"]::after {
    font-family: FontAwesome;
    content: "\f003";
    margin-left: 5px;
    margin-right: 5px;
}

.simplesearch-results .header {
    padding: 20px;
    background-color: #17365c;
    border-top: 1px solid rgba(1, 147, 222, 0.5);
    background-image: initial;
}

.notices {
    margin: 1.5rem 0;
}

.notices p {
    margin: 1rem 0;
}

form .buttons .button {
    display: inline-block;
    padding: 0.5rem 1rem;
    cursor: pointer;
    outline: none;
    color: rgba(255, 255, 255, 0.85);
    border: inherit;
    border-radius: 4px;
    background-color: #0090D9;
}
