/* 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;
}

body {
  margin: auto;
    background-image: url(images/dots.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

h3 {
font-size: 65px;
text-align: center;
font-family: 'outageregular';
margin-top: 70px;
}
#container {
  margin: auto;
  width: 70%;
  height: 500px;
}

#container2 {
  margin: auto;
  width: 100%;
  height: 500px;
}

#kcon {
position: absolute;
    width: 70%;
    height: 600px;

}

#date li {
width: 100%;
margin: -10px;
height: 163px;
text-indent: -9999px;
}

h4 {
padding-right: 117px;
margin-top: 36px;
    font-family: 'Gill sans';  
    
}

#j3:link {
height: 107px;
width: 226px;
display: block;
margin-top: 32px;
background-image: url(images/j3.png);
background-repeat: no-repeat;
}

#j3:hover {
    
    background-image: url(images/j3_blur.png);
    
}

#j4:link {
height: 107px;
width: 226px;
display: block;
margin-top: 32px;
background-image: url(images/j4.png);
background-repeat: no-repeat;
}

#j4:hover {
    
    background-image: url(images/j4_blur.png);
    
}


#j5:link {
height: 107px;
width: 226px;
display: block;
margin-top: 32px;
background-image: url(images/j5.png);
background-repeat: no-repeat;
}


#j5:hover {
    
    background-image: url(images/j5_blur.png);
    
}


#home:link {
height: 107px;
width: 226px;
display: block;
margin-top: 55px;
margin-left: -7px;
background-image: url(images/home1.png);
background-repeat: no-repeat;
}

#home:hover {
    
    background-image: url(images/home_blur.png);
    
}

#about:link {
height: 107px;
width: 226px;
display: block;
margin-top: 55px;
background-image: url(images/about1.png);
background-repeat: no-repeat;
}

#about:hover {
    
    background-image: url(images/about_blur.png);
    
}

#events:link {
height: 107px;
width: 226px;
display: block;
margin-top: 55px;
background-image: url(images/events1.png);
background-repeat: no-repeat;
}

#events:hover {
    
    background-image: url(images/events_blur.png);
    
}

#pictures:link {
height: 107px;
width: 226px;
display: block;
margin-top: 55px;
background-image: url(images/pictures1.png);
background-repeat: no-repeat;
}

#pictures:hover {
    
    background-image: url(images/pictures_blur.png);
    
}

nav {
  width: 43%;
  margin: auto;
}
nav ul {
  display: flex;
}

#date ul {
  display: flex;
}

#date { 
    width: 50%;
    margin-left: 500px;
}

nav li {
width: 100%;
margin: -10px;
height: 163px;
text-indent: -9999px;
}
nav li img {
  width: 100%;
  margin-top: 90px;
}

h1 {
font-family: 'outageregular';
text-align: center;
font-size: 25px;
padding-top: 35px;
margin: 43px;
}

h2 {
  font-family: 'outageregular';
  font-size: 22px;
  padding-top: 10px;
  text-align: center;
  background-color: black;
  color: white;
}

#video {
  background-color: black;
  width: 100%;
  height: 600px;
}

.headline {
  margin-top: 20px;
  width: 100%;
  height: 775px;
background-image: url(images/Pink);
  background-size: cover;
}

.headline2 {
  margin-top: 20px;
  width: 100%;
height: 550px;
  background-size: cover;
}

#Things {
background-image: url(images/black.jpg);
margin: auto;
width: 100%;
margin-top: 0px;
box-sizing: border-box;
padding: 22px;
    color: white;

}
   

#Things p {
font-size: 22px;
font-family: gill sans;
padding: 12px;
color: white;
width: 54%;
text-align: center;
margin: auto;
}
}


.headline {
  background-image: url(images/Pink);
}

#mainstage {
  background-image: url(images/Pink);
    background-size: 100%;

}

#mainstage2 {
 background-image: url(images/Pink);
    background-size: 100%;
    margin-top: 10px;
}

#describe {
width: 25%;
float: right;
margin-top: 67px;
margin-right: 497px;
font-size: 18px;
}

#one {
  width: 33%;
  float: left;
  margin-left: -14%;
  margin-top: 43px;
}

#three {
  width: 33%;
  float: left;
  margin-left: -14%;
  margin-top: 43px;
}

#two {
  width: 33%;
  float: right;
  margin-left: -14%;
  margin-top: 43px;
}

#four {
  width: 33%;
  float: right;
  margin-left: -14%;
  margin-top: 43px;
}


#kcon2 {
display: none;
}


#black {
    
 background: black;
    height: 30px;
    width: 100%;
    
}

#stage1 {
background: #f21094;
height: 42px;
width: 33%;
color: white;
font-family: 'outageregular';    
position: relative;
font-size: 20px;

}


#stage2 { 
background: #0a88ff;
height: 42px;
width: 33%;
color: white;
font-family: 'outageregular';    
position: relative;
font-size: 20px;

}

#stage3 { 
background: #fcb400;
height: 42px;
width: 33%;
color: white;
font-family: 'outageregular';    
position: relative;
font-size: 20px;

}

#headline2 {
  background-image: url(images/Blue.jpg);
}


#five {
width: 33%;
float: left;
margin-left: 9%;
margin-top: 57px;
}

#katy {
  margin-left: 77px;
  float: left;
  padding: 11px 44px;
  position: relative;
  top: 10px;
  left: -39px;
}

#neon {
  margin-left: 77px;
  float: left;
  padding: 11px 44px;
  position: relative;
  top: 10px;
  left: -39px;
}

#dead {
  margin-right: -96px;
  float: right;
  padding: 11px 44px;
  position: relative;
  top: 10px;
  left: -135px;
}

#laser {
margin-right: -173px;
float: right;
padding: 11px 44px;
position: relative;
top: 10px;
left: -213px;
}

#art1 {
width: 28%;
clear: both;
float: left;
text-align: center;
margin-left: 164px;
margin-top: 20px;
}

#art2 {
width: 28%;
clear: both;
float: right;
text-align: center;
margin-right: 157px;
margin-top: -48px;
}

p {
    
 font-family: gill sans;   
    
    
}

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




#videobox {
    
 width: 100%;
    height: auto;
    background-image: url(images/black.jpg);
    
}

@media screen and (max-width: 1712px) {

   #art2 {

margin-top: -67px; 
    
   }
}

@media screen and (max-width: 1600px) {

.headline {

height: 560px;  
     }

#stage {
    
left: 157px;
top: 490px;
}

#describe {
width: 31%;
float: right;
margin-top: 44px;
margin-right: 360px;
font-size: 18px;
}
    
h3 {

   

}

@media screen and (max-width: 1500px) {
#art1 {

margin-left: 200px;

    
    }
    
h3 {    
  
    
}
    
nav {
  width: 50%;
}    
    
#date {
width: 57%;
margin-left: 379px;
}    
    
}


@media screen and (max-width: 1410px) {
    
#katy {
    
    margin-left: -27px;
left: 36px;
    
}
    
h3 {    
   
    
}    

    
#describe {
width: 30%;
margin-right: 319px;

}
    
#neon {
    
    margin-left: -27px;
left: 36px;
    
}    
    
#dead {
    
    margin-right: -119px;
    left: -159px;
    
    }
    
#art1 {
margin-left: 96px;    
    
}
    
#art2 {
margin-right: 135px;    
    

}    
    
}
    
@media screen and (max-width: 1300px) {

nav {
  width: 60%;

}  
    
    
   
#describe {    
width: 37%;
margin-right: 267px;
margin-top: 12px;
}  
    

  
#stage {

top: 432px;
}    
    
#date {
width: 66%;
margin-left: 243px;
}   
    
#laser {
margin-right: -219px;
left: -241px;    
}
    
.headline {
height: 490px;
    }
}

@media screen and (max-width: 1249px) {
    
 #art2 {
margin-right: 132px; 
     margin-top: -80px;
    

    }
}


@media screen and (max-width: 1200px) {

#describe {
width: 41%;
margin-right: 104px;
}
    
  
    
}
@media screen and (max-width: 1180px) {    
    
    #art1 {
margin-left: 116px;
    

    }
    


}
    
@media screen and (max-width: 1100px) {

#container {

width: 83%;   
    
    }
 
    
    
    
#describe {
width: 45%;
margin-right: 85px;
}    
    
#stage {
top: 403px;
left: 125px;
width: 24%;
    
}    
    
    nav {
  width: 70%;

}
    
#date {

margin-left: 200px;
}    
 
#kcon {

width: 83%;    
   
}
    
    
 #art2 {

margin-top: -32px;
font-size: 67%;
    
        
    }    
    
    #art1 {

margin-top: 4px;
font-size: 67%;
    
        
    }
.headline {
height: 460px;

    }    
    
}    


@media screen and (max-width: 1000px) {

  
    
    
h3 {    
font-size: 56px;

}
    
}
@media screen and (max-width: 974px) {
    
    
   #art2 {
margin-top: -44px; 
    
   }
}

@media screen and (max-width: 950px) {
    
#date {
margin-left: 164px;
}
    
}

@media screen and (max-width: 900px) {

#one {
width: 44%;
    margin-left: -27%;
    }

#describe {
width: 38%;
margin-right: 100px;
font-size: 14px;    
}    
    
  
  
#laser {
margin-right: -293px;
left: -277px;
}    
    
    nav {
  width: 90%;
}
    
#three {
width: 44%;
    margin-left: -27%;
    }    
    
#two {
 width: 44%;   
    
}
    
#four {
 width: 44%;   
    
}    
    

#dead {
margin-right: -208px;
left: -215px;

    }

}
    
@media screen and (max-width: 875px) {    
    
#date {
margin-left: 63px;
width: 88%;
}    
    
    
}
    
@media screen and (max-width: 800px) {    
  
  
 
#five {
width: 43%;
margin-left: 3%;    
    
    }
    
    
#stage1, #stage2, #stage3 {
    
width: 32%;
font-size: 13px;    
    
    
}
    
h4 {
    
 padding: 0;
font-size: 0%;
    
    
}
    
}

@media screen and (max-width: 750px) {
    
#container {

width: 100%;   
    
    }  
    
nav {
width: 100%;
}    
    
#kcon {

width: 100%;    
   
}
        
    
}

    
@media screen and (max-width: 700px) {    
    
 #date {
margin-left: 1px;
width: 103%;
}   

    

}    
    
@media screen and (max-width: 650px) {    
    
.headline {
height: 420px;
    
}
    
#stage {
top: 369px;
left: 82px;
width: 41%;
}
    
#home:link {

margin-left: -57px;    
    
}
    
#about:link {

margin-left: -17px;    
    
}    
    
 #events:link {

margin-left: -17px;    
    
}    
 
    
#home:link {
margin-left: -55px;
background-size: 82%;
margin-top: 73px;

    
}    
    
  
#stage {
top: 0px;
left: 0px;
width: 100%;
}    
    
#five {
width: 100%;
margin-left: 0%;
margin-top: 42px;
}    
    
    
#about:link {
margin-left: -19px;
background-size: 83%;
margin-top: 73px;
}    
  
    
#events:link {
margin-left: -31px;
background-size: 83%;
margin-top: 73px;
}
    
#pictures:link {
background-size: 75%;
margin-left: -20px;
margin-top: 81px;
}
    
body {

    background-image: none;
    
}
    

    
#video {
    
 display: none;
    
    
}
    
nav {
 
    width: 100%;
}
    
p {    
    display: none;
}
   
 
.headline2 {
height: 420px;    
    

}
    
#katy {
margin: auto;
left: 9%;
top: 68%%;
font-size: 49px;
}

#neon {
margin: auto;
left: 9%;
top: 68%;
font-size: 49px;
}    
    
#dead {
margin: auto;
left: -9%;
top: 69%%;
font-size: 49px;
}
    
#laser {
margin: auto;
left: 10%;
top: 47%;
font-size: 49px;
}    
    
h2 {

background-color: transparent;    

}
    
#headline {
background-image: none;
}    
    
#one {
width: 100%;
margin-left: 0%;  
margin-top: -91px;
    
}
    
#three {
width: 100%;
margin-left: 0%;  
margin-top: -81px;
    
}    

#news {
    
  position:inherit;  
    
}
    
 h1 {
font-family: 'outageregular';
text-align: left;
font-size: 25px;
padding: 11px;
width: 100%;
position: relative;
top: 48%;
color: white;
background-color: black;
}    
    
#video {
height: 370px;    
}
    
#two {
width: 100%;
margin-left: 0%;  
margin-top: -71px;
margin-bottom: 0px;
    
}  
    
#four {
width: 100%;
margin-left: 0%;  
margin-top: -169px;
margin-bottom: 10px;
    
}      
    
}
    
    

     

    
@media screen and (max-width: 550px) {
    
    
#katy {
margin-left: -81px;
left: 72px;
}    
    
#neon {
margin-left: -79px;
left: 43px;
}    
    
}
    

    

 





    
    /*# sourceMappingURL=style.css.map */
