/* Full Screen Image */

.fullBanner {
  width: 100%;
  height: 100vh;
}

.cover {
  background-color: rgba(0, 0, 0, 0);
  /* background-image: radial-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)),
    url(../img/eglise.jpg); */
  background-position: center;
  background-size: cover;
  color: white;
  height: 100%;
  position: relative;
}

.cover .subtitle {
  position: absolute;
  bottom: 5px;
}

.btn-outline-light {
  font-size: 1.1rem;
}
