
/* ===================================
1. Headings
==================================== */

.headline {
    line-height: 1em !important;
}

.first-heading-text {
    font-weight: normal;
    font-style:italic;
    font-family: Sorts Mill Goudy;
}

.second-heading-text {
    color: #3ba47b;
    font-size: 40px;
    font-family: "Roboto",sans-serif;
    font-style: normal;
    font-weight: 700;
}

.third-heading-text {
    color: #3ba47b;
    font-size: 24px;
    font-family: "Roboto",sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
}

/* ===================================
2. Paragraphs
==================================== */

.paragraph {
    color: black;
    text-align: justify;
}

.paragraph-list {
    color: black;
    font-family: "Roboto",sans-serif;

}

/* ===================================
3. Forms
==================================== */

#ifra1 {
    margin-top: 20px;
    width: 770px;
    height: 800px;
}

@media screen and (max-width: 600px) {

    #ifra1 {
        margin-top: 20px !important;
        width: 375px !important;
        height: 800px !important;
    }

}

/* ===================================
4. Right Side List
==================================== */

.logo-list {
    margin: 0 auto;
    float: left;
    max-width: 20% !important;
}

.list-heading {
    color: black;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.list-text {
    color: black;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin: 15px 0 10px;
}

.list-connector {
    font-size: 60px;
    margin-left: 10%;
    right: calc(100% - 60px);
    border-left: 1px dashed #272727;
}

/* @media screen and (max-width: 600px) */

@media screen and (max-width: 600px) {

    .row {
        margin-right: 0px !important;
    }

    .logo-list {
        margin: 0 auto;
        float: left;
        max-width: 20% !important;
    }

    .list-text {
        color: black;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        margin: 15px 0 10px;
    }


}



/* ===================================
Custom CSS
==================================== */

/* About the Community */

.community-details-list {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
}

.community-details-list li {
    margin: 5% 5% 0 0;
    flex-basis: 20%;
}

.community-details-list li > p {
    color: #000000;
}

@media screen and (max-width: 600px) {
    .community-details-list li {
        margin: 5% 3% 0 0;
        flex-basis: 20%;
    }
}


/* Our Staff */

.staff-details-list {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
}

.staff-details-list li {
    margin: 5% 5% 0 0;
    flex-basis: 28%;
}

.staff-details-list li > p {
    color: #000000;
}

@media screen and (max-width: 600px) {
    .staff-details-list li {
        margin: 5% 3% 0 0;
        flex-basis: 100%;
    }
}


/* Ways To Give */

.donate-button {
    text-align: center;
}







