@font-face {
  font-family: "TitleNature";
  src: url("/fonts/CrystallineOutline.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TextNature";
  src: url("/fonts/YoungMan.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  background-image: url("/images/background.jpg");
  background-size: cover;
  background-color: black;
  color: white;
  text-align: center;
  font-family: "TextNature", sans-serif;
}

.title,
.time,
.ceremonyTime {
  font-family: "TitleNature", sans-serif;
  font-weight: normal;
}

.ceremonyRow {
  display: flex;
  place-content: center;
  align-items: center;
}

.ceremonyTime {
  font-size: 32px;
  margin: 0 10px;
}

.ceremonyPlace {
  margin: 0 10px;
  height: 65px;
}

.ceremonyPlaceBadge {
  width: 50px;
  position: relative;
  top: -51px;
  margin: 0;
  z-index: -1;
}

.ceremonyInfo {
  margin-left: 10px;
  width: 150px;
}

.ceremonyName {
  text-align: left;
  margin-bottom: 0;
}

.ceremonyPerformer {
  text-align: left;
  margin-top: 0;
}

.highlight {
  color: yellow;
}

.greyedOut {
  color: rgb(75, 75, 75);
}

.tag {
  background-color: #041f03;
  border-radius: 5px;
  padding: 0 5px;
}

.ceremony-types-title {
  margin-top: 50px;
  margin-bottom: 0px;
}

.ceremony-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}

.ceremony-types li {
  margin-right: 20px;
  margin-bottom: 10px;
}

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