.pull-middle-30 {
  float: center;
  width: 28.5%;
}



.inverse {
  /* background-color: #F6EFE0; /* #272822; */
  background-image: url(Figures/pexels-ryutaro-tsukata-5191373_SEP.png);
  background-size: cover;
  color: #272822;
  text-shadow: 0 0 20px #333;
  text-align: left;
}

.inverse h1{
  color: #005E3C;
}

.inverse h2{
  color: #005E3C;
  font-style: italic;
}

.alert { color: #ED9A47; }

/* Title slide */

/* Add image and change bg color */
.title-slide {
  background-image: url(Figures/pexels-ryutaro-tsukata-5191373_TITLE.png);
  /* background-position: 9% 10%; */
  background-size: cover;
  /* background-color: #F6EFE0; */
}

/* H1 fonts */
.title-slide h1 {
  color: #005E3C;
}

/* H2 fonts */
.title-slide h2 {
  color: #005E3C;
}

/* H3 fonts */
.title-slide h3 {
  text-align: left;
}

/* Color adjustments to headers */
h1 {
  color: #005E3C;
}
h2 {
  color: #005E3C;
}
h3 {
  color: #005E3C;
}

.footnote {
  border-top: 1px solid #005E3C; 
  font-size: 0.7em;
  line-height: 110%;
}

/* Color inline code: */
.remark-inline-code{
  /* background: #F5F5F5; /* lighter */
  background: #e7e8e2; /* darker */
  border-radius: 5px;
  padding: 4px;
  font-family: 'Fira Code';
  font-size: 70%; 
}

.tiny {
  font-size: 75%;
}


/* .remark-code * {
 background-color:#e7e8e2;
 border-radius: 10px;
 padding: 4px;
} */

/* .remark-code {
  display: block;
  overflow-x: auto;
  padding: em;
  color: #333;
  background: #e7e8e2;
  border-radius: 10px;
} */


.hljs-github .hljs { background: #e7e8e2;}





/* Input box */
.hljs-default .hljs {
    display: block;
    overflow-x: auto;
    padding: 20px;
    background: #e7e8e2;
}


/* Output box */ 
.remark-code {
  background: #e7e8e2;
  border-radius: 10px;
  padding: 20px;
  display: block;
  font-family: 'Fira Code';
  font-size: 70%; 
}






.smaller .remark-code { 
  font-size: 75% !important;
}
.tiny .remark-code { 
  font-size: 50% !important;
}
























.pull-left-80 {
  float: left;
  width: 76%;
}
.pull-left-70 {
  float: left;
  width: 66.5%;
}
.pull-left-60 {
  float: left;
  width: 57%;
}
.pull-left {
  float: left;
  width: 47.5%;
}
.pull-left-40 {
  float: left;
  width: 38%;
}
.pull-left-30 {
  float: left;
  width: 28.5%;
}
.pull-left-20 {
  float: left;
  width: 19%;
}

.pull-right-80 {
  float: right;
  width: 76%;
}
.pull-right-70 {
  float: right;
  width: 66.5%;
}
.pull-right-60 {
  float: right;
  width: 57%;
}
.pull-right {
  float: right;
  width: 47.5%;
}
.pull-right-40 {
  float: right;
  width: 38%;
}
.pull-right-30 {
  float: right;
  width: 28.5%;
}
.pull-right-20 {
  float: right;
  width: 19%;
}

.pull-left-20 p {
  margin: 0 0 0 0;
}
.pull-left-30 p {
  margin: 0 0 0 0;
}
.pull-left-40 p {
  margin: 0 0 0 0;
}
.pull-left p {
  margin: 0 0 0 0;
}
.pull-left-60 p {
  margin: 0 0 0 0;
}
.pull-left-70 p {
  margin: 0 0 0 0;
}
.pull-left-80 p {
  margin: 0 0 0 0;
}

.pull-right-20 p {
  margin: 0 0 0 0;
}
.pull-right-30 p {
  margin: 0 0 0 0;
}
.pull-right-40 p {
  margin: 0 0 0 0;
}
.pull-right p {
  margin: 0 0 0 0;
}
.pull-right-60 p {
  margin: 0 0 0 0;
}
.pull-right-70 p {
  margin: 0 0 0 0;
}
.pull-right-80 p {
  margin: 0 0 0 0;
}

.pull-left-20 pre; {
  margin: 0 0 10px 0;
}
.pull-left-30 pre {
  margin: 0 0 10px 0;
}
.pull-left-40 pre {
  margin: 0 0 10px 0;
}
.pull-left pre {
  margin: 0 0 10px 0;
}
.pull-left-60 pre {
  margin: 0 0 10px 0;
}
.pull-left-70 pre {
  margin: 0 0 10px 0;
}
.pull-left-80 pre {
  margin: 0 0 10px 0;
}

.pull-right-20 pre {
  margin: 0 0 10px 0;
}
.pull-right-30 pre {
  margin: 0 0 10px 0;
}
.pull-right-40 pre {
  margin: 0 0 10px 0;
}
.pull-right pre {
  margin: 0 0 10px 0;
}
.pull-right-60 pre {
  margin: 0 0 10px 0;
}
.pull-right-70 pre {
  margin: 0 0 10px 0;
}
.pull-right-80 pre {
  margin: 0 0 10px 0;
}

.Rcode-input {
  float: left;
  width: 100%;
}
.Rcode-input p {
  margin: 0 0 0 0;
}
.Rcode-input pre {
  margin: 0 0 10px 0;
}
.Rcode-output {
  float: left;
  width: 100%;
}
.Rcode-output p {
  margin: 0 0 0 0;
}
.Rcode-output pre {
  margin: 0 0 10px 0;
}

.pull-right-80 + * {
  clear: both;
}
.pull-right-70 + * {
  clear: both;
}
.pull-right-60 + * {
  clear: both;
}
.pull-right-40 + * {
  clear: both;
}
.pull-right-30 + * {
  clear: both;
}
.pull-right-20 + * {
  clear: both;
}
.Rcode-input + * {
  clear: both;
}
.Rcode-output + * {
  clear: both;
}


















