

/*********************************************
 * GLOBAL STYLES
 *********************************************/
* {-webkit-font-smoothing:antialiased;}
body {
	font-family: 'Adobe Caslon Pro', Garamond, Palatino, 'Times New Roman', serif;
	font-size: 36px;
	/*font-weight: 200;*/
	letter-spacing: -0.02em;
	color: white;
  text-align: left;
	background: #cbcbcb;
  background: -moz-radial-gradient(center, circle cover, #111 0%, #000 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, 111), color-stop(100%, #000));
  background: -webkit-radial-gradient(center, circle cover, #111 0%, #000 100%);
  background: -o-radial-gradient(center, circle cover, #111 0%, #000 100%);
  background: -ms-radial-gradient(center, circle cover, #111 0%, #000 100%);
  background: radial-gradient(center, circle cover, #111 0%, #000 100%);
  background-color: #6b6b6b;

}

.reveal {
	color: white;
	font-family: 'Poppins', sans-serif;
}

/*********************************************
 * HEADERS
 *********************************************/

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4 {
	margin: 0 0 20px 0;
	color: #80c6f5;
	/* font-family: Helvetica, 'Gill Sans', Arial, Sans-serif; */
	line-height: 0.9em;
	letter-spacing: 0.02em;
    /*font-weight:400;*/
	}
.reveal h1{
	font-family: 'Jost', sans-serif;
}

.reveal h1 {font-size: 1.4em; text-align:left;}
.reveal h2 {font-size: 1.3em; text-align:left;}
.reveal h3 {font-size: 1.2em; text-align:left;}
.reveal h4 {font-size: 1.1em; text-align:left;}

/* .reveal h5,
.reveal h6 {
    font-family: 'Adobe Caslon Pro', Garamond, Palatino, 'Times New Roman', serif;
    color: #000;
} */


.reveal .fltleft{
float:left;
}
.reveal .fltright{
float:right;
}

.reveal ul {display: inline;}
.reveal ul {
    margin: 0;
    list-style: none;
}
.reveal li {
	text-align: left;
    margin: 0 0 20px 0px;
}
.reveal strong,
.reveal b {
  font-weight: bold; }

/*********************************************
 * LINKS
 *********************************************/
.reveal p {
text-align: left;
clear: none;
/*margin-top:20px;*/
margin-bottom:20px;

}

.reveal a:not(.image) {
	/* color: hsl(185, 85%, 50%); */
	text-decoration: none;
}

	.reveal a:not(.image):hover {
		/* color: hsl(185, 85%, 70%); */
		text-shadow: none;
		border: none;
		border-radius: 2px;
	}

.reveal .roll span:after {
	color: #fff;
	background: hsl(185, 60%, 35%);
}


/*********************************************
 * IMAGES AND FIGURES
 *********************************************/


	.reveal a:hover img {
		background: rgba(255,255,255,0.2);
		border-color: #13DAEC;
	}

	.reveal figure > img {
		max-width: 95%;
	}

img.printonly {
	display: none;
}

.lifted {
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, .5);
}

figure figcaption > div.figref p{
	font-family: monospace;
	display:inline;
	font-size: 50%;
	color: gray;
}

figure figcaption > div.figref a{
	font-family: monospace;
	display:inline;
	color: gray;
}

/*********************************************

TYPESETTING
*********************************************/

.typewriter {
	font-family: 'Special Elite', cursive;
}
/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
 .reveal .controls {
   color: white;
 }


/*********************************************
 * PROGRESS BAR
 *********************************************/

.reveal .progress {
	background: rgba(0,0,0,0.2);
}
	.reveal .progress span {
		background: hsl(240, 85%, 50%);

		-webkit-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
		   -moz-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
		    -ms-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
		     -o-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
		        transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
	}

.blackout .reveal .state-background {
    background: rgba( 0, 0, 0, 1 );
}

.reveal .cdfobject {margin: 0 30px 0 0;}

.reveal .rightColumn {width: 45%;float: right;}

.reveal .leftColumn {width: 45%;float: left;}
/*********************************************
 * PAUSED MODE
 *********************************************/

.reveal .pause-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    visibility: hidden;
    opacity: 0;
    z-index: 100;

    -webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
         -o-transition: all 1s ease;
            transition: all 1s ease;
}
.reveal.paused .pause-overlay {
    visibility: visible;
    opacity: 1;
}

.reveal .videostream, #screenshot, #screenshot2{width:400px;height:300px}

.videostream,#cssfilters-stream{background:rgba(255,255,255,.5);border:1px solid #ccc}

.reveal .important {
    border: solid red;
    color: red;
    padding: 10px;
}

button.btnPlay {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	left: 0;
	right: 0;
	top:0;
	padding: 5px;
	width: 80px;
	z-index:3000;
}
button.btnPlay:hover {
	cursor: pointer;
}

.reveal section.exampleProblem {
    margin-top:-220px;
}

.reveal section.problem {
	  top:0px !important;
}


.reveal .impForm {
    display:block;
    border: solid red;
        padding: 5px;
}

.reveal .clicker {
    font-family:"Futura";
/*
    visibility:hidden;
*/

}
section ol {
	position:relative;
	left:5%;
}

.reveal .clicker ol {
    list-style-type: upper-alpha;
		overflow: auto;
		padding:0 0 0 5%;

}
/*.reveal .hideOnline {
    visibility:hidden;
}*/

.table{
	  border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
		text-align:left;
}

table.table th {
	font-weight: bold;
}

table.table td,
table.table th {
	 border-left: 1px solid #cbcbcb;/*  inner column border */
    border-width: 0 0 0 1px;
		font-family: Helvetica, Arial, sans-serif;
    font-size: inherit;
    margin: 0;
    overflow: visible; /*to make ths where the title is really long work*/
    padding: 0.3em .3em; /* cell padding */
		border-bottom: 1px solid #cbcbcb;

}

table.table td:first-child,
table.table th:first-child {
    border-left-width: 0;
}

table.table thead {
    background: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}


table.table.tight td{
	padding: .2em;
}

table.concept-equation-table {
	width: 60%;
}

table.concept-equation-table td {
	padding: 2%;
	border: thin solid black;

}
table.concept-equation-table{
	border: thin solid black;
			border-collapse: collapse;
}
table.concept-equation-table td {
	padding:2%;
	border: 1px solid black;
}
table.concept-equation-table tr {
	padding: 2%;
	border-top: thin solid black;
}





.reveal ol.alphaList{
    list-style-type:lower-alpha;
}
/*.notonline {visibility:hidden;}*/
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}




* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.grid {
  background: white;
  margin: 0 0 20px 0;
}

.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}

.reveal [class*='col-'] {
  float: left;
	padding: 1%;
	/*background: #d8e4ff;*/


}
[class*='col-']:last-of-type {
	/*background: #ffb2b2;*/
  padding-right: 0px;
}
.grid p{
 padding-right:20px;
}
.col-1-1{
    width: 100%;
}
.col-2-3 {
  width: 66.66%;
}

.col-1-2 {
  width: 49%;
	margin-right:1%;
}
.col-10{
	width: 82%;
	max-width: 82%;
}
.col-8{
	width: 65%;
	max-width: 65%;
}

.col-6{
	width: 49%;
	max-width: 49%;
}

.col-4 {
	width: 32%;
	max-width: 32%;
}

.col-3 {
	width: 24%;
	max-width: 24%;
}

.col-1-3 {
  width: 31.33%;
	margin-right:1%;

}

.col-1-4 {
  width: 25%;
	margin-right:2%
}
.col-1-8 {
  width: 12.5%;
}

.videoContainer>video {
	width: 100%;
}

/* .reveal section img.col-1-2, .reveal section img.col-1-3,.reveal section img.col-1-4, .reveal section img.col-2-3 {
    margin:0;
    padding: 0 2% 0 0;
} */

div[class*='col-'][class~='centered'] {
	float: none;
	margin: 0 auto 0 auto;
}
img[class*='col-'][class~='centered'] {
	float: none;
	margin: 0 auto 0 auto;
}
figure[class*='col-'][class~='centered'] {
	float: none;
	margin: 0 auto 0 auto;
}

.reveal figcaption {
	color: #9a9a9a;
	width: 50%;

}

.reveal figcaption p {
	font-size: 75%;
}

.module {
  padding: 20px;
  background: #eee;
}
.simlink {
	display: none;
	visibility: hidden;
}

p.hist-quote {
	font-size: 130%;
	line-height: 1.3em;
	margin: 1%;
	padding: 2em;
	border: thin solid black;
	color: black;
	background-color: #eee;
	overflow: auto;
	font-family: 'Jost', sans-serif;
}

/* Opt-in outside padding */
.grid-pad {
  padding: 20px 0 20px 20px;
}
.grid-pad [class*='col-']:last-of-type {
  padding-right: 20px;
}

.red {
    color:red;
}
.green {
	color: green;
}
.blue {
	color: blue;
}
p.def {
    border: 3px solid black; padding: 10px; width: 80%; margin:auto;}

ul.isolated-list li{
padding: 10px;
background: #fafafa;
border: thin solid #aaa;
border-radius: 5px;
		}

		p.instructions {
		font-family: Helvetica, 'Gill Sans', Arial, Sans-serif;
		}
p.bigquote {
	padding: 5%;
	background-color: #e6e6e6;
	font-size:200%;
}
		.reveal pre {
		  display: block;
		  position: relative;
		  width: 90%;
		  margin: 20px auto;
		  text-align: left;
		  font-size: 0.7em;
		  font-family: monospace;
		  line-height: 1.2em;
		  word-wrap: break-word;
		}

		.reveal code {
		  font-family: monospace; }

		.reveal pre code {
		  display: block;
		  padding: 5px;
			overflow: auto;
		  max-height: 400px;
		  word-wrap: normal; }


			.reveal h4 a.problempagelink {
				color: red;
			}
