body{
	background: #ccc;
	padding: 50px 0 0;
	height: 100vh;
}
h1{
	margin: 30px 0;
}

.col-md-4{
	margin: 60px 0;
}

.img-block [class^="newImg"]{
	position: absolute;
	transition: 0.2s;
}

footer{
	background: #333;
	color: #f9f9f9;
	display: block;
	position: relative;
	padding: 70px 0;
}
footer h2{
	margin-bottom: 40px;
}
footer h2 a{
	color: #fff;
	transition: 0.3s;
}
footer h2 a:hover{
	color: #ff7d13;
	text-decoration: underline;
}