.screen{	
	position:relative;
	border:0px red solid;
	width:100%;
	margin-bottom:50px;	
	display:block;
}
#leftHead{
	width:20%;
	position:absolute;
	bottom:0px;
	border:0px blue dotted;
	left:0px;
}
#rightHead{
	width:20%;
	position:absolute;
	bottom:0px;
	border:0px red dotted;
	right:0px;
	display:none;
}
#headDirections{
	position:relative;
	top:0xp;
	left:0px;
	margin:0px;
	font-size:.8em;
}
.statement{
	border: 0px green dotted;
	position:absolute;
	width:50%;
	padding:50px;
	top:0px;
	z-index:2;
	font-size:1.6em;
	font-style:italic;
}
#leftstatement{ /* mixed up? */
	left:0px;
	display:none;
	color:#006400;
	border:0px red solid;
}
#rightstatement{
	right:0px;
	color:red;
	border:0px black dotted;
}
.button{
	border:0px red solid;
	background-color:#005b71;
	padding:10px;
	color:white;
	font-size:1em;
	width:100%;
	text-align:center;
	display: inline-block; 
	margin-top:5px;
	margin-bottom:20px;
}
.button:focus{
	border:3px #ed1847 solid; /*  #ed1847 SECD rougenta  */
}
#numDisplay{
	text-align: center;
}
.myBigIcons{
	font-size:5em;
	float:left;
	margin-right:20px;
	
}
.quoteFont{

}
.comment{
	background-color:pink;
}
@media screen and (max-width: 500px) {
	.statement{
		font-size:1.5em;
		padding:20px;
	}
	.screen{
		height:intial;
	}
}​