
a {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
  margin: 0 auto;
  background-image: url("nightsky3.jpg");
  background-position: 0px 0px;
  background-repeat: repeat-x;

  animation: animatedBackground 40s linear infinite;
}
@keyframes animatedBackground {
  from { background-position: 0,0;}
  to { background-position: 100%,0;}
}
.jumbotron{ 
  margin: 0 auto;
  background-color: transparent;
}

.container h2{
  color: #fff;
}
p{
color: #fff;
}
