html {
    overflow-x: hidden;
}
h1, h2, h3 {
    color: rgb(190,0,0);
}
body {
    text-align: center;
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 200;
    margin: 0;
    padding: 0;
    background-color: #0f0f0f;
    color: #fff;
    display:flex;
    flex-direction: column;
    min-height: 100vh;
}   
p {
    line-height: 1.6;
}

/* buttons */
a {
    margin: 1rem;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.5s;
    border: whitesmoke 1px solid;
    border-radius: 2rem;
}
a:hover {
    background-color: whitesmoke;
    color:#1f1f1f;
    text-decoration: none;
}

/* -------- */

/* Topnav */
.topnav {
    background-color: #0f0f0f;
    overflow: hidden;
    border-bottom: 1px rgba(179, 176, 176, 0.445) solid;
}
.topnav a {
    margin:0;
    border:none;
    border-radius: 0;
    float: left;
    color: whitesmoke;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.4s;
}
.topnav a:hover {
    background-color: #ddd;
    color: black;
    text-decoration: none;
}
.topnav a.active {
    background-color: rgb(190,0,0);
    color: white;
}
.topnav a.active:hover {
    background-color: #ddd;
    color: black;
}
/* -------- */



/* fOOTER */
footer {
    font-family: 'Courier New', monospace;
    margin-top:auto;
    background-color: #0f0f0f;
    text-align: left;
    border-top: 1px rgba(179, 176, 176, 0.445) solid;
}
footer a {
    border: none;
    font-size: 0.75rem;
}
/* -------- */







:root {
    --h1_size: 6.5rem;
    --h2_size: 4rem;
    --h3_size: 3rem;

    --p_size: 16px;
    --screen_height:50rem;
    --headshot_height:25rem;
    --photos_widget_width:40rem;
    --upcoming_w: 30rem;
    --poster_w: 20rem;
    --collapsible_size: 2.75rem;
}


@media all and (max-width: 700px) {
    h1 {font-size: calc(var(--h1_size)*0.3);}
    h2 {font-size: calc(var(--h2_size)*0.3);}
    p {font-size: calc(var(--p_size)*0.75);}

    #movies p {font-size: calc(var(--p_size)*0.75);}
    #movielink {font-size: calc(var(--h3_size)*0.45);}
    #movies h3 {font-size: calc(var(--h3_size)*0.45);}
    #searchInput {font-size: calc(var(--p_size)*0.7); height: 1.5rem;}    
    #searchButton {font-size: calc(var(--p_size)*0.7);}    

    #headshot{height: calc(var(--headshot_height)*0.3); width: auto; }
    #poster{height: calc(var(--headshot_height)*0.55); width: auto; }
    .founders {display:contents;}
    .founders #right{padding-top: 1rem;}

    #recent {display: contents; text-align: center;}
    #recent #right{text-align: center; padding: 1rem 0rem;}
    #recent #left{text-align: center; width: 60%; padding: 0; margin-left: auto; margin-right: auto;}

    #big-poster{height: calc(var(--headshot_height)*0.55); width: auto; }
    #details {display: contents; text-align: center;}
    #details #right{text-align: center; padding: 1rem 0rem;}
    #details #poster{text-align: center; width: 60%; padding: 0; margin-left: auto; margin-right: auto;}

    #landing {display: contents; text-align: center;}
    .panel1{display: none;}
    .panel2{display: none;}

    #ombd_shoutout {text-align: center;}
    iframe {width: 95%;}

    .pa-gallery-player-widget{height: auto; width: 90%; }

    .film {width: 90%;} 

    #slideshow{width: 75%;}


}

@media all and (min-width: 700px) and (max-width: 1099px) {
    h1 {font-size: calc(var(--h1_size)*0.6);}
    h2 {font-size: calc(var(--h2_size)*0.65);}
    p {font-size: calc(var(--p_size)*0.75);}

    #movies p {font-size: calc(var(--p_size)*0.75);}
    #movies h3 {font-size: calc(var(--h3_size)*0.75);}
    #movielink {font-size: calc(var(--h3_size)*0.75);}
    #searchInput {font-size: calc(var(--p_size)*0.75); height: 1.5rem;}    
    #searchButton {font-size: calc(var(--p_size)*0.7);}    

    #headshot{height: calc(var(--headshot_height)*0.4); width: auto; }
    #poster{height: calc(var(--headshot_height)*0.8); width: auto; }
    .upcoming img{height: auto; width: calc(var(--upcoming_w)*0.75); }
    .founders {display:contents;}
    .founders #right{padding-top: 1rem;}

    #recent {display: contents; text-align: center;}
    #recent #right{text-align: center; padding: 1rem 0rem;}
    #recent #left{text-align: center; width: 70%; padding: 0; margin-left: auto; margin-right: auto;}

    #big-poster{height: calc(var(--headshot_height)*0.8); width: auto; }
    #details {display: contents; text-align: center;}
    #details #right{text-align: center; padding: 1rem 0rem;}
    #details #poster{text-align: center; width: 70%; padding: 0; margin-left: auto; margin-right: auto;}

    #landing {display: contents; text-align: center;}
    .panel1{display: none;}
    .panel2{display: none;}

    #ombd_shoutout {text-align: center;}
    iframe {width: 95%;}

    .pa-gallery-player-widget{height: auto; width: 75%; }

    .film {width: 80%;} 

    #slideshow{width: 75%;}


}

@media all and (min-width: 1100px) and (max-width: 1499px) {
    h1 {font-size: calc(var(--h1_size)*0.7);}
    h2 {font-size: calc(var(--h2_size)*0.7);}
    p {font-size: calc(var(--p_size)*0.85);}
    #headshot{height: calc(var(--headshot_height)*0.6); width: auto; }
    .pa-gallery-player-widget{height: 15rem; width: calc(var(--photos_widget_width)*0.85); }


}

@media all and (min-width: 1500px) and (max-width: 1999px) {
    h1 {font-size: calc(var(--h1_size)*0.85);}
    h2 {font-size: calc(var(--h2_size)*0.85);}
    p {font-size: var(--p_size);}
    #headshot{height: calc(var(--headshot_height)*0.7); width: auto; }
    .pa-gallery-player-widget{height: 20rem; width: var(--photos_widget_width); }

}

@media all and (min-width: 2000px) and (max-width: 3199px) {
    h1 {font-size: var(--h1_size);}
    h2 {font-size: var(--h2_size);}
    p {font-size: var(--p_size);}
    #headshot{height: calc(var(--headshot_height)*0.8); width: auto; }
    .pa-gallery-player-widget{height: 20rem; width: var(--photos_widget_width); }

}


@media all and (min-width: 3200px) {
    h1 {font-size: var(--h1_size);}
    h2 {font-size: var(--h2_size);}
    p {font-size: var(--p_size);}
    #headshot{height: calc(var(--headshot_height)*0.9); width: auto; }
    .pa-gallery-player-widget{height: 25rem; width: var(--photos_widget_width); }
}