/* CSS för Kustmäklaren */

/* Startsida */
.section-banner .header-text {
    background-color: rgb(51 64 142 / 0.5);
}

body header>.nav-parts>ul>li a:hover {
    background-color: #33408e;
}

/* Footer */

body footer {
    background-color: #33408e;
}

body footer ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/*Objektbeskrivning*/

.estate-page #main-container .section-links li a {
    color: #33408e;
}

.estate-page #main-container .section-documents li a {
    color: #33408e;
}

.estate-page #main-container a {
    color: #33408e;
}

.estate-page #main-container a:hover {
    text-decoration: underline;
    color: #465dc4;
}

.btn-dark {
    background-color: #33408e;
    border-color: #33408e;
}

.btn-dark:hover {
    background-color: #465dc4;
    border-color: #465dc4;
}

.section section-share-to #tipsa {
    display: none;
}