.accordionItem {
    background-color: transparent;
    color: var(--a_color);
    cursor: pointer;
    margin-bottom: 1em;
    width: auto;
    text-align: left;
    border: none;
    border-radius: 8px;
    outline: none;
    transition: 0.4s;
    font-family: 'poppinsmedium';
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordionItem:hover {
    color: var(--link_color);
}
/* Style the accordion panel. Note: hidden by default */
.panel_accordion {
    display: none;
    overflow: hidden;
    font-family: 'poppinsregular';
    font-size: 16px;
}

* {
    border: none;
    outline: none;
}

*:focus {
    border: none;
    outline: none;
}

::-webkit-scrollbar {
    width: 0.5em;
    background-color: #FDFEFF;
}

::-webkit-scrollbar-thumb {
    width: 0.2em;
    background-color: #e3e7ec;
}

a {
    color: var(--a_color);
    text-decoration: underline;
    z-index: 999999;
}
a:hover { color: var(--link_color); }

.wrapper {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
}
/* Slider */
.slider-wrapper {
    position: relative;
    width: 90%;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin: auto;
    margin-top: 0;
    margin-bottom: 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    top:0;
}
.slider-wrapper-col img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    align-self: center;
    display: block;
    object-fit: cover;
    border-radius: 3em;
}
.slider-wrapper-col {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content:flex-start;
    align-content: space-between;
}
/*.slider-wrapper div:nth-of-type(1) {flex-grow: 4;}*/
/*.slider-wrapper div:nth-of-type(2) {flex-shrink: 2;}*/
.slider-wrapper-col h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #292a30;
}

.slider-wrapper-col h1 {
    font-family: 'poppinsbold';
    font-size: 300%;
    color: #292a60;
}

.slider-wrapper-col p {
    font-size: 2em;
    color: #777799;
}

.slider-wrapper-col input[type=submit] {
    background-color: #4378FF;
    padding: 10px 15px;
    border-radius: 100em;
    color: var(--white_color);
    font-family: 'poppinsmedium';
    font-size: 120%;
    box-sizing: border-box;
}

.last-posts-wrapper input[type=submit] {
    background-color: #4378FF;
    padding: 10px 15px;
    border-radius: 100em;
    color: var(--white_color);
    font-family: 'poppinsmedium';
    font-size: 120%;
    box-sizing: border-box;
}
.slider-content {
    padding: 0 0 0 2em;
    position: relative;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: flex-start;
    box-sizing: border-box;
}

.events-wrapper {
    width: 80%;
    margin: 0 auto;
    margin-top: 4em;
    margin-bottom: 4em;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.events-wrapper h1 {
    font-family: 'poppinsbold';
    font-size: 2.6em
}

.events-wrapper p {
    font-size: 1.2em;
}

.eventcrumb {
    padding: 1em;
    background: #B1E5A5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
    width: auto;
    margin: 1em;
}

.eventcrumb + .black {
    background: #000;
}

.eventcrumb p {
    color: var(--white_color);
    margin-right: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.event-date {
    padding: 1em;
    background: #A7D89B;
    border-radius: 8px;
    font-family: 'poppinsbold';
    color: var(--white_color);
}

.black {
    background: #474344;
}

.eventcrumb-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.last-posts-wrapper {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    height: 700px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 2em;
}

.last-posts-wrapper h1 {
    font-family: 'poppinsbold';
    font-size: 2.6em;
    height: 100px;
    padding-top: 0.5em;
}

.last-posts-area {
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 80%;
}
.postpage-wrapper {
    width: 348px;
    position:relative;
    height: auto;
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 32px;
    padding: 0;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 5em;
    cursor: pointer;
}

.postpage-wrapper img {
    width: 100%;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    margin-bottom: 1em;
}

.postpage-wrapper h1 {
    font-size: 1.5em;
    margin: 0 20px auto;
    margin-bottom: 1em;
}
.section-events-wrapper {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    height: 600px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 4em;
}

.section-events-wrapper h1 {
    font-family: 'poppinsbold';
    font-size: 2.6em;
    margin-top: 1em;
}

.section-events {
    width: 348px;
    height: 550px;
    flex: wrap;
    overflow: hidden;
    background: #fff;
    border-radius: 32px;
    padding: 0em;
    box-sizing:border-box;
    margin: auto;
    margin-bottom: 300em;
    cursor: pointer;
}

.section-events img {
    width: 100%;
    height: 60%;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    margin-bottom: 1em;
}

.section-events h1 {
    font-size: 1.5em;
}
.section-events-area {
    display:flex;
    flex-wrap: wrap;
}

/* Support */
.support-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    flex: 1;
}

/* Slider */
.support-wrapper {
    width: 90%;
    height: auto;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    flex: 1;
    margin: 0 auto;
    margin-top: 4em;
    margin-bottom: 4em;
}

.support-col img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    display: block;
    object-fit: cover;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}

.support-col {
    width: 50%;
    flex-direction: column;
    padding: 2em;
    box-sizing: border-box;
}

.support-col h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #292a30;
}

.support-col h1 {
    font-style: normal;
    font-family: 'poppinsbold';
    font-weight: bold;
    font-size: 3.4em;
    color: #292a30;
    line-height: 1;
}

.support-col p {
    line-height: auto;
    font-size: 1.2em;
    color: #bbbbbb;
}

.support-col input[type=submit] {
    padding: 1em;
    border-radius: 4em;
    background: linear-gradient(111.78deg, #FFD392 38.73%, #FF8F60 89.55%);
    border-radius: 100em;
    color: var(--white_color);
    font-size: 1.2em;
    font-family: 'poppinsbold';
    box-sizing: border-box;
}

.services-wrapper {
    width: 100%;
    height: 728px;
    padding: 4em;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    margin-top: 4em;
    margin-bottom: 4em;
    background: rgba(193, 201, 231, 0.1);
    box-sizing: border-box;
}
.services-wrapper h1 {
    font-family: 'poppinsbold';
    line-height: 0;

}
.services-area {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'poppinsbold';
    margin-top: 4em;
    margin-bottom: 4em;
}
.footer {
    width: 90%;
    margin: 0 auto;
    margin-top: 4em;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    z-index: 99 !important;
}
.footer-col h1 {
    font-size: 1.5em;
    font-family: 'poppinsmedium';
}
.footer-col ul {
    list-style-type: none;
    padding: 0;
    border: 0;
    z-index: 999 !important;
}
.footer-col ul li {
    padding-top: 1em;
    color: #c0c0c0;
    z-index: 9999 !important;
}
.footer-link {
    text-decoration: none;
    color: #c0c0c0;
    font-family: 'poppinsmedium';
    z-index: 99999 !important;
}
.footer-h1link {
    text-decoration: none;
    color: var(--primary_color) !important;
    font-family: 'poppinsmedium';
    z-index: 10;
}
.projects-wrapper {
    width: 90%;
    height: auto;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    margin-bottom: 8em;
}
.project {
    width: 400px;
    height: 500px;
    background: red;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    margin: 2em;
}
.project img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    display: block;
    object-fit: cover;
    border-radius: 32px;
    filter: grayscale(var(--value, 100%));
}
.project h1 {
    position: absolute;
    color: var(--white_color);
    z-index: 100;
    font-family: 'poppinsbold';
    font-size: 1.4em;
}
.contact-wrapper {
    z-index: 4;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.432);
    padding: 4em;
    width: 40%;
}
.contact-wrapper input {
    padding: 1em;
}
.contact-wrapper textarea {
    border: 1px solid #b4bacf27;
    border-radius: 8px;
    margin: 1em;
    padding: 1em;
}
.contact-wrapper input[type=text] {
    border: 1px solid #b4bacf27;
    border-radius: 8px;
    margin: 1em;
}
.contact-wrapper input[type=submit] {
    background: linear-gradient(107.43deg, #92FFFF 6.47%, #4378FF 104.66%);
    color: var(--white_color);
    border-radius: 12px;
    padding: 2em;
    font-family: 'poppinsbold';
    box-sizing: border-box;
    margin: 1em;
}
.main-form {
    display: flex;
    flex-direction: column;
    width: 48.5%;
    box-shadow: 4px 4px 32px  #E1EDFF;
    padding: 2em;
    box-sizing: border-box;
    border-radius: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 1em;
}
.main-text {
    display: flex;
    flex-direction: column;
    width: auto;
    background: #fff7ea;
    padding: 2em;
    box-sizing: border-box;
    border-radius: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 1em;
}
.count {
    display: inline;
    font-size: 0.6em;
    padding: 0.6em;
    background: #FF6C90;
    border-radius: 0.8em;
    color: var(--white_color);
}
@media only screen and (min-width: 600px) { }
@media only screen and (max-width: 768px) { }
@media only screen and (max-width: 1024px) { 
    .slider-wrapper { flex-wrap: wrap; flex-direction: column; align-content: center; justify-content: center; }
    .slider-wrapper-col {
        width: 100%;
    }
    .slider-wrapper-col img {
        border-top-right-radius: 100px;
        border-top-left-radius: 100px;
        align-self: center;
    }
    .slider-content {
        padding: 2em;
    }
    .blog-post-home-wrapper {
      margin: 0 auto;
      flex-direction:column;
    }
    .post-wrapper {
        width: 100%;
        max-width: 400px;
    }
    .supporter-wrapper {
        height: 50vh;
    }
    .supporter-indiv {
        max-height: 6.25vw;
        margin: 5px;
    }
    .supporter-indiv img {
        max-height: 6.25vw;
    }
    .support-wrapper {
        flex-direction: column;
    }
    .support-col {
        width: 100%;
    }
    .footer {
        width: 95%;
        flex-wrap: wrap;
    }
    .footer-col h1 {
        font-size: 1.2em;
        font-family: 'poppinsmedium';
    }
    .footer-col {
        width: 50%;
    }
    .contact-wrapper {
        width: 90%;
    }
    .navbar {
        z-index: 200000;
    }
    .icon-bar, .social-wrap, .social-wrap2 { display: none; }
}
@media only screen and (min-width: 1024px) {
    #mobile-navbar {
        display: none;
    }
}