@import url('https://fonts.googleapis.com/css2?family=Qwigley&display=swap');
/* font-family: 'Qwigley', cursive; */
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&display=swap');
/* font-family: 'Cinzel Decorative', cursive; */



.firstColumn .headerSubtitle {
    font-family: 'Cinzel Decorative', cursive; 
    font-size: 20;
    color:rgb(190, 189, 189);
}

.headerLetters {
    font-family: 'Qwigley', cursive;
    font-size: 60;
    margin-top:2vh;
}
.synopsisText {
    font-size: 18;
}

@media (max-width: 1200px) {
    .synopsisText {
        font-size: 16;
    }
}

.synopsistext a{
    text-decoration: none;
    color:rgb(123, 219, 243);
}

.linksText {
    font-size: 16px;
    font-family:'Roboto', sans-serif;
}

.linksHeader {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: black;
}

@media (max-width: 768px) {
    .linksText {
        font-size: 14px;
        font-family:'Roboto', sans-serif;
    }
    
    .linksHeader {
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        color: black;
    }
}

.greyOut {
    color: rgb(194, 166, 166);
}

.creditLetters {
    color: rgba(26, 26, 26, 0.8);
}
