.nav-item:hover{
    border-radius: 1em;
    font-weight: 500;
}

#footLine{
    margin-top: 2em;
    padding: 0;
    width:100%;
    height:2rem
}

.socialMedia{
    width: 2em;
    padding-left: 0.5em;
}

#stickyWhatsapp{
        position: fixed;
        z-index: 2;
        left: 1;
        margin-top: -15%;
        width: 5em;
}

.Galleryitems{
    width: 100%;
    padding: 2%;
    border-radius: 1em;
    transition: 0.4;
}


.home-data{
    padding: 1.3em;
    margin-top: 1.3em;
}
.home-data p{
line-height: 1.5rem;
}

.home-data h4{
    margin-left: auto;
    margin-right: auto;
    
    }

#demo{
        margin: 0;
 }


 @media screen and (min-width: 701px) {
    .copyright{
        text-align: center;
        color: black;
    }
  
 }  
 @media screen and (max-width: 700px){ 
    .copyright{
        background-color: brown;
        color: white;
    }
}