
.locks {
  margin-bottom: 0px;
  background-image: url(image/locks.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #D0D080;
  text-shadow: #202020 0.3em 0.3em 0.3em;
  text-align: center;
  padding: 50px;
}

.container {
  max-width: 800px;
  margin: auto;
}

footer {
  font-family:HelveticaNeueLight;
  margin-top:200px;
  clear:both;
  padding:1em 0;
  border-top:1px solid rgba(0,0,0,0.5);
  color:#777;
  text-align: center;
  font-size:0.75em;
}
