﻿/* PAGE BANNER HEADER */

.page-banner {
    height: 6.5rem;
    width: 100%;
    background: #25B161;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 6.5rem;
}

.page-banner-bg {
    position: absolute;
    height: 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;
}


/* BUTTON */

#componant-button {
    text-decoration: none;
    font-size: 3rem;
    font-weight: 500;
    font-family: 'Open Sans Hebrew';
    padding: 1rem 4rem 1rem 4rem;
    border-radius: 0.7rem;
    background-color: #FF9326;
    color: white;
    margin: 0.25rem 0rem 0.25rem 0rem;
}

/* 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;
    }
}
