/* Custom Styles for Duinroos Innovatie */

/* Link color - ALL links should be Tan */
a, .navbar-custom a, .nav-tabs > li > a, .footer a, 
.navbar-custom .navbar-nav > li > a, .footer_col a {
    color: #D2B48C !important;
}

a:hover, a:focus {
    color: #C4A47A !important;
}

/* Avatar ring colors - Tan */
.team-member img {
    border: 3px solid #D2B48C !important;
}

/* ALL h3 headings - Tan (covers service cards and other headings) */
h3, .service-card h3, .service-card h3 {
    color: #D2B48C !important;
}

/* Also target h2 just in case */
h2 {
    color: #D2B48C !important;
}

/* Service card styling */
.service-card {
    border-left: 3px solid #D2B48C;
}

/* Button styling */
.btn-primary {
    background-color: #D2B48C !important;
    border-color: #D2B48C !important;
    color: #000 !important;
}

.btn-primary:hover {
    background-color: #C4A47A !important;
    border-color: #C4A47A !important;
}

/* Navbar styling */
.navbar-custom {
    background-color: #D2B48C !important;
}

.navbar-custom .navbar-nav > li > a {
    color: #000 !important;
}
