* {
  font-family: "Overpass Mono", sans-serif;
}

body {
  background-image: url(../images/cincinnati-splash.png);
  background-size: 100%;
}

.wrapper {
  width: 90%;
  max-width: 1000px;
  min-width: fit-items;
  border: 3px solid rgb(92, 58, 11);
  padding: 30px;
  background-color: rgba(244, 163, 232, 0.871);
  border-radius: 5%;
  display: flexbox;
  justify-items: center;
  margin: 0 auto;
}

div {
  position: relative;
  width: 80%; /* Or a fixed pixel width */
  max-width: 800px;
  margin: 0 auto;
}

.place {
  width: 50%;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
}
iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 800px;
  z-index: 98;
}

.imgtxt span {
  position: absolute;
  top: 35%;
  left: 45%;
  right: 50%;
  opacity: 0;
  z-index: 99;
  font-size: 3vw;
  color: #fff;
  filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px 1px 0 black)
    drop-shadow(1px -1px 0 black) drop-shadow(-1px -1px 0 black);
}

.imgtxt:hover span,
.imgtxt:focus span {
  opacity: 1;
}
.imgtxt:hover img,
.imgtxt:focus img {
  filter: brightness(70%);
  /* add hover effects like transform or filter to your images here! */
}
p {
  text-align: center;
}
h1 {
  text-align: center;
  margin: 4%;
  padding: 3%;
}
h2 {
  text-align: center;
  width: 80%; /* Or a fixed pixel width */
  margin: 0 auto;
}
h3 {
  text-align: left;
  padding: 3%;
  max-width: 700px;
  width: 80%; /* Or a fixed pixel width */
  margin: 0 auto;
}

h5 {
  margin: 0 auto;
  padding: 3%;
  text-align: center;
}

footer {
  text-align: center;
  font-style: italic;
  background-color: rgba(255, 225, 0, 0.782);
}
