@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
  --primary-bg-color: #0D0C0D;
  --primary-color: #ffffff;
  --hero-color: #d4b423;
  --accent-color: #1F050A;
  --accent-border: #3F181D;
}


body{
    background-color: var(--primary-bg-color);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

p, h1, h2, h3{
    color: var(--primary-color);
}

a{
    color: var(--hero-color);
}

h1, h2, h3, #navbar-brand{
  font-family: "Instrument Serif", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

p, li{
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

hr{
    color: var(--accent-border);
    opacity: 1;
    width: 80%;
    margin: 0 auto;
}
/*
i{
    color:lightgray;
    font-size: 1.75em;
}

a{
    color:lightblue;
    transition:color .5s;  
}
a:hover{    
    color:cyan;
}
*/
button{
    border-radius: 5px;
    border-color: var(--hero-color);
    border-width: 2px;
    padding: 14px 25px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    transition: background-color .5s, color .5s;
}

.button-outline{
    background-color: transparent;
    color: var(--hero-color);
}

.button-outline:hover{
    background-color: var(--hero-color);
    color: #000000;
}

.button-filled{
    background-color: var(--hero-color);
    color: #000000;
}

.link-button:hover{
    background-color: #ffd30f;
    color: rgb(0, 0, 0);
}

.link-button a{
    font-weight: bold;

}

header{
    position:fixed;
    top: 0;
    width:100%;
}

.navbar{
    background-color: var(--primary-bg-color);
    font-size: 1.25em;
    height: 7.5rem;
    z-index: 999;
}

#navbar-brand{
    font-size:1.75rem;
    text-decoration: none;
}

.navbar a{
    color: white;
    transition: color .5s, text-shadow .5s;
}    

.navbar a:hover{
    opacity:1;
    color: #D4AF37;
    text-shadow: 0px 0px 4px #887a007c;    
}

.navbar #wcctlogo{
    display:inline;
    max-width: 50px;
    max-height: 50px;
    margin: 10px;
}

.navbar #socials{
    line-height: 1.0;
}

.navbar-collapse{
    flex-grow: 0;
}

.nav-item{
    text-transform:uppercase
}

#links .nav-item{
    margin: 0 10px;
}

#collapse-brand{
    display:none;
}

.bi-youtube::before{
    margin: 3px auto;
    display:block!important;
}

.news-bar{
    display: flex;
    justify-content: left;
    align-items: center;
    width:100%;
    height: 3rem;
    background-color: var(--accent-color);
    color: var(--primary-color);
    border-top: 2px solid var(--accent-border);
    border-bottom: 2px solid var(--accent-border);
    padding-left: 50px;
}

#news-title{
    font-weight: bold;
    color: var(--hero-color);
    margin-right: 20px;
}

#sc_small{
    display:none;
}

.upcoming{
    display:flex;
    justify-content: center;
    margin: 2em auto;
}

.production-card{
    background-color: var(--accent-color);
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    max-width:300px;
    border: 2px solid var(--accent-border);
}

.production-card .date{
    color: var(--hero-color);
}

.production-card h2{
    text-align: left;
}

.production-card img{
    max-height: 300px;
    border-radius: 10px;
}

.intro{
    background-attachment: fixed;
    background-position: 75% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg1, .bg2{
  width: 100%;
  height: 75vh;
  margin: 0;  
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), rgb(0, 0, 0)), url("/media/backgrounds/nb_wwmid_1.jpg");
  position:absolute;
  transition: opacity 3s, filter 1.5s;
}
.bg1{
  z-index: -1;

}
.bg2{
  z-index: -2;
}

.hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 75vh;
} 

.hero-content{
    margin: 0 0 0 5vw;
    max-width: 600px;
}

.hero #established{
    font-style: italic;
    color: var(--hero-color);
}

.hero h2{
    font-size: 2em;
    line-height: 60px;
}

.hero h1{
    font-size:5em;
    margin-left:5%;
    line-height: .8em;
}

.hero p{
    text-align: left;
    text-transform: none;
}

.hero i{
    color:blue;
    transition: color .25s;
}

.hero i:hover{
    color:rgb(0, 132, 255)
}

.article{
    margin: 5em auto;
    max-width: 60vw;
}

.article h1{
    font-size: 4rem;
}

.article h3{
    color: var(--hero-color);
    font-size: 1.25rem;
    font-style: italic;
}

.accent{
    background-color: var(--accent-color);
    padding: 1rem;
    margin: 3rem 0;
}

.portrait{
    border-radius: 10px;
    margin:10px;
    max-width: 100%;
    height: auto;
}

#story{
    display:flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}

.team-bio{
    display:flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
    margin: 25px 0;
}

.team-bio .portrait{
    max-width: 200px;
    height: auto;
}

.team-bio .portrait img{
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

#team-desktop{
    display:block;
}   
#team-mobile{
    display:none;
}

.image-and-text{
    display:flex;
    flex-direction: row;
    gap: 50px;
}

.news{
    background-color: var(--accent-color);
    padding: 2rem 1rem;
    margin: 2rem 1rem;
}

footer{
    bottom:0;
    background-color: var(--primary-bg-color);
    padding: 10px 0;
    position: fixed;
    width: 100%;
}

.footer-container{
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0 25px;
    font-size: .75em;
  }
  
  footer p, footer a{
    font-family: var(--bs-font-sans-serif);
    font-weight: 400;
    color:lightslategray;
    transition: color .5s, text-shadow .5s;
  }

  footer p{
    margin: 0 10px;
  }
  
  footer a:hover{
    color:cyan;
  }

  

@media (max-width:1450px){
    #navbar-brand{
        display:none;
    }
    #sc_big{
        display:none;
    }
    #sc_small{
        display:block;
    }
    .hero{
        width:100%;
    }
    .hero h2{
        font-size:3em;
    }
    .hero h3{
        font-size:1.25em;
    }
    .bg1, .bg2{
        height: 50vh;
    }
}

@media (max-width:1000px){
    .video-col{
        display:none;
    }
    .hero{
        text-align: left;
        text-shadow: 2px 2px 1px black;
    }

    .hero h1{
        font-size: 3em;
        margin-left: 0;
    }
    .hero h2{
        font-size: 1.5em;
    }

    .about h1, .about h2, .about h3{
        margin:0;
    }

    .navbar{
        height: 4em;
    }

    .navbar-collapse{
        flex-grow: 1;
        background-color: var(--primary-bg-color);    
    }

    .navbar-toggler-icon{
        color: var(--primary-color);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar #socials{
        flex-direction: row;
        gap: 20px;
    }
    #navbar-brand{
        display:none;
    }
    #collapse-brand{
        display:block;
    }
    .bg1, .bg2{
        background-attachment: scroll;
    }
    .button-outline{
        background-color: var(--hero-color);
        color: #000000;
    }
    
    .article{
        max-width: 80vw;
    }

    .portrait{
        margin: 10px 0;
    }

    #story, .team-bio{
        flex-direction: column;
        gap: 0px;
    }

    #team-desktop{
        display:none;
    }
    #team-mobile{
        display:block;
    }

    .image-and-text{
        flex-direction: column;
    }

      footer p, footer a, footer span{
    font-size:9px;
  }
}