@font-face {
  font-family: "crealen";
  src: local("crealen"), url("/assets/fonts/crealen.otf") format("opentype");
}

@font-face {
  font-family: "cormorant";
  src: local("cormorant"), url("/assets/fonts/cormorant.ttf") format("truetype");
}

body {
  font-family: cormorant;
  font-size: 1.2rem;
  /* font-family: tenor; */
}

.font-crealen {
  font-family: "crealen";
}

.font-tenor {
  font-family: "tenor";
}

.font-josefin {
  font-family: "josefin";
}

.color-leaf {
  color: #43412d;
}

.color-rose {
  color: #d75a5c;
}

.color-paper {
  color: #faf1ea;
}

.color-vine {
  color: #ccc1a6;
}

.bg-paper {
  background-color: #faf1ea;
}


/* a.external::after {
  content: "[↗]";
  font-size: 8px;
  position: relative;
  top: -10px;
} */

a.external {
  text-decoration: none;
  margin: 0 2px;
  position: relative;
}

a.external:before {
		position: absolute;
		margin: 0 auto;
		top: 100%;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: goldenrod;
		content: '';
		opacity: .3;
		transition-property: opacity, -webkit-transform;
		transition-duration: .3s;
}

a.external:hover:before {
  opacity: 1;
}


#gallery img {
  display: inline-block;
  width: 20vw;
}


.vertical-dots {
  letter-spacing: -0.05em;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  color: #daa520;
  transform: rotate(90deg);
}


main {
  text-align: center;
  flex-direction: column;
  display: flex;
  flex: 1 1 0%;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  color: #43412d;
}


.inner-wrap {
  align-items: center;
  flex-direction: column;
  display: flex;
  top: 0;
  left: 0;
  position: absolute;
}

.relative {
  position: relative;
}
.pb-14 {
  padding-bottom: 3.5rem;
}

#party-button-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
}

.party-button {
  text-align: center;
  z-index: 999999;
  cursor: pointer;
}

#gallery > img {
  cursor: pointer;
}

#gallery > img.active {
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0;
  left: 0;
}

.chill-gallery {
  display: inline-block !important;
}

.fun-gallery {
  display: none !important;
}

.fun .chill-gallery {
  display: none !important;
}

.fun .fun-gallery {
  display: inline-block !important;
}
