@import url('https://fonts.googleapis.com/css?family=Rajdhani&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/*
* Base structure
*/

.clearfix { clear: both; }

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

h1 {
    
}

h2 {
    padding:0 10px;
}

.logo { cursor: pointer; }

.cover-container {
    max-width: 50em;
}

.thin {
    font-weight: 100;
}

.main-content {
    width:75%;
    padding:0 40px;
    margin:0 auto;
    background-color:rgba(255,255,255,.6);
}


/*
* Header
*/

header {
    position: fixed;
    top:0;
    padding:15px 0;
    width:100%;
    z-index: 999;
}

header .header-inner-container {
    width:75%;
    margin:0 auto;
}

.main-quote { 
    font-size:1em;
    margin: 50px auto 80px auto;
    width:75%;
}

.nav-masthead .nav-link {
    color: rgba(255, 255, 255, .5);
    border-bottom: .25rem solid transparent;
    font-size:1.2em;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    border-bottom-color: none;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}



.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
}

#home a { margin-top:10px; }

section { min-height:120px; padding-top:40px; margin-bottom: 40px; }
#portfolio { padding-top:100px; }
#headshots { padding-top:100px; }
#videos { padding-top:100px; }
#measurements .measurement-table .measurement-item {
    width:25%;
    float:left;
}

#headshots .headshot {
    float:left;
    width:33%;
    padding:0 0 10px 0;
}

#headshots .headshot img { width:100%; }

#contact {
    padding:30px;
    background-color:rgba(255,255,255,.7);
}

#contact .item a {
    text-decoration: none;
}

#measurements {
    padding:30px;
    background-color:rgba(255,255,255,.7);
}

.resume-table table { 
    width:100%; 
    margin-bottom: 40px;
    font-size: .9em;
}

.download-btn { font-size: .8em; margin-bottom:15px; }

.resume-table tr { padding:10px 0; margin:0; }
.resume-table .production, .resume-table .school { width: 40%; }
.resume-table .role, .resume-table .class { width: 30%; }
.resume-table .director, .resume-table .subject .resume-table .teacher { width: 30%; }
.resume-table .theatre { width: 30%; }
.resume-table .empty-30 { width: 30%; }
.resume-table .empty-40 { width: 40%; }

.parallax-bg {
    background:url('../images/mosaic.jpg')0 0 repeat;
    position: fixed;
    background-size: contain;
    top:0;
    left:0;
    width:100%;
    min-height:20000px;
    z-index: -999;
}

.vid-embed {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
    max-width: 1920px;
}

.vid-embed video {
    width:100%;
}

.vid-embed .vid-title {
    text-align: center;
    font-size: 1em;
}

.yt-player {
    display: flex;
    justify-content: center;
}
    
.yt-player iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}



@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    .main-content {
        width:100%;
        padding:0 30px;
    }
    
    header { text-align: center; }
    
    #headshots .headshot {
        float:none;
        width:100%;
    }
    
    #home a { margin-top:10px; font-size:0.7rem; }
    
    .nav .nav-link { font-size:0.7rem; }
    
    #measurements .measurement-table .measurement-item { width: 50%; }
}