/*
.md-header {
    background-color: #FFFFFF; 
}

.md-search {
    width: 100%;
    max-width: 600px; 
}

.md-header__topic {
    color: #333333; 
}
.md-icon{
    color: #333333;
}
*/

/* Targets active links in the navigation */
.md-nav__link.md-nav__link--active {
    color: teal !important;
}

.md-nav__link:hover {
    color: #FFC107 !important; /* Adjusted to a teal shade suitable for hover */
}

/* Targets all links within the content area */
.md-typeset a {
    color: teal !important;
}

/* Optionally, style hover state for content links */
.md-typeset a:hover {
    color: #FFC107 !important; /* A darker shade of teal for hover effects */
}



.md-footer {
    background-color: #FFFFFF;
    color: #4A4A4A;
    padding: 10px 0;
    text-align: center;
}

.md-footer .md-footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 14px; /* Adjust font size as needed */
    width: 100%;
}

.md-footer .md-footer-nav p,
.md-footer .md-footer-nav a {
    margin: 0 10px; /* Provides spacing between text and links */
    padding: 0;
    color: #4A4A4A;
    text-decoration: none;
}

/* Optional: Adjust the hover effect for links */
.md-footer .md-footer-nav a:hover {
    color: #00796B; /* Example hover color */
}
