html {
  scroll-behavior: smooth;
}
body {
  background: #560007;
}

body {
  display: flex;
  align-items: start;
  justify-content: center;

  background: #560007;
  background-size: 100% 100vh !important;
  background-repeat: no-repeat;
  background-attachment: fixed;

  font-size: 10px;
  font-family: "Cormorant Garamond", sans-serif;
  text-shadow: 1px 1px 3px #000a;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: var(--secondary);
}

main {
  max-width: 800px;
  background: url(../img/mainbg.jpg);
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: top center;
  box-shadow: 0px 0px 20px #0004;
}

header {
  display: flex;
}

[logo] {
  width: 200px;
  margin: 6rem 0rem 0 0;
}

[logofont] {
  width: 200px;
  margin: 1rem 0rem 0 0;
}

[skew] {
  transform: skew(0, 0deg);
}

[claim] {
  font-size: 2.8rem;
  letter-spacing: -0.25rem;
  line-height: 2.8rem;
  font-weight: 900;
  overflow: hidden;
}

article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 2rem 0;
}

footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  margin: 4rem 0 0 0;
  opacity: 0.75;
}

footer > section {
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 2rem !important;
  width: 33%;
  background: transparent;
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

header {
  background: transparent;
  width: 100%;
}

header > h1 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary);
  width: 100%;
  text-align: center;
  margin-top: 3rem;
  border-bottom: 1px solid var(--primary);
  padding-bottom: 0.5rem;
}

section {
  width: 100%;
  font-weight: 100;
  font-size: 1.25rem;
  line-height: 2rem;
  font-style: italic;
  margin: 0;
  padding: 2rem 2rem !important;
  color: var(--primary);
}

section strong {
  font-weight: 900;
}

section a {
  color: inherit;
  font-weight: 900;
}

menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 5rem 0 0 0;
}

menu > a {
  line-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 0.5px solid var(--primary);
  font-weight: 100;
  width: 70%;
  padding: 0.5rem 0;
  font-size: 1.25rem;

  color: var(--primary-contrast);
}

menu > a:first-of-type {
  border-top: 5px solid var(--primary);
  font-weight: 900;
}

menu > a:last-of-type {
  border-bottom: 5px solid var(--primary);
}

main > header {
  flex-direction: column;
  align-items: center;
}

strong {
  font-weight: 900;
}

[audio-playlist] ul li,
[video-playlist] ul li {
  display: flex;
  flex-direction: column;
}
[video-playlist] {
  width: 100%;
  overflow: hidden;
}

[video-playlist] video {
  width: 400px !important;
}
