body {
  font-family: "adobe-handwriting-tiffany", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding: 0;
  margin: 0;
  background-color: #000;
  color: #ccc;
  opacity: 0;
}

.h-stack {
  display: grid;
  grid-auto-flow: column;
}

/* Plr */

:root {
  --plyr-color-main: rgb(201, 156, 110);
}

.js-player {
  width: 1120px;
  height: 630px;
}

.plyr__video-embed {
  /* z-index: 4; */
  border-radius: 1em;
}

.center-content {
  display: flex;
  justify-content: center;
}

#hero-text {
  font-family: "droid-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

::selection {
  background-color: #aaa;
}

.header {
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 1em;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  --blur: blur(0px);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
}

.header.small {
  font-size: 0.8em;
  --blur: blur(12px);
}

.header a {
  color: inherit;
  text-decoration: none;
}

.center {
  display: block;
  text-align: center;
}

.content .container {
  margin: 0.5em;
  padding-top: 2em;
  position: relative;
  top: 50vh;
  background-color: #0008;
  --blur: blur(24px);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
}

.content .heading {
  color: rgb(201, 156, 110);
  font-family: "droid-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 2em;
  margin-bottom: 0;
  text-transform: uppercase;
}

.content article p {
  margin: 2em;
  margin-top: 0;
  max-width: 30em;
  text-align: justify;
}

.content article p.large {
  font-size: 1.2em;
  max-width: 25em;
  font-family: "droid-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.content p img {
  border-radius: 0.1em;
  max-width: 34%;
  float: left;
  margin: 0.2em 0.8em 0 0;
  -webkit-border-radius: 0.1em;
  -moz-border-radius: 0.1em;
  -ms-border-radius: 0.1em;
  -o-border-radius: 0.1em;
}

#main-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}

.bg {
  position: fixed;
  display: block;
  width: 100%;
}

.bg img {
  width: 100%;
}

.content .btn {
  font-size: 1.6em;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.2em 1em;
  text-align: center;
  background-color: #444444;
  color: #fff;
  border-radius: 2em;
  text-decoration: none;
  margin: 1em;
}

.fundraising-progress {
  max-width: 400px;
  margin: 2em auto;
  text-align: center;
}

.progress-stats {
  margin-bottom: 0.5em;
  font-family: "museo-slab", serif;
}

.amount {
  font-size: 1.5em;
  font-weight: bold;
  margin-right: 0.3em;
}

.goal {
  color: #666;
}

.progress-bar {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  height: 20px;
  padding: 2px;
}

.progress {
  background: #4caf50;
  border-radius: 8px;
  height: 100%;
  width: 0;
  transition: width 1.5s ease-out;
}

.progress.animate {
  width: var(--progress-width);
}

@media (max-width: 768px) {
  .bg {
    margin-top: 8em;
  }

  .h-stack {
    grid-auto-flow: row;
  }

  .header {
    font-size: 0.8em;
  }

  .header.small {
    font-size: 0.4em;
  }
}

@media (max-width: 375px) {
  .header {
    font-size: 0.6em;
  }
}
