
.projects{
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    background-color: #f0f5f9;
}
.completed{
    font-size: 20px;
    line-height: 40px;
}
.info{
font-size: 18px;
    line-height: 22px;
    padding-top: 20px;
}
.list-group-item:hover{
    background-color: #eeeeee;
}
.news{
    min-height: 500px;
}
.news-con{
    padding-top: 20px;
}
.news-con p{
   font-size: 16px;
    line-height: 20px;
    text-align: left;
    text-indent:2em;
}
#news-href a{
    color: blue;
}
#news-href a:hover{
    color: black;
}
.news-con h3{
    text-align: left;
}