body {
    font-family: 'Roboto', sans-serif;
    padding-bottom: 50px;
}

a {
    color: #187f58;
}

a:hover {
    color: #6b8f71;
}

.nav-text {
    color: white;
    font-size: 14px;
}

.nav-bar-text {
    color: white;
}

.nav-text:hover {
    color: #6b8f71;
}

.navbar-light {
    border-bottom: 2px solid #31572c;
}

.navbar .nav-link.active {
    background-color: #6b8f71; /* Change the color to your desired color */
}

.navbar-custom {
    height: 60px;
    border-bottom: 2px solid #31572c;
    background-color: #0b4b33;
}

.heading {
    background-color: #187f58;
    color: white;
    height: 80px;
    display: flex;
    align-items: center;
}

.heading-text {
    font-size: 28px;
}

.button {
    background-color: #31572c;
    color: white;
    cursor: pointer;
    border: none;
    width: 100%;
}

.button:hover {
    background-color: #6b8f71;
    box-shadow: 0px 0px 5px rgb(210, 210, 210);
}

blockquote {
    padding: 10px 0 10px 10px;
    border-left: 5px solid grey;
    font-style: italic;
}

.home-section {
    padding-top: 150px;
    padding-bottom: 150px;
}

.x-border-bottom {
    border-bottom: 1px solid #187f58;
}
