/* 
CSS for xaringan slides
Author: Joseph V. Casillas
Updated: 1/21/2017
*/


/* Package defaults */

@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700);

body { font-family: 'Droid Serif', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif; }
h1, h2, h3 {
  font-family: 'Yanone Kaffeesatz';
  font-weight: normal;
}
a, a > code {
  color: rgb(249, 38, 114);
  text-decoration: none;
}

.remark-code, .remark-inline-code { font-family: 'Source Code Pro', 'Lucida Console', Monaco, monospace; }
.remark-code-line-highlighted     { background-color: #ffff88; }

.inverse {
  background-color: #272822;
  color: #777872;
  text-shadow: 0 0 20px #333;
}
.inverse h1, .inverse h2, .inverse h3 {
  color: #f3f3f3;
  line-height: 1.0em;
}
/* 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-right {
  float: right;
  width: 47%;
}
.pull-right ~ * {
  clear: both;
}
img {
  max-width: 100%;
}




/*
MY CHANGES
*/

@import url(https://fonts.googleapis.com/css?family=Maven+Pro);


/* Add image and change bg color */
.title-slide {
  background-image: url(../img/ru.png);
  background-position: 9% 15%;
  background-size: 55px;
  background-color: #fff;
  padding-left: 100px;  /* delete this for 4:3 aspect ratio */
}

/* H1 fonts */
.title-slide h1 {
  color: #515151;
  padding-top: 250px;
  font-weight: normal;
  font-size: 55px;
  line-height: 0.05;
  text-align: left;
  text-shadow: none;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

/* H2 fonts */
.title-slide h2 {
  color: #cc0033;
  font-size: 35px;
  text-align: left;
  text-shadow: none;
  padding-top: 0px;
  margin-top: 0px;
}

/* H3 fonts */
.title-slide h3 {
  font-size: 28px;
  font-weight: normal;
  color: #666666;
  text-align: left;
  text-shadow: none;
  padding: 0px;
  margin: 0px;
  line-height: 1;
}

.title-slide .remark-slide-number {
  text-shadow: none;
}


/* Make bold syntax compile to red*/
strong {
  color: #cc0033 !important;
}

/* Add BLUE tag*/
blue {
  color: #0000CC;
  font-weight: bold;
}

grey {
  color: #515151;
}

black {
  color: black;
  font-weight: bold;
}

white {
  color: white;
}

/* Add padding to all slides for 16:9 aspect ration */
.remark-slide-content {
  padding-left: 100px;  /* delete this for 4:3 aspect ratio */
}


h1 {
  color: #cc0033;
}

h3 {
  color: #515151;
}

.big {
  font-size: 1.5em;
}

/* I dont know what this does */
aside.gdbar img {
  width: 85px; 
  height: 85px; 
  position: absolute;
  right: 0;
  margin: 8px 15px;
}


/* fix table spacing */

th {
    padding:0 15px 0 15px;
}

td {
    padding:0 15px 0 15px;
}


.references {
  font-size: 80%;
  position: fixed;
  left: 30px;
  bottom: 0px;
  right: 55px;
  text-align: left;
}

