@import url('https://fonts.googleapis.com/css2?family=BioRhyme+Expanded:wght@200;300;400;700;800&family=BioRhyme:wght@200..800&display=swap');
:root{
    --text: #0e2429;
    --main-color: #36C4B6;
    --main-color-2: #EA4681;
    --secondary-color: #106B5B;
    --secondary-color-2: #6D1A56;
    --secondary-color-3: #E1F56B;
    --tertiary-color: #EEFEAC;
    --tertiary-color-2: #F9FFE0;
    --background-color: #FFE5F2;
    --bakground-color-2: #E9FFFD;
  
}
*{
    box-sizing: border-box;
}
#tickets-wrap{
    min-width: 700px;
    width: 1200px;
    min-height: 500px;
    margin: 0 auto;
}
#ticket-options-wrap{
    display: flex;
    justify-content: space-between;
    margin: 0 2em;
}
.button{
    border: solid 2.5px var(--secondary-color);
    text-transform: uppercase;
    text-align: center;
    height: 5px;
    font-size: 1.2em;
    display: block;
    font-family:BioRhyme, monospace, sans-serif;
    font-weight: 600;
    width: 450px;
    min-height: 30px;
    margin: 1em 1.2em;
    background-color: var(--secondary-color-3);
}
#buttons-wrap > a:hover{
    background-color: var(--tertiary-color);
}



#ticket-photos-wrap{
    padding-left: 2em;
    position: relative;
    min-width: 500px;
    width: 700px;
    max-width: 700px;
}
#ticket-photos-wrap img{
    position: absolute;
    max-width: 500px;
    width: 490px;
    height: auto;
    

}
#back-ticket{
    transform: rotate(-13deg);
    z-index: -3;
    margin-left: 14em;
    margin-top: 1em;


}

#front-ticket{
    transform: rotate(13deg);
    z-index: -2;
    margin-left: 10em;
    margin-top: 9em;

}

/* Volunteer */
#volunteer-section{
    background-color: var(--tertiary-color-2);
    padding-bottom: 4em;
    margin: 0 auto;
}
#volunteer-wrap{
    min-width: 300px;
    max-width: 1200px;
    min-height: 500px;
    margin: 0 auto;
    padding: 0 1.2em;
}
.generic-paragraph{
    font-family: BioRhyme, monospace, sans-serif;
    color: var(--text);
    margin: auto;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 125%;
    min-width: 300px;
    max-width: 1200px;
    padding-bottom: 2em;
}
.volunteer-pictures{
   max-width: 1000px;
   text-align: center;
   margin: 0 auto;
   padding: 4em 0 15em 0;

}
.volunteer-pictures > img {
    border: solid 2.5px var(--secondary-color);
    margin-bottom: 3em;
    max-width: 975px;
    width: 975px;
    min-width: 300;
    height: auto;
    
}
.volunteer-pictures{
    margin: 0 auto;
    max-width: 1200px;
}
.volunteer-pictures p{
    text-align: center;
}
.volunteer-pictures{
    max-width: 100%;

}


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

    #tickets-wrap{
        min-width: 100vh;
        width: 100vh;
        min-height: 650px;
        margin: 0 auto;
    }

    #ticket-options-wrap{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 auto;
        padding: 0 1.5em;
    }


}
@media screen and (max-width: 1000px){
    main{
        overflow-x: hidden;
    }
    #ticket-photos-wrap img{
        position: absolute;
        max-width: 400px;
        width: 390px;
        height: auto;
        
    
    }
    #ticket-wrap{
        margin: 0 auto;
        width: 100%;
        max-width: 100vh;
        padding: 2em 1em;
    }
   
    #ticket-photos-wrap{
        padding-left: 1em;
        position: relative;
        min-width: 97vh;
        width: 97%;
        max-width: 100vh;
        margin: 0 auto;
    }

    #ticket-options-wrap{
        display: flex;
        justify-content: space-between;
        margin: 0 2em;
        padding: 0;
        max-width: 100vh;
        width: 100vh;
    }
    
}
@media screen and (max-width: 705px){
    .generic-paragraph{
        font-size: 1.2em;
    }
    .volunteer-pictures > img {
        max-width: 420px;
        width: 420px;
        min-width: 350px;
        
    }
    #back-ticket{
        transform: rotate(-13deg);
        z-index: -3;
        margin-left: -5em;
        margin-top: 1em;
    
    
    }
    #front-ticket{
        transform: rotate(13deg);
        z-index: -2;
        margin-left: 5em;
        margin-top: 12em;
    
    }
    .volunteer-pictures > img {
        max-width: 700px;
        width: 700px;
        min-width: 500px;
        
    }
    .button{
        width: 350px;
    }

}
@media screen and (max-width: 500px){
    .volunteer-pictures > img {
        max-width: 400px;
        width: 400px;
        min-width: 350px;
        
    }

}