
/*
Theme Name: Studio303 Africa Theme Zebra Refined
Description: Logo slightly raised and zebra placeholder removed.
Author: ChatGPT
Version: 1.7
*/

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: url('DSC_0843-1800-sw-30-1024x569.jpg') no-repeat center center fixed;
    background-size: cover;
    text-align: center;
    color: #000;
    overflow: hidden;
}

.logo {
    display: block;
    max-width: 400px;
    width: 80%;
    margin: 25vh auto 0 auto;
    z-index: 2;
    position: relative;
}

.footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
    font-size: 0.8em;
    line-height: 1.4;
    color: #000000;
    z-index: 2;
}

@media (max-width: 768px) {
    .logo {
        max-width: 280px;
        margin-top: 20vh;
    }

    .footer {
        font-size: 0.7em;
        line-height: 1.3;
        padding: 0 10px;
    }
}
