body {
  background-color: black;
  background: black url(photos/rankin-spiral-bw.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 1.2em;
  /* 16x0.875=14px */
  line-height: 1.4em;
  /* 16x1=16px */
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  color: white;
  text-align: center;
  margin: 0;
  min-height: 100vh;
}

#body__overlay {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  min-width: 100vw;
  background-color: rgb(199 81 190 / 85%);
  transition: background-color 0.7s;
}

a,
a:visited {
  color: #cdf8f6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}

h1 img {
  width: 50vh;
  max-width: 300px;
}

ol {
  list-style-type: none;
  padding: 0;
  margin-bottom: 16px;
}

ol li {
  margin-bottom: 12px;
}

h2 {
  margin-top: 0;
}

nav {
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 4px 16px;
}

/* CSS */
.usc-bookings {
  background-color: initial;
  background-image: linear-gradient(-180deg, #ff7e31, #e62c03);
  border-radius: 100px;
  box-shadow: rgb(0 0 0 / 10%) 0 2px 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0 50px;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  z-index: 1;
  border: 0;
  transition: box-shadow 0.2s;
  font-weight: bold;
  top: 80px;
  right: -100px;
  transform-origin: center;
  transform: rotate(5deg);
}

.usc-bookings:hover {
  background-image: linear-gradient(-180deg, #f86d1c, #d22a04);
}

.usc-bookings a:hover {
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .usc-bookings {
    right: 12px;
  }
}

@media screen and (max-width: 600px) {
  .usc-bookings {
    top: 120px;
  }
}

/*.ucs-home main {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
  	grid-template-areas: "space logo gigs";
  	height: 80vh;

}
.ucs-home h1 {
	grid-area: logo;
}
.ucs-home h1 img {
	width: 50vw;
	max-width: 400px;
}*/

.usc-wrapper {
  position: relative;
}

.usc-promo {}

.usc-promo img {
  margin-block-start: 8px;
  width: 30vh;
}

.usc-promo a img:hover {
  filter: brightness(1.2);
}

.usc-video-wrapper {
  position: absolute;
  top: 0;
  background-color: #000;
  width: 100%;
}

#uscVideo {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
  max-height: 90vh;
}

.usc-close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  display: none;
}

.usc-video-wrapper:hover .usc-close {
  display: block;
}

/* footer {
  align-items: center;
} */
footer ul {
  margin: 24px 0 48px;
  padding: 0;
}

footer li a,
footer li a:visited {
  background-color: rgba(53, 7, 49, 0.85);
  display: inline-block;
  line-height: 1.6em;
  color: white;
  text-decoration: none;
  padding: 0 8px;
}

footer li {
  display: inline-block;
  padding: 24px 8px 0 8px;
  transition: background 0.2s ease-in-out;
}

.pd-cancelled {
  text-decoration: line-through;
}

nav {
  border-radius: 0 0 16px 16px;
  box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.4);
}

nav ul {
  margin: 0;
  padding: 0;
}

nav li a,
nav li a:visited {
  color: #cdf8f6;
  display: inline-block;
  line-height: 1.6em;
  text-decoration: none;
  padding: 0 4px;
}

nav li {
  display: inline-block;
  padding: 8px;
  transition: background 0.3s ease-in-out;
}

nav .peak {
  padding-left: 24px;
  padding-right: 0;
}

nav .peak a {
  background-color: rgba(0, 0, 0, 0.7);
}

nav li.facebook {
  background: url(img/icons/facebook-24x24.png) no-repeat;
}

nav li.facebook:hover {
  background: url(img/icons/facebook-24x24.png) no-repeat;
}

nav li.youtube {
  background: url(img/icons/youtube-24x24.png) no-repeat;
}

nav li.youtube:hover {
  background: url(img/icons/youtube-24x24.png) no-repeat;
}

nav li.instagram {
  background: url(img/icons/instagram-24x24.png) no-repeat;
}

nav li.instagram:hover {
  background: url(img/icons/instagram-24x24.png) no-repeat;
}

nav li.email {
  background: url(img/icons/email-24x24.png) no-repeat;
}

nav li.email:hover {
  background: url(img/icons/email-24x24.png) no-repeat;
}

nav li.twitter {
  background: url(img/icons/twitter-24x24.png) no-repeat;
}

nav li.twitter:hover {
  background: url(img/icons/twitter-24x24.png) no-repeat;
}

nav li.peak {
  background-position: 12px 10px;
}

nav li.peak:hover,
nav li.peak:focus {
  background-position: 0px 10px;
}

/* footer li.facebook {
  background: url(img/icons/facebook-24x24.png) no-repeat 32px 32px;
}
footer li.facebook:hover {
  background: url(img/icons/facebook-24x24.png) no-repeat 32px 0;
}
footer li.youtube {
  background: url(img/icons/youtube-24x24.png) no-repeat 28px 32px;
}
footer li.youtube:hover {
  background: url(img/icons/youtube-24x24.png) no-repeat 28px 0;
}
footer li.instagram {
  background: url(img/icons/instagram-24x24.png) no-repeat 28px 32px;
}
footer li.instagram:hover {
  background: url(img/icons/instagram-24x24.png) no-repeat 28px 0;
}
footer li.email {
  background: url(img/icons/email-24x24.png) no-repeat 28px 32px;
}
footer li.email:hover {
  background: url(img/icons/email-24x24.png) no-repeat 28px 0;
}
footer li.twitter {
  background: url(img/icons/twitter-24x24.png) no-repeat 28px 32px;
}
footer li.twitter:hover {
  background: url(img/icons/twitter-24x24.png) no-repeat 28px 0;
} */

.glass {
  width: fit-content;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 5px 15px 30px -15px rgba(0, 0, 0);
}

.usc-giglist {
  text-align: start;
}