@import url("../base.css");

@import url("../partials/header.css");
@import url("../partials/footer.css");

@import url("flipbook.css");
@import url("yt-player-section.css");


/* ── Header background ─────────────────────── */

#header:has(~ #ceremony-top)::before {
    background: 
        linear-gradient(rgba(190, 186, 186, 0.167), rgba(190, 186, 186, 0.146)),
        url("../../../images/big-flowers.jpg") center center;
    background-attachment: fixed;
    background-size: cover;
    background-size: 100% auto;
}


/* ── Flourishes ─────────────────────────────────────────────── */

#ceremony-top .flourish {
    opacity: 0.75;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
#ceremony-top .flourish img{
    height: 32px;
}
#ceremony-top .flourish#btm{
    margin-top: 15px;
}
#ceremony-top .flourish#top{
    margin-bottom: 15px;
}


#ceremony-top.wrapper.style2 {
    padding: 70px 0 7em 0;
}

#ceremony-top p.style1.prompt {
    font-size: 20px;
    font-family: "Nunito Sans", sans-serif;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    color: var(--nature-brown);
    text-align: center;
}


#ceremony-top #prompt-box {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    justify-content: center;
    border-radius: 30px;
    padding: 40px;
    
    border: 1px solid var(--pale-nature-brown);
    box-shadow: 
        0 0 0 3px var(--pale-nature-brown),
        0 0 0 6px var(--pale-green),
        0 0 0 8px var(--pale-nature-brown);
}

#ceremony-top header.style1 {
    margin-bottom: -15px;
    display: flex;
    flex-direction: column;
    align-items: center;

    margin: 0;
}

#ceremony-top header.style1 p {
    font-family: var(--fancy-font);
    color: var(--nature-green);
    font-size: var(--fancy-size);

    letter-spacing: 0.01em;
    line-height: 1.5em;
    
    width: 80%;
}



@media (max-width: 700px) {
    #header:has(~ #ceremory-top) {
        background-size: cover;
        background-size: auto 100%;
    }

    #ceremony-top header.style1 p {        
        width: 97%;
        font-size: 28px;
        line-height: 1.2;
    }

    
    #ceremony-top.flourish#btm{
        margin-top: 5px;
    }
    #ceremony-top.flourish#top{
        margin-bottom: 5px;
    }    
    
    #ceremony-top.style1.prompt {
        font-size: 18px;
    }
}