/* Custom CSS file superseeding Bootstrap*/

p {
    font-size: 17px;
    line-height: 1.6;
    
}

li, ul {
    font-weight: 100;
    font-size: 17px;
    list-style-type: square;
    line-height: 1.8;
    
}



li.nav-item {
    list-style-type: none;
}

.pbold p {
    font-weight: 500;
}


.container-services
{
    background-color: rgba(212, 216, 216, 0.54);
}

.container-services-bottom{
        background-color: rgba(212, 216, 216, 0.54);
    
}

.container-services-bottom ul {
    margin-top: 20px;
}


.li-header {
    background-color:  #edeff3;

}

.division-line{
  height: 3px;
  width: auto;
   margin: 10px auto 0px auto;
   background: #4870c8;
}

