body {


  overflow-x: hidden;
  overflow-y: scroll;
  background-color: black;

		
}
#PageImages{
position:absolute;
	width:150%;
	top:0px;
	left:-20%;
}

#buttons {
  position: fixed;
  width:100%;

  /*left: 20px;*/
  margin-left:10px;
  margin-top: 70px;
  z-index: 1;
  opacity: 1;
  z-index: 3;
}

#workButton, #approachButton, #peopleButton, #contactButton {
  position: absolute;
  height: 30px;
  top: 34px;
  z-index: 5;
}

#workButton {
  width: 45px;
  left: 8px;
  opacity: 0.5;
}

#approachButton {
  width: 64px;
  left: 56px;
  opacity: 1;
}

#peopleButton {
  width: 50px;
  left: 123px;
  opacity: 0.5;
}

#contactButton {
  width: 58px;
  left: 175px;
  opacity: 0.5;
}

#labLogo {
  position: fixed;
  width: 228px;
  margin-left: 8px;
  margin-top: -50px;
  z-index: 5;
}

#approachImage img{
position:absolute;
top:0px;
left:-20%;


}

#altApproachImage img{
position:absolute;
bottom:0px;
width:100%;
left:10%;
display:none;
}


#approachCopy{

position:absolute;
top:70px;
width:50%;
left:10px;

}
#altApproachCopy{
position:fixed;
display:none;
top:300px;
left:50px;
}

#labfilm {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  z-index: 1;
  /*position:absolute;left:20%;top:20%; width:60%;z-index:1;*/
}

#clock {
  position: fixed;
  right: 120px;
  top: 18px;
  z-index: 3;
  opacity: 0.8
}

#whiteFace, #blueSecond, #seconds, #mins, #minutes, #hourssolid, #hours {
  position: absolute;
  left: 0px;
  top: 10px;
  z-index: 3;
}









#Page0, #Page2, #Page4, #Page6, #Page8, #Page10, #Page12, #Page14, #Page16, #Page18, #Page20, #Page22, #Page24 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
}

#Page1, #Page3, #Page5, #Page7, #Page9, #Page11, #Page13, #Page15, #Page17, #Page19, #Page21, #Page23, #Page25 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
}



.p1{
width:600px;
	font-family: Arial, Tahoma, Helvetica, sans-serif ;
    font-size: 40px;
 
    color: #4d9a34;
}

.p2 {
  width: 600px;
  height: auto;
  overflow: auto;
  background: none;
 
  border-radius: 5px;
  background-color: none;
  font-family: Arial, Tahoma, Helvetica, sans-serif ;
  font-size: 14px;
  color: white;
  line-height: 20px;
  overflow: hidden;
}
.p3{
width:600px;
	font-family: Arial, Tahoma, Helvetica, sans-serif ;
    font-size: 40px;
 
    color: #4d9a34;
}

.p4 {
  width: 600px;
  height: auto;
  overflow: auto;
  background: none;
 
  border-radius: 5px;
  background-color: none;
  font-family: Arial, Tahoma, Helvetica, sans-serif ;
  font-size: 14px;
  color: white;
  line-height: 20px;
  overflow: hidden;
}

#tag {
  position: absolute;
  height: 5px;
  width: 400px;
  padding: 10px;
  top: 150px;
  left: -230px;
  background: white;
  border-radius: 5px;
  background-color: white;
  opacity: 0.4;
}

.tagText {
  position: absolute;
  width: 100px;
  left: 40px;
  top: 0px;
  font-family: Arial, Tahoma, Helvetica, sans-serif ;
  font-size: 11px;
  color: grey;
  opacity: 1
}

#copyForImage1, #copyForImage2, #copyForImage3, #copyForImage4, #copyForImage5, #copyForImage6 {
  position: absolute;
  left: -700px;
  top: 140px;
  width: 220px;
}

/*iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
*/


#InfoLine{
  position: fixed;
  /* margin-left: auto;
  margin-right: auto; */
  width:100%;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  font-family: arial;
  font-size: 12px;
  background-color:black;
  color: white;
  padding: 4px;
  text-align: center;
  /* width: 100%; */
}
#InfoLine p {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

address {
  display: inline-block;
  line-height: 2em;
  margin-right: 10px;
}

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

#PageImages{
display:none;
}

#labLogo{
width:173px;
margin-top:-30px;
}
#peopleButton{
display:none;
}
#contactButton {
left:123px;
}
#buttons {
width:190px;
left:calc(50% - 110px);
margin-top:50px;

}
#InfoLine {
display:none;
}

  #clock {display:none}
	#approachImage img{
	/*width:200%;
	left:-80%;*/
	display:none;
	}
	#altApproachImage img{
	display:inline;
	left:30%
	}
	#approachCopy{
	display:none;
	margin-left:-20%;
	}
	#altApproachCopy{
	position:fixed;
	display:inline;
	left:20%;
	top:110px;
	}
		
	.p3{
	font-size:20px;
	width:300px;
	}
	.p4{
	font-size:14px;
	width:300px;
	}
}
