/* Add stuff here if you need for Film Fest only*/
/* This loads after and overwrites project-master.css */


h1 {
    width: 1000px;
}

.question {
    margin-top: 40px !important;
}

.answer {
    max-width: 80%;;
}

@media screen and (min-height: 1200px) {
    .question {
        margin-top: 180px;
    }
}

* {
    p{
        line-height: 1.6 !important;
    }

}


.image-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 20px;

    img {
        height: 40vw;
        width: auto;
        border-radius: 10px;
    }

    .smaller {
        height: 20vw;
    }

    video {
        width: auto;
        height: 40vw;
        object-fit: cover;
        border-radius: 10px;
    }
}