.navbar-toggler,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
#inner-carousel {
  width: 100%;
  background-color:black;
}
.carousel-inner {
  width: 100%;
}

@media only screen and (orientation: landscape) {
  #inner-carousel {
    width: 50%;
    max-height: 75vh;
  }
  #inner-carousel img {
    max-height: 75vh;
  }
  #howto_ol {
    margin-left: 25%;
    margin-right: 25%;
    font-size:1.2em;  
  }
  #who_is p {
    margin-left:25%;
    margin-right:25%;
  }
  #how_it_works p {
    margin-left:25%;
    margin-right:25%;
  }
  #privacy p {
    margin-left: 25%;
    margin-right: 25%;
  }
}

@media screen and (min-width: 600px) {
  #inner-carousel {
    width:75%;
  }
  #inner-carousel img {
    max-height:40vh;
  }
}

@media screen and (max-width:600px){
  .artist-div {
  display:flex;
  flex-direction:column;
  height:100%;
  margin-left:auto;
  margin-right:auto;

  }
}

@media screen and (min-width: 600px) and (max-width: 800px) {
  .artist-div {
  display:flex;
  flex-wrap: wrap;
  flex-direction:column;
  height:600vh;
  margin-left:auto;
  margin-right:auto;
  }
} 

@media screen and (min-width: 800px) {
  .artist-div {
  display:flex;
  flex-wrap: wrap;
  flex-direction:column;
  height:400vh;
  margin-left:auto;
  margin-right:auto;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family:"Righteous";
}

.righteous-regular {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#howto_ol li {
  margin-bottom: 1.5em;
}
#server_log {
  font-size:10px;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0; /* Remove default margin */
}
footer {
  margin-top:auto;
}
footer div {
  display:flex;
  justify-content:space-between;
}
#Calendar {
  margin-bottom:5%;
  width:85%;
  margin-left:auto;
  margin-right:auto;
}
#Shows {
  text-align:center;
}
#show-div {
  margin-left:auto;
  margin-right:auto;
  padding-top:5%;
  padding-bottom:5%;
  text-align: center;
  border-radius:0px;
  border-bottom:solid;

}
#show-div span {
  color:black;
}
.show-name {
  display:block;
}
.show-location {
  display:block;
}


.artist span {

}

.main-song-list-div {
  text-align:center;
}


.chalkboard-body, .chalkboard-body h1{
  font-family: 'Shadows Into Light', 'Comic Sans MS', cursive;
  padding:0rem;
}
.chalkboard {
  background-color:#324b35;
  border: 15px solid #4e3b23;
  box-shadow: inset 0 0 30px rgba(0,0,0,0.6);
  border-radius: 1px;
  padding: 0rem;
  max-width:800px;
  margin: 0rem auto;
  color: #f8f8f8;
  font-size: 1.25rem;
  line-height:1.6;
  background-image: 
    radial-gradient(rgba(255,255,255,0.18) 1px, transparent 3px),
    radial-gradient(rgba(255,255,255,0.10) 2px, transparent 3px),
    linear-gradient(115deg, rgba(255,255,255,0.12) 0%, rgba(0,0,0,0.15) 100%),
    radial-gradient(rgba(255,255,255,0.13) 1px, transparent 2px),
    radial-gradient(rgba(255,255,255,0.15) 2px, transparent 2px),
    linear-gradient(125deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.17) 100%),
    radial-gradient(rgba(255,255,255,0.2) 1px, transparent 3px),
    radial-gradient(rgba(255,255,255,0.12) 2px, transparent 3px),
    linear-gradient(94deg, rgba(255,255,255,0.14) 0%, rgba(0,0,0,0.19) 100%),
    radial-gradient(rgba(255,255,255,0.15) 1px, transparent 2px),
    radial-gradient(rgba(255,255,255,0.17) 2px, transparent 2px),
    linear-gradient(75deg, rgba(255,255,255,0.14) 0%, rgba(0,0,0,0.21) 100%);
  background-size:
    15px 51px,
    27px 21px,
    cover,
    27px 32px,
    12px 9px,
    cover,
    22px 22px,
    14px 16px,
    cover,
    80px 80px,
    13px 14px,
    cover;
  background-blend-mode: overlay;
}
.chalk h1, .chalk h2, .chalk h3, .chalk p, .chalk span {
  color:#ffffff;
  text-shadow: 0 0 5px #fff, 0 0 8px rgba(255,255,255,0.6);
  margin-bottom: 1rem;
}
.chalk {
  text-shadow: 0 0 5px #fff, 0 0 8px rgba(255,255,255,0.6);
}
.shadows-into-light-regular {
  font-family: "Shadows Into Light", cursive;
  font-weight: 100;
  font-style: normal;
}
