/* Use Fira Sans and Mono (keep other xaringan defaults) */
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500,500i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Fira+Mono);
@import url(https://fonts.googleapis.com/css?family=Permanent+Marker|Caveat+Brush|Special+Elite);

body { font-family: 'Fira Sans'; }

.remark-code-line-highlighted { background-color: #000000; }

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

.mjx-chtml{font-size: 100% !important; }

.remark-code, .remark-inline-code {
  font-family: 'Fira Mono', monospace;
  border-radius: 3px;
  font-size: 70%;
  font-weight: normal;
  line-height: 130%;
}

.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 }

/* The default slide, color, text size, line spacing ... */
.remark-slide-content {
  background-color: #FAFAFA;
  font-size: 23px;
  font-weight: 400;
  line-height: 115%;
  padding: 0em 1em 0em 1em;
  background-image: url(./../../img/ku_logo_dk_h.png);
  background-size: 25%;
  background-position: 99% 1%
}

/* Headings */
.remark-slide-content > h1 {
  font-weight: bold;
  font-size: 50px;
  margin-left: 00px;
  padding-bottom: 0px;
  line-height: 110%;
  padding-top: 5px;
  color: #901A1E
}

/* Sub-headings */
.remark-slide-content > h2, .pull-left > h2, .pull-right > h2 {
  font-size: 130%;
  line-height: 110%;
}

.remark-slide-content > h3, .pull-left > h3, .pull-right > h3 {
  font-size: 110%;
}

.remark-slide-content > h4, .pull-left > h4, .pull-right > h4 {
  font-size: 100%;
}

/* Inverse slides with KU red background and white text */
.inverse, .inverse h1, .inverse h2, .inverse h3, .inverse .remark-slide-number {
  background-color: #901A1E;
  color: #FFFFFF;
  background-image: none;
}

/* Title slide settings */
.title-slide {
  background-color: #901A1E;
  background-image: url(./../../img/UCPH_white.png);
  background-size: 22%;
  background-position:99% 1%;
  color: #FFFFFF;
}

/* turns off slide numbers for title page: https://github.com/gnab/remark/issues/298 */
.title-slide .remark-slide-number {
  display: none;
}

.title-slide > h1  {
  color: #FFFFFF;
  font-size: 45px;
  text-shadow: none;
  font-weight: 400;
  text-align: left;
  margin-left: 15px;
  margin-right: 250px;
  margin-top: 150px;
}

.title-slide > h2  {
  margin-top: -10px;
  font-family: 'Special Elite', cursive;
  font-weight: 300;
  font-size: 37px;
  text-align: left;
  margin-left: 15px;
  margin-right: 250px;
  color: #54b89c;
}

.title-slide > h3  {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 25px;
  text-align: left;
  margin-left: 15px;
  margin-bottom: -20px;
}

.remark-slide-number {
  font-size: 9pt;
  font-family: 'Fira Sans';
  color: #272822;
  opacity: 0.7;
}

.remark-inline-code {
  background: #3f3f3f;
  border-radius: 3px;
  padding: 4px;
  color: #e7e8e2;
}

/* Two-column layout */
.left-column {
  width: 30%;
  float: left;
  margin-top: -1em;
  padding-top: -1em;
}
.left-column h2:last-of-type, .left-column h3:last-child {
  /*color: #000;*/
}

.right-column h2:last-of-type, .right-column h3:last-child {
  /*color: #000;*/
}
.right-column {
  width: 65%;
  float: right;
  margin-top: -1em;
  padding-top: -1em;
}

.mini-left {
  width: 15%;
  /*height: 92%;*/
  float: left;
}
.big-right {
  width: 80%;
  float: right;
}

.push-left {
  float: left;
  width: 48%;
  margin-top: -1em;
}
.push-right {
  float: right;
  width: 48%;
  margin-top: -1em;
}
.pull-right ~ * {
  clear: both;
}

img, video, iframe {
  max-width: 100%;
}
blockquote {
  border-left: solid 4px lightgray;
  padding-left: 1em;
}

/* clear slide */
.clear {
  background-image: none;
}

/* Links */
a, a > code {
  color: #901A1E; /* sets color of links */
}

/* Footnote */
.footnote {
  color: #7e7e7e;
  position: absolute;
  font-weight: 300;
  bottom: 0em;
  padding-right: 4em;
  font-size: 60%;
  line-height:120%;
}


/* Highlights SAMF red */
.alert {
  color: #901A1E;
  font-family: 'Caveat Brush', cursive;
  font-size: 115%;
}
.gray {
  opacity: 0.5;
}

.white {
  color: #ffffff;
}

.red {
  color: #901A1E;
}

/* Background Notes */
.backgrnote {
  color: #7e7e7e;
  line-height: 110%;
  font-size: 70%;
  font-weight: 300;
}

/*Coloured content boxes */
.content-box-red,
.content-box-blue,
.content-box-green {
    border-radius: 5px;
    overflow: hidden;
    padding: 0.1em 0.5em 0.1em 0.5em;
    margin: 1em 0em 0em 0em;
    width: 97%;
    color: #FFFFFF;
}

/*Caveat+Brush|Covered+By+Your+Grace|Shadows+Into+Light|

Gloria+Hallelujah Over+the+Rainbow*/

.content-box-blue {
    background-color: #42759b
}

.content-box-red {
    background-color: #901A1E;
}

.content-box-green {
    background-color: #79adb1;
}

.scroll-box-20 {
  height:20em;
  overflow-y: scroll;
}

.scroll-output {
  height: 90%;
  overflow-y: scroll;
}


/* text sizes */

.code10 .remark-code {
  font-size: 10%;
}

.code20 .remark-code {
  font-size: 20%;
}

.code30 .remark-code {
  font-size: 30%;
}

.code40 .remark-code {
  font-size: 40%;
}

.code50 .remark-code {
  font-size: 50%;
}

.code60 .remark-code {
  font-size: 60%;
}

.code70 .remark-code {
  font-size: 70%;
}

.code80 .remark-code {
  font-size: 80%;
}

.code90 .remark-code {
  font-size: 90%;
}

.code100 .remark-code {
  font-size: 100%;
}

.font10 {
  font-size: 10%;
}

.font20 {
  font-size: 20%;
}

.font30 {
  font-size: 30%;
}

.font40 {
  font-size: 40%;
}

.font50 {
  font-size: 50%;
}

.font60 {
  font-size: 60%;
}

.font70 {
  font-size: 70%;
}

.font80 {
  font-size: 80%;
}

.font90 {
  font-size: 90%;
}

.font100 {
  font-size: 100%;
}

.font110 {
  font-size: 110%;
}

.font120 {
  font-size: 120%;
}

.font130 {
  font-size: 130%;
}

.font140 {
  font-size: 140%;
}

.font150 {
  font-size: 150%;
}

.font160 {
  font-size: 160%;
}
.font170 {
  font-size: 170%;
}
.font180 {
  font-size: 180%;
}
.font190 {
  font-size: 190%;
}
.font200 {
  font-size: 200%;
}
