@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,600);
@import url('https://fonts.googleapis.com/css?family=Charm:400');

body {
    font-family: "Raleway";
    color: #222222;
    line-height: 1.4;
    font-size: 11pt;
    word-wrap: break-word;
}

.katex {
    color: #222;
}


.footnote {
  position: absolute;
  bottom: 2em;
  font-size: 0.6em;
  opacity: 0.75;
  margin-left: -2em;
}

.blue {
    color: #0288d1;
}

.footnote a {
    color: #0288d1;
}

.footnote:before {
    content: "\2015\2015\2015";
    display: block;
}

.red {
    color: #d11a01;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.remark-container {
    background: #ddd;
}

.remark-slide-content {
    font-size: 1.4em;
    border-top: solid 5px #222222;
    padding-top: 45px;
}

.remark-slide-content h1 {
    font-weight: normal;
    font-size: 2.25em;
    margin: 0 0 .5em 0;
    color: #222222;
}

.remark-slide-content h2 {
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 .5em 0;
}

.intro .katex {
    color: white;
}

.remark-slide-content h3 {
    font-size: 1.0em;
    font-weight: normal;
    margin: 0 0 .5em 0;
}

.remark-slide-number {
    font-size: 0.5em;
    bottom: 2em;
}

.smaller {
    font-size: 1.2em;
}

.small {
    font-size: 0.8em;
}

.smallest {
    font-size: 0.5em;
}

a {
    color: #0288d1;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

em {
    color: #0288d1;
    font-style: normal;
}

strong {
    font-style: normal;
}

.remark-code {
    text-align: left;
    font-size: 1em;
}

ul > li, ol > li {
     margin: 0.6em 0;
}

ul > li > ul > li {
    font-size: 0.8em;
}

table {
    border-spacing: 0;
    border: 1px solid #e2e2e2;
    font-size: .8em;
    margin: auto;
    padding: 0;
}

thead {
    border: 0;
    margin: 0;
}

th {
    background: #e2e2e2;
    border: 0;
    font-weight: bold;
    margin: 0;
    padding: 7px 0;
    text-align: center;
}

tbody {
    background: white;
    font-size: .8em;
    margin: 0;
}

tr {
    margin: 0;
    padding: 0;
}

tr:nth-child(odd) {
    background: #fcfcfc;
}

td {
    margin: 0;
    padding: 5px 8px;
}

.pull-left {
    float: left;
    margin-right: 1em;
}

.pull-right {
    float: right;
    margin-left: 1em;
}

.fill {
    height: 100%;
    width: 100%;
}

.caption {
    display: block;
    text-align: center;
    font-size: 0.8em;
    font-style: italic;
}

.circle img {
    border-radius: 50%;
}

.stretch img {
    width: 100%;
    height: auto;
}

.no-side-padding {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
}

.no-padding {
    padding: 0 !important;
}

.width-10 * {
    width: 10%;
}

.grid-3 {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-evenly;
}

.grid-3 > div {
    text-align: center;
}

.intro {
    background: black !important;
    color: white !important;
}

.intro h1 {
    color: white !important;
}

.grid-3 > div {

}

.width-20 * {
    width: 20%;
}

.width-30 * {
    width: 30%;
}

.width-40 * {
    width: 40%;
}

.width-45 {
    width: 45%;
    padding: 10px;
}

.width-50 * {
    width: 50%;
}

.width-60 * {
    width: 60%;
}

.width-70 * {
    width: 70%;
}

.width-80 * {
    width: 80%;
}

.width-90 * {
    width: 90%;
}

.width-100 * {
    width: 100%;
}

.width10 {
    width: 10%;
}

.width20 {
    width: 20%;
}

.width30 {
    width: 30%;
}

.width40 {
    width: 40%;
}

.width45 {
    width: 45%;
}

.width50 {
    width: 50%;
}

.width60 {
    width: 60%;
}

.width70 {
    width: 70%;
}

.width80 {
    width: 80%;
}

.width90 {
    width: 90%;
}

.width100 {
    width: 100%;
}

.left50 {
    display: inline-block;
    float: left;
    width: 50%;
}

.right35 * {
    display: inline-block;
    float: right;
    width: 35%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.wip {
    background: white url("../assets/wip-vertical.png") no-repeat !important;
    background-size: 3% !important;
    background-position: 5px 50% !important;
}

.title-slide {
    padding-top: 150px;
    padding-left: 100px;
}

.title-slide h1 {
    font-size: 2.9rem;
    border-left: 3px solid #222222;
    padding-left: 25px;
    margin-bottom: 125px;
}

.title-slide p {
    font-size: 1.5em;
    font-style: italic;
}

.title-slide .remark-slide-number {
    display: none;
}

.end-slide {
    font-family: "Charm";
    background-color: #222;
    color: white;
    font-size: 2em;
    vertical-align: middle;
}

.black-slide {
    background-color: #222;
    color: white;
    border-top: solid 0px;
}

.end-slide .remark-slide-number {
    display: none;
}
