/*
The iw prefix refers to Invasive Weeds. Its purpose is to avoid naming conflicts.
*/

/* Typography */
.iw_h1 {
    font-family: "prenton", Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-weight: 700;
    font-style: normal;
    color: #631013;
}

.iw_p {
    font-family: "prenton", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}

.iw_ol {
    font-family: "prenton", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}

/* Home Page */
#iw_nav {
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.3);
}

#iw_logo {
    width: 100%;
    max-width: 600px;
}

#iw_mainContainer {
    margin-top: 50px;
}

.iw_homeButton {
    margin-top: 25px;
    margin-bottom: 25px;
}

.iw_Photo {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}


/* Custom Accordion Component */
.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background: #196735 !important;
}

/* Weed Cards */
.iw_weedIconContainer {
    width: 10%;
    float: left;
}
.iw_weedTextContainer {
    width: 79%;
    float: left;
}
.iw_weedIcon {
    width: 100%;
    max-width: 50px;
    padding-right: 10px;
}

.iw_weedCard {
    font-family: "prenton", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;         
}

.iw_weedTextContainer h3 {
    font-family: "prenton", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #196735;
    padding-bottom: 0;
    margin-bottom: 0;
}

.iw_weedTextContainer p {
    font-family: "prenton", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 10px;
}