@import url(https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500,500i,700,700i);
@import url(https://cdn.rawgit.com/tonsky/FiraCode/1.204/distr/fira_code.css);

body {
  font-family: 'Fira Sans','Droid Serif', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif;
  font-size: 32px;
}

.remark-slide-content {
  padding-top: 0;
}

.remark-slide-content h2 {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}

.remark-code, .remark-inline-code {
  font-family: 'Fira Code', 'Lucida Console', Monaco, monospace;
  font-size: 80%;
}

.remark-slide-number {
  visibility: hidden;
}

a {
  text-decoration: none;
  font-weight: bold;
}

a:link {
  color: #041E42;
}

a:visited {
  color: #041E42;
}

a:hover {
  color: #041E42;
}

a:active {
  color: #041E42;
}

.title_bg {
  background-color: #041E42;
  color: #FFFFFF  ;
}

.title_bg a {
  color: #FFFFFF;
  font-weight: normal;
}

.title {
  text-align: center;
  font-size: 48px;
  padding-top: 3.5em;
}

.title p {
  margin-bottom: 20px;
}

.subtitle {
  text-align: center;
  font-style: italic;
  font-size: 32px;
}

.conference {
  font-size: 32px;
  text-align: left;
  padding-left: 1em;
  position: absolute; 
  bottom: 0;
  left: 0;
}

.conference .name p {
  margin-bottom: 0;
}

.conference .bitly {
  font-size: 20px;
}

.conference .bitly p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}



.author {
  font-size: 32px;
  text-align: right;
  padding-right: 1em;
  position: absolute;
  bottom: 0;
  right: 0;
}

.author .name p {
  margin-bottom: 0;
}

.author .school {
  font-size: 20px;
}

.author .school p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}


.footnote {
  position: absolute;
  bottom: 1em;
  padding-right: 1em;
  font-size: 0.50em;
}

.footnote p {
  margin: 0;
}

blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

.remark-code {
  font-size: 0.70em;
}

.remark-slide-content .hljs {
  margin-bottom: 0.75em;
  margin-top: 1em;
}

.remark-slide-content pre {
  margin: 0;
}


blockquote p {
  display: inline;
}



.center {
  text-align: center;
}

img {
  vertical-align: top;
}

.columns > div:first-of-type, .columns > pre:first-of-type  {
  float: left;
  width: 47%;
}

.columns > div:nth-of-type(2), .columns > pre:nth-of-type(2) {
  float: right;
  width: 47%;
}

.columns > pre:first-of-type  {
  float: left;
  width: 49%;
}

.columns > pre:nth-of-type(2) {
  float: right;
  width: 49%;
}


.columns {
  overflow: auto;
  /*padding-top: 1em;*/
  padding-bottom: 1em;
}

.columns::after {
  content: "";
  clear: both;
  display: table-column-group;
}

.center-column {
  display: table;
  width: auto;
  max-width: 66%;
  margin: 0 auto;
}

.remark-slide-content{
  font-size: 20pt;
}

.larger { font-size: 26px }
.large { font-size: 22px }
.midi { font-size: 18px }
.small { font-size: 14px }
.smaller { font-size: 12px }
.tinyish { font-size: 11px }
.tiny { font-size: 10px }

.small .remark-code { font-size: 16px; }
.smaller .remark-code { font-size: 14px; }
.tinyish .remark-code { font-size: 12px; }
.tiny .remark-code { font-size: 11px; }

@page { margin: 0; }
@media print {
  .remark-slide-scaler {
    width: 100% !important;
    height: 100% !important;
    transform: scale(1) !important;
    top: 0 !important;
    left: 0 !important;
  }
}