@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400&family=Playfair+Display:ital@0;1&display=swap');

body {
	margin: 0;
    color: #851f60;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 15vmin;
    padding: 0;
    margin: 0;
}

#panel1 {
    width: 100%;
    height: 40vw;
    text-align: center;
}

#panel1 #textpanel p:nth-child(1){
    font-family: 'Playfair Display', serif;
    font-size: 4vw;
    margin: 2em 0 0 -8em;

}

#panel1 #textpanel p:nth-child(2){
    font-family: 'Playfair Display', serif;
    font-size: 10vw;
    font-style: italic;
    margin: -0.2em 0 0 0;
}

#panel1 #textpanel p:nth-child(3){
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5vw;
    margin: -0.2em 0 0 0;
}

#panel2 {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#panel2 .fotorama {
    padding-top: 5vh;
    width: 100vh;
}

#panel3 {
    margin-top: 5vh;
    width: 100%;
    background: #bb609d;
    position: static;
    z-index: 100;
}

#panel3 #textpanel {
    text-align: center;
    color: white;
}

#panel3 #textpanel p:nth-child(1){
    font-family: 'Playfair Display', serif;
    font-size: 4em;
    font-style: italic;
}

#panel3 #textpanel p:nth-child(2){
    font-family: 'Playfair Display', serif;
    font-size: 1.5em;
    margin-top: -3em;
}

#panel3 #storypanel {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 400;
    font-size: 1.2em;
    margin: 0 0.5em 1em 0.5em;
}

#panel3 #storypanel p:nth-child(1)::first-letter {
    font-family: 'Playfair Display', serif;
    font-size: 1.5em;
    letter-spacing: -0.05em;
}

#panel3 #storypanel #afterstory {
    font-family: 'Playfair Display', serif;
    font-size: 1.5em;   
}

@media screen and (max-width: 1200px) {

    #panel1 #textpanel p:nth-child(1){
        font-size: 6vw;
        margin: 2em 0 0 -8em;
    }
    
    #panel1 #textpanel p:nth-child(2){
        font-size: 15vw;
        margin: -0.2em 0 0 10%;
    }
    
    #panel1 #textpanel p:nth-child(3){
        font-size: 4vw;
        margin: -0.2em 0 0 10%;
    }
    #panel2 {
        padding-bottom: 3vw;
    }

    #panel3 {
        margin-top: -4em;
    }

    #panel3 #textpanel p:nth-child(1){
        font-size: 6em;
        font-style: italic;
    }
    
    #panel3 #textpanel p:nth-child(2){
        font-size: 2.5em;
        margin-top: -3em;
    }

    #panel3 #storypanel {
        font-weight: 400;
        font-size: 2em;
        margin: 0 0.5em 1em 0.5em;
    }

    #panel3 #storypanel #afterstory {
        font-size: 2.5em;   
    }

}