html {
  position: absolute;
  font-family: "EB Garamond", serif;
  width: 100vw;
  height: 100vh;
  background-color: #e4e1d6;
  color: #000080;
}

div {
  margin: unset;
}

a {
  color: inherit;
}

header {
  margin-top: 10px;
  > h3 {
    text-align: center;
  }

  a {
    text-decoration: none;
    color: inherit;
    text-align: center;
  }
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  height: 100%;
  width: 100%;
}

footer {
  width: 100%;
}

/* containers */

hr {
  border-top: 1px solid black;
  width: 80%;
}

section {
  width: 90%;
  margin: 0 5%;
  margin-bottom: 20px;
}

main {
  flex-grow: 1;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.navbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.5rem;

  > span {
    user-select: none;
  }
}

/* text */

h1,
h2,
h3,
h4 {
  margin: unset;
  font-family: "Pinyon Script", cursive;
  letter-spacing: 0rem;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
  text-align: center;
}

p {
  margin: unset;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.5rem;
  text-align: left;
}

section {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  overflow: scroll !important;

  iframe {
    width: 100%;
    overflow: scroll !important;
  }
}

.emblem {
  font-size: 40px;
  letter-spacing: -10px;
  font-family: "Pinyon Script", cursive;
  margin: auto;
  text-align: center;
}

/* elements */
.cols {
  display: flex;
  justify-content: center;
  gap: 4rem;
}

.col {
  display: flex;
  flex-direction: column;
}

.large-rsvp {
  margin: auto;
  font-size: 1.5rem;
  font-weight: 500;
}

/* @media (max-width: 599px) {
  h1 {
    background-color: red;
  }
} */
