/* --- --- --- FOOTER STYLES --- --- --- */
/* --- Footer Styles --- */
.footer {
    background: linear-gradient(180deg, #eafae5 0%, #d4edc3 100%);
	color: black!important;
    padding: 20px;
    box-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000,
    1px 1px 3px black,
    0 0 4px black; 
}

.footer h5 {
	font-size: 1.1rem;
	margin-bottom: 1rem;
    text-align: center;
    font-weight: bold;
}

.footer a {
	text-decoration: none;
	transition: 0.5s ease-in-out;
    color: black;
}

.footer a:hover {
	color: green;
}

.footer-links li {
    font-size: 0.95rem;
	margin-bottom: 0.5rem;
    font-weight: 500;
}

.footer-links li a {
	font-size: 0.95rem;
    font-weight: 500;
}

.footer-map iframe {
	width: 80%;
	height: auto;
	border: 1px solid black;
	border-radius: 10px;
    margin-bottom: 15px;
    box-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000,
    1px 1px 3px black,
    0 0 6px black; 
}

.footer-social a {
	color: #ddd;
	font-size: 1.25rem;
	margin-right: 0.75rem;
}

.footer-social a:last-child {
	margin-right: 0;
}

.footer-logo {
	max-width: 80px;
}
/* --- --- --- FOOTER STYLES --- --- --- */
