/*******************
GENERAL
********************/

* {
    margin: 0 auto;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

html, body {
    width: 100%;
    height: 100%;
    color: #000;
    text-align: center;
}

body {
    margin: 0 auto;
    padding: 0;
    color: #333;
    font-family: "Lato", sans-serif;
    font-weight: 400;

}

a, a:visited, a:hover, a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
    list-style-position: outside;
}

ul li {
    display: inline-block;
}

h1 {
    font-family: "Megrim", cursive;
    font-weight: normal;
}

h2 {
    font-family: "Lato", sans-serif;
    font-weight: normal;
}



/********************
PARALLAX
********************/
.parallax-1, .parallax-2, .parallax-3, .parallax-4 {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    /**** TURNS OFF PARALLAX ON SMALL SCREENS | CHANGING THE BACKGROUND-ATTACHMENT TO "FIXED" WILL TURN ON PARALLAX ****/
}

.parallax-1 {
    background-image: url("../img/background-photos/img1-mobile.png");
    height: calc(100% - 40px);
    opacity: 1;
    overflow-x: hidden;
}

.parallax-2 {
    background-image: url("../img/background-photos/img2-mobile.png");
    min-height: 600px;
    background-position: right;
}

.parallax-3 {
    background-image: url("../img/background-photos/img3-mobile.png");
    min-height: 800px;
    opacity: 0.7;
}

.parallax-4 {
    background-image: url("../img/background-photos/img4-mobile.png");
    min-height: 600px;
    opacity: 0.7;
}



/********************
HEADER SECTION
********************/
.caption {
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    text-align: center;
}

.border {
    font-size: 3.5em;
    letter-spacing: 3px;
    font-family: "Megrim", cursive;
	color: #000;
}



/********************
NAV
********************/
#navbar {
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    position: fixed; /* Make it stick/fixed */
    top: -125px; /* Hide the navbar 50 px outside of the top view */
    width: 100%; /* Full width */
    transition: top 0.5s; /* Transition effect when sliding down (and up) */
    padding-bottom: 10px;
    z-index: 1000;
}

#navbar a {
    color: #000;
    text-transform: uppercase;
}

#navbar .logo {
    font-family: "Megrim", cursive;
    color: #000;
    font-size: 2.5em;
    float: left;
    text-align: left;
    margin: 10px 0 0 20px;
}

#navbar .logo span {
    color: #4525ff;
}

#navbar #logo-large {
    margin-top: -200px; /* this hides the large nav logo when the screen size / window size is small */
}

#navbar ul {
    float: right;
	margin-right: 20px;
	margin-top: 15px;
}

#navbar ul li {
    text-align: center;
    padding: 15px;
    font-size: 0.9em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

#navbar ul ul li {
    padding-top: 20px;
    padding: 30px 5px 0;
}

#navbar ul li a:hover {
    color: #4525ff;
    transition-duration: 0.3s;
}

#navbar h1 a {
    font-weight: normal;
}



/*******************
SECTION FORMATTING
********************/
#shows, #about {
    padding: 150px 20px;
}

#about {
    padding-bottom: 50px;
}

#shows {
    padding-bottom: 120px;
}

#shows h1, #about h1 {
    letter-spacing: 3px;
    color: #000;
}

#shows h2, #about h2 {
    line-height: 1.5;
    max-width: 850px;
}

#shows p, #about p {
    color: #000;
    font-size: 1em;
    line-height: 1.5;
    max-width: 850px;
}


/**** FORMATTING FOR THE DOUBLE LAYER ICONS ****/

#cf { 
  position: relative;
}

#cf img {
  position: absolute;
  box-shadow: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.top:hover {
  opacity:0;
}



/**********************
MUSIC VERSION 2
***********************/

#music2 {
    background: #4525ff;
}



/**********************
MUSIC ICONS
***********************/
#music-icons {
    width: 100%;
    background: #000;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

#music-icons h1 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
}

#music-icons ul li {
    padding: 0 5px;
}

#music-icons ul li img {
    width: 30px;
    margin-bottom: 0;
}

#music-icons ul li img:hover {
    opacity: 0.5;
    transition-duration: 0.3s;
}



/**********************
SHOWS
***********************/
#shows {
    padding-top: 200px;
    color: #000;
}

#shows h1 {
    color: #ff1008;
    font-size: 3.5em;
    margin-bottom: 40px;
}

#shows ul {
    padding: 20px;
}

#shows .flex-ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#shows .flex-li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 550px;
    width: 300px;
}

#shows li {
    background: #fff;
    margin: 25px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0, .5);
}

#shows .event-box-border {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px #ccc solid;
    order: 1;
}

#shows .event-box-border h2 {
    font-family: "Megrim", cursive;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #4525ff;
}

#shows .event-box-border p {
    font-size: 1em;
    padding-bottom: 10px;
}

#shows .event-box-border a {
    width: 110px;
    order: 3;
}

#shows .shows-btn {
    font-size: 0.7em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
    margin-top: 15px;
    padding: 0;
    color: #ea2b54;
}

#shows .shows-btn img {
    width: 35px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0, .5);
}

#shows .shows-btn:hover {
    opacity: 0.6;
    transition-duration: 0.7s;
}

#shows iframe {
    width: 300px;
    height: 250px;
    margin-bottom: 15px;
    border: 5px #fff solid;
    margin-left: -5px;
    order: 2;
}

#shows .hidden-fb-event {
    opacity: 0;
    pointer-events: none;
}

.subscribe-box {
    padding: 20px 0;
    margin-top: 50px;
    text-align: center;
    background: #ff1008;
    max-width: 400px;
}

.subscribe-box h2 {
    color: #fff;
    font-weight: bold;
    font-size: 1em;
}

.subscribe-box .subscribe {
    width: 100%;
    max-width: 350px;
    margin: auto;
    padding-top: 20px;
}

.subscribe-box .subscribe input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    padding: 20px 0 5px;
    text-align: center;
    font-size: 1em;
    line-height: 1.5;
    outline: none;
    color: #fff;
}

.subscribe-box .subscribe input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.8;
}

.subscribe-box .subscribe input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}

.subscribe-box .subscribe input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 0.8;
}

.subscribe-box .subscribe input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 0.8;
}

.subscribe-box .subscribe button {    
    all: unset;
    margin-top: 40px;
    margin-bottom: 10px;
    border: 2px solid white;
    padding: 15px 50px;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    position: relative;
    transition: all 300ms ease;
    color: #fff;
}

.subscribe-box .subscribe button:hover {
    background: #fff;
    color: #ff1008;
    transition: all 300ms ease;

}



/**********************
ABOUT + FOOTER ICONS
***********************/
.wrapper {
    width: 100%;
}

.cf { 
  position: relative;
}

.cf img {
  position: absolute;
  box-shadow: none;
  width: 45px;
  height: 45px;
  margin-left: -22.5px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.top:hover {
  opacity:0;
}



/**********************
ABOUT
***********************/
#about {
    padding-top: 200px;
    padding-bottom: 100px;
}

#about h1 {
    color: #4525ff;
    font-size: 3.5em;
    margin-bottom: 40px;
}

#about p {
    padding-bottom: 20px;
}

#about .wrapper {
    width: 100%;
}

#about ul {
    margin-top: 20px;
    padding-top: 12.5px;
    width: 300px;
}

#about ul li {
    display: inline-block;
    padding: 2px;
    width: 45px;
    height: 45px;
}



/**********************
FOOTER
***********************/
footer {
    padding: 50px;
}

footer .wrapper {
    width: 100%;
}

footer ul {
    margin-top: 20px;
    padding-top: 12.5px;
    width: 300px;
}

footer ul li {
    display: inline-block;
    padding: 2px;
    width: 45px;
    height: 45px;
}

footer p {
    color: #4525ff;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 50px;
}



/**********************
/**********************
/**********************

OLD MUSIC SECTION CSS
***********************/


#music {
    padding-bottom: 50px;
}

#shows h1, #music h1, #about h1 {
    letter-spacing: 3px;
    color: #000;
}

#music h2, #shows h2, #about h2 {
    line-height: 1.5;
    max-width: 850px;
}

#music p, #shows p, #about p {
    color: #000;
    font-size: 1em;
    line-height: 1.5;
    max-width: 850px;
}

#music {
    padding-top: 100px;
    background: #4525ff;
    color: #fff;
    padding-bottom: 50px;
}

#music h1 {
    color: #fff;
    font-size: 3.5em;
    margin-bottom: 0;
}

#music h2 {
    font-family: "Megrim", cursive;
    font-size: 2em;
    color: #fff;
    padding-bottom: 15px;
    font-weight: bold;
}

#music h3 {
    color: #fff;
    padding-top: 100px;
    padding-bottom: 0;
    font-weight: normal;
    font-size: 0.9em;
}

.music-box {
	margin-top: 100px;
}

#music .music-bemine {
    max-width: 400px;
}

#music .music-item {
    width: 350px;
    height: 394px;
}

#music img {
    width: 350px;
}

#music #audio {
    width: 350px;
    margin-top: 10px;
    position: absolute;
}

#music h4 {
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    font-size: 0.9em;
    max-width: 350px;
    padding: 0px 10px 20px;
}

