html,
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: 100%;
/* Negative indent footer by its height */
margin: 0 auto -82px 0;
/* Pad bottom by footer height */
padding: 0 0 80px 0;
}
/* Set the fixed height of the footer here */
#footer {
height: 80px;
background-color: #f5f5f5;
}
#wrap > .center-container {
padding: 50px 0 0 0;
margin:0;
}
#footer > .container {
padding-top:5px
padding-left: 15px;
padding-right: 15px;
}
.center-container {
height:100%;
}
.center-row {
height:100%;
background-image:url('http://www.bootply.com/assets/example/bg_cloud.jpg');
background-size:cover;
color:#fff;
}