body {
  color: #445;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: 'Ubuntu';
  margin-bottom: 0;
}

a {
  color: #f09;
  text-decoration: none;
  font-weight: 400;
}

a:focus, a:hover {
  text-decoration: underline;
}

blockquote {
  background-color: #eee;
  border-left: solid 3px #f09;
  padding: 1px 14px;
}

.remark-slide-number {
  display: none;
}

.remark-slide-content ul {
  padding-left: 20px;
}

.remark-slide-content ul li {
  list-style-image: url('bullet-hexagon.svg');
}

.tnw-welcome {
  background-color: #445;
}

.tnw-welcome img {
  width: 100%;
  margin-top: -60px;
  margin-left: 5px;
}

.tnw-white {
  background-color: #fff;
}

.tnw-title__logo-background {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 35%;
  height: 120%;
  background-color: #445;
  transform: rotate(15deg);
}

.tnw-title__logo {
  position: absolute;
  left: 0%;
  top: -7.5%;
  width: 33%;
}

.tnw-title__title {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 65%;
  text-align: right;
}

.tnw-title__title h1 {
  font-family: 'Ubuntu';
  font-size: 54px;
  font-weight: 700;
}

.tnw-title__title h2 {
  font-family: 'Ubuntu';
  font-weight: 300;
  font-size: 28px;
  margin-top: 25px;
}

.tnw-white h1 {
  font-size: 54px;
  font-weight: 400;
}

.tnw-white p {
  font-size: 24px;
}

.tnw-white ul li {
  font-size: 24px;
}

.remark-code, .remark-inline-code {
  font-family: 'Ubuntu Mono';
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
}

.tnw-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #445;
}

.tnw-footer--inverted {
  background-color: #fff;
}

.tnw-footer img {
  position: absolute;
  top: -117%;
  right: -2%;
  width: 30%;
}

.tnw-intertitle h1 {
  font-size: 54px;
  font-weight: 400;
  margin-top: -18%;
}

.tnw-pink {
  background-color: #445;
  color: #fff;
}

.tnw-bye h1 {
  font-size: 35px;
  font-weight: 300;
  margin-top: 10%;
}

.tnw-bye p {
  font-size: 25px;
  font-weight: 400;
  margin-top: 10%;
}
