body{
    font-family: 'Montserrat', sans-serif;
}

#nav-logo{
    height: 64px;
}

.grid-img{
    object-fit: cover;
    width: 350px !important;
    height: 100% !important;
}

.shadowstyle{
    font-weight: bold;
    background-image: linear-gradient(to right, rgb(199, 199, 199) , rgb(199, 199, 199)) ;
    box-shadow: 15px 15px #E5791F;
    transition: all 0.5s;
    cursor: pointer;
    align-items: center;
}
.shadowstyle:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



@media only screen and (max-width: 950px) {
    #home-txt {
      width: 100% !important;
    }
}