body { font-family: 'CMU Sans Serif'; }
.remark-code, .remark-inline-code { font-family: 'Source Code Pro', 'Lucida Console', Monaco, monospace; }
.title-slide {
	background-color: #A441A4;
	color: black;
	text-shadow: none;
}
.main {
	font-family: 'CMU Sans Serif';
    font-size: 28px;
    padding: 1em 2em 1em 2em;
}
.note {
	font-family: 'CMU Sans Serif';
    font-size: 28px;
    padding: 1em 2em 1em 2em;
    background-color: #E0E0E0;
}
.squeeze {
	line-height:1.1;
}
.squeezemore{
	line-height:1.1;
	padding: 0;
}
.squeezeparas {
	line-height:1.1;
}
.squeezeparas p {
	margin-bottom:-20px;
}
.squeezebullets {
	line-height:1.1;
}
.squeezebullets li {
	padding: 0px 0px 0px;
	margin-bottom: -20px;
	margin-top: -20px;
}
.squeezebullets h1, h2, h3 {
	margin-top: -5px;
	margin-bottom: -15px;
}
.newsection{
	background-color: #842184;
}
.newsection h1, .newsection h2, .newsection h3 {
	color: #FFFFFF;
}
a, a > code {
  color: #C42184;
  text-decoration: none;
}
.remark-slide-content strong { color: #FF0000; font-weight: normal; }
.main b { color: #943194; font-weight: normal; }
.note b { color: #943194; font-weight: normal; }
.footnote {
  position: absolute;
  bottom: 3em;
  padding-right: 4em;
  font-size: 90%;
}
.remark-code-line-highlighted     { background-color: #ffff88; }

.inverse {
  background-color: #272822;
  color: #d6d6d6;
  text-shadow: 0 0 20px #333;
}
.inverse h1, .inverse h2, .inverse h3 {
  color: #f3f3f3;
}
/* Two-column layout */
.left-column {
  color: #777;
  width: 20%;
  height: 92%;
  float: left;
}
.left-column h2:last-of-type, .left-column h3:last-child {
  color: #000;
}
.right-column {
  width: 75%;
  float: right;
  padding-top: 1em;
}
.pull-left {
  float: left;
  width: 47%;
}
.pull-right {
  float: right;
  width: 47%;
}
.pull-right + * {
  clear: both;
}
img, video, iframe {
  max-width: 100%;
}
blockquote {
  border-left: solid 5px lightgray;
  padding-left: 1em;
}
.remark-slide table {
  margin: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.remark-slide table thead th { border-bottom: 1px solid #ddd; }
th, td { padding: 5px; }
.remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: #eee }

@page { margin: 0; }
@media print {
  .remark-slide-scaler {
    width: 100% !important;
    height: 100% !important;
    transform: scale(1) !important;
    top: 0 !important;
    left: 0 !important;
  }
  .title-slide {
    text-shadow: none;
  }
  /*---Uncomment to get print-friendly slides---*/
/*
  .title-slide {
	background-color: #FFFFFF;
	color: #000000;
	text-shadow: none;
  }
  .inverse {
  background-color:  #FFFFFF;
	color: #000000;
	text-shadow: none;
  }
  .inverse h1, .inverse h2, .inverse h3 {
  color: #000000;
  }
  .newsection{
	background-color: #FFFFFF;
	color: #842184;
  }
  .newsection h1, .newsection h2, .newsection h3 {
	color: #842184;
  }
  .note {
  	background-color: #FFFFFF;
    color: #505050;
  }
*/
/*---to here---*/

}
h1, h2, h3 {
  font-family: 'CMU Sans Serif';
  font-weight: normal;
  color: #842184;
}
.small { font-size: 80%;}