#home{
    background-image:URL("site_images/images/bgimage2.jpg");
    background-size:cover;
    background-position: center ;
    background-repeat: no-repeat;
    min-height: 400px;
    height:100vh;
}

#about{
    background-image:URL("site_images/images/bgimage1.jpg");
    background-size:cover;
    background-position: center ;
    background-repeat: no-repeat;
    min-height: 400px;
    height:100vh;
}

.listbold{
    font-weight: 5;
}

