html, body {
    overflow-x: hidden;
}

@media (max-width: 768px){
    .parallax-window{
        min-height: 35vh!important;
    }
}

.font-secondary{
    font-size: 0.9rem;
}

.parallax-window {
    min-height: 50vh;
    background: transparent;
}

.font-primary{
    font-size: 1.3rem;
}
.cast-container {
    /*background-color: #101010;*/
    /*min-height:565px;*/
    border:1px solid rgba(186, 142, 57, 0.25);
}
.plinth {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

a {
    transition: 0.2s ease-in-out;
}
a:hover{
    color: red;
}

.btn-cast{
    transition: 0.2s ease-in-out;
    color: white;
}
.btn-cast:hover{
    color: red!important;
}

.contact-heading{
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

.bg-purple {
    background-color: #2C1F43;
}

.btn-screening {
    /*background-color: #F4A9C8;*/
    background-color: rgba(255,255,255,0.5);
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
    font-weight: bold;
    border: 3px solid #F4A9C8;
}
.btn-screening:hover{
    background-color: rgba(255,255,255,0.25)!important;
    color: white;
}

.bg-white-25 {
    background-color: rgba(255,255,255,0.25);
}

.bg-primary{
    background-color: #59030D!important;
}

.text-red{
    color: #59030D;
}

.left-accent {
    border-left: 4px solid #9E0016;
}

@font-face {
    font-family: 'aharoniclm-boldoblique';
    src: url('/fonts/aharoniclm.ttf');
}

.aharoniclm-boldoblique{
    font-family: 'aharoniclm-boldoblique', sans-serif;
}
