.menu-bar .contact-link-right:hover {
    color: #C3D3C3 !important;
}

.footer .contact-link-right:hover {
    color: #000000 !important;
}

.nav a:hover {
    background-image: url('/images/base/back-arrow-black.svg');
}

a:hover {
    color: #000000;
}

.menu-item a:hover {
    background-color: #C68284;
}

.home-list-item a:hover {
    background-image: none;
}

.button:hover {
    background-color: #C68284;
}

.list-item:hover {
    filter: brightness(50%);
}

.footer a:hover {
    color: #7B3637;
}

.heading0 {
    margin: 10px 0 40px 0;
    border-bottom: 2px solid #7B3637;
    background-color: #ffffff;
}

.heading0 div {
    position: relative;
    transform: translateY(calc(50% + 3px));
    left: 30px;
    background-color: inherit;
    width: fit-content;
    padding: 0 10px 0 10px;
}