/* CSS declarations go here */
#customIntro {
  background: url(../img/custom-intro-cover.jpg) no-repeat bottom center scroll; 
  background-size: cover;
  opacity:1;
}

#customBrandHeading {
  color: white;
}

#customIntroText {
  color: white;
}

.custom-about-container {
  background: grey;
}

.list-group {
  color: black;
}