@import url('https://fonts.googleapis.com/css2?family=Montserrat');

body, h1, h2, h3,
p, div, ul, ol, li,
table, tr, th, td, thead, tbody,
dl, dd, dt, img, nav {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #edf5e8;
    background-color: white;
    color: #444;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
}

section {
    padding-top: 1em;
}

section.text {
    max-width: 34em;
    margin: auto;
    text-align: justify;
    line-height: 1.6em;
}

section.text ol li {
    list-style-type: disc;
    margin-left: 2em;
}

section.text a {
    color: #007f3f;
}

section.description {
    margin-top: 1em;
    padding: 1em;
    background: #007f3f;
    text-align: justify;
    color: white;
}

section.description p {
    max-width: 34em;
    margin: auto;
}

h2:not(.accordion-header) {
    margin-top: 1em;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #bedcaa;
    margin-bottom: 0.5em;
}

.small-carousel-container {
    max-width: 42em;
    margin: auto;
}

.full-width-carousel-container {
    max-width: 100%;
    margin: auto;
}

#topnav-links li {
    margin-left: 1.5em;
}

#footer-links li {
    margin-left: 1em;
}


#topnav-links li, #footer-links li {
    text-transform: lowercase;
}

#topnav-links li a:hover, #footer-links li {
    color: #007f3f;
}

#topnav-links li.highlighted a {
    background: #007f3f;
    color: white;
    padding: 0.5em;
    border-radius: 10px;
}

#topnav-links li.highlighted a:hover {
    color: black;
    background: #bedcaa;
    border-bottom: 0;
}

.footer {
    background-color: #bedcaa;
}

.footer-contact a {
    font-weight: bold;
    color: #444;
}

.footer-links li a:hover {
    color: #007f3f;
    text-decoration: underline;
}
