body {
	background-color:rgb(210,215,220);
	background-color: rgb(235,240,245);
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
	font-size: 1em;
}
	
.popit {
	color: black;
	font-weight: 600;
}

.popit2 {
	font-weight: 600;
	color: #e55100;
}

.clearit {
	clear: both;
}


.imagemap {
	position: relative;
}

.imagemap a {
	display: block;
	position: absolute;
/* 	background-color: rgba(100,100,0,.2); */
}

.imagemap a:hover {
	background-color: rgba(0,100,200,.2);
}

/* Everything TOC Here */

.toc {
	border-top: rgba(125,135,145,.2);
	border-width: 1px;
	border-top-style: solid;
}

.toc ul { padding-top: .5em; }

.toc li {
	float: left;
	text-align: left;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}

.toc .current {
	background-color: rgb(50,180,50);
	background-color: rgb(40,75,120);
	color: white;
	border-radius: 4px;
}

.toc .current a {
	color: white;
}



.toc li.section {
	padding-left: 6px;
	padding-right: 6px;	
}

.toc li a { 
	padding-left: 6px; 
	padding-right: 6px;
	border-radius: 4px;
}

.toc ul li a:hover { 
	color: rgba(0,100,200,1);
	background-color: rgba(0,100,200,.1);	 
}	

.toc h2 {
	font-size: 1em;
	padding-top: .25em;;
	padding-bottom: 0em;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
/* 	opacity: 1; */
}


@media (min-width: 768px) { 
	.toc ul {
		max-width: none;
	}
	.toc {display: block;
		  position: fixed;
		  bottom: 0;
		  z-index: 10;
		  width: 100%;
		  background-color: white;
		  left: 0;
		  padding-bottom: 1em;
		}
	.toc ul li {float: left;
				font-size: smaller;
				}	
	 .toc ul li a { color: rgba(0,100,200,.5); 
	 }
		
	}



/* End the TOC stuff here */


@keyframes key-fadeinh2 {
    0%   { opacity: 0;}
    20% { opacity: 1;}
    80% {opacity: 1;}
    100% { opacity: 0;}
}

.fadeinh2 {
	animation: 3s key-fadeinh2;	
	opacity: 0;
}


h1, h2, h3, h4, ul, li, p {
	padding: 0;
	margin: 0;
	padding-top: 1em;
	padding-bottom: .25em;
	padding-left: 5%;
	padding-right: 5%;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}



ul, li {
	color: rgb(70,80,90);		
}



h1 {
	font-size:3.5em;
	font-weight: 200;
}


img {
	width: 100%;
	vertical-align: bottom;
}
	
	
a {
	color: rgb(0,150,200);
	text-decoration: none;
}
	
.container {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5%;
	position: relative;
}


.padme {
	padding-bottom: 32px;
}


h1 {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}


p {
	padding-top: .25em;
	padding-bottom: .50em;
}


h2{
	color:rgb(50,80,90);
	font-size:2.5em;
	padding-top: .5em;
	margin-top: .5em;
	padding-bottom: 0;
	margin-bottom: .5em;
	font-weight: 400;
	text-align: center;
	}

h3 {
	padding-bottom:0;
	margin-bottom: .5em;
	margin-top: .5em;
	padding-top: 0em;
	font-size:1.5em;
	font-weight: 200;
	text-align: center;
}

li {
	padding-top: .25em;
	padding-bottom: .25em;
	padding-left: 0;
	position:relative;
}

ul {
	list-style: none;
	padding-bottom: 4em;
}



a {
	cursor: pointer;
	color: rgb(0,100,200);
	text-decoration: none;
}


/* mdeck controls  */


.hideme {
	display: none;
}


.current-slide, .current-proto {
	display: block;
}



img {
	width: 100%;
	vertical-align: bottom;
	opacity: 1;
}


@keyframes fademe {
    0%   { opacity: .6;}
    100% { opacity: 1; }
}


.thenext-slide img {
	animation: 1s fademe;
}



.slide {
	padding-top: 16px;
	padding-top: 0;
	padding-bottom: 32px;
	margin-top: 48px;
	position: relative;
	margin-bottom: 48px;
	background-color: rgb(250,252,255);
	border-radius: 16px;
}

@media (min-width: 1000px) { 
	
	.container {
		padding-left: 216px;
		padding-right: 16px;
		width: calc(100% - 232px); 
	}
	
	.toc ul {
		max-width: none;
	}

	.toc {display: block;
		  position: fixed;
		  z-index: 10;
		  width: 200px;
		  background-color: white;
		  left: 0;
		  padding-bottom: 1em;
		  top:0;
		  overflow: scroll;
		}

	.toc ul li {float: none;
				font-size: smaller;
				}	
	 .toc ul li a { color: rgba(0,100,200,.5); 
	 }
		
		.toc h2 {
			height: 3em;
			text-align: left;
			width: 80%;
		}
	}





