@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One|Fira+Sans:400,800');

body {
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
}

h1, h2 {
  font-weight: 400;
  font-family: 'Alfa Slab One', serif;
  margin: 0;
  z-index: 999999;
  position: relative;
}

.subtitle {
  margin: 0;
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
  font-size: 3rem;
  color: #454C52;
}

.slide-url {
  top: 12px;
  position: absolute;
  right: 20px;
}

.center {
  text-align: center;
}

.purple-text {
  color: #6555EC;
}

.purple-fill {
  background-color: #6555EC;
}

.yellow-text {
  color: #F4DC38;
}

.yellow-fill {
  background-color: #F4DC38;
}

.highlight {
  height: 30px;
  position: relative;
  top: -30px;
  left: -10px;
  width: 120%;
}

img {
  width: 100%;
}

.small img {
  width: 50%;
}

.tiny img {
  width: 25%;
}

.big {
  font-size: 3.5em;
}

.medium img {
  width: 80%;
}

li h2, li h3, li h1 {
  display: inline-block;
  vertical-align: middle;
  margin: 20px 0;
}

li h3 {
  margin: 5px 0;
}

ul {
  margin-top: 40px;
}

.center {
  text-align: center;
}
