@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700,700i");
/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #2b2b2b;
  background-color: #2b2b2b; }

.reveal {
  font-family: Ubuntu, "sans-serif";
  font-size: 36px;
  font-weight: normal;
  color: #eee; }

::selection {
  color: #fff;
  background: #FF5E99;
  text-shadow: none; }

::-moz-selection {
  color: #fff;
  background: #FF5E99;
  text-shadow: none; }

.reveal .slides > section,
.reveal .slides > section > section {
  line-height: 1.3;
  font-weight: inherit; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: #eee;
  font-family: Ubuntu, "sans-serif";
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  text-shadow: none;
  word-wrap: break-word; }

.reveal h1 {
  font-size: 2.5em; }

.reveal h2 {
  font-size: 1.9em; }

.reveal h3 {
  font-size: 1.4em; }

.reveal h4 {
  font-size: 1em; }

.reveal h1 {
  text-shadow: none; }

/*********************************************
 * OTHER
 *********************************************/
.reveal p {
  margin: 20px 0;
  line-height: 1.3; }

/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,
.reveal iframe {
  max-width: 95%;
  max-height: 95%; }

.reveal strong,
.reveal b {
  font-weight: bold; }

.reveal em {
  font-style: italic; }

.reveal ol,
.reveal dl,
.reveal ul {
  display: inline-block;
  text-align: left;
  margin: 0 0 0 1em; }

.reveal ol {
  list-style-type: decimal; }

.reveal ul {
  list-style-type: disc; }

.reveal ul ul {
  list-style-type: square; }

.reveal ul ul ul {
  list-style-type: circle; }

.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
  display: block;
  margin-left: 40px; }

.reveal dt {
  font-weight: bold; }

.reveal dd {
  margin-left: 40px; }

.reveal blockquote {
  display: block;
  position: relative;
  width: 70%;
  margin: 20px auto;
  padding: 5px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
  display: inline-block; }

.reveal q {
  font-style: italic; }

.reveal pre {
  display: block;
  position: relative;
  width: 90%;
  margin: 20px auto;
  text-align: left;
  font-size: 0.55em;
  font-family: monospace;
  line-height: 1.2em;
  word-wrap: break-word;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }

.reveal code {
  font-family: monospace;
  text-transform: none; }

.reveal pre code {
  display: block;
  padding: 5px;
  overflow: auto;
  max-height: 400px;
  word-wrap: normal; }

.reveal table {
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0; }

.reveal table th {
  font-weight: bold; }

.reveal table th,
.reveal table td {
  text-align: left;
  padding: 0.2em 0.5em 0.2em 0.5em;
  border-bottom: 1px solid; }

.reveal table th[align="center"],
.reveal table td[align="center"] {
  text-align: center; }

.reveal table th[align="right"],
.reveal table td[align="right"] {
  text-align: right; }

.reveal table tbody tr:last-child th,
.reveal table tbody tr:last-child td {
  border-bottom: none; }

.reveal sup {
  vertical-align: super; }

.reveal sub {
  vertical-align: sub; }

.reveal small {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.2em;
  vertical-align: top; }

.reveal small * {
  vertical-align: top; }

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  color: #13DAEC;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  transition: color .15s ease; }

.reveal a:hover {
  color: #71e9f4;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: #0d99a5; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.reveal section img.plain {
  border: 0;
  box-shadow: none; }

.reveal a img {
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear; }

.reveal a:hover img {
  background: rgba(255, 255, 255, 0.2);
  border-color: #13DAEC;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls {
  color: #13DAEC; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2);
  color: #13DAEC; }

.reveal .progress span {
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

.reveal section img {
  border: none;
  box-shadow: none;
  background: none; }

.reveal hgroup h2 {
  font-size: 1.4em; }

.reveal .meme {
  font-family: 'League Gothic', Impact, sans-serif;
  text-transform: uppercase;
  font-size: 1.4em;
  color: #fff;
  text-shadow: 0.07em 0.07em 0 #000, 0.07em -0.07em 0 #000, -0.07em -0.07em 0 #000, -0.07em 0.07em 0 #000; }

.reveal .character {
  box-sizing: border-box;
  height: 100%; }

.reveal .slides section .fragment.invert {
  filter: invert(100%); }
  .reveal .slides section .fragment.invert.visible {
    filter: invert(0%); }

#cover {
  text-align: left; }
  #cover h1 {
    margin-bottom: 1em; }
  #cover p {
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  #cover img {
    float: right;
    padding: 0 0 0.8em 1.6em;
    width: 32%; }
  #cover .presenter {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 0.8em; }
    #cover .presenter a:first-child {
      font-size: 36px;
      display: block; }
    #cover .presenter:nth-of-type(1) {
      padding-right: 1em; }
    #cover .presenter:nth-of-type(2) {
      padding-right: 1em;
      padding-left: 1em; }
    #cover .presenter:nth-of-type(3) {
      padding-left: 1em; }

#hands-up {
  box-sizing: border-box;
  height: 100%;
  text-align: left; }
  #hands-up p {
    font-size: 1.4em; }

#trenches {
  text-align: left; }
  #trenches h1 {
    width: 70%; }

#freyas-story {
  text-align: left; }
  #freyas-story .portrait {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 110%; }
  #freyas-story .name {
    max-width: 40%;
    position: absolute;
    right: 0;
    top: 0; }

#daves-story {
  text-align: right; }
  #daves-story .portrait {
    position: absolute;
    right: 0;
    top: 10%; }
  #daves-story .name {
    max-width: 40%;
    position: absolute;
    left: 0;
    top: 30%; }

#beths-story {
  text-align: left; }
  #beths-story .portrait {
    position: absolute;
    top: 10%;
    left: 0;
    max-height: 110%; }
  #beths-story .name {
    max-width: 40%;
    position: absolute;
    right: 0;
    top: 0; }

#pain-summary li {
  font-size: 1.9em;
  list-style-type: none; }
  #pain-summary li + li {
    margin-top: 0.5em; }
  #pain-summary li:before {
    content: '💩';
    margin-right: 0.5em; }

#modular-mindset {
  box-sizing: border-box;
  height: 60%;
  text-align: center; }
  #modular-mindset h2 {
    font-size: 2.5em;
    text-shadow: 0 0.05em 0.1em rgba(0, 88, 194, 0.8); }

#challenges h2,
#challenges li,
#challenges p {
  text-shadow: 0 0.05em 0.8em rgba(0, 0, 0, 0.9); }

#challenges li {
  margin-top: 0.5em;
  list-style-type: none; }

#challenges ul {
  width: 40%; }

#challenges p {
  width: 70%;
  text-align: right; }

#atomic-design {
  width: 100%; }
  #atomic-design .atomic {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  #atomic-design .portrait {
    position: absolute;
    top: 40%;
    right: -6%;
    max-height: 70%; }
  #atomic-design .fragment.fade-left {
    transform: translate(200%, 100%) rotate(-40deg); }
    #atomic-design .fragment.fade-left.visible {
      transform: translate(0, 0) rotate(-40deg); }

#hostile-environment {
  box-sizing: border-box;
  height: 100%; }
  #hostile-environment img {
    position: absolute;
    left: 13%;
    bottom: -22%;
    width: 65%; }

#undead-styleguide {
  box-sizing: border-box;
  height: 100%; }
  #undead-styleguide .name {
    position: absolute;
    width: 40%;
    max-height: auto;
    top: 5%;
    left: 5%; }
  #undead-styleguide .portrait {
    position: absolute;
    width: 40%;
    max-height: auto;
    bottom: -15%;
    right: 10%; }

#ds-morpheus {
  box-sizing: border-box;
  height: 100%; }
  #ds-morpheus .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    text-align: left; }
  #ds-morpheus .bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right; }

#web-party {
  box-sizing: border-box;
  height: 100%; }
  #web-party img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%; }

#product-not-project {
  box-sizing: border-box;
  height: 100%;
  background-image: url("images/nathan-curtis.png");
  background-size: cover; }
  #product-not-project blockquote {
    background: none;
    box-shadow: none;
    border: none;
    font-style: normal;
    font-size: 1.6em;
    color: #000;
    text-align: left;
    position: absolute;
    top: 1%;
    right: 7%;
    width: 46%; }
    #product-not-project blockquote footer {
      text-align: right;
      margin-top: 1.5em;
      font-size: 36px;
      color: #888; }
    #product-not-project blockquote cite:before {
      content: '- '; }

#to-do,
#to-do-2 {
  box-sizing: border-box;
  height: 100%; }
  #to-do > ul,
  #to-do-2 > ul {
    column-count: 2;
    column-gap: 2em; }
    #to-do > ul > li,
    #to-do-2 > ul > li {
      font-size: 1.4em;
      break-inside: avoid;
      list-style-type: none; }
    #to-do > ul > li + li,
    #to-do-2 > ul > li + li {
      margin-top: 1em; }
  #to-do li ul,
  #to-do-2 li ul {
    font-size: 36px; }
    #to-do li ul li,
    #to-do-2 li ul li {
      margin-top: 0.5em; }

#ask-not {
  text-align: left; }
  #ask-not blockquote {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0 auto;
    width: 90%;
    text-transform: uppercase;
    font-size: 1em;
    font-style: normal; }
    #ask-not blockquote p:nth-child(n + 2) {
      font-weight: bold;
      font-size: 1.4em; }
