#landBtn {
  background-color: rgba(239,149,82,1);
  color: white;
}

#landBtn:hover {
  background-color: #DE761B;
  color: white;
}

#riversBtn {
  background-color: rgba(92,177,157,1);
  color: white;
}

#riversBtn:hover {
  background-color: #36997F;
  color: white;
}

#intro h1 {
  font-size: 7vmin;
}

.title p {
  font-size: 2.6vmin;
}

@media (max-width: 1020px) {
  .title p {
    font-size: 2.6vmin;
  }
  #intro h1 {
    font-size: 7vmin;
  }
}

@media (max-width: 420px) {
  .title p {
    font-size: 3.2vmin;
  }
  #intro h1 {
    font-size: 7vmin;
  }
  .titleBtn {
    font-size: 1em !important;
  }
}

.titleBtn {
  margin: 1em;
  font-size: 24px;
  font-weight: 500;
  padding: .4em;
  width: 160px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 3vh;
}

.titleBtn:hover {
  cursor: pointer;
}

#titleParagraph {
  margin-bottom: 3vh;
}

figure {
  margin: 0px;
}

#riversFig1 {
  margin-bottom: 50px !important;
}

article>h3 {
  color: rgba(92, 177, 157,1);
}

.pull {
    color: rgba(92, 177, 157,1);
}

a {
    color: rgba(92, 177, 157,1);
}

.titleLink {
  color: white;
}

.titleLink:hover {
  color:
}
/*
#36997F    rgba(239,149,82,.65)
#5CB19D    rgba(222,118,27,.65)
#DE761B    rgba(92,177,157,.65)
#EF9552    rgba(54,153,127,.65)
*/
