@import url('https://fonts.googleapis.com/css2?family=Beth+Ellen&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Figtree:ital,wght@0,300..900;1,300..900&family=Shrikhand&display=swap');

:root {
--bulma-scheme-main: #dadadf;
--bulma-button-primary: #929ead;
}

.ponomar-regular {
  font-family: "Ponomar", system-ui;
  font-weight: 400;
  font-style: normal;
}

.figtree-boop {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.shrikhand-regular {
  font-family: "Shrikhand", serif;
  font-weight: 400;
  font-style: normal;
}
.beth-ellen-regular {
  font-family: "Beth Ellen", cursive;
  font-weight: 400;
  font-style: normal;
}

.crimson-text-regular {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
}

.crimson-text-semibold {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: normal;
}

.crimson-text-bold {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-style: normal;
}

.crimson-text-regular-italic {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
}

.crimson-text-semibold-italic {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: italic;
}

.crimson-text-bold-italic {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-style: italic;
}


/*
@font-face {
  font-family: 'Shrikhand';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Shrikhand-Regular.ttf);
}
*/

* { box-sizing: border-box; }
h1,h2,h3,h4,h5,h6,
.title {
  font-family: "Beth Ellen";
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
:root {
  --bulma-primary-h: 213 !important;
  --bulma-primary-s: 14.1% !important;
  --bulma-primary-l: 62.5% !important;
}

.plate {
  position: relative;
  height: 206px;
  width: 218px;
  margin: 0 auto;
}
.plate > * {
  position: absolute;
}

.plate .martini {
  top: 0;
  left: 0;
}

.plate .oysters {
  bottom: 0;
  right: 0;

}

/* Event details*/
.image-gallery figure {
  max-width: 128px;
  margin: 0 auto;
}

.timeline p {
  font-family: 'Beth Ellen';
  font-size: 1.1rem;
  color: black;
}

.timeline {
  position: relative;
  width: 20rem;
  height: 28rem;
  margin: 0 auto;
}

.timeline .frame {
  width: 100%;
  height: 100%;
}

.timeline > * {
  position: absolute;
}

.timeline > div:nth-child(2) {
  width: 210px;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  text-wrap: nowrap;
}

/* center cell content vertically inside a bulma grid */
.grid .cell {
  align-content: center;
}
