body {
  font-family: "Quicksand", sans-serif;
  background: black;
}
img{
  max-width: 100%;
}
.navbar {
  padding-bottom: 15px;
}
.display-4 {
  font-size:25px;
  /* display: inline; */
  color: white;
  background: linear-gradient(rgba(32, 31, 31, 0.808), rgba(43, 38, 38, 0.616));

  font-weight: 800;
}

.lead {
  font-size:16px;
  color: rgb(144, 221, 150);
  background: linear-gradient(rgba(32, 31, 31, 0.808), rgba(43, 38, 38, 0.616));
  /* font-weight: 400; */

  /* background: linear-gradient(rgba(255, 255, 255, 0.438), 
      rgba(238, 235, 235, 0.637)); */
}


.jumbotronImg {
  background-image: url("/images/hike2a.jpg");
  /* background-size: 100% 100%; */
  background-size: cover;
  background-repeat: no-repeat;
}

.jumbotron {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.6em;
  height: 500px;
}

.activities p{
  text-align: center;
  color:white;
  /* margin:0;
  padding:0; */
  padding-bottom:25px ;
  padding-top: 0;
}


.activities h2 {
  font-size: 25px;
  padding: 0;
  margin: 0;
  position: relative;
  top: -25px;
  left: 0px;
  color: black;
  background: linear-gradient(rgba(255, 255, 255, 0.8),
          rgba(211, 211, 211, 0.5));
  overflow: hidden;
  text-align: center;

}

footer{
  background:lightgray;
  color:black;
  text-align: center;
  padding:1.5em 0;
  font-size: 1.5em;
  margin:1.5em 1em;
}
@media(min-width: 800px){
  .display-4 {
    font-size:  70px;
  }
  .lead {
    font-size:35px;
}
.activities p{
  text-align:left;
  padding-bottom: 0px;
}
}
