body,
body * {
    vertical-align: baseline;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
}

div#wrapper {
    background-color: red; /* cosmetic */
    height: 0px; /* set to taste */

    /* required */
    position: absolute;
    overflow: visible;
    display: block;
    width: 100%;
    left: 0px;
    top: 50%;
}
div#center {
    background-color: #666; /* cosmetic */
    border: 3px solid #FFF; /* cosmetic */

    overflow: auto; /* set to taste */

    position: absolute; /* required */
    left: 50%; /* required */

    margin-left: -150px; /* half of width */
    width: 300px; /* width of div */

    height: 250px; /* height of div */
    top: -125px; /* half of height */
}

#ad {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
    margin: auto;
    background-color: #000000;
}


#content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    overflow: hidden;
    opacity: 0;
}


#clickthrough-button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 999;
}


#border{
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #85be3c;
    width:300px;
    height:250px;
    z-index: 300;
    box-sizing: border-box;
}

#myCanvas{
    left: 0px;
    top: 0px;
    width: 300px;
    height: 250px;
    opacity: 0.5;

}
#container{
  width:300px;
  height:250px;
  position:absolute;
  top: 0px;
  left: 140px;
  z-index: 5;
  mix-blend-mode: screen;

}


#sparksImg1{
    width:210px;
    height:164px;
    position:absolute;
    left:-89px;
    top:32px;
    background-image: url("../img/sparks.png");
    z-index: 2;
}


#sparksImg2{
    width:53px;
    height:42px;
    position:absolute;
    left:-13px;
    top:100px;
    background-image: url("../img/sparks2.png");
    z-index:8;
}



.dot{
  border-radius:40%;
  position:absolute;
  height:2px; width:10px;
  
}


.canvas_size {
    position: absolute;
    background-repeat: no-repeat;
}



.pixelation{
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */    

}


.copy1{
    width: 188px;
    height: 127px;
    left: 52px;
    top: 37px;
    background-image: url("../img/copy2.png");
    z-index: 1;    
}

.copy2{
    width: 248px;
    height: 84px;
    left: 31px;
    top: 139px;
    background-image: url("../img/copy1.png");
    z-index: 1;    
}


.logo{
    width: 264px;
    height: 188px;
    left: 10px;
    top: 16px;
    background-image: url("../img/logo.png");
    z-index: 1;
}


.itsAlive{
    width: 268px;
    height: 134px;
    left: 15px;
    top: 24px;
    background-image: url("../img/itsAlive.png");
    z-index: 1;
}


.date{
    width: 161px;
    height: 111px;
    left: 75px;
    top: 125px;
    background-image: url("../img/date.png");
    z-index: 1;
}


.hadleyImg{
    width: 265px;
    height: 237px;
    right: 0px;
    bottom: -5px;
    background-image: url("../img/hadleyImg.png");
    z-index: 1;
    background-size: cover;
}


.hadleyTxt{
    width: 173px;
    height: 112px;
    left: 12px;
    top: 5px;
    background-image: url("../img/hadleyTxt.png");
    z-index: 1;
}


.rossImg{
    width: 243px;
    height: 232px;
    left: 0px;
    top: 32px;
    background-image: url("../img/rossImg.png");
    z-index: 1;
    background-size: cover;
}


.rossTxt{
    width: 74px;
    height: 94px;
    left: 214px;
    top: 74px;
    background-image: url("../img/rossTxt.png");
    z-index: 1;
}


.lesleyImg{
    width: 213px;
    height: 234px;
    left: 92px;
    top: 17px;
    background-image: url("../img/lesleyImg.png");
    z-index: 1;
    background-size: cover;

}


.lesleyTxt{
    width: 147px;
    height: 121px;
    left: 13px;
    top: 23px;
    background-image: url("../img/lesleyTxt.png");
    z-index: 1;
}


.summerImg{
    width: 290px;
    height: 290px;
    left: 10px;
    top: -30px;
    background-image: url("../img/summerImg.png");
    z-index: 1;
    background-size: cover;

}


.summerTxt{
    width: 115px;
    height: 98px;
    left: 21px;
    top: 26px;
    background-image: url("../img/summerTxt.png");
    z-index: 1;
}


.theatre{
    width: 98px;
    height: 14px;
    left: 94px;
    top: 223px;
    background-image: url("../img/theatre.png");
    z-index: 1;
}


.btn{
    width: 120px;
    height: 37px;
    left: 84px;
    top: 185px;
    background-image: url("../img/btn.png");
    z-index: 1;
}


.btn_over{
    width: 120px;
    height: 37px;
    left: 84px;
    top: 185px;
    background-image: url("../img/btn_over.png");
    z-index: 1;
    opacity:0;
}

.sparksStatic{
    background-image: url("../img/sparks.png");
    width: 210px;
    height: 164px;
    left: 52px;
    top: 0px;
    z-index: 5;
    mix-blend-mode: screen;
    opacity: 0;


}

.smoke{
    background-image: url("../img/smoke.jpg");
    width: 300px;
    height: 250px;
    left: 0px;
    top: 0px;
    z-index: -1;


}