/******CSS for Hebrew Page here******/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

h1 {
    color: black !important;
    font-family:  'Roboto Condensed', sans-serif !important;
    font-weight: 700 !important;
    font-size: 60px !important;
}

h2 span {
    color: black !important;
    font-family:  'Roboto Condensed', sans-serif !important;
    font-weight: 700 !important;
    font-size: 46px !important;
}

h5 {
    color: #c9aa00 !important;
    font-family:  'Roboto Condensed', sans-serif !important;
    font-weight: 400 !important;
    font-size: 24px !important;
}

p strong span {
    color: black !important;
    font-family:  'Roboto Condensed', sans-serif !important;
    font-weight: 700 !important;
    font-size: 24px !important;
}

p span {
    color: black !important;
    font-family:  'Roboto Condensed', sans-serif !important;
    font-weight: 400 !important;
    font-size: 24px !important;
}

p span a {
    background-color: #ffe971 !important;
    color: #000 !important;
    font-size: 16px !important;
    transition: all .3s ease !important;
    box-shadow: 0 4px 6px rgba(0,0,0,.1) !important;
    border-color: #ffe971 !important;
    cursor: pointer !important;
}

h5 span a {
    text-decoration: none !important;
    display: inline-block !important;
    background-color: #ffe971 !important;
    color: #000 !important;
    font-size: 16px !important;
    transition: all .3s ease !important;
    box-shadow: 0 4px 6px rgba(0,0,0,.1) !important;
    border-color: #ffe971 !important;
    cursor: pointer !important;
    font-weight: bold !important;
    line-height: 1.7 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    /* cursor: pointer; */
    /* -webkit-user-select: none; */
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    padding: 0.575rem 1.5rem !important;
    /* font-size: 1rem; */
    border-radius: 0.25rem;
}

h5 span a span {
    all: unset !important;
}


.btn-primary {
    background-color: #ffe971 !important;
    color: #000 !important;
    font-size: 16px !important;
    transition: all .3s ease !important;
    box-shadow: 0 4px 6px rgba(0,0,0,.1) !important;
    border-color: #ffe971 !important;
}

.btn.btn-top.m-btn-theme2nd.flex-shrink-0 {
    color: #938846 !important;
    background-color: #f3f7fd !important;
    border-color: #938846 !important;

}

.btn-outline-secondary {
    color: #938846 !important;
    background-color: #f3f7fd !important;
    border-color: #938846 !important;
    transition: all .3s ease !important;
}

.btn-outline-secondary:hover {
    background-color: #ffe971 !important;
    color: #000 !important;
    font-size: 16px !important;
    box-shadow: 0 4px 6px rgba(0,0,0,.1) !important;
    border-color: #ffe971 !important;
}

.tab-style-2 .nav .nav-item a.active {
    color: #000;
}

.tab-style-2 .nav .nav-item a.active:after {
    background: #938846 !important;
}

.support-campaign h3:after {
    background: #938846 !important;
    bottom: -3px !important;
    height: 2px !important;
}