

section.hero {

    margin-bottom: 40px;
    margin-top: 40px;
}


div.herotitle {
    margin-top: 20px;
    margin-bottom: 10px;

}

.herotitle h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
}

a.share_link {
    
    border:1px solid #000;
    padding: 9px;
    padding-left: 13px;
    padding-right: 14px;
    text-align: center;
    font-size: 18px;
    color: #000;
    border-radius: 5px;
}

a.share_link:hover {
    background-color: #000;
    color: #fff;
    transition: 0.3s;

}

.contactnowbtn {
    background-color: #000;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    border:1px solid #000;
    
}

.contactnowbtn:hover {
    background-color: #fff;
    color: #000;
    transition: 0.5s;
    /* speed of transition */

}




