body{
	margin:0px;
	background-color:rgb(0,0,0);
}


#wrapper{
  position: relative;
  text-align: center;
  width: 100%;
  overflow: none;
}

#explosion {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.0;
  z-index: 4;
}


#smokeScreen1 {
  position: fixed;
  background-color:rgb(0,0,0);
  opacity: 0%;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}


#smokeScreen2 {
  position: absolute;
  background-color:rgb(0,0,0);
  opacity: 1.0;
  width: 100%;
  height: 100%;
  z-index: 3;
}


#smokeScreen3 {
  position: absolute;
  background-color:rgb(0,0,0);
  opacity: 1.0;
  width: 100%;
  height: 100%;
  z-index: 3;
}


#introName{
  position: relative;
  font-family: Arial;
  font-size:  40px;
  color: #FFF;
  opacity: 0.0;
  z-index: 6;
  margin-top: 300px;
  letter-spacing: 4px;

}



#tagLine1{
  position: relative;
  font-family: Arial;
  font-size:  20px;
  color: #FFF;
  opacity: 1.0;
  z-index: 2;
  margin-top:40px;
  letter-spacing: 3px;

}


#tagLine2{
  position: relative;
  font-family: Arial;
  font-size:  20px;
  color: #FFF;
  opacity: 1.0;
  z-index: 2;
  margin-top:40px;
  letter-spacing: 3px;

}


#resumeWrapper{
  position: relative;
  z-index: 6;
  margin-top: -60px;

}

#accomplishments{
  margin-left: 5%;
  opacity: 0.0;
}

#experience{
  opacity: 0.0;
}

#skills{
  opacity: 0.0;
}

.listCol{
   float: left;
   width: 30%;
   text-align: center;
}

.listHed{
  color: #FFF;
  font-family: Arial;
  font-size:  40px;
  letter-spacing: 3px;
  text-align: center;
  padding-bottom: 25px;


}

.listItem{
    color: #FFF;
    font-family: Arial;
    font-size:  18px;
    margin: 20px 0px;

}