*{
    margin: 0;
    padding: 0;
}

.hero-img{
    background-image: url("../images/SajivWall4.png");
    width:100%;
    height: 500px;
    background-repeat: no-repeat;
    align-items: center;
    background-size: cover;
    object-fit: fill;
    background-position: center;
}

.hero-text{
    color: white;
    background-color: #846f42bf;
}

img{
    width:100%;
}


/* .footer{
    font-size: medium;
    background-color: #313131;
    color: white;
}

.fb{
    padding: 10px;
    background-color: rgb(100, 99, 99);
}

.twitter{
    padding: 8px;
    background-color: rgb(100, 99, 99);
}

.linkedin{
    background-color: rgb(100, 99, 99);
}

.vr{
    color:white;
    width: 2px;
    opacity: 60%;
}

.footer a{
    text-decoration: none;
    color:white;
} */