@charset "utf-8";
/* CSS Document */

html {scroll-behavior: smooth;}

body {
    font-family: 'Lato', sans-serif;
}

.body-text, body {
  font-size: 1.2em;   
    line-height: 1.6em;
}

#banner {
    background: url(../images/3.jpg) no-repeat center center;
    background-size: cover;
    border-bottom: #f2be19 solid 10px;
}

.green {
    color: #006e37;
}
.neon-green {
    color: #97d700;
}
.accordion-button {
    font-size: 19px;
}
a {color:#006e37;}
a:hover {color:#014422;}
section {
    padding: 40px 0 80px 0;
}

h1 {font-family: 'JetBrains Mono', monospace;}
h1, h2, h3 {color: #006e37;}

@media (max-width: 600px) {
    h2 {
    font-size: 2.2em;
    }
}
.lead {font-size: 1.3em; line-height: 1.5em;}
.full-pad {padding: 100px 0 40px 0;}
/* Overwrite bootstrap default */
.navbar {background: rgba(255,255,255,0.8)}

.btn-wcc {
    color: #fff;
    background-color: #006e37;
}

.btn-wcc-yellow {
    background-color: #f2be19;
}

.btn-wcc-yellow:hover {
    background-color: #f9de87;
}

.btn-wcc:hover {
    background-color: #014422;
    color: #ffffff;
}

#take-next-step{
    background-color: #183029;
    color: white;
}

#take-next-step .card {
    background: transparent;
    border: 1px solid #eee;
    border-style: solid solid solid none;
    margin-right: 30px;
}

#take-next-step h2 {
    color: white;
}

#data .card {
    background: transparent;
    border: 1px solid #006e37;
    border-style: solid solid solid none;
    margin-right: 30px;
}
.accordion-button:not(.collapsed) {
    background-color:#e4fff2;
    color: black;
}
/* #benefits {
    background-color: #004d21;
    color:#fff;
}
#personalized-financial-assistance {
    background-color: #eee;
} */
footer {
    padding: 30px;
    margin: 0;
    background: #006e37;
    color: white;
    border-top: #f2be19 solid 10px;
}
