.section-footer{
    background-image: url("../images/footer-background.jpg");
    background-size: cover;
    background-position: center center;
}

.section-footer .container-fluid{
    background-color: rgba(0,0,0, 0.5);
    display: table;
    width: 100%;
}

.footer{
    display: table-cell;
    vertical-align: middle;
}

.footer .row{
    padding: 40px;
}

.footer [class^='col-']{
    padding: 0;
}

.footer h1{
    font-size: 56px;
    color: #FFF;
}

.footer h1 strong{
    font-weight: bold;
}

.footer ul{
    margin: 0 auto;
    width: 23%;
}

.footer ul li{
    list-style: none;
    float: left;
    width: 33%;
}

.footer ul li a:hover{
    color: #D15454;
}

.footer ul li a i{
    font-size: 56px;
}

.footer .credits{
    font-size: 50px;
    color: #FFF;
}

.footer .credits i{
    color: red;
}

.footer .credits a{
    color: #FFF;
}

.footer .credits span{
    padding:0 5px;
    font-size: 45px;
}

.footer .credits span.icon-heart{
    padding:0 10px;
}

.footer .credits a:hover{
    color: #D15454; 
    text-decoration: none;
}


/* GENERIC RULE OF RESPONSIVE*/

@media screen and (max-width: 1024px) {

    .footer > .row {
        padding: 0px;
        margin-bottom: 40px;
    }

    .footer h1 {
        line-height: 65px;
        font-size: 43px;
    }

    .footer ul {
        width: 100%;
    }

    .footer ul li a i {
        font-size: 49px;
    }

    .footer .credits span{
        font-size: 23px;
    }
}
