#h1home h1 {
    text-shadow:
        1px 1px 1px red,
        0 0 0.1em rgb(154, 153, 153),
        0 0 0.1em rgb(255, 255, 255);
}
.breadcumb-area{
    background-repeat: no-repeat !important; 
    background-size: cover !important; 
    background-position: center center !important;
}
.fb-share-button {
    display: inline-block;
    background-color: #1877F2;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
.fb-share-button:hover {
    background-color: #165DB6;
    color: #d5d5d5;
}
.linkedin-share-button {
    display: inline-block;
    background-color: #0077B5;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
.linkedin-share-button:hover {
    background-color: #005582;
    color: #d5d5d5;
}
