:root {
  --curtain-position: calc(95%);
  --red: #c40719;
}

body {
  background: rgb(5 2 2);
  color: rgb(247, 243, 224);
  font-family: 'Nanum Myeongjo', serif;
  background-image: url('img/rope_thin.png');
  background-position-x: center;
  background-repeat: repeat-y;
  background-size: 1% 50%;
  background-blend-mode: lighten;
}

h1,
h2 {
  font-family: 'Playfair Display', serif;
  text-align: center;
}

h1 {
  font-size: 1rem;
  font-style: italic;
  /* width: auto; */
  display: inline-block;
  padding: 2rem 2rem 1.5rem;
  background-color: var(--red);
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.616) 0px 20px 20px 10px;
  margin: 0 auto;
}
h1 img {
  height: 4rem;
}
h1 em {
  font-size: 2rem;
  font-style: normal;
}
h2 {
  padding-top: 4rem;
  font-size: 1.7rem;
  font-style: normal;
}
h2 em {
  font-size: 1rem;
  font-style: italic;
  line-height: 0.6rem;
}

.curtain {
  background-image: url('img/curtain_top.png');
}

header {
  display: flex;
}

blockquote p {
  position: relative;
  text-align: left;
  font-family: 'Playfair Display', serif;
  quotes: '\201C''\201D''\2018''\2019';
  color: #b0a89d;
}

blockquote p:before {
  content: '\201C';
  font-size: 3em;
  position: absolute;
  top: -0.7em;
  left: -0.1em;
  color: rgb(65, 45, 19);
}

body > header {
  background-position: bottom;
  height: 40px;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  box-shadow: rgb(0 0 0 / 32%) -8px 2px 15px 16px;
}

.curtains {
  background-image: url('img/curtain_1.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  /* top: 30px; */
  /* float: left; */
  position: fixed;
  bottom: 30px;
  z-index: 1;
}
#curtain_left {
  right: var(--curtain-position);
  background-position: right bottom;
}
#curtain_right {
  left: var(--curtain-position);
  background-position: left bottom;
}

#intro {
  position: relative;
  color: #30161e;
  z-index: 9;
  padding: 260px 0 450px 0;
  background-image: url('img/hero.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: calc(100% + 1vw + 1vh);
}

#intro:hover {
  background-position: center calc(100%);
}

#intro h2 {
  display: none;
}
.picture {
  text-align: center;
  height: 700px;
}

blockquote {
  font-style: italic;
  font-size: 1.3rem;
  padding-left: 2em;
}

.call {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.board {
  position: relative;
  top: 40%;
  margin: 0 auto;
  z-index: 9;
  width: 442px;
  height: 456px;
  background-image: url('img/board.png');
  background-repeat: no-repeat;
  background-position-x: center;
}

.imgs {
  text-align: center;
}
.imgs img {
  margin: 6em auto;
  box-shadow: #000000cf 6px 17px 17px 13px;
  /* rotate: 9deg; */
}

.box {
  background-color: hwb(0 12% 86%);
  background-image: url('img/blackboard.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-blend-mode: hard-light;
  padding: 1em;
  box-shadow: #000000cf 6px 17px 17px 13px;
  /* border: rgb(30 20 20) 1px solid; */
  margin: 1.5em;
}
.box em {
  color: #574245;
}

h3 {
  color: #af9e78;
  margin: 1em 0;
}

.lastcall a {
  color: #af9e78;
  background-color: var(--red);
  text-decoration: none;
  padding: 0.5em 1em;
  margin: 2em;
  font-size: large;
}

a {
  color: #fa7d51;
}
a:hover {
  color: #c40719;
}

ol {
  text-align: left;
  margin: 0 auto;
  font-style: normal;
}
ol li {
  font-style: italic;
}
