b {
  font-weight: 500;
}

body {
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  background: #fffef1;
  font-size: 14px;
  line-height: 1.5;
}

section {
  padding: 32px 1rem;
  margin-bottom: 64px;
}

h1 {
  font-family: "EB Garamond", serif;
  font-weight: 300;
  font-style: normal;
  color: #333333;
  margin-bottom: 32px;
}

h2 {
  font-family: "EB Garamond", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 34.1796875px;
  font-weight: 500;
  text-align: center;
}

h3 {
  font-family: "EB Garamond", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 30.5712418799px;
  margin: 0;
}

h4 {
  font-size: 21.875px;
  font-family: "EB Garamond", serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 400;
}

h5 {
  font-size: 19.5655948031px;
  font-weight: 500;
}

h6 {
  font-size: 14px;
  font-weight: 500;
}

a {
  color: unset;
}

ul {
  padding-left: 2rem;
}

p {
  font-size: 17.5px;
}

b {
  font-size: 18px;
}

img {
  width: 100%;
}

.content {
  max-width: 720px;
  margin: 0 auto;
}

.small-header {
  font-size: 21.875px;
  font-family: "EB Garamond", serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  margin-bottom: 24px;
}

header {
  height: 64px;
}
header ul {
  display: flex;
  justify-content: center;
}
header ul li {
  display: inline-flex;
  margin-right: 16px;
}

#intro {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 150px;
}
#intro .name-container {
  margin: 32px;
}
#intro .name {
  margin: 0;
  font-size: clamp(1vw, 8rem, 14vw);
}
#intro .decorator {
  display: flex;
  justify-content: center;
  align-items: center;
}
#intro .line {
  width: 100px;
  border-bottom: 1px #333333 solid;
  position: relative;
  bottom: 36px;
}
#intro .separator {
  font-size: clamp(0.3vw, 4rem, 10vw);
  font-family: "EB Garamond", serif;
  font-style: italic;
  margin: 0 16px;
}
#intro .event-info {
  margin-bottom: 48px;
}
#intro .date {
  font-size: 17.5px;
}
#intro .location {
  font-size: 17.5px;
}
#intro .psa {
  font-size: 17.5px;
}

#location {
  margin: 128px 0;
}
#location p {
  text-align: center;
}
#location h3 {
  text-align: center;
}

#schedule {
  text-align: center;
}
#schedule .date {
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#schedule .event {
  color: #333333;
  font-size: 27.34375px;
  font-weight: 500;
  margin-bottom: 12px;
}
#schedule .day {
  color: #333333;
  font-size: 17.5px;
}
#schedule .dress-code {
  font-size: 17.5px;
  color: #333333;
}
#schedule .item {
  margin-bottom: 64px;
}
#schedule .location {
  margin-bottom: 16px;
  color: #797979;
}

#transportation .item {
  margin-bottom: 64px;
}

#accommodations .name {
  margin-bottom: 16px;
}
#accommodations .lead-in {
  margin-bottom: 48px;
}
#accommodations .price {
  font-size: 17.5px;
}
#accommodations .item {
  margin-bottom: 48px;
}
#accommodations .item p {
  margin-top: 0;
}

#faq, #tips {
  font-size: 17.5px;
}
#faq h3, #tips h3 {
  margin-bottom: 32px;
}
#faq h5, #tips h5 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 600;
}
#faq .def-list, #tips .def-list {
  margin-bottom: 16px;
}
#faq .item, #tips .item {
  margin-bottom: 64px;
}

/* Portrait and Landscape */

/*# sourceMappingURL=style.css.map */
