body {
  min-height: 100vh;
  background: #8b0100;
  margin: 0
}

/*Register Fonts*/
@font-face {
  font-family: "EB Garamond";
  src: url("../fonts/EBGaramond-ExtraBold.ttf") format("truetype"),
    url("../fonts/EBGaramond-ExtraBoldItalic.ttf") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "League";
  src: url("../fonts/LeagueGothic/TTF/LeagueGothic-Condensed.ttf") format("truetype"),
    url("../fonts/LeagueGothic/WOFF/LeagueGothic-Condensed.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "League";
  src: url("../fonts/LeagueGothic/TTF/LeagueGothic-Regular.ttf") format("truetype"),
    url("../fonts/LeagueGothic/WOFF/LeagueGothic-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Script";
  src: url("../fonts/OddityScript-Regular.ttf") format("truetype"),
    url("../fonts/OddityScript-Regular.woff") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "Eur";
  src: url("../fonts/EuropaMittelschrift.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Erika";
  src: url("../fonts/Erika/ErikaType.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Erika";
  src: url("../fonts/Erika/ErikaType_B.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EB Garamond";
  src: url("../fonts/EBGaramond-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Souvenir";
  src: url("../fonts/Souvenir-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Souvenir";
  src: url("../fonts/Souvenir-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Berolina";
  src: url("../fonts/Berolina.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.v-script {
  font-family: 'Script';
}


.v-slab {
  font-family: 'Erika';
}

.v-sans {
  font-family: 'Eur';
}


.v-serif {
  font-family: 'EB Garamond';
}

.general-text strong {
  text-decoration: underline;
  font-size: 2rem;
  vertical-align: baseline;
}

.general-text p {
  margin-bottom: 1.5rem;
}

.general-text a,
.artist-bio a,
.score a {
  color: brown;
}

.scrolled #hamburger {
  display: block;
  opacity: 1;
  position: absolute;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#hamburger .line {
  width: 30px;
  height: 3px;
  background-color: white;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.open #hamburger .line:nth-child(2) {
  opacity: 0;
}

.open #hamburger .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.open #hamburger .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.scrolled .nav-list {
  opacity: 0;
  top: -8px;
  transition: all 0.3s ease-in-out;
}

.scrolled .open .nav-list {
  display: block;
  opacity: 1;
  top: 24px;
  background: #b29963;
  padding: 5px;
  border: 1px solid white;
  border-top: 0;
}

.scrolled .open .nav-item {
  margin: 15px;
}



/*Nav scrolled effect*/

#hamburger {
  opacity: 0;
  z-index: 10;
}

ul.nav-list {
  transition: 0.2s;
}

.scrolled .nav-item {
  display: block;
}

img.scroll-bow {
  position: absolute;
  width: 43px;
  top: 11px;
  left: 15px;
  transition: .3s;
  opacity: 0;
}

.maxscroll .scroll-bow {
  opacity: 1;
}

.maxscroll .site-title {
  width: 60px;
  color: #cf000000;
}

/*Site Header*/
.row.fixed-header {
  border-bottom: 1px solid white;
  position: fixed;
  width: 100%;
  top: 0;
  background: #b7a06ced;
  z-index: 5;
  margin: 0;
  min-height: 50px;
  max-height: 90px;
}

.fixed-header .title-holder a {
  text-decoration: none !important;
}

.site-title {
  font-size: 50px;
  line-height: 40px;
  margin: 20px 0 20px -5px;
  width: fit-content;
  color: #faf6dc;
  font-style: italic;
  padding: 0 15px;
  background: #7b0c0c;
  transform: scale(1, 2);
  font-family: "EB Garamond", serif;
  font-weight: 900;
  border: 1px solid white;
  border-radius: 40px;
  letter-spacing: -3px;
  transition: font-size 0.2s ease-in-out;
}

ul {
  font-size: .8rem;
}

ul.nav-list {
  position: absolute;
  font-size: .9rem;
}

.nav-list li {
  display: inline-block;
  background: #ffffff63;
  box-shadow: 0px 0px 9px 7px #ffffff63;
  margin: 0 18px;
  padding: 3px 7px;
  border-radius: 20px;
}

.nav-list li:hover {
  background: #ffffff99;
  box-shadow: 0px 0px 13px 13px #ffffff99;
}

.nav-item-link[aria-current] {
  border-bottom: 2px solid white;
}

/*Nav Scrolled effect*/
.fixed-header.scrolled ul.nav-list {
  top: -8px;
}

.fixed-header ul.nav-list {
  right: 100px;
  padding: 10px;
  transition: 0.2s;
}

a.nav-item-link {
  color: black;
}

.mainmenu {
  margin: 20px 0;
  position: relative;
}

/*Language Switch*/
nav.languages {
  position: absolute;
  right: 15px;
  top: 4px;
  text-align: right;
  width: fit-content;
  vertical-align: top;
  transition: .2s;
  font-family: 'Eur';
}

.scrolled nav.languages {
  top: -17px;
}

nav.languages ul {
  list-style: none;
  font-size: 1.2rem;
}

nav.languages li a {
  color: black;
  opacity: 0.7;
  cursor: pointer;
  padding: 0px 4px;
  text-decoration: none;
}

nav.languages li.active a {
  opacity: 1;
  background: black;
  padding: 3px 4px 1px 4px;
  color: wheat;
  border-radius: 30px;
}

/*Spotlight Cursor*/
#spotlight {
  width: 150px;
  height: 150px;
  background: #ff0000d6;
  border-radius: 50%;
  position: absolute;
  margin-top: 0;
  mix-blend-mode: luminosity;
  opacity: .5;
  box-shadow: 0px 0px 10px 12px #ff0000d6;
  z-index: 1;
}

@media (min-width:868px) {
  .scrolled #hamburger {
    top: -15px;
    right: 100px;
  }

  .fixed-header ul.nav-list {
    top: 1px
  }
}

@media (max-width:868px) {
  .scrolled #hamburger {
    top: -13px;
    right: 60px;
  }

  #hamburger {
    display: block;
    opacity: 1;
    position: absolute;
    top: 7px;
    right: 70px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }

  .fixed-header ul.nav-list {
    top: -20px;
  }

  ul.nav-list {
    display: none;
  }


}

/*Homepage Screen*/
@media (min-width: 576px) {


  .mobile.lg-bow {
    display: none;
  }

  .col-sm-9.screen {
    border-right: 1px solid #c40000;
    min-height: 100vh;
  }

  img.lg-bow {
    width: 80%;
    top: 100px;
  }

  .home.main {
    margin-top: 480px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 40px;
  }

  #loading-score {
    padding: 20px 80px 80px 80px;
  }

  .loading-store-container {
    width: 50%;
  }

  /*Footer*/
  img.ribbon-title.sm {
    display: none;
  }
}

@media (max-width: 576px) {

  #spotlight {
    display: none;
  }

  .desk.lg-bow {
    display: none;
  }

  img.lg-bow {
    width: 99%;
    top: 97px;
  }

  .home.main {
    margin: calc(80px + 65vw) 0 0 0;
    background: none !important;
  }

  .mainmenu {
    position: absolute;
    top: 0;
  }

  .open .nav-list {
    display: block;
    opacity: 1;
    top: 24px;
    background: #b29963;
    padding: 5px;
    border: 1px solid white;
    border-top: 0;
  }


  .nav-list li {
    width: 100%;
    width: -webkit-fill-available;
    margin: 15px 0;
  }


  /*Homepage Grid*/
  .grid {
    grid-template-columns: 1fr;
    column-gap: 0px;
    row-gap: 20px;
  }

  #loading-score {
    padding: 20px 10px 80px 10px;
  }

  .loading-store-container {
    width: 90%;
  }

  /*Footer*/
  img.ribbon-title.lg {
    display: none;
  }
}

.scrolled .nav-item {
  display: block;
}

div#cranes .iframe-container#iframe-2 {
  display: block !important;
}

/*General Page*/
.page-title {
  font-size: 3.2rem;
  margin-left: -10px;
  line-height: 2.9rem;
}

.ca-council-holder img {
  width: 100%;
  max-width: 100%;
}

@media (max-width:768px) {
  .default-body {
    margin: 18px;
    padding: 4px;
  }

  .row.not-home {
    margin-top: 90px;
  }
}

@media (min-width:768px) {
  .default-body {
    margin: 45px;
    padding: 25px;
  }

  .row.not-home {
    margin-top: 83px;
  }
}

.default-body {
  background: #f9f3d5;
  box-shadow: 0px 0px 11px 7px #f9f3d5;
}

.general-text {
  font-family: 'Eur';
  font-size: 1.6rem;
}

/*Homepage Grid*/
.grid {
  display: grid;
  padding-left: 0;
  position: relative;
  z-index: 4;
}

.artist-grid .written {
  margin: 15px 7px 7px 7px;
}

.artist-grid a {
  text-decoration: none;
  color: white;
}

a p.grid-name {
  color: #c6b39d;
}

.grid-title {
  font-size: 2rem;
  margin: 7px 0 2px 0;
  color: white;
}

li.column {
  list-style: none;
  background: #000000eb;
  border-radius: 19px;
  overflow: hidden;
}


.home.main {
  z-index: 3;
  background: linear-gradient(360deg, transparent, #440000c9);
  padding: 25px;
}

.vid-holder {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  background: #ff000057;
  margin: 10px 15px;
  border: 1px solid white;
}

/*Homepage bow made of red ribbon*/

img.lg-bow.scrolled {
  opacity: 0;
  top: 70px;
}

.mobile.lg-bow {
  filter: hue-rotate(47deg) contrast(3);
}



img.lg-bow {
  position: fixed;
  right: 0;
  left: 0;
  filter: hue-rotate(47deg) contrast(4) brightness(.9);
  margin: auto;
  z-index: -1;
  opacity: 1;
  transition: .9s;
}

/*Background Image*/
.ribbon-title {
  padding: 20px 0;
  width: 100%;
  filter: hue-rotate(45deg) contrast(3) brightness(0.8);
}

/*Artist List*/
.home ul.artist-list {
  list-style: none;
  overflow: scroll;
  height: 100vh;
}

ul.artist-list a {
  color: wheat;
}

.artist-list li {
  margin: 13px 0;
}

.bio-content {
  padding: 0 10px 10px 10px;
}

.bio-title {
  padding: 15px 10px;
  background: white;
  font-size: 1.7rem;
}

.artist-bio {
  background: #f4f4be;
}

.thumb-holder {
  width: -webkit-fill-available;
  position: relative;
  overflow: hidden;
}

.artist-list p.list-name {
  vertical-align: top;
  display: inline-block;
  margin: 0 4px;
}

img.thumbnail {
  width: inherit;
}

span.timestamp {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 2px 4px;
  padding: 4px 7px 1px 7px;
  background: black;
  border-radius: 10px;
  color: white;
}

/*Ticker*/
#ticker-wrapper {
  width: 100%;
  background: #d09c19ed;
  color: #9c0005;
  font-family: 'Souvenir';
  padding: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  user-select: none;
}

#ticker-text {
  animation: ticker-animation 15s linear infinite;
  animation-play-state: running;
  display: flex;
  gap: 5em;
  font-family: 'Erika';
}

div#ticker-text a {
  color: #1c0f00;
  margin: 0 14px;
}

.ticker-paused #ticker-text {
  animation-play-state: paused;
}

@keyframes ticker-animation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


/*No motion for users with motion paused*/
@media (prefers-reduced-motion: reduce) {
  #ticker-text {
    animation-play-state: paused !important;
  }

  #spotlight {
    display: none;
  }

}

button.hide-score {
  z-index: 9999;
  background: #d99c03;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  display: block;
  margin: auto;
  padding: 2px 20px;
  bottom: 100px;
  border-radius: 30px;
  width: fit-content;
  font-size: 1.8rem;
  cursor: pointer;
  color: black !important
}

.footer {
  background: #8b0100;
  padding: 10px 20px;
  margin-top: 85px;
  padding-bottom: 100px;
  box-shadow: 0px -20px 10px 5px #8b0100;
}

.footer ul.nav-list {
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 10;
}