﻿/* PAGE BANNER HEADER */

.page-banner {
    height: 6.5rem;
    width: 100%;
    background: #1C70D8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-banner-bg {
    position: absolute;
    height: 6.5rem;
    top: 6.5rem;
    left: 0px;
    right: 0px;
    width: 100%;
    background-image: url(../../images/websiteRedesign/background.png);
    background-repeat: repeat;
    background-size: 27vw;
    opacity: 0.10;
}

#page-banner-title {
    z-index: 2;
}

/* ACCORDIONS STYLING HERE */

.accordion {
    --bs-accordion-active-bg: none !important;
    --bs-accordion-active-color: none !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
    --bs-accordion-active-border: red solid !important;
}

.accordion-button {
    font-size: 2rem !important;
    font-family: 'Open Sans Hebrew';
    font-weight: 600;
    color: #1C70D8 !important;
}

.accordion-body {
    font-size: 1.6rem !important;
    font-family: 'Open Sans Hebrew';
    font-weight: 500;
    color: #000000 !important;
}

#accordion-link {
    font-size: 1.6rem !important;
    font-family: 'Open Sans Hebrew';
    font-weight: 500;
    color: #1C70D8 !important;
}



/* TABLET */
@media only screen and (max-width: 960px) {
    /* PAGE BANNER HEADER */
    .page-banner-bg {
        background-size: 50vw;
    }

}



/* MOBILE */
@media only screen and (max-width: 550px) {
    /* PAGE BANNER HEADER */
    .page-banner-bg {
        background-size: 100vw;
    }
}
