@charset "UTF-8";
/**
 * This is the only SCSS file which should contain
 * project-specific styles.
 *
 */
/**
 * @license
 * MyFonts Webfont Build ID 2805630, 2014-05-03T22:37:27-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: LunchBox Bold by Kimmy Design
 * URL: http://www.myfonts.com/fonts/kimmy/lunch-box/bold/
 * Copyright: Copyright (c) 2013 by Kimmy Design. All rights reserved.
 * Licensed pageviews: 20,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2805630
 *
 * © 2014 MyFonts Inc
*/
@import url("//hello.myfonts.net/count/2acf7e");
@import url("http://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic");
@font-face {
  font-family: 'LunchBox';
  font-weight: bold;
  font-style: normal;
  src: url("/computer-science/theme/assets/fonts/2ACF7E_0_0.eot");
  src: url("/computer-science/theme/assets/fonts/2ACF7E_0_0.eot?#iefix") format("embedded-opentype"), url("/computer-science/theme/assets/fonts/2ACF7E_0_0.woff") format("woff"), url("/computer-science/theme/assets/fonts/2ACF7E_0_0.ttf") format("truetype"), url("/computer-science/theme/assets/fonts/2ACF7E_0_0.svg#wf") format("svg"); }
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-left: 0;
  margin-right: 0; }

.row {
  margin-left: 0;
  margin-right: 0; }

/***** MODAL PROPERTIES *****/
.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: none;
  outline: none; }

.modal-content iframe {
  border: none;
  padding: 0;
  margin: 0; }

.close {
  font-size: 80px;
  margin: -20px 0 0 0; }

/***** MEDIA QUERIES *****/
@media only screen and (max-width: 641px) {
  /***** MODAL PROPERTIES *****/
  .modal-body {
    height: 100px;
    padding: 0;
    margin: 0; }

  .modal-content {
    padding: 0;
    margin: 0; }

  .modal-dialog {
    position: relative;
    width: auto;
    margin: 15px; }

  .close {
    margin: -12px 0 0 0; } }
@media only screen and (min-width: 768px) {
  /***** MODAL PROPERTIES *****/
  .close {
    font-size: 80px;
    margin: 30px -43px -20px 100px; } }
html {
  font-size: medium;
  height: 100%; }

body {
  font-family: Karla,"Helvetica Neue",Arial,sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  text-rendering: optimizelegibility;
  color: #031e39;
  background-color: #fafaee;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: scroll; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

h2 {
  font-family: Lunchbox,"Helvetica Neue",Arial,sans-serif;
  font-size: 3rem;
  margin: 1.2em 0 0.6em 0; }

a:link {
  color: #c40259; }
a:visited {
  color: #c40259; }
a:hover {
  color: #f60370; }
a:active {
  color: #c40259; }

ul {
  padding-left: 20px; }

.templates {
  visibility: hidden;
  height: 0; }

@media (max-width: 600px) {
  #mainNavigation {
    font-size: 12px; } }
@media (max-width: 1900px) {
  #mainNavigation {
    font-size: 2.2vh; } }
@media (min-width: 1901px) {
  #mainNavigation {
    font-size: 18px; } }
#mainNavigation {
  background: #041221;
  border: none; }
  #mainNavigation .avatar {
    height: 1.5em;
    border-radius: 3px;
    margin-right: 3px;
    margin-top: -3px; }
  #mainNavigation .title {
    color: rgba(255, 255, 255, 0.4);
    padding-left: 8px; }
  #mainNavigation .navbar-brand {
    color: #fff;
    font-size: 120%;
    padding: 0;
    margin: 15px 0 11px 0;
    height: auto;
    vertical-align: text-bottom; }
  #mainNavigation .chapter-switcher .dropdown {
    font-size: 120%; }
    #mainNavigation .chapter-switcher .dropdown > a {
      background-color: transparent;
      padding-left: 8px;
      padding-right: 8px; }
    #mainNavigation .chapter-switcher .dropdown.open > a {
      background-color: #333; }
    #mainNavigation .chapter-switcher .dropdown .dropdown-toggle {
      color: rgba(255, 255, 255, 0.4); }
      #mainNavigation .chapter-switcher .dropdown .dropdown-toggle:hover {
        background-color: #333;
        color: white; }
    #mainNavigation .chapter-switcher .dropdown .dropdown-menu {
      background-color: #041221; }
      #mainNavigation .chapter-switcher .dropdown .dropdown-menu a {
        color: rgba(255, 255, 255, 0.4); }
      #mainNavigation .chapter-switcher .dropdown .dropdown-menu a:hover,
      #mainNavigation .chapter-switcher .dropdown .dropdown-menu a:focus {
        background-color: #333;
        color: white; }
  #mainNavigation .site-nav a {
    font-family: Lunchbox,"Helvetica Neue",Arial,sans-serif;
    font-size: 150%;
    color: #dce2b1;
    transition: all 0.2s ease 0s; }
  #mainNavigation .site-nav a:hover {
    transform: scale(1.2) translateZ(0px); }
  #mainNavigation .site-nav .active a {
    color: #eead5e;
    background: none;
    border-bottom: 4px solid #eead5e; }
  #mainNavigation .site-nav .active a:hover {
    transform: none; }

.page-header {
  background-color: #c40259;
  background-size: 200px, auto;
  background-position: 0px 0px;
  background-repeat: repeat;
  background-image: url(/computer-science/media/images/theme/theme-tile.svg), linear-gradient(to bottom, #920142 0px, #f60370 100%);
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  padding-top: 20vh;
  padding-bottom: 15vh; }
  .page-header h1 {
    font-size: 6rem;
    font-size: 16vh;
    font-weight: bold;
    color: #FFFFFF;
    font-family: LunchBox; }
  .page-header p {
    font-size: 1.4rem;
    font-size: 3.5vh;
    opacity: 0.6; }

.page-wrapper {
  height: 100%;
  padding-top: 50px; }
  .page-wrapper p {
    margin: 0 0 15px 0; }
  .page-wrapper > p:first-of-type {
    color: #1A84CD;
    font-size: 120%;
    margin: 0 0 20px 0; }
  .page-wrapper > .row {
    height: 100%;
    width: 100%;
    max-height: 100%; }

.home .page-content {
  padding-top: 60px;
  padding-bottom: 150px;
  max-height: 100%;
  overflow: scroll; }

@media (max-width: 978px) {
  .page-content {
    max-height: auto;
    overflow: visible; } }
.page-footer {
  background: #920142;
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.5); }
  .page-footer .license-icons {
    display: block;
    vertical-align: top; }
    .page-footer .license-icons a {
      text-decoration: none;
      border: none;
      opacity: 0.8; }
    .page-footer .license-icons a:hover {
      opacity: 1; }
    .page-footer .license-icons img {
      height: 50px; }
  .page-footer .license-text {
    display: block;
    padding-top: 15px;
    font-size: 0.8rem; }
  .page-footer a {
    color: #FFFFFF; }
  .page-footer a:hover {
    color: #FFFFFF; }
  .page-footer .links a {
    display: block;
    color: rgba(255, 255, 255, 0.5); }
    .page-footer .links a:hover {
      color: white; }

body.chapter {
  background-color: #920142; }
  body.chapter .slideshow {
    background-color: #f3f3da; }

.content-panel {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: white;
  border-radius: 3px;
  padding: 30px; }
  .content-panel h2 {
    margin: 0;
    margin-bottom: 20px; }
  .content-panel p {
    max-width: 650px; }
  .content-panel .difficulty {
    text-transform: uppercase; }
  .content-panel > img {
    float: right; }

.feedback {
  text-align: center;
  font-size: 1.8rem;
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #c40259;
  background-size: 1200px, auto;
  background-position: 0px 0px;
  background-repeat: repeat;
  background-image: url(/computer-science/media/images/theme/theme-tile.svg), linear-gradient(to bottom, #c40259 0px, #fd2f8b 100%); }
  .feedback h2 {
    font-size: 6rem;
    margin: 0;
    font-family: "LunchBox"; }
  .feedback .btn {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 30px; }

/* tile-like list of links to individual chapters */
.chapter-links {
  padding-top: 50px;
  padding-bottom: 50px;
  /* remove bottom border from last row */ }
  .chapter-links .row {
    padding: 15px 0;
    border-bottom: 1px solid rgba(150, 0, 0, 0.2); }
  .chapter-links > div:last-of-type {
    border: none; }
  .chapter-links .break {
    font-size: 3em;
    font-family: "Lunchbox";
    text-align: center; }

/* the tile block */
.tile-link a {
  display: block;
  border: 1px solid white;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 70px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #666; }
.tile-link .header-image {
  width: 100%; }
.tile-link .title {
  display: block;
  font-weight: bold;
  font-size: 1.8em;
  font-family: "Lunchbox";
  margin-top: 15px; }
.tile-link .length {
  font-size: 1em; }
.tile-link .subtitle {
  display: block;
  font-style: italic;
  font-size: 1em; }
.tile-link p {
  text-align: center;
  margin-top: 10px;
  font-size: 14px; }
.tile-link .badge {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border: 8px solid #FFFFFF;
  overflow: hidden;
  margin-top: -60px;
  background-image: linear-gradient(to top, #c40259 0px, #fd2f8b 100%);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  position: relative; }
  .tile-link .badge img {
    width: 70%;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 15%;
    opacity: 0.8; }

/**
 * Gather Workshops theme for reveal.js.
 * Author: Gather Workshops
 */
.reveal {
  line-height: 1.4;
  text-align: left;
  overflow: hidden; }
  .reveal .slides > section p {
    margin-top: 0.4em;
    margin-bottom: 0.8em; }
  .reveal pre {
    width: 100%;
    margin-bottom: 2em; }
    .reveal pre code {
      padding: 0 10px; }
    .reveal pre[data-line] code {
      padding-left: 2em; }
  .reveal .line-highlight {
    background: rgba(255, 255, 255, 0.7); }
    .reveal .line-highlight::before, .reveal .line-highlight[data-end]::before, .reveal .line-highlight[data-end]::after {
      content: ""; }
  .reveal [data-linestyle="delete"] .line-highlight {
    border-left: 10px solid #D00;
    background: rgba(255, 0, 0, 0.1); }
  .reveal .highlight {
    border-radius: 0 0 5px 5px; }
    .reveal .highlight pre {
      margin: 0 0;
      margin-bottom: 1em;
      font-size: 100%;
      width: 100%;
      box-shadow: none; }
      .reveal .highlight pre code {
        padding: 10px;
        font-size: inherit;
        max-height: none; }
  .reveal code {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 6px; }
  .reveal .codepen-embed {
    display: inline-block;
    box-sizing: border-box;
    border: 4px solid #222;
    width: 100%;
    max-width: 100%; }
    .reveal .codepen-embed.title {
      border: 0;
      color: #FFF;
      text-align: left;
      font-size: 50%;
      font-weight: bold;
      background-color: #222;
      padding: 0px 8px;
      border-top-radius: 5px; }
  .reveal .slides > section {
    box-sizing: border-box; }
  .reveal .slides > section img {
    margin: 0;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important; }
  .reveal .slides > .default-slide {
    text-align: left; }
  .reveal .slides > .centered-slide {
    text-align: center; }
  .reveal .slides > .info-sheet-slide {
    text-align: left; }
    .reveal .slides > .info-sheet-slide img {
      float: left;
      display: block;
      padding-right: 20px;
      padding-left: 30px;
      margin-right: 20px; }
  .reveal .slides > .title-slide {
    color: #DCE3B2;
    text-shadow: 2px 2px 1px #5f012b; }
    .reveal .slides > .title-slide h1, .reveal .slides > .title-slide h2, .reveal .slides > .title-slide h3 {
      color: #DCE3B2;
      text-shadow: 2px 2px 1px #5f012b; }
  .reveal .slides .flex-list {
    display: flex;
    list-style-type: none; }
    .reveal .slides .flex-list > li {
      flex: 1;
      text-align: center;
      border-right: 1px dotted rgba(0, 0, 0, 0.3);
      padding: 20px 0;
      font-size: 70%;
      line-height: 120%; }
      .reveal .slides .flex-list > li strong {
        font-size: 120%;
        line-height: 150%; }
      .reveal .slides .flex-list > li:last-of-type {
        border-right: none; }

.reveal p.checkpoint {
  background: rgba(255, 200, 180, 0.5);
  border: 1px solid orange;
  padding: 10px 10px 12px 20px;
  border-radius: 5px;
  text-align: left;
  margin-top: 20px !important;
  display: inline-block;
  max-width: 100%; }
  .reveal p.checkpoint:hover::after {
    background: white; }
  .reveal p.checkpoint::after {
    content: "Done!";
    border: 1px solid gray;
    background: rgba(255, 255, 255, 0.7);
    font-size: 70%;
    box-sizing: border-box;
    border-radius: 5px;
    height: 100%;
    float: right;
    margin-left: 20px;
    width: 5em;
    text-align: center; }
  .reveal p.checkpoint.checked {
    background: rgba(180, 255, 200, 0.5);
    border-color: green; }
    .reveal p.checkpoint.checked::after {
      content: "Great!"; }

.reveal .controls div {
  opacity: 0.15; }
  .reveal .controls div.enabled {
    opacity: 0.8; }

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #F3F3DA;
  background-color: #F3F3DA; }

.reveal {
  font-family: "Karla", sans-serif;
  font-size: 1.75em;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: #001E39; }

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

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: #001E39;
  font-family: "Lunchbox", "Karla", sans-serif;
  line-height: 0.9em;
  letter-spacing: auto;
  text-transform: none;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

.reveal h1 {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

/*********************************************
 * LINKS
 *********************************************/
.reveal a:not(.image) {
  color: #efad5f;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  -ms-transition: color .15s ease;
  -o-transition: color .15s ease;
  transition: color .15s ease; }

.reveal a:not(.image):hover {
  color: #f4c58d;
  text-shadow: none;
  border: none; }

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

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid #001E39;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

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

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
  border-right-color: #efad5f; }

.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
  border-left-color: #efad5f; }

.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
  border-bottom-color: #efad5f; }

.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
  border-top-color: #efad5f; }

.reveal .controls div.navigate-left.enabled:hover {
  border-right-color: #f4c58d; }

.reveal .controls div.navigate-right.enabled:hover {
  border-left-color: #f4c58d; }

.reveal .controls div.navigate-up.enabled:hover {
  border-bottom-color: #f4c58d; }

.reveal .controls div.navigate-down.enabled:hover {
  border-top-color: #f4c58d; }

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

.reveal .progress span {
  background: #efad5f;
  -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);
  -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-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); }

/*********************************************
 * SLIDE NUMBER
 *********************************************/
.reveal .slide-number {
  color: #efad5f; }

.slideshow {
  width: 100%;
  height: 100%;
  height: 100vh;
  display: flex;
  align-items: justify; }
  .slideshow.with-notes .reveal {
    flex: 65vmax; }
  .slideshow.with-notes .sidenotes {
    flex: 35vmax; }

.reveal {
  transition: all 0.6s;
  flex: 100vmax; }
  .reveal .controls, .reveal .progress {
    position: absolute; }

.sidenotes {
  z-index: 8;
  transition: all 0.6s;
  background: #fff;
  overflow: hidden;
  flex: 0; }
  .sidenotes .content {
    padding: 1em 2em;
    width: 35vmax;
    height: 100%;
    box-sizing: border-box; }
    .sidenotes .content code {
      background: #F3F3DA;
      padding: 2px 5px; }

@media all and (max-width: 800px) {
  .slideshow {
    flex-direction: column; }
    .slideshow.with-notes .reveal {
      flex: 45vmax; }
    .slideshow.with-notes .sidenotes {
      flex: 55vmax; }

  .sidenotes .content {
    height: 55vmax;
    width: 100%; } }
.printable.slides {
  width: 100%;
  height: 100%; }
  .printable.slides section {
    box-sizing: border-box;
    border: 2px solid red;
    width: 33%;
    height: 100%;
    display: block;
    float: left;
    position: relative; }
    .printable.slides section .notes {
      border: 2px solid blue;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 1em; }

html.print-view,
html.print-view body {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0; }

html.print-view body {
  overflow: scroll; }
