@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900);

.remark-notes p {
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: 15px;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
}

.remark-slide-content {
  background-color: #C8E0F4;
  color: #BA1200;
  padding: 1em 1em 1em 1em;
}

.remark-slide-content h1 {
  font-size: 4em;
}

.dark-bg {
  background-color: #031927;
  color: #9DD1F1;
  font-family: 'Comic Neue';
}
.dark-bg a:visited, .dark-bg a:active, .dark-bg a {
  color: #9DD1F1;
}

code {
  background-color: #4e4e4e;
  color: #e6e6e6;
  padding: 15px;
}

.huge h1 {
  font-size: 8em;
}
.huge code {
  font-size: 4em;
}
.large code {
  font-size: 3em;
}
.big code {
  font-size: 2em;
}
.increased code {
  font-size: 1.25em;
}

li > code {
  background-color: none;
  padding: 0;
}

a:visited, a:active, a {
  color: #BA1200;
  text-decoration: none;
}

.less-space h3 {
  margin: 0;
}

img {
  width: 100%;
}
.imgnormal img {
  width: auto;
}

.gif {
  background-size: 100%;
}

.title h1 {
  font-size: 55px;
}

twitterwidget {
  margin: auto;
}


.footnote {
  font-size: 1.0em;
  padding: 5px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: white;
}

.white-text h1, .white-text a {
  color: white;
}
