@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Raleway:wght@300;400;600&display=swap";:root{--water-blue: #e6f7eb;--text-white: #ffffff;--text-black: #000000;--divider-color: rgba(255, 255, 255, .25)}body{margin:0;font-family:Raleway,sans-serif;background-color:var(--water-blue);color:var(--text-black);width:100%;text-align:justify}h1,h2,h3,h4,h5{font-family:Playfair Display,serif}.logo-container{text-align:center;padding:2rem 0;background-color:#000;position:relative}.logo-text{font-size:3.5rem;margin-bottom:.5rem;color:var(--text-white)}.theatre-label{background-color:var(--text-black);color:var(--text-white);padding:.5rem 2rem;text-transform:uppercase;display:inline-block;margin-bottom:1rem}.logo-divider{width:200px;height:1px;background-color:var(--divider-color);margin:1rem auto}.navigation{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.nav-link{text-decoration:none;color:var(--text-white);font-size:1.2rem;padding:.5rem 1rem;transition:all .3s ease}.nav-link:hover{background-color:var(--text-white);color:var(--text-black)}@media (max-width: 768px){.logo-text{font-size:2.5rem}.theatre-label{font-size:.9rem;padding:.4rem 1.5rem}.company-content{max-width:100%!important;margin:0!important;padding:1rem!important}.team-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important}.team-member img{width:150px!important;height:150px!important}.shows-grid{grid-template-columns:1fr!important;padding:1rem!important}.show-content{margin:0!important;padding:1rem!important}.photos-grid{grid-template-columns:1fr!important}.contact-info{margin:1rem!important;padding:1rem!important}body.menu-open{overflow:hidden}}
