*{margin:0;padding:0;} 
body {
	background: none;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	overflow-x: hidden;
	/*margin: .8em 1em .8em 2em; commented out-was in background? */
}
header{
  position: absolute;
  z-index: 9999;
  width: 100%;    
}
h1, h2, h3{   
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700; 
    margin: .8em 0 .2em .5em;
}    
h1{   
 margin: .2em .5em;
 display: inline-block;       
}
h2{
	display: inline-block;
	background: rgba(0,0,0,.5);
	margin: 0em 0.5em;
	padding: .3em;
	color: #ffffff;
}
header p{
 display: inline-block; 
 font-size: .9em;    
}
hr { 
    display: block;
    margin-top: 1.0em;
    margin-bottom: 0.5em;
    margin-left: 15%;
    margin-right: 15%;
    border-style: inset;
    border-width: 1px;
}
p {
	margin-left: 0.5em;
}
.content{
	position: relative;
	margin: 1em 0.5em;
}
/* commented out-edited style, see above
.content{
	position: relative;
	width: 40%;
	background: rgba(0,0,0,.5);
	margin: 1em 0.5em;
	color: #ffffff;
}   */
span.code{
    font-family: "Lucida Console", "Lucida Sans Typewriter", Monaco, "Bitstream Vera Sans Mono", monospace;   
    color: #999;
}
div.relative {
    position: relative;
    right: 0;
    border: 3px solid #73AD21;
}
.desc{
	color: rgba(0,0,0,1.00);
	display: inline-block;
	font-size: .8em;
	font-weight: 500;
	text-align: center
}
.smallcenter{
	color: rgba(0,0,0,1.00);
	display: block;
	font-size: .8em;
	font-weight: 500;
	margin: auto;
	align-content: center;
    width: 85%;
	max-width: 600px;
}
.headcenter  {
    display: block;
    margin: auto;
	align-content: center;
    width: 85%;
	max-width: 600px;
}
.center  {
    position: relative;
	display: block;
	color: rgba(0,0,0,1.00);
	font-size: 1.3em;
	font-weight: 500;
	text-align: center
}
/* commented out for janets slideshow.gist{
    margin: 1em 1em 2em 2em;
}
ol .gist{
    margin: 1em 0 2em 0;
}
*/
a{
	color: rgba(0,102,153,1.00);
}
/* comment from Janet: below links are from in-document style sheet from home page on 11-10-17 */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6633;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #9966FF;
}
.num2{
	width: 85%;
	margin: 2em auto;
}
.num3{
	width: 85%;
	margin: 2em auto;
	max-width: 600px;
}
.num5{
	/*width: 85%;  commented out for slideshow3-*/
	margin: 0em auto;
	max-width: 600px;
}
.num6{
	width: 100%; /*need to make margin auto center*/
	margin: 0em auto;
	max-width: 600px;
    height: auto;
}
footer{
	color: rgba(0,0,0,0.50);
	font-size: .8em;
	font-style: italic;
	text-align: center;
	background: #ffffff;
	padding: 1.5em 0 .5em 0;
	margin-top: 5em;
}
a.footer{
	color: rgba(0,0,0,0.50);
}
a.header{
	color: rgb(0,102,153);
}
footer span{
	font-size: 1.3em;
	color: rgba(0,0,0,1.00);
}
/* put back in after commented out for janets slideshow */
@media screen and (max-width: 830px){
    h1{
     font-size: 1.3em;   
    }
}
@media screen and (max-width: 400px){
    h1{
     font-size: 1.1em;   
    }
    header span{
        display: none;   
    }
    .gist{
        width: 100%;
    }
}
