
*{
    margin: 0;
    padding: 0;
}

body{
    margin-top: 110px;
}


.page-section{
    scroll-margin-top: 100px;
}  

.container{
    padding-top: 30px;
}

.headerSectionBackground{

background-image: url('../images/background.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: bottom;
 
}

#ContactUs{

    background-image: url('../images/footer-bg-1.jpg');
  
}

.icons{
    font-weight: bold;
    font-size: 22px;

}

.heading{
    color: green;
}

.nav-link:hover{
    color: green;
    text-decoration: underline;

}

.nav-link{
    font-size: 20px;
    color: black;
   
}

.clickable:hover{
    text-decoration: underline;


}


.details{
    width: 70%;
}

.details .content{
 text-align:justify;
 word-break: keep-all;
}




