/* Add any custom styles here */
body {
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8)), url('background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#main {
  min-height: 1000px;
}

h1.title {
  text-shadow: 1px 1px 8px rgba(0,0,0,.5);
}

h1.title a {
  color: inherit;
}
