.monparallax {
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
  margin-bottom: 20px;
}
.monparallax h2 {
    padding: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 2em;
	color: white;
    text-shadow: 1px 3px 5px black, 0 0 10em grey, 0 0 0.2em grey;
}