@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

p { 
  font-family: 'Open Sans'; sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 14pt;
}

body { 
  font-family: 'Open Sans'; sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 14pt;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #1689AE;
  font-size: 12px;
  margin: 0.25em 0 0.5em 0;
}
h1, h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #1689AE;
}
a, a > code {
  font-family: 'Open Sans', sans-serif;
  color: #AA0061;
  text-decoration: none;
}

.footnote {
  position: absolute;
  bottom: 3em;
  padding-right: 4em;
  font-size: 90%;
}
.remark-code, .remark-inline-code { 
  font-family: 'Source Code Pro', 'Lucida Console', Monaco, monospace; 
}
.remark-code-line-highlighted     { background-color: #ffff88; }

.inverse {
  background-color: #1689AE;
  color: #ffffff;
  /* 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;
}
.center {
  text-align:center;
}
.pull-left {
  float: left;
  width: 47%;
}
.pull-right {
  float: right;
  width: 47%;
}
.pull-right ~ * {
  clear: both;
}
ul {
  list-style-type: square;
  font-size: 14pt;
}
li{
  margin: 10px 0;
  font-size: 14pt;
  
}
.large { font-size: 130% }
.midi { font-size: 90% }
.small { font-size: 70% }
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;
  }
}

.remark-slide-content{
  font-size: 24px;
}

.remark-slide-content:after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 810px;
    height: 70px;
    width: 81px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("img/sta210-sticker-icon.png");
}

.element.style {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 685px;
    width: 700px;
}

.vocab {
  color: #9B02BD;
  font-weight: bold;
  font-size: 24px;
}

.vocab2 {
  color: #1689AE;
  font-weight: bold;
  font-size: 24px;
}

.vocab3 {
  color: #022CFA;
  font-weight: bold;
  font-size: 24px;
}

.question {
  border-left: solid 5px #1E5C65;
  background-color: #1E5C6530;
  padding: 10px 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 90%;
  color: #1E5C65;
}
.alert {
  border-right: solid 5px #A7D5E8;
  background-color: #A7D5E830;
  padding: 1px 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.instructions {
  border-left: solid 5px #f6e1fa;
  background-color: #f6e1fa;
  font-size: 90%;
  padding: 1px 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 90%;
}
.instructions li::before {
  content: ">"; 
  color: #f6e1fa;
  display: inline-block; 
  margin-left: -1.5em
}
