/* custom.css */

/*
begin custom
*/

a {
    color: rgb(96, 105, 93) !important;
}

a:hover {
    color: darkgreen !important;/* Color when the link is hovered over */
}

a:active {
    color: lightgreen !important;/* Color when the link is being clicked */
}

a:visited {
    color: rgb(96, 105, 93) !important;/* Color for visited links */
}

/* JOIN form */

/* Hide page title only on the user registration page */
#block-b5subtheme-page-title {
    display:none
}

.block-page-title-block {
    display:none
}

.field--name-field-consent {
    border-top: 3px solid red;
    border-bottom: 1px dashed gray;
}

.captcha-type-challenge--image {
    padding-top:1em;
}

#front-repair, #front-reconnect, #front-regenerate {
    text-align: center;
    font-weight: bold;
    margin-top: 1em;
    font-size: larger;
}

#front-banner {
    min-height: 250px;
    background-image: url(/sites/default/files/2025-09/banner-prairie-flowers-grasses.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#front-welcome-title {
    background-color: rgb(232, 230, 230);
    min-height: 160px;
    background-image: url('/themes/custom/b5subtheme/images/Leaf 1.svg');
    background-repeat: no-repeat;
    background-position: 50% 99%; /* 25% from left, 75% from top */
    background-size: 125px 125px;
    text-align: center;
}

#front-welcome-message {
    background-color: rgb(232, 230, 230);
    padding: 0 10% 2% 10%;
}

#front-whoweare-title {
    background-color: rgb(199, 199, 199);
    min-height: 160px;
    background-image: url('/themes/custom/b5subtheme/images/Tomatoes.svg');
    background-repeat: no-repeat;
    background-position: 50% 99%; /* 25% from left, 75% from top */
    background-size: 100px 100px;
    text-align: center;
}

#front-whoweare-message {
    background-color: rgb(199, 199, 199);
    padding: 0 1em 0em 1em;

}

#front-whoweare-message p {
    padding-bottom: 1em;
}

#front-whoweare-picture {
    background-color: rgb(199, 199, 199);
    background-image: url('/themes/custom/b5subtheme/images/whoweare.jpeg');
    min-height: 250px;
}

#front-almanac-title {
    background-color: rgb(251, 242, 232);
    min-height: 160px;
    background-image: url('/themes/custom/b5subtheme/images/Boots.svg');
    background-repeat: no-repeat;
    background-position: 50% 99%; /* 25% from left, 75% from top */
    background-size: 125px 125px;
    text-align: center;
}

#front-almanac-view {
    background-color: rgb(251, 242, 232);
    padding: 0 1em 0em 1em;
}

#front-upcoming-events-title {
    margin-top: 1em;
    background-color: rgb(251, 242, 232);
    min-height: 160px;
    background-image: url('/themes/custom/b5subtheme/images/Watering Can.svg');
    background-repeat: no-repeat;
    background-position: 50% 99%; /* 25% from left, 75% from top */
    background-size: 100px 100px;
    text-align: center;
}

#front-upcoming-events-view {
    background-color: rgb(251, 242, 232);
    padding: 0 1em 0em 1em;
}

#front-whatitsabout-title {
    margin-top: 1em;
    background-color: rgb(199, 199, 199);
    min-height: 160px;
    background-image: url('/themes/custom/b5subtheme/images/Leaf 3.svg');
    background-repeat: no-repeat;
    background-position: 50% 99%; /* 25% from left, 75% from top */
    background-size: 100px 100px;
    text-align: center;
}

#front-whatitsabout-message {
    background-color: rgb(199, 199, 199);
    padding: 0 1em 0em 1em;
}

#front-whatitsabout-message p {
    padding-bottom: 1em;
}

#front-whatitsabout-picture {
    background-color: rgb(199, 199, 199);
    background-image: url('/themes/custom/b5subtheme/images/whoweare.jpeg');
    min-height: 250px;
}

#front-theland-title {
    margin-top: 1em;
    background-color: rgb(232, 230, 230);
    min-height: 160px;
    background-image: url('/themes/custom/b5subtheme/images/leafy branch.svg');
    background-repeat: no-repeat;
    background-position: 50% 99%; /* 25% from left, 75% from top */
    background-size: 100px 100px;
    padding: 1em 0;
    text-align: center;
}

#front-theland-message {
    background-color: rgb(232, 230, 230);
    padding: 0 1em 1em 1em;
}

#front-theland-picture {
    min-height: 250px;
    background-image: url(/sites/default/files/2025-09/banner-prairie-flowers-grasses.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

































.block-menu, .block-block-contentb38c2b42-20e0-4319-884f-201f6436af61 {
    padding-top:1em;
}


form label {
    font-weight: bold;
}