body {
    font-family: "Darker Grotesque", sans-serif;
    --bs-secondary-rgb: 231,213,213;
    --bs-link-color-rgb: 188, 0, 0;
    color: #333;
}
.btn-primary {
    --bs-btn-bg: #BC0000;
    --bs-btn-border-color: #BC0000;
    --bs-btn-hover-bg: #1b619e;
    --bs-btn-hover-border-color: #BC0000;
    --bs-btn-active-bg: #BC0000;
    --bs-btn-active-border-color: #1b619e;
    --bs-btn-disabled-bg: #BC0000;
    --bs-btn-disabled-border-color: #BC0000;
}
.header-area {
    background-color: #BC0000;
    background: linear-gradient(180deg, #fff 0%, #fff 25%, #BC0000 25%, #BC0000 100%);
}
.header-area img {
    height: 4.5em;
    width:auto;
}
.header-area h2 {
    color: #fff;
}
.header-area h3 {
    color: #E7D5D5;
    font-size: 1.5em;
}
h1, h2, h3, h4, h5, h6, nav a, .cta-section a {
    font-family: "Days One", sans-serif;
}

.site-wrapper {
    min-height: 100vh;
}
.nav-wrapper {
    background-color: #E7D5D5;
    border-bottom: 1px solid #BC0000;
}
.nav-link {
    color: #BC0000;
}
p {
    font-size: 1.2em;
}
main h1 {
    font-size: 1.75em;
}
main h2 {
    font-size: 1.25em;
}
h3 {
    font-size: 1.1em;
}
.get-in-touch {
    background-color: #E7D5D5;
    border-top: 1px solid #BC0000;
}
.get-in-touch img {
    height: 3em;
    width: auto;
}
footer .terms {
    background-color: #BC0000;
    color: #fff;
}
.quote-area img {
    width: 3em; 
    height: auto;
}