@import url(https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap);.header{align-items:center;background:#4a2c1e;display:flex;justify-content:space-between;left:0;padding:15px 8%;position:fixed;top:0;transition:transform .3s ease-in-out,background .3s ease-in-out;width:100%;z-index:100}.header.hidden{transform:translateY(-100%)}.header.visible{transform:translateY(0)}@media screen and (max-width:768px){.header{background:#3a1e12}}.logo img{height:auto;transition:all .3s ease-in-out;width:90px}.navbar{display:flex;gap:20px}.navbar a{border-radius:5px;color:#ffd699;font-size:18px;font-weight:700;padding:10px 15px;text-decoration:none;transition:background .3s,color .3s}.navbar a:hover{background:#ffd699;color:#3a1e12}.hamburger{color:#ffd699;cursor:pointer;display:none;font-size:30px}.mobile-menu{background:#3a1e12;display:flex;flex-direction:column;gap:15px;height:100vh;padding:50px 20px;position:fixed;right:-250px;top:0;transition:right .3s ease-in-out;width:250px;z-index:9999}.mobile-menu.open{right:0}.mobile-menu a{color:#ffd699;font-size:20px;padding:12px;text-decoration:none;transition:background .3s,color .3s}.mobile-menu a:hover{background:#ffd699;border-radius:5px;color:#3a1e12}.close-btn{background:none;border:none;color:#ffd699;cursor:pointer;font-size:25px;position:absolute;right:20px;top:15px}@media screen and (max-width:800px){.navbar{display:none!important}.hamburger{display:block}.logo img{width:70px}}@media screen and (min-width:1024px){.logo img{width:110px}}.footer{background-color:#3a1e12;color:#e6b87d;font-size:1rem;padding:20px;text-align:center}.footer,.footer-content{align-items:center;display:flex;flex-direction:column}.footer-content{justify-content:center;max-width:1200px;width:100%}.footer-links{display:flex;gap:15px;margin-top:10px}.footer-icon{font-size:1.8rem;transition:color .3s ease-in-out}.youtube-icon{color:red}.youtube-icon:hover{color:#c00}.email-icon{color:#d44638}.email-icon:hover{color:#b23121}@media (max-width:768px){.footer{padding:15px}.footer-icon{font-size:1.5rem}}.artist-images-container,.artist-singleimages-container{align-items:center;background-color:#e6b87d;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1200px;padding:50px 20px;width:100%}.portrait,.single-portrait{max-width:500px;opacity:0;width:45%}.fade-in-left{animation:fadeInLeft 1.5s ease-out forwards}.fade-in-right{animation:fadeInRight 1.5s ease-out forwards}.fade-in{animation:fadeIn 1.5s ease-out forwards}.about-heading{color:#3a1e12}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media screen and (max-width:600px){.portrait,.single-portrait{margin-bottom:20px;width:100%}}@media screen and (max-width:768px){.artist-images-container,.artist-singleimages-container{flex-wrap:nowrap;gap:16px}.portrait,.single-portrait{flex:0 0 auto;width:40%}}.hero-section{background-color:#e6b87d;color:#3a1e12;padding:60px 20px;text-align:center}.hero-heading{font-size:3rem;margin-bottom:10px}.hero-subtext{font-size:1.2rem;margin-bottom:20px}.cta-button{background-color:#3a1e12;border-radius:5px;color:#e6b87d;display:inline-block;font-size:1.1rem;font-weight:700;margin-top:20px;padding:12px 20px;text-decoration:none;transition:background .3s ease-in-out}.cta-button:hover{background-color:#4a2c1e}.info-section{background-color:#3a1e12;color:#e6b87d;padding:50px 20px}.meet-instructor{background-color:#e6b87d;color:#3a1e12;padding:50px 20px}.instructor-container{align-items:center;display:flex;flex-wrap:wrap;gap:20px}@media (max-width:768px){.instructor-container{flex-direction:column;text-align:center}}.instructor-text{flex:1 1;font-size:1.1rem}.instructor-image img{border-radius:10px;height:auto;width:250px}.courses-section{background-color:#3a1e12;color:#e6b87d;padding:50px 20px;text-align:center}.courses-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:20px}.course-card{background-color:#e6b87d33;border-radius:10px;padding:20px;transition:transform .3s ease-in-out}.course-card:hover{transform:scale(1.05)}@media (max-width:768px){.courses-grid{grid-template-columns:1fr}}.cta-section{background-color:#e6b87d;color:#3a1e12;padding:50px 20px;text-align:center}@media (max-width:768px){.hero-heading{font-size:2.2rem}.cta-button,.hero-subtext{font-size:1rem}.cta-button{display:inline-block;padding:12px 20px;width:80%}}.curriculum-table{background-color:#e6b87d1a;border-collapse:collapse;border-radius:8px;margin-top:2rem;overflow:hidden;width:100%}.curriculum-table thead{background-color:#e6b87d33}.curriculum-table td,.curriculum-table th{border-bottom:1px solid #e6b87d4d;padding:1rem;text-align:left;vertical-align:top}.curriculum-table tr:last-child td{border-bottom:none}.curriculum-table th{color:#e6b87d;font-weight:700}.curriculum-table ul{list-style-type:disc;margin:0;padding-left:1rem}@media (max-width:600px){.curriculum-table td,.curriculum-table th{display:block;width:100%}.curriculum-table tr{border-bottom:2px solid #e6b87d4d;margin-bottom:1rem}.curriculum-table th{background-color:initial;border-bottom:none;margin-bottom:.5rem}}.contact-section{background-color:#e6b87d1a;border-radius:10px;color:#e6b87d;font-family:Playfair Display,serif;margin:60px auto;max-width:600px;padding:30px}.contact-section h1{color:#e6b87d;margin-bottom:1rem;text-align:center}.contact-section p{margin-bottom:.5rem;text-align:center}.contact-form{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.contact-form label{font-weight:700;margin-bottom:.2rem}.contact-form input,.contact-form textarea{border:1px solid #ccc;border-radius:5px;font-size:1rem;outline:none;padding:.8rem}.contact-form input:focus,.contact-form textarea:focus{border-color:#e6b87d;box-shadow:0 0 0 1px #e6b87d}.contact-form button{align-self:flex-start;background-color:#e6b87d;border:none;border-radius:5px;color:#4a2c1e;cursor:pointer;font-size:1rem;padding:.8rem 1.2rem;transition:background-color .3s ease}.contact-form button:hover{background-color:#d2a469}.status-message{color:#e6b87d;font-weight:700;margin-top:1rem;text-align:center}.contact-info-card{background-color:#e6b87d1a;border-radius:10px;margin-top:30px;padding:20px}.contact-info-card h2{color:#e6b87d;margin-bottom:1rem;text-align:center}.contact-info-card p{color:#e6b87d;margin-bottom:.5rem}@media screen and (max-width:600px){.contact-section{margin:20px}.contact-form button{align-self:stretch;width:100%}}.concert-flyer{align-items:center;display:flex;justify-content:center;margin-bottom:2rem;margin-top:2rem;padding:0 1rem}.flyer-image{border-radius:8px;height:auto;max-width:100%;max-width:600px;width:100%}*{box-sizing:border-box;font-family:Playfair Display,serif;margin:0;padding:0}body{background-color:#3a1e12;color:#e6b87d;line-height:1.6}.page-section{margin:0 auto;max-width:1200px;padding:20px}.about-section p{margin-bottom:1em}a,h3,h4{color:#e6b87d}a{text-decoration:none}.mobile-menu a.active,.navbar a.active{background:#e6b87d;border-radius:5px;color:#4a2c1e}.videos-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:20px}.video-card{background-color:#e6b87d1a;border-radius:10px;padding:10px;transition:transform .2s ease-in-out}.video-card:hover{transform:scale(1.05)}.App{padding-top:90px}
/*# sourceMappingURL=main.a5bd509d.css.map*/