/*stylesheet to replicate styling of site as it was on server 1*/
.container {
    min-width: 65vw;
    max-width: 70vw;
    margin: auto;
    font-family: 'Asap', sans-serif
}
.container p {
    font-size: 1.3rem;
    font-family: 'Asap', sans-serif;
}
.container li {
    font-size: 1.2rem;
}
.container hr {
    height: 1px;
    margin-bottom: 2vh;
    border: 0;
    background-color: #35596d;
}

.container h1, h2, h5{
    /*google font imported in <head> of inc_header.php*/
    font-family: 'Fugaz One', sans-serif; 
    font-weight: normal; 
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.container h1 {
    margin-top: 3rem;
    margin-bottom: 2rem;
    text-align: left;
    font-size: 2.3rem;
}

.container h2 {
    font-size: 1.6rem;
    text-align: center;
}

.carousel-inner img {
    min-height: 200px;
}

.carousel-caption h5{
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption p {
    font-size: 1.2rem;
    color: #f8f9fa; /* slightly off-white for better readability */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.5); 
    
}

/* Media query to adjust carousel captions for small screens */
@media (max-width: 767px) {
    .carousel-caption {
        min-width: 90%;
        margin: auto;
        margin-left: -10%;
        padding-bottom: 2vh;
        padding-left: 2vw;
        padding-right: 2vw;
    
    }
    .carousel-caption h5 {
        font-size: 1.5rem;
    }
    .carousel-caption p {
        font-size: 1rem; 
    }
    .carousel-caption a {
        font-size: 0.9rem; 
        padding: 0.5rem 1rem; 
    }
}

.current-events {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    padding: 1rem 0;
    gap: 2rem;
}

.current-event {
    flex: 1 1 calc(50% - 1rem);  /* Two events per row */
    margin-bottom: 2rem;
}

.current-event img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 1rem auto;
}

.current-event h3 {
    font-family: 'Fugaz One', sans-serif;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.current-event p {
    font-family: 'Asap', sans-serif;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.current-event a {
    font-family: 'Asap', sans-serif;
    font-size: 1rem;
    color: #fff;
    background-color: #35596d;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 5px;
}

.current-event a:hover {
    background-color: #2c4a5b;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .current-event {
        flex: 1 1 100%; /* Stacks columns */
        margin-bottom: 2rem;
    }
}

/*general styles for elements throughout site*/
blockquote {
    border-left: 5px solid #ddd;
    padding: 1rem;
    margin: 1rem 0;
    background-color: #f8f9fa;
}
blockquote p.lead {
    font-family: 'Asap', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    color: #555;
}
h3 {
    font-family: 'Fugaz One', sans-serif;
    font-size: 1.8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    /*color: #35596d;*/
    color: #ff1b1b;
}

/* styles for the category cards in the index/home page (also applies to other cards throughout the site, despite the 'home' part of the name) */
.home-page-card-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    padding: 2rem 0;
    gap: 1rem; /* Adjusting gap between cards */
}

.home-page-card {
    flex: 1 1 calc(33% - 1rem); /* Three cards with equal width */
    background-color: #f8f9fa;
    /*background-color: transparent;*/
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    transition: background-color 0.2s;
}

.home-page-card .card-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.home-page-card .card-top img {
    max-width: 100%;
    height: 25vh;
    display: block;
}

.home-page-card .card-bottom {
    padding: 1rem;
    width: 100%;
    text-align: center;
    color: #ff1b1b;
}

.home-page-card .card-bottom strong {
    font-family: 'Fugaz One', sans-serif;
    font-size: 1.5rem;
}

/* Remove underline and color change on hover */
.home-page-card:hover {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .home-page-card {
        flex: 1 1 100%; /* Stacks cards */
        margin-bottom: 1rem;
    }
}

/* styles for the text undercategory cards in the index/home page */
.home-page-text-under-category-cards {
    display: flex;
    flex-wrap: wrap;
}
.home-page-text-under-category-cards h3 {
   
}
.home-page-text-under-category-cards .col-sm-6 {
    flex: 1 1 50%;
    padding: 1rem;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    box-sizing: border-box;
}
        

/* footer styling */
.new-footer-parallax {
    color: white;
    padding: 3rem 0;
    text-align: center;
    font-family: 'Asap', sans-serif;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('/images/site/piano-and-music.jpg');
    position: relative;
    overflow: visible;
    background-color: transparent;
}

.new-footer-parallax .lead {
    font-family: 'Asap', sans-serif;;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    color: #f4f2f2;
    /*text-shadow: 1px 1px 5px #0b0b0b;*/
    text-shadow: 2px 2px 5px #000000;
    line-height: 1.8rem;
}

.new-footer-parallax .btn {
    font-size: 1rem;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
  
    background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 5px;
}


.new-footer-parallax .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

/*Styling for bottom footer section */
        

.bottom-footer-section {
    /*background-color: #f4f2f2;*/
    background-color: #262626;
    padding-top: 1vh;
    padding-left: 2vw;
    padding-right: 2vw;
    margin-bottom: 0;
    padding-bottom: 0;
}
.bottom-footer-section p {
    font-size: 1.3rem;
}

.footer-distributed h3 {
    width: 80%;
    margin: auto;
    font-family: 'Pangolin', cursive;
    font-size: 2.3rem;
    /*color: #35596d;*/
    color: white;
    text-align: center;
    padding-bottom: 2vh;
}

.footer-distributed .row > div {
    padding: 15px;
    padding-bottom: 0;
}

.bottom-footer-first-column {
    flex: 0 0 40%;
    max-width: 40%;
}

.bottom-footer-second-column,
.bottom-footer-third-column {
    flex: 0 0 20%;
    max-width: 20%;
}

.bottom-footer-fourth-column {
    flex: 0 0 15%;
    max-width: 15%;
}

@media (max-width: 768px) {
    .bottom-footer-first-column,
    .bottom-footer-second-column,
    .bottom-footer-third-column,
    .bottom-footer-fourth-column {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
}


/*styling for footer-left column*/

.footer-left p{
    font-size: .95rem;
}
.footer-company-about {
    width: 85%;
    margin: auto;
    font-size: 1rem !important;
    text-align: center;
    color: white;
}
.footer-links {
    text-align: center; 
    line-height: 1; 
    display: flex; 
    justify-content: center;
    gap: 10px; 
    flex-wrap: wrap;
}
.footer-links a {
    /*color: #35596d;*/
    color: white;
}
.footer-links p a:hoover {
    text-decoration: underline;
}

/*styling for second column of bottom footer*/

.footer-center {
    color: #35596d;
    padding-bottom: 1vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    text-align: center; 
    padding-top: 2vh;
}


.contact-info i {
    font-size: 1rem;
    font-weight: 900;
    margin-right: 2vw;
}

.contact-item {
    display: flex; 
    align-items: flex-start; 
    margin-bottom: 2vh; 
    color: white;
}

.contact-info p {
    margin: 0;
    font-size: 1rem;
}

.contact-info p a {
    /*color: #35596d;*/
    color: white;
}

.contact-info p a:hover {
    text-decoration: underline;
}

/* Footer hours styling */
.footer-hours {
    /*color: #35596d;*/
    color: white;
}

.footer-hours h5 {
    font-size: 1rem; 
    font-weight: bold;
    margin-bottom: 2vh;
    /*color: #35596d; */
    color: white;
    font-style: italic;
        font-family: 'Fugaz One', sans-serif;
}

.footer-hours p {
    font-size: 0.95rem; 
    /*color: #35596d; */
    color: white;
}

/*styling for fourth column on bottom footer*/
.footer-right {
    text-align: center;
    /*color: #35596d;*/
    color: white;
}

.newsletter h4 {
    font-size: 0.8rem; 
    font-weight: bold;
    margin-bottom: 2vh;
    /*color: #35596d; */
    color: white;
    font-style: italic;
    font-family: 'Fugaz One', sans-serif;
}
.powered-by-small {
    font-size: 0.5rem;
}

.newsletter .form-group {
    margin-bottom: 5px;
}

.newsletter .form-control {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}

.newsletter .btn {
    background-color: #2e6da4;
    color: white;
    border: none;
    padding: .8vh 1.8vh .8vh 1.8vh;
    font-size: 0.65rem;
}

.newsletter .btn:hover {
    background-color: #007bff;
}#ff1b1b

.footer-icons {
    margin-top: 20px;
}

.footer-icons a {
    color: #35596d;
    font-size: 1.5rem;
    margin: 0 10px;
}

.footer-icons a:hover {
    color: #007bff;
}

/*styling for lowest part of bottom footer*/
/* Styling for the bottom blue strip */
.footercp {
    /*background-color: #35596d !important; */
    background-color: #ff1b1b!important;
    color: #ffffff;
    width: 100%;
    margin: auto;
    text-align: center; 
}

.footercp .container-for-footercp {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
}


.footercp p {
    color: #ffffff;
    font-size: 0.8rem;
    margin-left: 2vw;
}

.footercp a {
    color: #ffffff !important; 
    text-decoration: none;
}
.poweredby p {
    margin-left:0;
    margin-right: 10vw;
    
}

.footercp a:hover {
    text-decoration: underline; 
}

/*Music Lessons page/s styling*/
.container.music-lessons, .about-us-pages {
    padding-left: 5vw;
    padding-right: 5vw;
}

.container.music-lessons h2{
    text-align: left;
}
.single-item-in-row {
    max-width: 33%;
    margin: auto;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.btn-primary {
    background-color: #337ab7;
}

.music-lessons .col-md-4 {
    border: 1px solid #D3D3D3;
    padding-top: 2vh;
    border-radius: 0.2rem;
    margin: 0.5vh 0;
}

.center-the-content-horizontal {
    display: flex;
    justify-content: center;
}

img{
    max-width: 100%;
}

/*teacher page styling*/
.teacher-container {
  margin-top: 20px;
}

.teacher-img {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  max-width: 150px;
  margin-bottom: 10px;
}

.teacher:hover .teacher-img {
  transform: scale(1.1);
}



.teacher h3 {
  font-size: 1.25rem;
  max-width: 150px;
}

/*Staff page styling*/
.teacher-position {
    font-size: 1.5rem;
}
.staff-image-container {
  align-self: center;
}

/*founders page styling*/
.founder-picture {
    margin-right: 2vw;
    margin-bottom: 1vh;
}
/*Our policies page styling*/
.about-us-pages.our-policies p{
    font-size: 1.3rem;
    font-family: 'Asap', sans-serif;
}

.our-policies h2{
    text-align: left;
    font-size: 2rem;
}
.our-policies h3 {
    font-size: 1.2rem;
}
.toc {
    list-style-type: disc;
    padding-left: 2vw;

}

.toc li {
    margin-bottom: 5px;
    display: list-item;
    line-height: 1;
}

.toc a{
    color: #35596d;
    text-decoration: none;
    transition: all 0.2s ease-out;
    font-size: 1.5rem;
}

.toc a:hover {
    text-decoration: underline;
}

.back-to-top {
    font-size: 0.5em;
    font-weight: lighter;
    color: #007bff;
    padding-left: 0.3rem;
}

.back-to-top:hover {
    text-decoration: underline;
}

/*reviews page styling */
.reviews-page h2 {
    text-align: left;
}
.review-body {
    padding-left: 1vw;
    padding-right: 1vw;
}
.review-body {
    flex-grow: 1;
}

.review-footer {
    text-align: right;
    font-style: italic;
    color: #555;
}

.review-card.review-dark {
    background: #515151;
    border-color: #35596d;
    color: white;
    font-size: 0.8rem;
    line-height: 1.1rem;
}

.review-card.review-light {
    background: #bf4444;
    border-color: #fe0505;
    color: white;
    font-size: 0.8rem;
    line-height: 1.1rem;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

/*Important Calendar Dates page */
.event-calendar-page li{
    margin-left: 1vw;
}

/*important links page */
.important-links-page {
    padding-top: 0;
}
.important-links-page .list-group-item {
    border: 1px solid #dee2e6;
    transition: background-color 0.3s;
}

.important-links-page .list-group-item:hover {
    background-color: #e9ecef;
    text-decoration: none;
}

.important-links-page .lead {
    font-size: 1.3rem;
    font-family: 'Asap', sans-serif;
    /*font-size: 0.9rem;*/
    line-height: 1rem;
    font-weight: 300;
    color: black;
}
.important-links-page a {
    padding-left: 1vw;
    padding-top: 2vh;
    padding-bottom: 0;

}

/* Specific styles for the events page */

.events-page .event-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

.events-page .event-card:hover {
    transform: translateY(-5px);
}

.events-page .card-img-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.events-page .card-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.events-page .card-footer {
    background-color: #fff;
    border-top: none;
}

.events-page .btn-block {
    margin-top: 10px;
}

/*music store index page */
.store-header {
            text-align: center;
            margin-top: 2rem;
        }
        .store-image {
            width: 100%;
            height: auto;
            object-fit: cover;
            margin-bottom: 1rem;
        }
        .store-hours {
            background-color: #f8f9fa;
            padding: 1rem;
            border-radius: 0.25rem;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .store-description p {
            margin-bottom: 1rem;
        }
        .store-categories {
            margin-top: 2rem;
        }

