
        /* FOOTER */
        .footer {
            background-color: #B27F70;
            color: #E8D6CC;
            height: 170px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 20px;
			margin-top: 10px;
        }

        .mini-logo {
            max-height: 40px;
            margin-bottom: 5px;
        }

        .slogan {
            font-family: 'Ruthligos', cursive;
            font-size: 22px;
            margin-top: 0;
            margin-bottom: 10px;
        }

        .social-icons a {
            color: #E8D6CC;
            font-size: 20px;
            margin: 0 10px;
            text-decoration: none;
        }

        .social-icons a:hover {
            color: #fbfbf3;
        }

        .copyright {
            font-size: 12px;
            margin-top: 10px;
        }