body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
a {
    cursor: pointer;
    text-decoration: none;
}
p {
    line-height: 24px;
}
hr {
    margin: 1rem 0rem 2.5rem 0;
}
#content {
    padding: 200px 15%;
    min-height: 60vh;
    font-size: 100%;
}
.bg_cello {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100px;
    transform: translateX(300px) rotate(-30deg);
}
.bg_cello img {
    width: 100%;
}
#banner {
    padding-top: 120px;
    width: 100%;
    height: 280px;
    z-index: -2;
    background-image: linear-gradient(-90deg, #96ba66, #365324);
    position: relative;
    display: flex;
    justify-content: flex-end;
}
#banner2 {
    padding-top: 120px;
    width: 100%;
    height: 280px;
    z-index: -2;
    background-image: linear-gradient(-90deg, #626157, #b0a790);
    position: relative;
    display: flex;
    justify-content: flex-end;
}
#banner_image {
    -webkit-mask-image: linear-gradient(black, transparent);
    mask-image: linear-gradient(90deg, transparent, black 15%, black 85%, transparent);
    width:100%;
    position: absolute;
    object-fit: cover;
    height: 75%;
    margin:0% 4% 0 4%;
    z-index:-2
}
#header_slim {
    padding:4px 12px;
    font-size: 14px;
    font-weight: 600;
    word-wrap:break-word;
    text-wrap:wrap;
    display: block;
}
#header {
    padding: 20px 32px;
    font-size: 18px;
    z-index: 10;
}
#header div {
    gap: 16px;
}
.header_tab_0 {
    position: absolute;
    padding: 40px 16px 16px 16px;
    transform: translateY(50px);
}
.header_tab_1 {
    position: absolute;
    padding: 40px 16px 16px 16px;
    transform: translateY(50px) translateX(216px);
}
.header_tab a {
    padding-bottom: 6px;
}
.header_burger {
    display: none;
}
.header_icon_expand {
    position: absolute;
    opacity: 60%;
    height: 28px;
}
#header_nav_mobile {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.text_vertical_line {
    border-left: 2px solid currentColor;
    font-family: sans-serif;
    font-size: 14px;
    margin: 0 0.4rem;
}
#footer {
    padding: 24px 0;
    font-size: 15px;
    width: 100%;
    position: relative;
}
.footer_item {
    margin: 6px 12px;
}
li {
    line-height: 26px;
    font-size: 18px;
    transition-duration: 1s;
}
.p_link_tertiary {
    border-bottom: 1px solid currentColor;
    padding: 1px 3px;
}
.p_link_tertiary:hover {
    border-bottom: none;
    color: white;
    background-color: #545454;
}
.pib {
    cursor: pointer;
}
.rotate_180 {
    transform: rotate(-180deg);
}
.expand_button {
    cursor: pointer;
    border: none;
    background-color: transparent;
}
.program_info {
    margin: 0.75rem;
    font-size: 15px;
    max-width: 44rem;
}
.offset_text {
    padding: 1rem 0 0 2rem;
}
.concerts_holder {
    padding: 1rem 4rem 0 4rem;
}
.calender_table {
    border: 1px solid red;
}
.calender_entry {
    padding: 14px 20px;
    margin-bottom: 16px;
    line-height: 32px;
    background-color: #d1d1d1;
    border-left: 4px solid #aaa;
    border-left-style: dashed;
}
.member_holder {
    padding: 4px 6px;
    border-left: 4px solid #111;
}
.member_name {
    margin-bottom: 4px;
    font-weight: 600 !important;
}
.member_description {
    font-size: 14px;
}

.wide_text {
    width: 60%;
}
#cello_top_icon {
    display: inline;
}
.content2 {
    padding: 100px 15%;
    margin-top: -6rem;
}
.button {
    border: 2px solid #222;
    padding: 10px 12px;
    margin: 12px 0;
    color: #111;
    font-weight: 600;
    background-color: transparent;
    cursor: pointer;
}
.button:hover {
    color: #fff;
    background-color: #222;
}


audio {
    height: 32px;
    border: #aaa solid 2px;
    border-radius: 10rem;
    position: relative;
}
.audio_wrapper {
    z-index: 0;
}
.audio_container {
    padding: 12px;
    margin: 0 10% 3rem 10%;
    border-left: #aaa solid 4px;
    border-left-style: dashed;
}
.album_container {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 16px;
    gap: 18px;
    border-bottom: 2px solid #aaa;
}
.album_container p {
    line-height: 20px;
}
.track_container {
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.1); */
}
.track_container ol {
    margin: 10px;
    padding: 0;
}
.track_container li {
    width: 100%;
    margin-bottom: -10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.album_cover_art {
    height: 160px;
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.5);
}

.thiem_duo_title {
    padding: 44px 14px 14px 14px;
    font-weight: 600;
    line-height: 150%;
}
.thiem_duo_person {
    margin-bottom: 2rem;
}
.thiem_duo_description {
    /* height: fit-content; */
    border-left: 4px solid #aaa;
    border-left-style: dashed;
    padding: 0 0 0 18px;
    margin: 1.5rem 0 0 14px;
    max-width: 600px;
}

.quote {
    padding: 2rem 4rem;
    margin: 5rem 20%;
    text-align: center;
    border: 2px solid #aaa;
    z-index: -1;
    position: relative;
}
.quote q {
    font-weight: 200 !important;
    font-size: larger;
    line-height:36px;
    font-style: italic;
}
.quote p {
    font-size: small;
    font-weight: 400;
    color: #444;
}
.quotation_mark {
    position: absolute;
    color: #aaa;
    font-size: 96px;
    line-height: 60px;
    padding: 0.5rem 1rem;
}

.left_border {
    padding-left: 1.5rem;
    border-left: #aaa solid 4px;
    border-left-style: dashed;
}
.gd_list {
    margin-top: 4rem;
}
.gd_list li {
    border-top: #aaa solid 2px;
    line-height: 24px;
    padding: 0.75rem 0;
    font-size: medium;
}
.slim {
    padding: 0 10%;
}

@media only screen and (max-width: 900px) {
    .slim {
        padding: 0 5%;
    }
    .quote {
        margin: 4rem 5%;
    }
    audio {
        height: 34px;
        width: 260px;
    }
    .audio_container {
        margin: 0 0 3rem 0;
    }
    .album_container div {
        display: none;
    }
    .album_container {
        justify-content: center;
        
    }
    .track_container p {
        font-size: 75%;
    }
    #header .button_big {
        display: none;
    }
    #header_slim {
        display: none;
    }
    .header_burger {
        display: block;
    }
    #content {
        padding: 200px 5%;
    }
    .content2 {
        padding: 100px 5%;
    }
    body {
        font-size: 80%;
    }
    .offset_text {
        padding: 1rem 0 0 0;
    }
    .concerts_holder {
        padding: 1rem 0 0 0;
    }
    .calender_entry {
        padding: 12px;
        margin-bottom: 12px;
        line-height: 24px;
    }
    #banner {
        padding-top: 80px;
        height: 180px;
    }
    #banner2 {
        padding-top: 80px;
        height: 180px;
    }
    .wide_text {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    #cello_top_icon {
        display: none;
    }
    
}