/* =======================
   FOOTER
======================= */
.footer {
    flex-shrink: 0;  
    height: auto;
    background: #77c2ffd7;;
    color: blanchedalmond;
    border-top: 1px solid #333;
    font-family: "OldStandardTT-Regular";
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    flex-shrink: 0;
  
}

.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-width: 100%;
    width: 100%;
    font-size: 18px;
    align-items: center;
    color: black;
    padding-top: 50px;
    padding-bottom: 50px;
}




@media (max-width: 800px) {

    .footer {
        height: auto;
        margin-top: 32px;
        padding: 24px 16px;
        text-align: center;
    }

   .footer-inner {
        margin-top: 0;
        padding: 0;
        font-size: 14px;
        line-height: 1.5;
        gap: 8px;
    }


}
