
:root {
 
  --utu-aqua:        #78c8d2; /* Highlighter */
  --utu-grey:        #bebebe; /* Identifying color */
  --utu-orange:      #f07d00; /* School of economics */
  --utu-red:         #c80041; /* Social scieces */
  --utu-purple:      #a50082; /* Law */
  --utu-darkblue:    #1437a5; /* Humanities */
  --utu-blue:        #00a5eb; /* Education */
  --utu-green:       #14aa3c; /* Medicine */
  --utu-lightgreen:  #a0d71e; /* Math and Nat. sciences */
  --utu-font:        #202020;

}

@page {
  size: 1200px 675px;
  margin: 0;
}

@media print {
  .remark-slide-scaler {
    width: 100% !important;
    height: 100% !important;
    transform: scale(1) !important;
    top: 0 !important;
    left: 0 !important;
  }
}

body {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24pt;
  color: var(--utu-font);
}
h1, h2, h3, p {
  font-family: 'Open Sans Condensed', sans-serif;
  color: var(--utu-font);
}
h1, h2, h3 {
  margin-bottom: 0;
  font-weight: normal;
}
img {
  max-width: 100%;
}

.remark-slide-content {
  font-size: 24pt;
  padding-left: 2.6em;
  padding-top: 2.3em;
}
.remark-slide-content h1 { 
  font-size: 28pt;
  font-weight: bold;
  color: var(--utu-font);
  padding-bottom: 0.8em;
}
.remark-slide-content h2 {
  font-size: 26pt;
}
.remark-slide-content h3 {
  font-size: 24pt;
}
.remark-code, .remark-inline-code {
  font-family: 'Consolas';
}


/* TITLE slide */
.title-slide h1, .title-slide h2 {
  color: var(--utu-font);
  margin-left: 28%;
  width: 72%;
  float: right;
  text-align: left;
}

.title-slide h1 {
  margin-top: 250px;
  font-size: 32pt;
  font-weight: bold;
  padding-bottom: 0em;
}



/* AUTHOR slide */
.author-slide h1, .author-slide p {
  margin-left: 22.2%;
  margin-right: 50%;
  width: 27.8%;
  float: right;
  text-align: left;
}
.author-slide h1 {
  margin-top: 355px;
  font-size: 14pt;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 1ex;
}
.author-slide p {
  font-size: 12pt;
  margin-bottom: 1ex;
}
.author-pic {
  position: absolute;
  width: 170px;
  top:   388px;
  left:  107px;
}

/* Multiple columns */
.column:first-of-type {float:left}
.column {float:right}
.double .column {width: 50%}

/* TABLES */
th, td {
  padding-left:  1ex;
  padding-right: 1ex;
}
.show-cells th, .show-cells td {
  background-color: var(--utu-aqua);
}

/*Background images*/

.utu-back-title{
  background-image: url(https://cdn.rawgit.com/Ilia-Kosenkov/UTU-slides/master/background_title.png);
  background-size: 100%, auto;
}

.utu-back-content{
  background-image: url(https://cdn.rawgit.com/Ilia-Kosenkov/UTU-slides/master/background_content.png);
  background-size: 100%, auto;
}