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

a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

body {
  font-family: Rockwell, Helvetica, Arial, sans-serif;
}

main {
  margin: 0 auto;
}

.logo {
  height: 2.5rem;
  /* background-color: #dadada; */
}

.backgroundImage {
  top: -30%;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: -1;
}

.nav {
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  /* background-color: var(--bs-gray-400); */
}

.menu-drop button::after {
  content: none;
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.164);
  border-radius: 2rem;
}

.top-section {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position-y: -10rem;
}

.content {
  padding: 1rem;
  max-width: 62rem;
  width: 100%;
  display: inline-block;
  display: flex;
  flex-direction: column;
}

.content-wrapper {
  display: flex;
  justify-content: center;
}

.content-centered {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  margin-top: 3rem;
}

.content-split {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  width: 100%;
  margin-top: 3rem;
}

.content-split div {
  flex: 1;
  max-width: 30rem;
  text-wrap: pretty;
}

.content-split img {
  max-width: 50%;
  max-height: 20rem;
}

@media only screen and (max-width: 700px) {
  .content-split img {
    display: none;
  }
}
