body   { 
	background-image: url(bg.jpg);
	display: table-cell;
	vertical-align: middle;
	height: 100vh;
}


a {
  box-shadow: inset 0 0 0 0 #fff;
  color: #000;
  padding: 0 .25rem;
  margin: 0 -.25rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
a:hover {
  color: #fff;
  box-shadow: inset 330px 0 0 0 #fff;
}

a:link {
color: #006cb0;
font-weight: bold;
}

p {
text-align: center; 
font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; 
font-size: 16px; 
color: #444; 
line-height: 130%;
}

h1, h2, h3, h4, h5, h6 {
text-align: center; 
font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; 
color: #444;
}

h2 {
text-align: center; 
color: #444;
font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}
.ds {
	margin-left: 100px;
	margin-right: 100px;
}