/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
    font-family: 'rainfallblack';
    src: url('rainfall.eot');
    src: url('rainfall.eot?#iefix') format('embedded-opentype'),
         url('rainfall.woff2') format('woff2'),
         url('rainfall.woff') format('woff'),
         url('rainfall.ttf') format('truetype'),
         url('rainfall.svg#rainfallblack') format('svg');
    font-weight: normal;
    font-style: normal;

}


* {
  box-sizing: border-box;
}

/* end of reset*/

body {
  font-family: futura;
}

#container {
    width: 100%;
    margin: auto;
    max-width: 1388px;
    background-image: url(images/background.png);
    /* be 100% wide until 1388px */
}

#logo {
  margin: auto;
 
}
#logo img {
  width: 100%;

}

nav {
    width: 100%;
    margin: auto;
    background-image: url(images/navbar.png);
    
    }


nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'rainfallblack';
    font-size: 20px;
    margin: auto;
    color: white;
    background-image: url(images/navbar.png);
    padding: 40px;
    }

nav ul li a {
    color: white;
    text-decoration: none;
}

ul#rows li img {
    width: 100%;
    padding-bottom: 20px;
    
}

ul#rows li h2 {
    font-size: 30px;
    font-family: futura;
    color: white;
    text-align: left;
    text-transform: uppercase;
    margin: 5px 0px;
    background-color: #1F0B35;
    padding: 20px;
    }


footer {
    background-image: url(images/footerbar.png);
    width: 100%;
    clear: both;
    background-repeat: no-repeat;
    overflow: auto;
    }

footer p {
    padding: 8px;
    font-family: futura;
    font-size: 13pt;
    color: white;
    text-align: left;
    width: 50%;
    float: left;
    }


footer  img{
    width: 7%;
    float: right;
   
}

/* schedule page starts here*/

#title {
    background-color: #1F0B35;
    width: 100%;
    font-family: 'rainfallblack';
    text-align: left;
    font-size: 25px;
    color: white;
    text-align: left;
    text-transform: uppercase;
    margin: 5px 0px;
    padding: 15px;
}

#filter {
    font-family: futura;
    font-size: 18px;
    color: white;
    padding-left: 10px;

}

#bands h3 {
    font-size: 15px;
    color: white;
    clear: both;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

#bands h1 {
    font-size: 20px;
    color: white;
    padding-bottom: 5px;
    text-align: center;
}

#bands {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px; 
    color: white;
    width: 100%;
    text-align: center;
}


#day {
    padding: 20px;
    background-color: #A0EFD1;
    font-family: futura;
    color: #1F0B35;
    font-size: 15px;
    padding-left: 20px;
    margin-left: 30px;
}

#stage {
    padding: 20px;
    background-color: #A0EFD1;
    font-family: futura;
    color: #1F0B35;
    font-size: 15px;
    padding-left: 20px;
    margin-left: 10px;
}

/* info page starts here */

  
ul#inforows li img {
    width: 100%;
    padding-bottom: 20px;
    
}

ul#inforows li h2 {
    font-size: 25px;
    font-family: 'rainfallblack';
    color: white;
    text-align: left;
    text-transform: uppercase;
    margin: 5px 0px;
    background-color: #1F0B35;
    padding: 15px;
   
    }

ul#inforows p {
    padding: 7px;
    font-size: 14px;
    padding-bottom: 10px;
    color: white;
    padding-left: 25px;
    line-height: 175%;
     
}

ul#textcolor li:nth-child(even) {
    color: #290f6d;
    padding-left: 40px;
    padding-bottom: 15px;
    font-size: 14px;
       
}

ul#textcolor li:nth-child(odd) {
    color: white;
    padding-left: 25px;
    padding-bottom: 6px;
    font-size: 14px;
}



/* map page starts here */

#map h2 {
    background-color: #1F0B35; 
    font-size: 25px;
    font-family: 'rainfallblack';
    color: white;
    text-align: left;
    margin: 5px 0px;
    padding: 15px;
}

/* tickets page starts here*/

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}


ul#ticketinforows h2 {
    background-color: #1F0B35; 
    font-size: 25px;
    font-family: 'rainfallblack';
    color: white;
    text-align: center;
    margin: 5px 0px;
    padding: 15px;
}

ul#ticketinforows p {
    font-size: 15px;
    font-family: futura;
    color: white;
    text-align: center;
    padding: 15px;
    
}

/* this is the start of the mobile stuff */

@media screen and (max-width: 500px) {
      #logo {
        width: 100%;
      }

    nav {
        width: 100%;
        margin: auto;
        background-image: url(images/navbar.png);

    }


    nav ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-family: 'rainfallblack';
        text-align: center;
        padding: 18px;
        color: white;
        font-size: 15px;
        margin: auto;
        }

    nav ul li a {
        color: white;
        text-decoration: none;
        margin: auto;
    }



    ul#rows li img {
        width: 100%;
        margin: auto;
      }

    ul#rows li h2 {
        text-align: center;
        font-size: 15px;

      }
    
    footer {
        width: 100%;
        background-image: url(images/footerbar.png);
    }
    
    footer p {
        width: 100%;
        font-size: 14px;
        padding: 15px;
        text-align: left;
        }
        
    footer img {
        display: inline-block;
        width: 8%;
        padding-bottom: 20px;
        }


    /*schedule page*/
    
    #filter p {
        font-family: futura;
        color: white;
        font-size: 15px;
        padding-left: 10px;
    }
    #bands h3 {
        font-size: 100%;
        color: white;
        text-align: center;
        margin: auto;
        }
    
     #bands h1 {
        font-size: 100%;
        color: white;
        text-align: center;
        }
    
   #bands  {
        display: inline;
        flex-direction: column;
        justify-content: space-between;
        margin: auto;
        font-size: 20px; 
        text-align: center;
        color: white;
       width: 100%;
    }

    #bands img {
        display: inline;
        flex-direction: column;
        justify-content: space-between;
        margin: auto;
        padding: 10px;
        width: 60%;
    }
    
    #day {
        padding: 10px;
        background-color: #A0EFD1;
        font-family: futura;
        color: #1F0B35;
        font-size: 15px;
       
}

    #stage {
        padding: 10px;
        background-color: #A0EFD1;
        font-family: futura;
        color: #1F0B35;
        font-size: 15px;
        
}
    
    /* info page */
    
   
      ul#inforows li img {
        width: 100%;
        margin: auto;
      }

    ul#inforows li h2 {
        text-align: center;
        font-size: 15px;
    }
    
     ul#inforows p {
        text-align: center;
        padding-left: 10px;
        font-size: 13px;
    }
    
    ul#textcolor li:nth-child(even) {
        color: #290f6d;
        padding-left: 20px;
        padding-bottom: 5px;
        text-align: center;
        font-size: 13px;
       
    }

ul#textcolor li:nth-child(odd) {
    color: white;
    padding-left: 10px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 13px;

}


    /* map page */
    
     #map h2 {
        text-align: center;
        font-size: 15px;
    }
   
    /* ticket page */
    
    .video { 
        position: relative; 
        padding-bottom: 56.25%; 
        padding-top: 30px; height: 0; 
        overflow: hidden; 
    }

    .video iframe { 
        position: absolute; 
        width: 50%; 
        height: 50%; 
    }
    
    ul#ticketinforows h2 {
        text-align: center;
        font-size: 18px;
    }
        




}
