html {
  height: 100%;
}

body {
  background-color: #262626;
  color: #aaa;
  height: 100%;
}

.title-pad {
  padding-top: 80px;
}

h1 {
  color: #fff;
  font-size: 3em;
}

p {
  color: #aaa;
  font-weight: 300;
  line-height: 1.4;
  font-size: 20px;
  text-align: center;
  padding-bottom: 15px;
}

.bright {
  color: #fff;
}

a {
  color: #eee;
}

a:hover {
  color: #fff;
}

.footer {
  font-weight: 300;
  font-size: 14px;
}

.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #fff;
  text-shadow: none;
  background-color: #fff;
  border: 1px solid #fff;
}

.fill { 
  min-height: 100%;
  height: 100%;
}