@font-face {
  font-family: 'NoirPro';
  src: url('NoirPro-Medium.eot');
  /* IE9 Compat Modes */
  src: url('NoirPro-Medium.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('NoirPro-Medium.woff2') format('woff2'),
    url('NoirPro-Medium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'NoirPro';
  src: url('NoirPro-Regular.eot');
  /* IE9 Compat Modes */
  src: url('NoirPro-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('NoirPro-Regular.woff2') format('woff2'),
    url('NoirPro-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'NoirPro';
  src: url('NoirPro-Light.eot');
  /* IE9 Compat Modes */
  src: url('NoirPro-Light.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('NoirPro-Light.woff2') format('woff2'),
    url('NoirPro-Light.woff') format('woff');
  font-weight: 300;
  font-display: swap;
}

html {
  overscroll-behavior: none;
}

body {
  align-items: center;
  background: #405D97 url('velence.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: grid;
  font-family: NoirPro, sans-serif;
  font-size: .55rem;
  gap: 7vmin;
  margin: 0;
  min-height: 100dvh;
  text-align: center;
  text-transform: uppercase;
  place-content: center;
  width: 100%;
}

header {
  align-self: self-end;
  color: #fff;
  letter-spacing: .1em;
  margin-block: .5rem;
  scale: .5;
}

hr {
  border: 1px solid currentColor;
  border-bottom: none;
}

main {
  margin: auto;
  max-width: 922px;
  padding: .5rem 1rem;
/*  font-family: sans-serif;*/
  text-align: left;
  text-transform: initial;
}

a {
  color: #fff;
  font-weight: 500;
  margin-block: 0.25rem;
  padding: .25rem 1ch;
  text-decoration: none;
}

main a {
  font-weight: 400;
  padding: 0;
}

a.disabled {
  cursor: not-allowed;
}
/*
footer a:not(.disabled):hover {
  text-decoration: overline;
  text-decoration-style: wavy;
  text-decoration-thickness: .125rem;
}
*/
.wave {
  height: auto;
  margin-inline: auto;
  margin-block: 0 1.25rem;
  max-width: 100px;
}

.bml {
  font-size: 6.5em;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: .8;
  margin-block: 0.0125rem;
  padding-left: .05em;
}

.bml span {
  font-weight: 300;
  margin-inline: .1em;
}

.year {
  font-size: 13em;
  font-weight: 300;
  letter-spacing: .1em;
  line-height: 1;
  margin-block: 0;
  padding-left: .05em;
}

.date {
  font-size: 6em;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: .8;
  margin-block: 0.0125rem;
  padding-left: .05em;
}

.location {
  font-size: 3.125em;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: .8;
  margin-block: 1rem 0;
  padding-left: .05em;
}

footer {
  /* align-self: self-start; */
  font-size: 0.75rem;
  letter-spacing: .1em;
  margin-block: .5rem;
}

nav {
  display: grid;
  gap: .25rem;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  margin-inline: auto;
  max-width: 320px;
  place-items: center;
}

nav a:first-child {
  grid-column: 1 / -1;
}

@media screen and (min-width: 375px) { header { scale: .625; } }
@media screen and (min-width: 420px) { header { scale: .75; } }
@media screen and (min-width: 530px) { header { scale: .9; } }
@media screen and (min-width: 640px) { header { scale: 1; } }