@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Blackout";
  src: url("../font/blackout.woff2") format("woff2");
  /* Super Modern Browsers */
  src: url("../font/blackout.woff") format("woff");
  /* Pretty Modern Browsers */
  src: url("../font/blackout.ttf") format("truetype");
  /* Safari, Android, iOS */
}
body {
  font-family: "Blackout", sans-serif;
  background-color: #141414;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Hide Scrollbar */
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
body::-webkit-scrollbar {
  width: 0 !important;
}
body *, body *:focus {
  outline: none !important;
}

a,
a:hover,
a:focus,
a:active {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.clickableText {
  cursor: pointer;
  color: inherit;
}
.clickableText.textUnderline {
  text-decoration: underline;
}

.arrows path {
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
  -moz-animation: arrow 2s infinite;
}

.arrows path.a1 {
  animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
}

.arrows path.a2 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}

.arrows path.a3 {
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.pulse {
  animation: pulse 1.5s infinite alternate-reverse;
  -webkit-animation: pulse 1.5s infinite alternate-reverse;
  -moz-animation: pulse 1.5s infinite alternate-reverse;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
section#part-1 {
  min-height: 100vh;
  width: 100vw;
  background-color: #1B2A37;
  display: none;
  /* Responsive Breakpoint */
}
section#part-1.gradient {
  background: linear-gradient(180deg, #1B2A37 0%, #10283E 43.92%, #46222D 72.05%, #670B0D 100%);
}
section#part-1 #panel-1 {
  display: none;
}
section#part-1 #panel-2 {
  display: none;
}
section#part-1 #panel-3 {
  display: none;
}
section#part-1 #panel-4 {
  display: none;
}
section#part-1 #panel-5 {
  display: none;
}
section#part-1 div.col-12:nth-child(1) img {
  margin-top: 2rem;
}
section#part-1 img {
  margin: 0.5rem 0;
}
section#part-1 div.col-12:nth-child(5) img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
section#part-1 div.col-12:nth-child(6) {
  margin-bottom: 300vh;
  display: none;
}
section#part-1 div.col-12:nth-child(7) {
  opacity: 0;
}
section#part-1 div.col-12:nth-child(7) img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
section#part-1 .scroll-down {
  display: none;
  margin: 3rem 0;
}
section#part-1 .scroll-down p {
  font-family: "Work Sans", sans-serif;
  color: #FFFFFF;
}
section#part-1 .fire-logo {
  display: none;
  margin: 3rem 0 4rem 0;
}
section#part-1 .fire-pause {
  display: none;
  margin: 2rem 0 3rem 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section#part-1 .container {
    max-width: 700px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section#part-1 .container {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  section#part-1 .container {
    max-width: 700px;
  }
}

section#part-2 {
  min-height: 100vh;
  width: 100vw;
  background-color: #AC5456;
  display: none;
  /* Responsive Breakpoint */
}
section#part-2.gradient {
  background: linear-gradient(180deg, #AC5456 0%, #712D2D 35.42%, #3D0B0B 69.79%, #220102 98.61%);
}
section#part-2 #panel-6 {
  display: none;
}
section#part-2 #panel-7 {
  display: none;
}
section#part-2 #panel-8 {
  display: none;
}
section#part-2 #panel-9 {
  display: none;
}
section#part-2 #panel-10 {
  display: none;
}
section#part-2 #panel-10, section#part-2 #panel-10-a, section#part-2 #panel-10-b {
  display: none;
}
section#part-2 div.col-12:nth-child(1) img {
  margin-top: 2rem;
}
section#part-2 img {
  margin: 0.5rem 0;
}
section#part-2 div.col-12:nth-child(7) {
  margin-top: 300vh;
  opacity: 0;
}
section#part-2 div.col-12:nth-child(8) img {
  object-fit: cover;
  object-position: center;
  max-height: 35rem;
  width: 100%;
}
section#part-2 .scroll-down {
  display: none;
  margin: 3rem 0;
}
section#part-2 .scroll-down p {
  font-family: "Work Sans", sans-serif;
  color: #FFFFFF;
}
section#part-2 .fire-logo {
  display: none;
  margin: 3rem 0 4rem 0;
}
section#part-2 .fire-pause {
  display: none;
  margin: 2rem 0 3rem 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section#part-2 .container {
    max-width: 700px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section#part-2 .container {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  section#part-2 .container {
    max-width: 700px;
  }
}

section#part-3-a {
  min-height: 100vh;
  width: 100vw;
  background-color: #141414;
  display: none;
  /* Responsive Breakpoint */
}
section#part-3-a .row {
  min-height: 100vh;
  align-content: center;
}
section#part-3-a #panel-11 {
  display: none;
}
section#part-3-a div.col-12:nth-child(1) img {
  margin-top: 2rem;
}
section#part-3-a img {
  margin: 0.5rem 0;
}
section#part-3-a .fire-logo {
  visibility: hidden;
  margin: 3rem 0 4rem 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section#part-3-a .container {
    max-width: 700px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section#part-3-a .container {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  section#part-3-a .container {
    max-width: 700px;
  }
}

section#part-3-b {
  min-height: 100vh;
  width: 100vw;
  background-color: #3F0203;
  display: none;
  /* Responsive Breakpoint */
}
section#part-3-b .row:nth-child(1) {
  padding: 1rem 15px 0 15px;
}
section#part-3-b .row {
  padding: 0 0 1rem 0;
}
section#part-3-b #panel-12 {
  display: none;
}
section#part-3-b #panel-13 {
  display: none;
}
section#part-3-b #panel-14 {
  display: none;
}
section#part-3-b #panel-15 {
  display: none;
}
section#part-3-b #panel-16 {
  display: none;
}
section#part-3-b #panel-12 {
  padding: 0;
}
section#part-3-b #panel-13 {
  padding: 0;
}
section#part-3-b #panel-14 {
  padding: 0;
}
section#part-3-b img {
  margin: 0.5rem 0;
}
section#part-3-b .fire-logo {
  display: none;
  margin: 3rem 0 4rem 0;
}
section#part-3-b .fire-pause {
  display: none;
  margin: 2rem 0 3rem 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section#part-3-b .container {
    max-width: 700px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section#part-3-b .container {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  section#part-3-b .container {
    max-width: 700px;
  }
}

section#part-4 {
  min-height: 100vh;
  width: 100vw;
  background-color: #7290AA;
  display: none;
  /* Responsive Breakpoint */
}
section#part-4 .row {
  padding: 1rem 0 0 0;
}
section#part-4 #panel-16 {
  display: none;
}
section#part-4 #panel-17 {
  display: none;
}
section#part-4 #panel-18 {
  display: none;
}
section#part-4 #panel-19 {
  display: none;
}
section#part-4 img {
  margin: 0.5rem 0;
}
section#part-4 .fire-logo {
  display: none;
  margin: 3rem 0 4rem 0;
  width: 249px;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section#part-4 .container {
    max-width: 700px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section#part-4 .container {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  section#part-4 .container {
    max-width: 700px;
  }
}

body.about {
  min-height: 100vh;
  background-color: #141414;
  color: #FFFFFF;
  margin-top: 4rem;
  font-family: "Work Sans", sans-serif;
  /* Responsive Breakpoint */
}
body.about section {
  position: relative;
  margin: 5rem 1rem 0 1rem;
}
body.about section:last-child {
  margin: 5rem 1rem;
}
body.about section:nth-child(2):after, body.about section:nth-child(3):after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: -30px;
  width: 100px;
  border-bottom: 2px solid #FFFFFF;
}
body.about section h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
body.about section p {
  text-align: left;
  font-size: 1.125rem;
  margin: 2rem 0;
}
body.about section .btn {
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-color: #FFFFFF;
  color: #FFFFFF;
  border-width: 2px;
  border-radius: 3px;
  margin: 1.5rem 0;
}
body.about section.title {
  margin-top: 5rem;
}
body.about section.title img {
  max-height: 20rem;
}
body.about section.description {
  margin-top: 0;
}
body.about section.description img {
  max-height: 20rem;
}
body.about section.little-red-comma {
  margin-bottom: 3rem;
}
@media (max-width: 575.98px) {
  body.about section h1 {
    font-size: 1.75rem;
  }
  body.about section p {
    font-size: 1.125rem;
  }
  body.about section.title {
    margin: 3rem 0;
  }
  body.about section.title img {
    max-height: 15rem;
  }
  body.about section.description p:first-child {
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body.about section h1 {
    font-size: 1.75rem;
  }
  body.about section p {
    font-size: 1.125rem;
  }
  body.about section.title {
    margin: 3rem 0;
  }
  body.about section.title img {
    max-height: 15rem;
  }
  body.about section.description p:first-child {
    margin-top: 0;
  }
}
body.credits {
  min-height: 100vh;
  background-color: #141414;
  color: #FFFFFF;
  margin-top: 4rem;
  font-family: "Work Sans", sans-serif;
  /* Responsive Breakpoint */
}
body.credits section {
  position: relative;
  margin: 5rem 2rem 0 2rem;
}
body.credits section:last-child {
  margin: 5rem 0;
}
body.credits section:nth-child(2):after, body.credits section:nth-child(3):after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: -30px;
  width: 100px;
  border-bottom: 2px solid #FFFFFF;
}
body.credits section h1 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 3rem;
}
body.credits section p {
  font-family: "Work Sans", sans-serif;
  font-size: 1.125rem;
  margin: 2rem 0;
}
body.credits section a.clickableText {
  font-weight: bold;
  text-decoration: underline;
}
body.credits section.title {
  margin: 5rem 0;
}
body.credits section.title img {
  max-height: 6rem;
  filter: drop-shadow(11px 5px 7px #333);
}
body.credits section.logo p {
  margin-bottom: 0;
  font-weight: 700;
}
body.credits section.logo img#nac, body.credits section.logo img#tusitala, body.credits section.logo img#esplanade {
  max-height: 10rem;
}
body.credits section.credit {
  margin-bottom: 3rem;
}
body.credits section.credit .col-md-5:nth-child(odd) p {
  font-weight: 700;
}
body.credits section.credit .col-md-5:nth-child(even) p {
  font-family: "Work Sans", sans-serif;
  font-size: 1.375rem;
}
@media (max-width: 575.98px) {
  body.credits section h1 {
    font-size: 1.75rem;
  }
  body.credits section p {
    font-size: 1.125rem;
  }
  body.credits section.title {
    margin: 2rem 0;
  }
  body.credits section.title img {
    max-height: 6rem;
  }
  body.credits section.description {
    margin-top: 2rem;
  }
  body.credits section.logo p {
    margin-top: 0;
  }
  body.credits section.logo img#nac, body.credits section.logo img#tusitala, body.credits section.logo img#esplanade {
    max-height: 10rem;
  }
  body.credits section.credit .col-md-5:nth-child(odd) p {
    font-weight: 700;
    margin: 1rem 0;
  }
  body.credits section.credit .col-md-5:nth-child(even) p {
    margin-top: 0;
    font-size: 1.375rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body.credits section h1 {
    font-size: 1.75rem;
  }
  body.credits section p {
    font-size: 1.125rem;
  }
  body.credits section.title {
    margin: 2rem 0;
  }
  body.credits section.title img {
    max-height: 6rem;
  }
  body.credits section.description {
    margin-top: 2rem;
  }
  body.credits section.logo p {
    margin-top: 0;
  }
  body.credits section.logo img#nac, body.credits section.logo img#tusitala, body.credits section.logo img#esplanade {
    max-height: 10rem;
  }
  body.credits section.credit .col-md-5:nth-child(odd) p {
    font-weight: 700;
    margin: 1rem 0;
  }
  body.credits section.credit .col-md-5:nth-child(even) p {
    margin-top: 0;
    font-size: 1.375rem;
  }
}
section.navbar {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 !important;
  position: fixed !important;
  bottom: 0;
  right: 0;
  left: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 0.5rem;
  opacity: 0;
  display: none;
  /* Responsive Breakpoint */
}
section.navbar .row {
  width: 100%;
  margin: 0 !important;
}
section.navbar svg {
  max-height: 2.2rem;
}
section.navbar .audioToggle {
  font-size: 1.7rem;
  line-height: 0;
  color: #141414;
}
section.navbar .audioToggle .mute {
  display: block;
}
section.navbar .audioToggle .unmute {
  display: none;
}
section.navbar-desktop {
  background-color: rgba(0, 0, 0, 0.6);
  margin: auto !important;
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: 18.2rem;
  width: 4rem;
  border-radius: 0.5rem;
  opacity: 0;
  /* Responsive Breakpoint */
}
section.navbar-desktop .container-fluid {
  padding: 0;
}
section.navbar-desktop .row {
  padding: 0;
  width: 100%;
  margin: 0 !important;
}
section.navbar-desktop svg {
  margin: 1rem 0;
}
section.navbar-desktop .audioToggle {
  font-size: 1.4rem;
  color: #FFFFFF;
  margin: 0.5rem 0;
}
section.navbar-desktop .audioToggle .mute {
  display: block;
}
section.navbar-desktop .audioToggle .unmute {
  display: none;
}
section#loading {
  height: 100vh;
  width: 100vw;
  color: #FFFFFF;
}
section#loading .row {
  min-height: 100vh;
  align-content: center;
  align-items: center;
}
section#loading img {
  max-height: 6rem;
  transform: rotate(120deg);
}
section#loading img.mover {
  -webkit-animation: mover 3s infinite alternate-reverse;
  animation: mover 3s infinite alternate-reverse;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0) rotate(120deg);
  }
  100% {
    transform: translateY(-15px) rotate(190deg);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0) rotate(120deg);
  }
  100% {
    transform: translateY(0) rotate(190deg);
  }
}
section#loading p {
  margin-top: 1rem;
}
section#loading #headphones {
  position: absolute;
  bottom: 8%;
  right: 0;
  left: 0;
  margin: auto;
}
section#loading #headphones svg {
  max-height: 1.5rem;
}
section#loading #headphones p {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
}

section#cover {
  height: 100vh;
  width: 100vw;
  color: #FFFFFF;
  display: none;
  /* Responsive Breakpoint */
}
section#cover .title {
  height: 100%;
  margin-top: 2rem;
  transition: all 1s ease;
}
section#cover .title h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 2.813rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
section#cover .title p {
  font-family: "Work Sans", sans-serif;
  font-size: 1.125rem;
}
section#cover .first-row {
  min-height: 100vh;
  align-content: space-evenly;
}
section#cover #poem {
  font-family: "Work Sans", sans-serif;
  opacity: 0;
  transition: opacity 2s ease;
}
section#cover #poem .row div:nth-child(1) {
  margin-top: 1rem;
}
section#cover #poem .row div:nth-child(1) p, section#cover #poem .row div:nth-child(2) p {
  font-size: 0.938rem;
  color: #AACDFE;
  padding: 0 2rem;
}
section#cover #poem .row div:nth-child(3) p, section#cover #poem .row div:nth-child(4) p {
  font-size: 0.938rem;
  color: #D4E6FE;
  font-style: italic;
  padding: 0 2rem;
}
section#cover #poem div:nth-child(5) {
  margin: 1rem 0 2rem 0;
}
section#cover #poem div:nth-child(5) p {
  margin: 1.5rem 0;
  font-size: 1rem;
}
section#cover #homepage {
  display: none;
}
section#cover #homepage div:nth-child(1) {
  margin-top: 1rem;
}
section#cover #homepage img {
  width: 100vw;
  height: 14rem;
  object-fit: cover;
  object-position: center;
}
section#cover #homepage .start {
  margin-top: 3rem;
  font-size: 2rem;
}
section#cover #homepage .start p {
  margin: 0;
}
section#cover #homepage div:nth-child(3) {
  margin: 1rem 0;
  padding: 0 3.5rem;
  font-size: 1.25rem;
}
section#cover #homepage div:nth-child(4) {
  margin: 1rem 0;
  padding: 0 3rem;
  font-size: 1.25rem;
}
section#cover #homepage div:nth-child(5) {
  margin: 2rem 0;
}
section#cover #homepage div:nth-child(5) p {
  margin: 0;
  bottom: 1rem;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
}
@media (max-width: 575.98px) {
  section#cover #poem div:nth-child(2) {
    margin-bottom: 1rem;
  }
  section#cover #poem div:nth-child(2):after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 50px;
    border-bottom: 2px solid #FFFFFF;
  }
  section#cover #poem div:nth-child(3) {
    margin-top: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section#cover #poem div:nth-child(2) {
    margin-bottom: 1rem;
  }
  section#cover #poem div:nth-child(2):after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 50px;
    border-bottom: 2px solid #FFFFFF;
  }
  section#cover #poem div:nth-child(3) {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section#cover #poem .row p {
    font-size: 1.25rem;
    margin: 1.5rem 0;
  }
  section#cover #poem .row div:nth-child(1) {
    margin-top: 0;
  }
  section#cover #poem .row div:nth-child(5) {
    margin: 3rem 0;
  }
  section#cover #poem .row div:nth-child(5) p {
    margin: 1.5rem 0;
  }
  section#cover #homepage img {
    width: 100vw;
    height: 20rem;
    object-fit: contain;
    object-position: center;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section#cover #poem .row p {
    font-size: 1.25rem;
    margin: 1.5rem 0;
  }
  section#cover #poem .row div:nth-child(1) {
    margin-top: 0;
  }
  section#cover #poem .row div:nth-child(5) {
    margin: 3rem 0;
  }
  section#cover #poem .row div:nth-child(5) p {
    margin: 1.5rem 0;
  }
  section#cover #homepage img {
    width: 100vw;
    height: 20rem;
    object-fit: contain;
    object-position: center;
  }
}
@media (min-width: 1200px) {
  section#cover #poem .row p {
    font-size: 1.25rem;
    margin: 1.5rem 0;
  }
  section#cover #poem .row div:nth-child(1) {
    margin-top: 0;
  }
  section#cover #poem .row div:nth-child(5) {
    margin: 3rem 0;
  }
  section#cover #poem .row div:nth-child(5) p {
    margin: 1.5rem 0;
  }
  section#cover #homepage img {
    width: 100vw;
    height: 20rem;
    object-fit: contain;
    object-position: center;
  }
}

section#synopsis {
  height: 100vh;
  width: 100vw;
  color: #FFFFFF;
  font-family: "Work Sans", sans-serif;
  display: none;
  /* Responsive Breakpoint */
}
section#synopsis .row {
  min-height: 100vh;
  align-content: space-evenly;
}
section#synopsis div:nth-child(2) p {
  margin-top: 1rem;
  font-size: 1rem;
}
@media (max-width: 575.98px) {
  section#synopsis #poem div:nth-child(2) {
    margin-bottom: 1rem;
  }
  section#synopsis #poem div:nth-child(2):after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 50px;
    border-bottom: 2px solid #FFFFFF;
  }
  section#synopsis #poem div:nth-child(3) {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section#synopsis p {
    margin: 1.5rem 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section#synopsis p {
    margin: 1.5rem 0;
  }
}
@media (min-width: 1200px) {
  section#synopsis p {
    margin: 1.5rem 0;
  }
}

/* Responsive Breakpoint */
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 940px;
  }
}

/*# sourceMappingURL=style.css.map */
