body {
    background-color:black;
    color:white;
}

a {
    color:white;
}

a:hover{
    color:white;
    text-decoration:none;
}

.footer {
    font-size:14px;
}

.modal {
    color:black;
}

:root {
	--la-reine-mauve: #b28c9b; /* Dusty Rose/Mauve */
	--la-reine-green: #385a53; /* Deep Forest Green */
	--la-reine-charcoal: #2c2c2c;
	--la-reine-cream: #f7f7f5;
}

body {
	font-family: 'Georgia', serif; /* Use a classic, elegant font */
	background-color: var(--la-reine-cream);
	color: var(--la-reine-charcoal);
}

.bg-la-reine-green { 
    background-color: var(--la-reine-green) !important;
}

.text-la-reine-mauve { 
    color: var(--la-reine-mauve) !important;
}

.btn-mauve {
	background-color: var(--la-reine-mauve);
	border-color: var(--la-reine-mauve);
	color: white;
	font-weight: bold;
	transition: background-color 0.3s;
}

.btn-mauve:hover {
	background-color: #8c6e7a; /* Darker Mauve on hover */
	border-color: #8c6e7a;
	color: white;
}

.la-reine-logo {
	max-height: 70px; /* Adjust size of the logo in the header */
	filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2));
}
.hero-image {
	object-fit: cover;
	height: 100%;
}

.benefit-icon {
	font-size: 2rem;
	color: var(--la-reine-mauve);
	margin-right: 15px;
}

.top-nav a {
    text-decoration:none;
}

footer {
    color:black;
    font-size:14px;
}

.interested-in {
    font-size:18px;
}

.big-checkbox {
    width: 15px;  /* optional */
    height: 15px; /* optional */
    transform: scale(1.6); /* increase size */
    margin: 3px;
}

table.interest td {
    font-size:18px;
}

table.interest td.check {
    padding-right:18px;
}

table.interest td.label {
    padding-right:25px;
}
