body, html {
    padding: 0;
    margin: 0;
    height: 100vh;
}

/* The hero image */
.hero-video {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("photographer.jpg");

  /* Set a specific height */
  width: 100%;
  max-height: auto;
  min-height: 290px;
  overflow: hidden;
  

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  align-items: center;
  
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  font-family: Monserrat, Helvetica, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
 a {
  text-decoration: none;
 }