body {
  /* background-color: #E5F3FF; */
}

.gothic-a1-thin {
  font-family: "Gothic A1", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.gothic-a1-extralight {
  font-family: "Gothic A1", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.gothic-a1-light {
  font-family: "Gothic A1", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.gothic-a1-regular {
  font-family: "Gothic A1", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.esperaDiv {
  background-color: #E5F3FF;
  margin-top: 2% !important;
  margin-bottom: 4% !important;
  width: 100%;
  margin: auto;
  border: #E5F3FF;
}


.custom-navbar {
  position: relative;
  z-index: 1;
  background-color: transparent !important;
}

.custom-navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/static/images/vaticanJosemariaBeat800.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.1; /* adjust this value */
  z-index: -1; /* behind the navbar content */
}


.button-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
  }


.p-container {
    display: flex;
    gap: 0.3rem;
    align-items: center;
    justify-content: center;
  }


@media (min-width: 768px) {
    #allPageDiv {
        width: 90%;
        margin: auto;
    }
}


.range-with-buttons {
    display: flex;
    align-items: center;
    gap: 10px; /* space between elements */
}

.range-with-buttons input[type=range] {
    flex-grow: 1; /* slider expands between buttons */
}