#footer {
    position: relative;
    background: none !important;
    overflow: hidden;
}

#footer h3 {
    color: #F8D441 !important;
    font-family: 'Big Shoulders Display', sans-serif !important;
}

#footer a,
#footer p {
    font-family: 'Barlow', sans-serif !important;
}

#footer .pattern {
    background: #000326;
    background: url('https://www.allaboutjazz.com/images/navbar/footer_gradient.png') !important;
    position: relative;
    z-index: 1;
    padding-top: 64px;
}


/* Heading styling */
.fancy_hd {
    position: relative;
    display: inline-block;
    background: #fff;
    color: #202020 !important;
    border-radius: 0;
    padding: 20px 24px 16px 32px !important;
    overflow: hidden;
    font-weight: bold;
    font-family: 'Big Shoulders Display', sans-serif !important;
    letter-spacing: 1px;
}

.fancy_hd::after {
    content: "";
    position: absolute;
    background-color: #F8D441;
    width: 4px;
    height: 64%;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 12px;
}


.fancy_hd a {
    position: relative;
    z-index: 1;
    color: #202020;
}
.section-dark .fancy_hd {
    background: #222 !important;
    color: #fff;
}
.section-dark .fancy_hd a {
    color: #fff;
}
.section-dark .fancy_hd::after {
   background: #F8D441;
}
/* Heading styling */

.btn-life {
    background: rgba(53, 108, 246, 0.8) !important;
    border: 5px solid #356cf6 !important;
}

.btn-blood {
    background: linear-gradient(to bottom,#900 0,maroon 100%) !important;
    border: 5px solid maroon !important;
}

.btn-gold {
    background: linear-gradient(to bottom,#ffc462 0,#f79d07 100%) !important;
    border: 5px solid #f79d07 !important;
}

.btn-skies {
    background: rgba(38, 113, 199, 0.8) !important;
    border: 5px solid #2671c7 !important;
}

.btn-edit, .btn-info {
    background: rgba(255, 108, 36, 0.8) !important;
    border: 5px solid #ff6c24 !important;
}

.btn-gold, .btn-blood, .btn-life, .btn-edit, .btn-skies, .btn-info {
    box-shadow: none !important;
    text-shadow: none !important;
}

#section-subscribe .input-group input,
#section-radio .input-group select,
#sidebar .input-group input {
    height: 46px;
}

#login-box #sign_button {
    opacity: 0.6 !important;
}


/* IOS instruction popup */
#installModal, 
#notificationModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    z-index: 1000;
    padding-top: 100px;
}

#installModalContent, 
#notificationModalContent {
    background-color: #333;
    padding: 20px;
    border-radius: 10px;
    max-width: 600px;
    margin: 0 auto;
}

#installModalContent h2, 
#notificationModalContent h4 {
    color: #fff;
    text-align: center;
}

#installModalContent ul, 
#notificationModalContent ul {
    padding: 0px 32px;
    text-align: left;
}

#installModalContent ul li, 
#notificationModalContent ul li {
    list-style: disc !important;
}

#closeModal, 
#closeNotificationModal,
#acceptModal {
    background-color: #f44336;
    padding: 10px;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    display: block;
    width: 100px;
}

.notification-btn-container {
    display: flex;
    justify-content: end;
    gap: 12px;
}

#acceptModal {
    background-color: #297c19 !important;
}