.title
{
    font-weight: bold;
}
.contact
{
    color:white;
    font-style: italic;
    /*text-decoration: underline;*/
}
.bg
{
    background-color:#4F759B;
    color:white;
}
.txt-img
{
    filter:none;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    color:#fff;
    text-transform: uppercase;
    font-weight: bold;
}
.list-img {
    background-position: center;
    background-color:#31475E;
    background-repeat: no-repeat;
    filter: grayscale(85%);
    background-blend-mode: overlay;
    padding:1.5rem 1.25rem;
}
.list-group{
    background-color:#4F759B;
}
.list-group-item
{
    background-color:#4F759B;
}
.img_1
{
    background-image: url("../img/image_1.png");
}
.img_2
{
    background-image: url("../img/image_2.png");
}
.img_3
{
    background-image: url("../img/image_3.png");
}
.img_4
{
    background-image: url("../img/image_4.png");
}
.img_5
{
    background-image: url("../img/image_5.png");
}
.img_6
{
    background-image: url("../img/image_6.png");
}
.img_7
{
    background-image: url("../img/image_7.png");
}