.landing{
    color: white;
    text-shadow: 5px 5px black;
}

.home{
    text-shadow: 2px 2px black;
}

header {
  background-image: url('../img/starsCH.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color: #fed136;
}

.btn-x1{
    background-color: rgba(0,0,0,0.3);
}