@font-face {
  font-family: Parkly;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  src: url(/webfonts/Parkly-Regular.woff2) format("woff2"),
    url(/webfonts/Parkly-Regular.woff) format("woff");
  font-display: optional;
}
h1.is-parkly {
  font-family: Parkly, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.5em;
  line-height: 1.1;
  color: white;
  letter-spacing: 0.15em;
}
h2.is-parkly {
  font-family: Parkly, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  line-height: 1;
  color: var(--bulma-body-color);
  letter-spacing: 0.1em;
}
h3.is-parkly {
  font-family: Parkly, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1;
  color: white;
  letter-spacing: 0.2em;
}

@font-face {
  font-family: Rotundo;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  src: url(/webfonts/Rotundo-Regular.woff2) format("woff2"),
    url(/webfonts/Rotundo-Regular.woff) format("woff");
  font-display: optional;
}
a.navbar-item.small-vision-ident {
  font-family: Parkly, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  letter-spacing: 0.15em;
}
a.navbar-item.small-vision-ident:hover {
  color: lightgray;
}

h1.title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
}

h2.is-rotundo {
  font-family: Rotundo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1;
  letter-spacing: 0.05;
  color: white;
}

h3.is-date {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1em;
  font-weight: normal;
  color: var(--bulma-body-color);
}

.navbar-burger {
  color: white;
}

.video-header {
  display: flex;
  justify-content: space-between; /* pushes date to the right */
  align-items: baseline;          /* aligns the text baselines */
}

h3.title.video-title {
  font-size: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 2px;
}

h3.is-video-date {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1em;
  font-weight: normal;
  color: var(--bulma-body-color);
  float: right;
}