.fa-instagram:before {
    color: black;
}

.fa-linkedin:before {
    color: black;
}

.fa-facebook:before {
    color: black;
}

.fa-twitter:before {
    color: black;
}

.fa-whatsapp:before {
    color: black;
}

.fa-gitlab:before {
    color: black;
}

.fa-github:before {
    color: black;
}

.fa-stack-overflow:before {
    color: black;
}

#toggleNavBarButton {
    border: none;
    cursor: pointer;
}

#toggleNavBarButton:focus {
    outline: none;
    cursor: pointer;
}

button {
    cursor: pointer;
}  

.contact-form-label {
    font-family: inherit;
    font-size: 15px;
}

#contact-button {
    background-color: #f7f9fa;
}

#contact-button:hover {
    background-color: #333a42;
    color: white;
}

/* Biography Section Animations */
#biography img {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
  
#biography img:hover {
    transform: scale(1.1);
    box-shadow: 0px 10px 20px rgba(0, 123, 255, 0.3);
}

#biography a.btn:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    transition: all 0.2s ease-in-out;
}

/* Terms and Conditions */
#terms_and_conditions_header_div {
    text-align: center;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 3%;
}

a {
    color: black;
}

a:hover {
    color: black;
}