@import './bootstrap.min.css';
@import './bootstrap-icons.min.css';

/*****************************************
Colors: https://coolors.co/91818a-7b1e1c-ea9010-f7f2e8-212427
******************************************/

.theme-colors-for-reference {
    --ref-background-1: #333; /*rgba(51, 51, 51, 1) */
    --ref-background-2: #eae0cd;
    --ref-buttons-blue: #882d23; /* #882d23 */
    --ref-buttons-red: #7b1e1c;
    --ref-body-text: #212427;
    --ref-hover-color: #7b1e1c;
    --ref-off-white: #f7f2e8; /*rgba(250, 249, 246, 1)*/
    --ref-muted-text: rgba(33, 37, 41, 0.75)
}

html {
    scroll-padding-top: 84px;
}

body {
    padding-top: 84px;
}

.navbar-nav-scroll {
    max-height: calc(100vh - 96px);
}

body,
html {
    width: 100%;
    height: 100%;
    background-color: #f7f2e8;
}

body, p {
    color: #212427;
    font: 400 1rem/1.625rem 'Open Sans', Helvetica, sans-serif;
}

h1, .h1,
h2, .h2,
.SongTitle {
    color: #212427;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -0.4px;
}

.SongTitle {
    letter-spacing: -0.2px;
}

/* anchored headers on the programs page */
a[id] h2,
a[id] .h2,
h2.pretty,
h3.pretty,
h4.pretty,
h5.pretty {
    background-color: #882d23;
    color: #f7f2e8;
    border-radius: 10px;
    text-indent: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.row > a[id] {
    padding-left: 0;
    padding-right: 0;
}

h3,
.h3 {
    color: #212427;
    font-weight: 700;
    letter-spacing: -0.2px;
    font-size: 1.5rem;
    line-height: 2rem;
}

h4, .h4 {
    color: #212427;
    font-weight: 700;
    letter-spacing: -0.2px;
    font-size: 1.25rem;
    line-height: 1.625rem;
}

h5, .h5 {
    color: #212427;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
}

h6, .h6 {
    color: #212427;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
}

.p-large {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.SongTitleLinks {
    font-size: 1rem;
    line-height: 1.5rem;
}

.LyricText {

}

.p-small,
.PublisherContact,
.AvailableCDs {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.SongTitleLinks img,
.AvailableCDs img {
    max-width: 80px;
    width: 100%;
    height: auto;
}

.PublisherContact {
    color: rgba(33, 37, 41, 0.75);
    font-weight: normal;
}

.LyricText {
    color: #212427;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: normal;
}

.testimonial-text {
    font-style: italic;
}

.testimonial-author {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.li-space-lg li {
    margin-bottom: 0.5rem;
}

a {
    color: #7b1e1c;
    text-decoration: underline;
}

a:hover {
    color: #7b1e1c;
    text-decoration: underline;
}

.no-line {
    text-decoration: none;
}

.no-line:hover {
    text-decoration: none;
}

.read-more {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.read-more .fas {
    margin-left: 0.625rem;
    font-size: 1rem;
    vertical-align: -8%;
}

.blue {
    color: #882d23;
}

.bg-gray {
    background-color: #eae0cd;
}

.bg-gray-alt {
    background-color: #333;
}

.bg-gray-alt p,
.bg-gray-alt h3,
.bg-gray-alt a {
    color: #f7f2e8;
}

.section-title,
.AvailableHeader {
    margin-bottom: 0.5rem;
    color: #7b1e1c;
    font-weight: 600;
    font-size: 0.875rem;
}

.btn-solid-lg .bi-arrow-right,
.btn-square .bi-arrow-right {
    font-size: 1.5em;
}

.btn-solid-reg {
    display: inline-block;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    border: 1px solid #882d23;
    border-radius: 30px;
    background-color: #882d23;
    color: #f7f2e8;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}


.btn-solid-lg {
    display: inline-block;
    padding: 1.625rem 2.625rem 1.625rem 2.625rem;
    border: 1px solid #882d23;
    border-radius: 30px;
    background-color: #882d23;
    color: #f7f2e8;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-solid-sm:hover,
.btn-solid-reg:hover,
.btn-solid-lg:hover {
    background-color: #7b1e1c;
    border: 1px solid #7b1e1c;
    color: #f7f2e8;
    text-decoration: none;
}

.btn-solid-reg:active,
.btn-solid-lg:active {
    background-color: #7b1e1c;
    border: 1px solid #7b1e1c;
    color: #f7f2e8;
    text-decoration: none;
}

.btn-solid-sm {
    display: inline-block;
    padding: 1rem 1.5rem 1rem 1.5rem;
    border: 1px solid #882d23;
    border-radius: 30px;
    background-color: #882d23;
    color: #f7f2e8;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.ctct-form-button,
.btn-outline-reg,
.btn-check + .btn:hover {
    display: inline-block;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    color: #882d23;
    border: 1px solid #882d23;
    border-radius: 30px;
    background-color: transparent;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

article ul {
    list-style-type: none;
}

article ul .audio-play-btn {
    display: inline-flex;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.ctct-form-button:hover,
.btn-outline-reg:hover,
.filter-buttons input[type=radio]:checked + .btn-outline-reg {
    background-color: #882d23;
    color: #f7f2e8;
    text-decoration: none;
}

.filter-buttons label {
    margin-left: 0.25rem;
    margin-bottom: 0.5rem;
}

.filter-buttons input[type=radio]:checked + .btn-outline-reg:hover {

}

.contact .feature .image-container {
    text-align: center;
}
.contact .image-container img {
    max-width: 240px;
}

.form-group {
    position: relative;
    margin-bottom: 1.25rem;
}

.form-control-input,
.form-control-textarea {
    width: 100%;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 1.5rem;
    border: 1px solid #cbcbd1;
    border-radius: 8px;
    background-color: #f7f2e8;
    font-size: 0.875rem;
    line-height: 1.5rem;
    -webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-textarea {
    display: block;
    height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
}

.form-control-input:focus,
.form-control-textarea:focus {
    border: 1px solid #a1a1a1;
    outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-textarea:hover {
    border: 1px solid #a1a1a1;
}

.form-control-submit-button {
    display: inline-block;
    width: 100%;
    height: 3.25rem;
    border: 1px solid #882d23;
    border-radius: 30px;
    background-color: #882d23;
    color: #f7f2e8;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    cursor: pointer;
    transition: all 0.2s;
}

.form-control-submit-button:hover {
    border: 1px solid #882d23;
    background-color: transparent;
    color: #882d23;
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
    background-color: #333;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0.875rem;
    /*box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);*/
}

.navbar .navbar-brand {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.navbar .logo-image img {
    height: 60px;
}

.offcanvas-collapse {
    position: fixed;
    top: 4.5rem; /* adjusts the height between the top of the page and the offcanvas menu */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #333;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open,
.offcanvas-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.navbar .navbar-nav {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}

.navbar,
.navbar .nav-item .nav-link,
.navbar .dropdown-item {
    color: #f7f2e8;
}

.navbar .nav-item .nav-link {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

/*.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
    color: #333333;
}

.navbar .nav-item .nav-link.active {
    font-weight: bold;
}*/


/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
    animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.navbar .dropdown-menu {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    border: none;
    background-color: #333;
}

.navbar .dropdown-item.active {
    background-color: #333;
}

.navbar .dropdown-item {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0.875rem;
    text-decoration: none;
}

.navbar .nav-item .nav-link:hover {
    color: #eae0cd;
}

.navbar .dropdown-item:hover {
    background-color: #333;
    color: #eae0cd;
}

.navbar .dropdown-divider {
    width: 100%;
    height: 1px;
    margin: 0.5rem auto 0.5rem auto;
    border: none;
    background-color: #333;
    color: #333;
    line-height: 1px;
}

/* end of dropdown menu */

.navbar .navbar-toggler {
    padding: 0;
    border: none;
    font-size: 1.25rem;
}


/******************/
/*     Header     */
/******************/
.homepage-hero-container {
    position: relative;
    height: calc(100vh - 84px);
    overflow: hidden;

    top: 0;
    left: 0;
    width: 100%;

    background-size: cover;

    background-image: linear-gradient(
            rgba(51, 51, 51, 1) 0%,
            rgba(51, 51, 51, 0.8) 15%,
            rgba(51, 51, 51, 0.0) 100%), url('../images/WG_1030x1080.webp');
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}

.header {
    padding-top: 8rem;
    padding-bottom: 4em;
    text-align: center;
    background-image: linear-gradient(
            rgba(51, 51, 51, 1) 0%,
            rgba(51, 51, 51, 0.8) 15%,
            rgba(51, 51, 51, 0.0) 100%);
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
    margin-bottom: 1.5rem;
}


.header-about {
    background-image: linear-gradient(rgba(33, 36, 39, 0.5), rgba(33, 36, 39, 0.0)), url('../images/headers/DSC_1664_1626x1080.webp');
    background-position-x: center;
    background-position-y: center;
}

.header-lyrics {
    background-image: linear-gradient(rgba(33, 36, 39, 0.5), rgba(33, 36, 39, 0.5)), url('../images/headers/DSC_1925_1626x1080.webp');
    background-position-x: center;
    background-position-y: top;
}

.header-programs {
    background-image: linear-gradient(rgba(33, 36, 39, 0.5), rgba(33, 36, 39, 0.5)), url('../images/headers/DSC_1944_1626x1080.webp');
    background-position-x: center;
    background-position-y: center;
}

.header-license {
    background-image: linear-gradient(rgba(33, 36, 39, 0.5), rgba(33, 36, 39, 0.5)), url('../images/headers/DSC_1660_1626x1080.webp');
    background-position-x: left;
    background-position-y: center;
}

.header-contact {
    background-image: linear-gradient(rgba(33, 36, 39, 0.5), rgba(33, 36, 39, 0.5)), url('../images/headers/WG-1st_Day_Stamp_1626x904.webp');
    background-position-y: center;
    background-position-x: center;
}

.header-artwork {
    background-image: linear-gradient(rgba(33, 36, 39, 0.8), rgba(33, 36, 39, 0.6)), url('../images/headers/DSC_1706_1626x1080.webp');
    background-position-x: center;
    background-position-y: center;
}

.header-photos {
    background-image: linear-gradient(rgba(33, 36, 39, 0.8), rgba(33, 36, 39, 0.6)), url('../images/headers/WGFBroch8_1431x1080.webp');
    background-position-x: center;
    background-position-y: top;
}


.header-projects {
    background-image: linear-gradient(rgba(33, 36, 39, 0.5), rgba(33, 36, 39, 0.0)), url('../images/headers/DSC_1952_1626x1080.webp');
    background-position-x: center;
    background-position-y: center;
}

.header h1,
.header p,
.header p a {
    color: #f7f2e8;
    /*text-shadow: 0 0 4px rgba(33,36,39,.9), 0 1px 4px rgba(33,36,39,.9), 1px 1px 4px rgba(33,36,39,.9), 1px 0 4px rgba(33,36,39,.9), 1px -1px 4px rgba(33,36,39,.9), 0 -1px 4px rgba(33,36,39,.9), -1px -1px 4px rgba(33,36,39,.9), -1px 0 4px rgba(33,36,39,.9), -1px 1px 4px rgba(33,36,39,.9);*/
}

.header .h1-large {
    margin-bottom: 1.75rem;
}

.header .p-large {
    margin-bottom: 2.25rem;
}

.header .image-container {
    margin-top: 5rem;
}

.header .bg-body-tertiary {
    --bs-bg-opacity: 0.4;
}

.homepage-signature {
    padding-top: 2rem;
    padding-bottom: 2em;
    text-align: center;
    background-image: linear-gradient(rgba(176, 144, 82, 1), rgba(176, 144, 82, 0.5));
}

.homepage-signature img {
    filter: sepia(100%) saturate(270%) brightness(45%) hue-rotate(-371deg);
}


/********************/
/*     Services     */
/********************/
.cards-1 {
    padding-top: 5rem;
    padding-bottom: 2.25em;
}

.cards-1 h2 {
    margin-bottom: 3.5rem;
}

.cards-1 .card {
    margin-bottom: 5rem;
    border: none;
    background-color: transparent;
}

.cards-1 .card-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 1.875rem;
    border-radius: 8px;
    background-color: #ddedfb;
    text-align: center;
}

.cards-1 .card-icon i,
.cards-1 .card-icon .fas,
.cards-1 .card-icon .far {
    color: #882d23;
    font-size: 2rem;
    line-height: 66px;
}

.cards-1 .card-icon.red {
    background-color: #fbe4e4;
}

.cards-1 .card-icon.red i,
.cards-1 .card-icon.red .fas,
.cards-1 .card-icon.red .far {
    color: #7b1e1c;
}

.cards-1 .card-icon.green {
    background-color: #e0f4ea;
}

.cards-1 .card-icon.green i,
.cards-1 .card-icon.green .fas,
.cards-1 .card-icon.green .far {
    color: #16c66d;
}

.cards-1 .card-body {
    padding: 0;
}

.cards-1 .card-title {
    margin-bottom: 1.125rem;
}

.cards-1 .card-body p {
    margin-bottom: 1.125rem;
}

.cards-1 .read-more {
    color: #212427;
}

.cards-1 .read-more i,
.cards-1 .read-more .fas {
    color: #212427;
}


.feature {
    padding-top: .50rem;
    padding-bottom: 2.5rem;
    /*background: linear-gradient(rgb(252, 250, 251), rgb(255, 255, 255));*/
}

.feature .image-container {
    margin-bottom: 0.5rem;
}

.feature h2 {
    margin-bottom: 1.75rem;
}

.feature p {
    margin-bottom: 2rem;
}

/********************/
/*     Features     */
/********************/

.case-item {
    border-radius: 10px !important;
    display: grid;
}

.case-item img {
    transition: .5s;
    justify-self: center;
}

.case-item:hover img {
    transform: scale(1.2);
}

.case-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 1;
    /*background: linear-gradient(rgba(20, 24, 62, 0), #14183e);*/
}

.case-overlay small {
    display: inline-block;
    padding: 8px 15px;
    color: #f7f2e8;
    background: rgba(20, 24, 62, .7);
    border-radius: 25px;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-square.btn-solid-lg {
    width: 56px;
    height: 56px;
}

.btn-square.btn-solid-lg.audio-play-btn {
    font-size: 2rem;
}

.cards-container .card {
    border: none;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px;
}

.cards-container .card img {
    border-radius: 10px;
}

/*********************/
/*     Carousel     */
/*********************/

.carousel-background {
    background-image: linear-gradient(rgba(250, 249, 246, 0.90), rgba(250, 249, 246, 0.5)), url('../images/2023 Quotes_A.webp');
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
}

/*.carousel .carousel-control-prev,
.carousel .carousel-control-next,
.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon,
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #F7F2E8;
}*/

.carousel-contents {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.carousel .carousel-item,
.carousel .carousel-inner {
    height: 300px;
}

.carousel .carousel-item {
    padding: 0 25px;
}

@media (min-width: 992px) {
    .carousel .carousel-item,
    .carousel .carousel-inner {
        height: 200px;
    }

    .carousel .carousel-item {
        padding: 0 80px;
    }
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: auto;
}

.carousel h3,
.carousel h4 {
    color: #212427;
    /*color: #F7F2E8;*/
}

.carousel h3 {
    font-style: normal;
}

.carousel h4 {
    font-weight: normal;
}

.carousel .bi-quote.first-quote {
    display: inline-block;
    position: relative;
    top: -10px;
    color: #333;
}

.carousel .bi-quote.second-quote {
    transform: scale(-1, 1);
    display: inline-block;
    position: relative;
    top: 10px;
    color: #333;
}

/*********************/
/*     Large Quote   */
/*********************/

.page-quote .quote {
    text-transform: uppercase; text-align: center; position: relative;
    border: none; margin: 0 0 40px 0;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    font-style: normal;
    font-family: 'Anton', Impact, Helvetica, sans-serif;
    letter-spacing: 4px;
    overflow: hidden;
}

.page-quote .quote .first { color: #882d23; font-size: 58px; line-height: 58px; letter-spacing: -2px; }

.page-quote .quote .if-not { vertical-align: 8px; }

.page-quote .quote .are { vertical-align: 24px; }

.page-quote .quote .second { color: #333; font-size: 40px; line-height: 40px; font-style: normal; letter-spacing: 2px; }

.page-quote .quote .third { font-style: normal; }

.page-quote .quote .third .first { font-size: 72px; line-height: 72px; font-style: normal; }

.page-quote .quote .first-quote,
.page-quote .quote .second-quote {
    display: block;
}

.page-quote .quote .first-quote {
    margin-right: 169px;
    height: 6px
}

.page-quote .quote .second-quote {
    margin-left: 300px;
    transform: scale(-1, 1);
    margin-top: -4px;
}

.page-quote .quote .signature {
    color: #882d23;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    font-weight: bold;
    text-shadow: 2px 2px 2px #333;
}


@media (min-width: 992px) {
    .page-quote .quote { font-size: 50px; line-height: 50px; }

    .page-quote .quote .first { font-size: 80px; line-height: 80px; }

    .page-quote .quote .second { font-size: 60px; line-height: 60px; }

    .page-quote .quote .third .first { font-size: 100px; line-height: 100px; }

    .page-quote .quote .signature {font-size: 40px; line-height: 40px; }

    .page-quote .quote .first-quote { margin-right: 230px; height: 20px; }

    .page-quote .quote .second-quote { margin-left: 430px; }
}

@media (min-width: 1200px) {

}

/*********************/
/*     Copyright     */
/*********************/
.copyright {
    padding-top: 1.5rem;
    border-top: 1px solid #d0dae2;
    text-align: center;
}

.copyright a {
    text-decoration: none;
}

.copyright .list-unstyled,
.copyright .statement {
    opacity: 0.7;
}

.lyrics-container .Copyright {
    color: rgba(33, 37, 41, 0.75);
}


/******************************/
/*     Back To Top Button     */
/******************************/
#backToTopBtn {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    outline: none;
    background-color: #44434a;
    cursor: pointer;
    color: #f7f2e8;
    font-size: 1.5em;
}

#backToTopBtn:hover {
    background-color: #1d1d21;
}

#backToTopBtn img {
    margin-bottom: 0.25rem;
    width: 18px;
}

/*************************/
/*     Media Queries     */
/*************************/
/* Min-width 768px */
@media (min-width: 768px) {

    /* Header */
    .header {
        padding-top: 9rem;
        padding-bottom: 5em;
    }

    .header .h1-large {
        font-size: 3.25rem;
        line-height: 3.75rem;
    }

    /* end of header */
    .feature .image-container {
        margin-top: 1em;
    }
}

/* end of min-width 768px */

/* Min-width 992px */
@media (min-width: 992px) {

    /* General Styles */
    .h2-heading {
        width: 35.25rem;
        margin-right: auto;
        margin-left: auto;
    }

    .p-heading {
        width: 46rem;
        margin-right: auto;
        margin-left: auto;
    }

    /* end of general styles */
    /* Navigation */
    .navbar {
        transition: all 0.2s;
    }

    .navbar.top-nav-collapse {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        background-color: #333;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    }

    .offcanvas-collapse {
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        width: auto;
        padding-right: 0;
        padding-left: 0;
        background-color: transparent;
        overflow-y: visible;
        visibility: visible;
    }

    .offcanvas-collapse.open,
    .offcanvas-collapse.show {
        -webkit-transform: none;
        transform: none;
    }

    .navbar .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar .nav-item .nav-link {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }

    .navbar .dropdown-menu {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
    }

    .navbar .dropdown-divider {
        width: 90%;
    }

    .navbar .nav-item .btn-solid-sm {
        margin-top: 0;
        margin-left: 1rem;
    }

    /* end of navigation */
    /* Header */
    .header {
        text-align: left;
    }

    .header .text-container {
        margin-top: 4rem;
    }

    .header .image-container {
        margin-top: 0;
    }

    .header .btn-solid-lg {
        margin-right: 0;
        margin-left: 0;
    }

    .header .btn-solid-lg {
        margin-right: 0.5rem;
    }

    /* end of header */
    /* Services */
    .cards-1 .card {
        display: inline-block;
        width: 286px;
        vertical-align: top;
    }

    .cards-1 .card:nth-of-type(3n+2) {
        margin-right: 2rem;
        margin-left: 2rem;
    }

    /* end of services */
    /* Details 1 */
    .feature .image-container {
        margin-bottom: 0;
    }

    /*.feature .text-container {
        margin-top: 2rem;
    }*/
    /* end of details 1 */
    /* Details 2 */
    .feature .text-container {
        /*margin-top: 3rem;*/
        margin-bottom: 0;
    }

    /* end of details 2 */
    /* Copyright */
    .copyright {
        text-align: left;
    }

    .copyright .list-unstyled li {
        display: inline-block;
        margin-right: 1rem;
    }

    .copyright .statement {
        text-align: right;
    }

    /* end of copyright */
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .header {
        overflow: hidden;
        /*padding-top: 20.25rem;
        padding-bottom: 15rem;*/
    }

    .header .text-container {
        margin-top: 0;
    }

    .header .image-container {
        position: relative;
    }

    .header .image-container img {
        position: absolute;
        /*bottom: -520px;*/
        left: 60px;
        max-width: none;
    }

    .cards-1 .card {
        width: 310px;
    }

    .cards-1 .card:nth-of-type(3n+2) {
        margin-right: 5.5rem;
        margin-left: 5.5rem;
    }

    /* Details 1 */
    .feature .text-container {
        /*margin-top: 5rem;*/
        margin-left: 2.75rem;
    }

    /* Details 2 */
    .feature .text-container {
        /*margin-top: 6rem;*/
        margin-right: 3rem;
    }

    .feature .image-container {
        text-align: right;
    }

    .cards-2 .card {
        width: 356px;
    }

    .cards-2 .card:nth-of-type(3n+2) {
        margin-right: 1.125rem;
        margin-left: 1.125rem;
    }
}

/* to display an image every 25th lyric: ***
#lyricsList.unfiltered .list-group-item:nth-of-type(25n):after {
    display: block;
    content: '';
    width: 250px;
    height: 68px;
    background: transparent url('../images/logo_howdy_250.webp') no-repeat;
}
***/

.hidden-lyric {
    display: none;
}

.lyrics-container {
    /*margin-top: 1rem;
    margin-bottom: 1rem;*/
}

.lyrics-container > table {
    margin: 0 auto;
    width: 100%;
}

.lyrics-container table th,
.lyrics-container table td {
    padding: 5px;
}

#exhibitList .case-item {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

footer .bi-facebook,
footer .bi-spotify {
    color: #882d23;
    font-size: 2em;
}

footer .nav-item a {
    display: inline-block;
}

.g-recaptcha,
.ctct-form-label,
.ctct-gdpr-text {
    display: none;
}

footer div.ctct-form-embed.form_0 div.ctct-form-defaults {
    border-radius: 0;
    padding: 0;
    font: inherit;
    line-height: inherit;
    color: #212427;
    background-color: transparent;

    flex-direction: row !important;
    display: flex;
    gap: 0.5rem !important;
}

.ctct-form-element::placeholder::before {
    color: #666;
    content: 'Email Address';
}

.ctct-form-element {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ctct-form-element:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.ctct-form-success {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f7f2e8;
    border-top: 2px solid #212427;
}

.other-time-periods img {
    max-height: 96px;
}

.blog-post h2 {
    color: #7b1e1c;
}

.blog-post-meta {
    color: #f7f2e8;
    background-color: #7b1e1c;
    border-radius: 10px;
    text-indent: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
}

/*
.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}*/

.programs .row .container,
.programs .btn-outline-reg {
    margin-bottom: 2rem;
}

.horizontal-links .nav-item {
    margin-right: 20px;
}

.project-listing th {
    background-color: #eae0cd;
}

.project-listing th,
.project-listing td {
    padding: 1px;
    vertical-align: top;
    border: 1px solid #333;
}

.woody-sez-doodle {
    display: inline-block;
    float: left;
    background: transparent url('../images/WoodySez_doodleicon_transparent_flipped_165x68.webp') no-repeat;
    width: 165px;
    height: 68px;
    margin: 6px 6px 6px 0;
}

@media (min-width: 992px) {
    .project-listing th,
    .project-listing td {
        padding: 2px;
    }
}

@media (min-width: 1200px) {
    .project-listing th,
    .project-listing td {
        padding: 4px;
    }
}


.footnotes {
    margin-top: 50px;
    border-top: 1px solid silver;
    font-size: 0.8em;
}

.footnotes ol {
    padding-left: 20px;
}

main {
    counter-reset: footnotes;
}

[aria-describedby='footnote-label'] {
    counter-increment: footnotes; /* 1 */
    text-decoration: none; /* 2 */
    color: inherit; /* 2 */
    cursor: default; /* 2 */
    outline: none; /* 2 */
}

[aria-describedby='footnote-label']:hover {
    text-decoration: none; /* 2 */
    color: inherit; /* 2 */
}

[aria-describedby='footnote-label']::after {
    content: '[' counter(footnotes) ']'; /* 1 */
    vertical-align: super; /* 2 */
    font-size: 0.5em; /* 3 */
    margin-left: 2px; /* 4 */
    color: #7b1e1c; /* 5 */
    text-decoration: underline; /* 5 */
    cursor: pointer; /* 5 */
}

[aria-describedby='footnote-label']:focus::after {
    outline: thin dotted;
    outline-offset: 2px;
}

[aria-label='Back to content'] {
    font-size: 0.8em;
}

/**
 * Highlight target note
 */
.footnotes :target {
    background: #eee;
    border: 4px solid #882d23;
    border-radius: 4px;
    padding: 4px;
}

.youtube-player {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.audio-player-card {
    width: 500px;
}

.audio-player-card .list-group .bi {
    color: #7b1e1c;
}

.player-timeline {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
}

.player-progress {
    display: flex;
    position: relative;
    height: 10px;
    background: rgba(234, 144, 16, 0.5);
    /*background: #a3a3a3;*/
    border-radius: 25px;
    margin: 0 5px;
    flex: 10;
    flex-basis: 100%;
    overflow: hidden;
    cursor: pointer;
}

.player-progress-filled {
    height: 10px;
    background: #7b1e1c;
    flex: 0;
    flex-basis: 0%;
    border-radius: 25px;
}

.player-volume-container {
    display: flex;
    justify-content: flex-end;
}

.player-volume {
    height: 28px;
    -webkit-appearance: none;
    background: transparent;
    padding-top: 1rem;
    width: 5rem;
}

.player-volume:focus {
    outline: none;
}

.player-volume::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    animate: 0.2s;
    background: rgba(234, 144, 16, 0.5);
    border-radius: 10px;
}

.player-volume::-webkit-slider-thumb {
    height: 16px;
    width: 16px;
    border-radius: 100px;
    border: none;
    background: #882d23;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -4px;
}

.player-volume:focus::-webkit-slider-runnable-track {
    background: rgba(234, 144, 16, 0.5);
}

.player-volume::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    animate: 0.2s;
    background: rgba(234, 144, 16, 0.5);
    border-radius: 10px;
}

.player-volume::-moz-range-thumb {
    height: 16px;
    width: 16px;
    border-radius: 100px;
    border: none;
    background: #882d23;
    cursor: pointer;
    margin-top: -4px;
}

.player-volume::-ms-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    animate: 0.2s;
    background: rgba(234, 144, 16, 0.5);
    border-radius: 10px;
}

.player-volume::-ms-fill-lower {
    background: rgba(234, 144, 16, 0.5);
    border-radius: 10px;
}

.player-volume::-ms-fill-upper {
    background: rgba(234, 144, 16, 0.5);
    border-radius: 10px;
}

.player-volume::-ms-thumb {
    margin-top: 1px;
    height: 15px;
    width: 15px;
    border-radius: 5px;
    border: none;
    background: #882d23;
    cursor: pointer;
}

.player-volume:focus::-ms-fill-lower {
    background: rgba(234, 144, 16, 0.5);
}

.player-volume:focus::-ms-fill-upper {
    background: rgba(234, 144, 16, 0.5);
}

/*.fixed-audio-player {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
}*/
