
.dm-serif-text-regular {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
}

.dm-serif-text-regular-italic {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: italic;
}


.work-sans-regular {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.work-sans-italic {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
}

.work-sans-medium {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.work-sans-medium-italic {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
}

.work-sans-semibold {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.work-sans-semibold-italic {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: italic;
}

.work-sans-bold {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.work-sans-bold-italic {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
}

.radialbg {
    background: #4D9B78;
    background: radial-gradient(circle, rgba(77, 155, 120, 1) 0%, rgba(35, 70, 55, 1) 100%);
    color: white;
}

body {
    font-family: "Work Sans", sans-serif;
    scroll-behavior: smooth;
}

.homebg {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    max-width: 100%;
    height: auto;
}

footer h2 {
    font-family: DMSerifText Regular;
    font-size: 2em;
    color: #FFFFFF;
    line-height: 2.5;
}

footer p {
    margin-bottom: 8px;
    line-height: 1.2;
}

footer a {
    color: white;
    text-decoration: none;
}

footer small {
    font-size: 0.75em;
}

.etchbgfooter {
    background-image: url(/media/kjpbmcwt/circle_wireframe_small.png);
    background-repeat: no-repeat;
    background-position: 110% 200px;
    background-size: 20%;
}

.stripimage {
    width: 100%;
    height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
}

.headercont h2 {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    letter-spacing: 1.4px;
    color: #2b663c;
}

h2.greentop {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    letter-spacing: 1.4px;
    color: white;
    text-shadow: 1px 1px 2px black;
    font-size: 2em;
}

.lightgreenbg {
    width: 100%;
    background-color: #f7fbf6;
}

.whymadden h2, .historymadden h2 {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    color: #2B663C;
}

.whymadden h3, .historymadden h3 {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2em;
    color: #2B663C;
}

.whymadden p, .historymadden p {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9em;
    line-height: 1.3;
}

.homevideo {
    overflow: hidden;
    width: 100%;
    height: 350px;
    position: relative;
}

.homevideoint {
    margin-top: -50px;
}

.homevideoint video {
    width: 100%;
    height: auto;
}

h2.greensmaller {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    letter-spacing: 1.1px;
    color: white;
    text-shadow: 1px 1px 2px black;
    font-size: 1.5em;
}

.lightgreenbg.wheelbg {
    background-image: url('/media/4trhueuf/mad_half_circle_banner.png');
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

.logo-img {
    max-height: 140px;
}

.nav-link {
    color: white;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    letter-spacing: 1.1px;
    font-size: 1.4em;
}

    .nav-link:hover, header a:hover, .nav-link:focus {
        color: white;
        text-decoration: none;
    }

    nav li.active a::after, .nav-link:hover::after {
        content: '';
        position: relative;
        display: block;
        width: 100%;
        height: 5px;
        background-image: url(/media/0idbpp02/nav_slash.png);
        background-repeat: no-repeat;
        background-position: center;
    }

.headerint {
    width: 100%;
}

.bannertitleimg {
    width: 100px;
    vertical-align: top;
}

.bannertitlehome {
    color: white;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    letter-spacing: 1.1px;
    font-size: 1.3em;
    text-shadow: 1px 1px 2px black;
    padding-top: 25px;
}

.headerint {
    background-image: url(/media/kjpbmcwt/circle_wireframe_small.png);
    background-position: 105% center;
    background-repeat: no-repeat;
    background-size: 20%;
    width: 100%;
}

.contentbg {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.logo-img-content {
    margin-top: 200px;
    margin-bottom: 200px;
    height: 150px;
}

.contentpage .bodytext {
    color: #2c673c;
    font-family: "DM Serif Text", serif;
    
}

    .contentpage .bodytext h1 {
        font-family: "DM Serif Text", serif;
        font-weight: 400;
        letter-spacing: 1.1px;
        margin-bottom: 15px;
    }

    .contentpage .bodytext p {
        line-height: 1.1;
        font-size: 1.1em;
    }

    .contentpage .bodytext a {
        color: #2c673c;
    }

.mapholder {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-top: 5px solid #2b663c;
    border-bottom: 5px solid #2b663c;
    position: relative;
}

.mapholder iframe {
    width: 100%;
    height: 100%;
}

.maptint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.5);
}

hr {
    border-width: 3px;
    border-color: #2b663c;
    width: 60%;
    opacity: 1;
}

.accordion-item {
    color: inherit;
    background-color: transparent;
    border: none;
}

h2.accordion-header {
    background-color: transparent;
    border: none;
}

    h2.accordion-header button, .accordion-button:not(.collapsed) {
        background-color: transparent;
        color: inherit;
        border: none;
        font-size: 0.7em;
    }

.accordion-button:focus {
    box-shadow: #4D9B78 0px -1px 0px 0px inset
}

.wheelbg {
    background-image: url('/media/sytptk14/bottom_circle.png');
    background-position: 80% bottom;
    background-size: 20%;
    background-repeat: no-repeat;
}