@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/** {
  padding: 0;
  margin: 0;
}

section {
  border: 10px solid green;
}

body {
  border: 10px solid orange;
}


body, input, select, textarea {
    color: #888;
    font-family: 'Montserrat', serif;
    font-size: 16pt;
    font-weight: 400;
    line-height: 1.75em;
  }
*/

body, input, select, textarea {
   
    font-family: 'Montserrat', serif;
    }

.slider li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  list-style: none;
}
.slider li .slide {
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}
.slider li .slide figcaption {
  font-family: 'Montserrat', serif;
  letter-spacing: 0px;
  color: white;
  text-shadow: 0 0 5px black;
  font-size: 16pt;
  text-align: center;
  position: absolute;
  top: -30px;
  margin-top: 10vh;
  left: 0;
  right: 0;
}

