.title-slide {
  background-image: url(http://cc.oulu.fi/~scoats/oululogoRedTransparent.png);
  background-repeat: no-repeat;
  background-size: 57px 80px;
  background-position:right top;
  border-right: 12px solid transparent;
  border-top: 2px solid transparent;
}

a, a > code {
  color: rgb(249, 38, 114);
  text-decoration: none;
}
.footnote {
  position: absolute;
  bottom: 3em;
  padding-right: 4em;
  font-size: 90%;
}
.remark-slide-contentSmallerMargin {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.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-left30 {
  float: left;
  width: 30%;
}
.pull-right {
  float: right;
  width: 47%;
}
.hangingindent {
  padding-left: 22px ;
  text-indent: -22px ;
} 
.pull-right70 {
  float: right;
  width: 64%;
}
.pull-right ~ * {
  clear: both;
}
.center{
    text-align: center;
}
.best_studio {
  font-family: Sansita;
font-style: italic;
font-size: 90%
}
.ipa{
    font-family: "Times New Roman", Times, serif;
}
.ita {
    font-style: italic;}
.small { font-size: 70% }
.verysmall { font-size: 50% }
.large { font-size: 140% }
.remark-inline-code{
  /* background: #F5F5F5; /* lighter */
  background: #e7e8e2; /* darker */
  border-radius: 3px;
  padding: 4px;
  font-size: 70%;
}
code.python{ /* Code block */
    font-size: 14px;
}

img, video, iframe {
  max-width: 100%;
}
blockquote {
  border-left: solid 5px lightgray;
  padding-left: 1em;
}
table {
  margin: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
table thead th { border-bottom: 1px solid #ddd; }
th, td { padding: 5px; }
thead, tfoot, 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;
  }
}

div.my-header {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 80px;
    width: 100%;
    text-align: right;
}

div.my-footer {
    background-color: #272822;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 20px;
    width: 100%;
}

div.my-footer span {
    font-size: 10pt;
    color: #F7F8FA;
    position: absolute;
    left: 15px;
    bottom: 2px;
}

.remark-slide-number {
  font-size: 10pt;
  margin-bottom: -11.6px;
  margin-right: 10px;
  color: #FFFFFF; /* white */
  opacity: 1; /* default: 0.5 */
}
