/*Layout*/

#footerLayout{
    
    background:#f8f9fa;
    color:#444;
    height:150px;
    box-shadow : rgba(0, 0, 0, 0.2) 0px 0px 1px;
    position: relative;
    z-index:3;
    bottom: 0;
    width:100%;
}

/* INDEX */

.full-screen-banner-slide{
    background-image: url('https://gamingbolt.com/wp-content/uploads/2019/06/Marvels-Avengers.jpg');
    height:650px;
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center center;
    
}