@import 'variables.css';
@import 'colors.css';

header a, header a:link, header a:visited, header a:hover, header a:focus, header a:active {
    color: var(--secondary-color);
    font-weight: bold;
}

#scrollToTopBtn {
    display: none;
    width: 3.25rem;
    height: auto;
    position: fixed;
    bottom: 3.25rem;
    right: 3.25rem;
    z-index: 99;
    transition: background-color 0.3s;
}

#scrollToTopBtn:hover {
    cursor: pointer;
    opacity: 0.7;
}

.dj-simple-contact-form-row.terms-conditions input[type="checkbox"], .dj-simple-contact-form-row.terms-conditions2 input[type="checkbox"] {
    margin: 4px 5px 0px 0 !important;
    width: 20px;
    height: 20px;
}

.dj-simple-contact-form.style-4 .dj-simple-contact-form.button {
    background: var(--primary-color) !important;
}

.dj-simple-contact-form.style-4 .dj-simple-contact-form-introtext {
    font-size: 20px !important;
}