/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: url('images/Frame 4051.png') no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: left;
}

a {
    color: white;
}

.container {
    width: 90%;
    color: white;
}


.content h1 {
    font-size: 2.5rem;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 15px;
    margin-top: -80px;
}

.content p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 10px;
    width: 40%;
}

.download-section h2 {
    margin: 10px 0;
    font-size: 2.2rem;
    margin-top: 100px;
}

.buttons img {
    width: 180px;
    margin-right: 0px;
    cursor: pointer;
}

.footer {
    margin-top: 30px;
    font-size: 0.9rem;
    display: flex;
    gap: 20px;
}

p.instagram {
    margin-left: 10px;
}

p.phone {
    margin-left: 10px;
    width: 120px;
}

p.maps {
    margin-left: 10px;
    width: 270px;
}

span.imageFooter {
    display: flex;
    height: 24px;
}

span.imageFooter img{
width: 24px;
}

/* Media Query for very small screens */
@media (max-width: 480px) {
    .content h1 {
        font-size: 1.5rem;
    }

    .content p {
        font-size: 0.85rem;
    }

    .download-section h2 {
        font-size: 1.2rem;
    }

    .buttons img {
        width: 100px;
    }
    .footer {
        margin-top: 30px;
        font-size: 0.9rem;
        display: flex;
        gap: 0px;
    }

    p.instagram {
        font-size: 12px;
    }
    
    p.phone {
        font-size: 12px;
    }
    
    p.maps {
        font-size: 12px;
    }
}

/* Media Query for smaller screens */
@media (max-width: 768px) {
    body {
        height: auto;
        text-align: center;
        background: url('images/Frame 4053.png') no-repeat center center/cover; /* Change background on mobile */
    }

    .content h1 {
        font-size: 1.8rem;
    }

    .content p {
        font-size: 0.9rem;
        width: 90%;
    }

    .download-section h2 {
        font-size: 1.5rem;
    }

    .buttons img {
        width: 120px;
    }

    .footer {
        flex-direction: row;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .footer span {
        flex-direction: row;
    }

    .content h1 {
        font-size: 2.5rem;
        font-weight: bold;
        font-style: italic;
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .download-section h2 {
        margin: 10px 0;
        font-size: 2.2rem;
        margin-top: 10px;
    }

    span.imageFooter {
        display: flex;
        height: 20px;
    }
    
    span.imageFooter img{
    width: 20px;
    }

    p.instagram {
        font-size: 12px;
    }
    
    p.phone {
        font-size: 12px;
    }
    
    p.maps {
        font-size: 12px;
    }
    


    
}

/* Media Query for very small screens */
@media (max-width: 480px) {
    body {
        background: url('images/Frame 4053.png') no-repeat center center/cover; /* Change background on small mobile screens */
    }

    .content h1 {
        font-size: 1.5rem;
    }

    .content p {
        font-size: 0.65rem;
        text-align: center;
    }

    .download-section h2 {
        font-size: 1.2rem;
    }

    .buttons img {
        width: 100px;
    }

    p.instagram {
        font-size: 12px;
    }
    
    p.phone {
        font-size: 12px;
    }
    
    p.maps {
        font-size: 12px;
    }


.footer {
    margin-top: 10px;
    font-size: 0.9rem;
    display: flex;
    gap: 20px;
}
}
