@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles:wght@400;700&family=Quicksand:wght@300;400;500;600;700&display=swap');

body {
  background-color: black !important;
  font-family: Quicksand !important;
  color: white !important;
}

/* Skip link for accessibility */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #000;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  border-radius: 0 0 4px 4px;
  z-index: 9999;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 0;
  color: #fff;
  text-decoration: underline;
}

footer {
  text-align: center;
  padding: 1rem;
}

footer a {
  color: white;
  text-decoration: none;
  font-size: 12px;
}

footer a:hover {
  color: #b07c74;
  text-decoration: underline;
}

/* NAV */

.navbar{
  background-color: #3b081a !important;
}

.navdark a, .navdark a:visited, .navdark a:active {
  color: white;
  font-size: 20px;
}

.navdark a:hover {
  color: #b07c74;
  text-decoration: underline;
}

/* Hero */

.hero {
  height: 80vh;
  min-height: 350px;
  background-image:
    /* top, transparent black, faked with gradient */
    linear-gradient(
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1)
    ),
    /* bottom, image */
    url('../images/giulio.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: left;
  position: relative;
}

.hero-text, .hero-text a, .hero-text a:hover {
  padding-top: 16rem !important;
  padding-bottom: 0;
  color: white;
  text-align: center !important;
  text-decoration: none;
}

.hero-text h1, h3{
  font-size: 36px;
  font-family: 'Fuzzy Bubbles', cursive !important;
  font-weight: 500 !important;
  padding: 0;
  margin: 0;
}

.hero-text p a {
  font-weight: 300 !important;
  font-style: italic;
  font-size: 24px;
  font-family: 'Fuzzy Bubbles', cursive !important;
  padding: 0;
  margin: 0;
}

.hero-foot {
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-foot li {
  display: inline-block;
  padding-left: 10px;
}

.hero-foot a {
  color: white;
  font-size: 24px;
}

.hero-foot a:hover {
  color: #CC9A91;
  font-size: 24px;
}

.video-container {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.video-container iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 560px;
  height: 315px;
}

@media (max-width: 600px) {
  .video-container iframe {
    max-width: calc(100% - 40px);
  }
}

@media (min-width: 768px) {

  .hero {
    height: 90vh;
    background-position: left top;
  }

  .hero-text h1 {
    font-size: 60px;
  }

  .hero-text {
    float: left;
    padding-left: 2rem;
  }

  .img-scale {
    max-width: 60%; /* Adjust the percentage to set the desired width */
  }

}


hr {
   border: 2px solid black !important;
   background-color: #3b081a !important;
   border-radius: 5px;
   height: 12px !important;
   padding: 0 !important;
   margin: 0 !important;
   opacity: 1 !important;
}


/* Shows */
.shows {
  padding-top: 12px;
  background: black;
  color: white;
}

.show {
  margin: 20px 0 !important;
}

.shows h1,h2,h3,h4,h5,.button, .bio {
  text-align: center;
}

.button {
  height: 40px;
  margin: 20px 0;
}

.buy-sold-out {
  text-decoration: line-through;
}

.boxpremium {
  background-color: #3b081a !important;
  color: white !important;
  border: 2px solid white;
  padding: 10px 20px;
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
}

.boxwhite {
  background-color: rgb(255, 255, 255) !important;
  border: 2px solid #9ca8b2 !important;
  color: black;
  padding: 10px 20px;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}

.shows h1, .bio h1 {
  font-size: 24px;
  text-decoration: underline;
}

.shows h2 {
  font-size: 22px;
}

.shows h3 {
  font-size: 20px;
}

.shows h4 {
  font-size: 18px;
}

.shows p{
  font-size: 14px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
}

.shows li {
  font-size: 14px;
}


.showsbutton {
  padding: 12px 30px;
  display: inline;
  background: white;
  color: black;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
}

.shows a {
  text-decoration: none;
}

/* Bio Admin */
.bio textarea {
  text-align: left;
  margin: 0 auto;
  width: 80%;
  height: 150px;
  padding: 10px;
  font-size: 18px;
}

@media (min-width: 768px) {

  .shows p {
    width: 60%;
    font-size: 18px;
  }

  .shows li {
    font-size: 16px;
  }
  

}

/* Player */
.player {
  padding-top: 12px;
  text-align: center;
  color: white;
}

.player iframe {
  margin: 0 10px;
}

.player h1 {
  font-size: 24px;
  text-decoration: underline;
}

.player-box {
  display: inline-block;
  width: 100%;
  padding: 20px 10px;
  vertical-align: top;
}

@media (min-width: 768px) {

  .player-box {
    width: 400px;
  }

}


/* Contact Form */
form {
  color: white !important;
}

form button {
  background-color:#3b081a !important;
  color: white !important;
}

/*Footer*/
.builtby {
  font-size: 8px;
  text-align: right;
  color: #4c4c4c;
}

.builtby a {
  color: inherit;
  font-size: 8px;
  text-decoration: underline;
}

.builtby:hover {
  color: #7c7c7c;
}

.tos {
  color: white;
  width: 90%;
  margin: 20px auto;
}

.tos h1,h6 {
  text-align: center;
}

.tos h2 {
  text-align: left;
}

.tos h1 {
  color: #b07c74;
}

.tos a {
  color: #b07c74;
}

.tos a:hover {
  color: #7c7c7c
}

.tos code {
  color: #b07c74;
}

/* Places */
.center-con {
  display: flex;
  align-items: center;
  justify-content: center;
}

.round {
  position: relative;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

span {
  z-index: 999;
  height: 2px;
  margin: 1px;
  width: 10px;
  background: #fff;
  transition: 0.4s ease;
}

span:first-child {
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: 25%;
  bottom: 35%;
}

span:nth-child(2) {
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  left: 45%;
  bottom: 35%;
}

span:nth-child(3) {
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: 25%;
  bottom: 54%;
}

span:nth-child(4) {
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  left: 45%;
  bottom: 54%;
}

.round:hover span:nth-child(1) {
  transform: rotate(-135deg);
}

.round:hover span:nth-child(2) {
  transform: rotate(135deg);
}

.round:hover span:nth-child(3) {
  transform: rotate(225deg);
}

.round:hover span:nth-child(4) {
  transform: rotate(-225deg);
}