html, body {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;
    font-size: medium;
    line-height: 1.8em;
    font-weight: normal;
    font-style: normal;
    /* background-color: #E9E9E9; */
    background-color: #FFFFFF;
    color: #222222;
}


.banner {
    display: flex;
    align-items: center;
    gap: 10px; /* Add spacing between logo and menu */
}

.small-logo {
    max-width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.canvasWrapper {
    padding: 0 20px;
    /*max-width: 1040px; !* Maximum width but can shrink *!*/
    margin: auto; /* Center the wrapper */
    background-color: #FFFFFF;
}

.navbar.thin-border {
    border: 1px solid #ddd;
    height: auto; /* Flexible height */
    padding: 0px; /* Override Bootstrap's default padding */
}


/* Default state for top-level navbar items */
 .navbar-nav > li > a.nav-link {
     background-color: transparent;
     color: black; /* Keep default text color */
 }

/* Change background to black and text to white on hover */
.navbar-nav > li > a.nav-link:hover {
    background-color: black;
    color: white;
}

/* Show the dropdown on hover */
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

/* Optional: Add some padding to the dropdown items */
.dropdown-menu a.dropdown-item {
    padding: 5px 10px;
}

/* Adjust the dropdown items background color on hover */
.dropdown-menu a.dropdown-item:hover {
    background-color: #f8f9fa;
}


.container {
    background-color: #FFFFFF;
}


.main-content {
    min-width: 350px;
    padding-right: 20px;
    margin-right: 20px;
    background-color: #FFFFFF;
}

.contentWrapper {
    font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    padding-left: 10px;
    line-height: 1.7em;
    background-color: #FFFFFF;
}

h2 a {
    font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #7A7A7A;
    font-size: 1.0em;
    text-transform: capitalize;
    line-height: 1.3em;
    margin-bottom: .5em;
    white-space: nowrap;
}

.program-year {
    font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #7A7A7A;
    font-size: 12pt !important;
    text-transform: capitalize;
    line-height: 1.8em;
    margin-bottom: .5em;
    white-space: nowrap;
}

.h2subtitle a {
    font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #7A7A7A;
    font-size: 1.0em;
    text-transform: capitalize;
    line-height: 1.3em;
    margin-bottom: .5em;
    white-space: nowrap;
}

.calendar-performance {
    font-weight: normal;
    font-style: normal;
    font-size: 1.3em;
}

.calendar-performance a {
    font-weight: bold;
    font-size: 1.0em;
}

.composition-count {
    white-space: nowrap;
}

.full-image-block {
    width: 556px;
    padding-right: 20px;
    display: block;
}

.full-image-float-right {
    float: right;
    margin: 0px 0px 8px 10px;
}

.note-item img.fb-image-home {
    width:10%;
    height: auto;
    cursor: pointer;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    float: none !important;
    object-fit: contain;
}

.note-item img.ig-image-home {
    width:10%;
    height: auto;
    cursor: pointer;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    float: none !important;
    object-fit: contain;
}

.fb-image-home, .ig-image-home {
    width:10%;
    height: auto;
    cursor: pointer;
    /*
    padding-left: 5px;
    padding-bottom: 5px;*/
    float: none !important;
    object-fit: contain;
}

.note-item img.ppd-logo {
    width:20%;
    height: auto;
    object-fit: contain;
}

.note-item img.ppd-logo {
    width:20%;
    height: auto;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    float: none !important;
    object-fit: contain;
}

.note-item img.arts-council-logo {
    width:15%;
    height: auto;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    float: none !important;
    object-fit: contain;
}


.arts-council-logo {
    width:15%;
    height: auto;
    object-fit: contain;
}

.logo-image-container {
    height: 80px;
    position: relative;
}


#myCarousel {
    min-width: 500px; /* or a specific pixel value */
//height: 500px; /* or a specific height */
    overflow: hidden;
}

#myCarousel .carousel-item img {
    width: 100%;
//height: 100%;
    /* object-fit: cover; This will cover the area, and images will be cropped if necessary */
    object-fit: contain; /* This ensures the whole image fits, but you may get blank spaces */
}

.sidebar {
    min-width: 20%;
    margin-left: 2%;
    /*padding: 10px;*/
    background-color: #FFFFFF;
    font-size: 0.9em;
    font-weight: bold;
}

.sidebar ul {
    list-style-type: none;
    margin-left: -20px;
    line-height: 2em;
}

.sidebar li {
    list-style-type: none;
    padding: 0.4em;
    line-height: 1.3em;
}

.sidebar p {
    padding: 0.2em;
    line-height: 1.3em;
}

.vertical-menu {
    list-style-type: none;
}

h4 {
    font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: #7A7A7A;
}

h5 {
    font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: #1C00D1;
}

.dropdown-toggle::after {
    display: none;
}

.sidebar-caption {
    font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';
    font-size: 1.2em;
    /*border-bottom: 1px solid #D8D8D8;*/
    /*border-bottom-color: rgb(216, 216, 216);*/
    font-weight: bold;
    font-style: normal;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-color: #D8D8D8;
}

.img-thumbnail.photos-top {
    width: 200px;
    height: 200px;
}

.col-md-4.img-thumbnail {
    min-width: 210px;
}

.alpha-index {
    font-size: 1.5em;
    font-weight: bold;
}

ul.compositions-full-list {
    list-style-type: none;
    text-decoration: none !important;
}

ul.compositions-by-first-letter-list li  a:link, a:active {
    text-decoration: none !important;
}

ul.compositions-by-first-letter-list li  a:visited {
    text-decoration: none !important;
    color: #7A7A7A;
}

ul.compositions-by-first-letter-list li  {
    list-style-type: disc;
}

/*ul.item-list a:link, a:visited, a:active {*/
ul.item-list a:link, a:active {
    font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';
    font-weight: normal;
    font-style: normal;
    text-decoration: none !important;
    /*color: #7A7A7A;*/
}

ul.item-list a:visited {
    color: #7A7A7A;
}

ul.item-list li a:link, a:visited, a:active {
    font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';
    font-weight: normal;
    font-style: normal;
    text-decoration: none !important;
    /*color: #7A7A7A;*/
}

ul.item-list {
    list-style-type: none;
    /*text-decoration: none !important;*/
}

ul .item-list li {
    list-style-type: disc;
    text-decoration: none !important;
}

li.repertoire-year {
    /* place-holder */
}

ul.no-bullets {
    list-style-type: none; /* Removes bullets */
}

div.concert-repertoire > div {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

div.repertoire-conductor {
}

div.repertoire-venue {
}

div.repertoire-composition {

}

div.soloist {

}

/*
*, ::after, ::before {
    box-sizing: border-box;
}
*/

.note-item video {
    overflow-clip-margin: content-box;
    overflow: clip;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-bottom: 1rem !important;
    padding-left: 10px  !important;
    float: right !important;
    vertical-align: middle;
}

.note-item img {
    overflow-clip-margin: content-box;
    overflow: clip;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-bottom: 1rem !important;
    padding-left: 10px  !important;
    float: right !important;
    vertical-align: middle;
}

.note-item p {
    font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';
    font-weight: normal;
    font-style: normal;
    padding-left: 10px;
    line-height: 1.5em !important;
    background-color: #FFFFFF;
    display: block !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
}

.note-item.simple-content table {
    border: 0;
    border-spacing: 10px;
    width: 100%;
}

.note-item.simple-content tr {

}

.note-item.simple-content table tbody tr td:nth-child(1), th:nth-child(1) {
    padding: 5px !important;
    width: 15% !important;
    text-align: left !important;
    vertical-align: text-top;
}

.note-item.simple-content table tbody tr td:nth-child(2), th:nth-child(2) {
    padding: 5px !important;
    width: 75% !important;
    text-align: left !important;
    vertical-align: text-top;
}

/*
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.contentWrapper {
    font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';
    font-weight: normal;
    font-style: normal;
    padding-left: 10px;
    line-height: 1.7em;
    background-color: #FFFFFF;
}

*/

/*
ul .item-list li a:link, a:visited, a:active {
    font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Arial', 'Lucida Grande', 'sans-serif';
    font-weight: normal;
    font-style: normal;
    text-decoration: none !important;
    color: #7A7A7A;
}
*/

/* Media query for PC 2 */
@media (max-width: 1600px) {
    html, body {
        font-size: 12px;
    }

    .canvasWrapper {
        padding: 0 10px;
    }
}

/* Media query for PC 1 */
@media (max-width: 1200px) {
    html, body {
        font-size: 12px;
    }

    .canvasWrapper {
        padding: 0 10px;
    }
}

/* Media query for larger tablets */
@media (max-width: 962px) {
    html, body {
        font-size: 12px;
    }

    .canvasWrapper {
        padding: 0 10px;
    }
}

/* Media query for tablets */
@media (max-width: 768px) {
    html, body {
        font-size: 12px;
    }

    .canvasWrapper {
        padding: 0 10px;
    }
}


/* Media query for smartphones */
@media (max-width: 576px) {
    .canvasWrapper {
        padding: 0 5px;
    }
    img.logo {
        overflow-clip-margin: content-box;
        overflow: clip;
        max-width: 100%;
        margin-left: 7% !important;
        margin-bottom: 1rem !important;
        padding-left: 5px  !important;
        float: none !important;
        vertical-align: middle;
    }
    .note-item img.ppd-logo {
        width:20%;
        height: auto;
        margin-left: 0px !important;
        margin-bottom: 0px !important;
        padding-left: 0px !important;
        float: none !important;
        object-fit: contain;
    }
    .note-item img.arts-council-logo {
        width:15%;
        height: auto;
        margin-left: 0px !important;
        margin-bottom: 0px !important;
        padding-left: 0px !important;
        float: none !important;

        object-fit: contain;
    }
}
