/* \\This is a comment: When linking CSS to HTML, for classes put .blahblahblah in front of the class.  */
.LowerColumbiaIntro {
  background: url('https://www.americanwhitewater.org/photos/archive/16629.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  width: auto;
  margin: auto;
  /* height: 400px; */
  padding-top: 100px;
  padding-bottom: 100px;
}
