body {
  padding-top: 3.5rem;
}

.hero {
	background: url(../images/powder.jpg) no-repeat;
	background-size: cover;
        background-position: right top;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	padding: 5.5rem 1.5rem;
	text-align: center;
}

footer a a:link a:hover a:visited {
	color: #6c757d;
}