/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.8em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.8;
  font-weight: normal;
  font-style: normal;
  font-family: "Avenir-Book", "Open Sans", sans-serif;
  color: #333; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 2.9rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #fff; 
  text-decoration: none;
  }
a:hover {
  color: #333; }

.black-link a {
  color: #333; 
  padding-bottom: 0rem;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.black-link a:hover {
  color: #E01062;
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc outside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 1.5rem;
  /*font-size: 100%;*/ }
li {
  margin-bottom: 1rem; }



/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 3%;
  /*font-size: 90%;*/
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.4rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-half-width {
  width: 50%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.container:before,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Custom
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* UNIVERSAL */

.green {
  background-color: #00CA9D;
}

.yellow {
  background-color: #F6D034;
}

.pink {
  background-color: #E01062;
}

.blue {
  background-color: #4BCAFF;
}

.black {
  background-color: #333;
}

.white {
  background-color: #fff;
}

.gray {
  background-color: #C8B2B2;
}

.inverse {
  color: #fff;
}

.use-flex {
  display: flex;
}

#header {
  background-color: #00CA9D;
}

h1, h2, h3, h4, h5, h6 {
  text-align: center;
}

h2 {
  margin-bottom: 5%;
}

p {
  text-align: justify;
}

.left li {
  text-align: left;
 /* padding-left: 3%;*/
}

/*#selection a:hover {
  color: #333;
}*/


#logo {
  width: 100%;
  height: auto;
}

#left-link {
  padding: 0;
  text-align: center;
}

#left-link-inner {
  display: table;
  margin:auto;
}

#left-link h2 {
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;  
}

#right-link {
  padding: 0;
  text-align: center; 
}

#right-link-inner {
  display: table;
  margin: auto;
}

#right-link h2 {
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
}

#footer {
  padding: 0;
}

#footer a {
  padding-bottom: .5rem;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  color: #fff;
}

#footer a:hover {
  color: #333;
}

#footer h5 {
  margin: 3rem 0;
}

/* HOME */

#quote {
  margin-top: 0;
  padding-top: 0;
}

#quote a {
  color: #333;
}

#quote a:hover {
  color: #fff;
}

#screen-img img {
  margin-bottom:-11px;
  margin-left: 10%;
}

/* LEARN */

#themes h2 {
  margin: 5% 0;
}

#themes, #selection, #sequence, #loops, #next h2 {
  text-align: center;
}

/*#selection a {
  padding-bottom: .5rem;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  color: #fff;
}

#selection a:hover {
  color: #333;
}*/

#conditions {
  border-radius: 10px;
  padding: 4% 0%;
  margin-bottom: 5%;
}

#conditions img {
  margin: 5% 1.5%;
}

@-webkit-keyframes shaking {
  0% {
    -ms-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  25% {
    -ms-transform: translateY(+5%);
    -moz-transform: translateY(+5%);
    -webkit-transform: translateY(+5%);
    transform: translateY(+5%);
  }

  50% {
    -ms-transform: rotate(+5deg);
    -moz-transform: rotate(+5deg);
    -webkit-transform: rotate(+5deg);
    transform: rotate(+5deg);
  }

  75% {
    -ms-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);

  }

  100% {
    -ms-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}

@keyframes shaking {
  0% {
    -ms-transform: rotate(-10deg) translateY(-10%);
    -moz-transform: rotate(-10deg) translateY(-10%);
    -webkit-transform: rotate(-10deg) translateY(-10%);
    transform: rotate(-10deg) translateY(-10%);
  }

  50% {
    -ms-transform: rotate(+10deg) translateY(+10%);
    -moz-transform: rotate(+10deg) translateY(+10%);
    -webkit-transform: rotate(+10deg) translateY(+10%);
    transform: rotate(+10deg) translateY(+10%);
  } 

  100% {
    -ms-transform: rotate(-10deg) translateY(-10%);
    -moz-transform: rotate(-10deg) translateY(-10%);
    -webkit-transform: rotate(-10deg) translateY(-10%);
    transform: rotate(-10deg) translateY(-10%);
  }
}
.shake {
  -webkit-animation: shaking .5s ease-in-out infinite;
  -moz-animation: shaking .5s ease-in-out infinite;
  -ms-animation: shaking .5s ease-in-out infinite;
  animation: shaking .5s ease-in-out infinite;
}

#tray {
  background-color: #333;
  border: 4px solid;
  border-color: #eaeaea;
  border-radius: 5px;
  margin: -2% 7.5% 3% 7.5%;
}

#statement {
  display: table-cell;
  font-weight: 700;
  padding: 2% 10%;
  height: 180px;
  vertical-align: middle;
  line-height: 35px;
}


#statement span {
  color: #00CA9D;
}

#statement .icon {
  color: #fff;
}

#seq-step {
  z-index: 1;
  display: block;
  position: absolute;
  border-radius: 10px;
  background-color: #333;
  -ms-transition: margin-top .6s ease-in-out;
  -moz-transition: margin-top .6s ease-in-out;
  -webkit-transition: margin-top .6s ease-in-out;
  transition: margin-top .6s ease-in-out;
}

#seq-items img {
  position: relative;
  z-index: 100;
}

#seq-items h6 {
  position: relative;
  z-index: 100;
  font-weight: 700;
  color: #fff;
  opacity: .5;
  -ms-transition: opacity .6s ease-in-out;
  -moz-transition: opacity .6s ease-in-out;
  -webkit-transition: opacity .6s ease-in;
  transition: opacity .6s ease-in;
}

#loops h3 {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-weight: 700;
}

#loops img {
  z-index: 100;
  position: relative;
  display: block;
}

#loop-step {
  z-index: 1;
  display: block;
  position: absolute;
  border-radius: 10px;
  background-color: #C8B2B2;
  -ms-transition: margin .4s ease-in-out;
  -moz-transition: margin .4s ease-in-out;
  -webkit-transition: margin .4s ease-in-out;
  transition: margin .4s ease-in-out;
}

#next {
  display: block;
  position: relative;
  margin-bottom: 6%;
}

#next li {
  width: 90%;
  text-align: center;
  list-style-type: none;
  margin: .5rem auto;
  font-size: 2rem;
}

#next li:nth-child(even) {
  margin-bottom: 2rem;
}

#next li a {
  color: #4BCAFF;
}

/* STORY */

.pk-gr {
  color: #E01062;
}

.pk-gr:hover {
  color: #C8B2B2;
}

.pk-bl {
  color: #E01062;
}

.pk-bl:hover {
  color: #333;
}

.bl-wh {
  color: #333;
}

.bl-wh:hover {
  color: #fff;
}

.left li {
  margin-left:  5%;
  padding-left: 0%;
}

.tab {
  display:none;
  position:fixed;
  top:0;
  left: 0;
  right: 0;
  background-color: #333;
  border-radius: 0 0 5px 5px;
/*  width: 220px;
  height: 50px;*/
  margin: auto;
  opacity: .9;
  z-index: 100;
}

.overlay {
  display:bloack;
  position:fixed;
  top:0;
  left: 0;
  background-color: #333;
  width: 100%;
  height: 100%;
  margin: auto;
  opacity: .9;
  z-index: 100;
}

#chapters h6 {
  font-weight: bold;
/*  line-height: 50px;*/
  margin: 0;
  padding: 0;
  color: #fff;
}

#chapter-list {
  display: none;
  margin-top: 0;
  list-style-type: none;
  text-align: center;
  font-weight: bold;
}


#chapter-list a:hover {
  color: #E01062;
}


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 300px) {

/* UNIVERSAL */

  #header img {
    display: block; /* until app is live */
    width: 50%;
    margin-top: -20%;
    margin-bottom: 10%;
    margin-left: 25%;
  }

  #logo {
    margin: 25% 0;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 2.0rem;
  }

  h5 {
    font-size: 1.6rem;
  }

  .hero-break {
  padding: 10% 0%; 
  }

  .hero-break h2 {
  font-size: 2.6rem;
  padding-bottom: 0%;
  }

  .main {
  margin: 10% 0%;
  }

  .continue {
  margin: 5% 0%;
  }

  p,ul {
  font-size: 1.6rem;
  line-height: 2.2rem;
  }

  #left-link {
  width: 100%;
  float: none;
  }

  #right-link {
  width: 100%;
  float: none;
  }

  #left-link-inner, #right-link-inner {
  height: 200px;
  }

  #left-link h2, #right-link h2 {
  font-size: 2.4rem;
  }

  #footer h5 {
  font-size: 1.2rem;
  line-height: 3rem;
  padding: 0 10%;
  }

/* HOME */

  #quote a {
  font-size: 1.2rem;
  }


/* LEARN */

  #themes h5 {
  padding: 2% 0;
  }

  #statement {
  padding: 2% 10%;
  height: 60px;
  vertical-align: middle;
  line-height: 1.8rem;
  font-size: 1.5rem;
  }

  .seq-step1 {
    margin: -2px auto;
    left: 3%;
    width: 94%;
    height: 140px;
  }

  .seq-step2 {
    margin: 135px auto;
    left: 3%;
    width: 94%;
    height: 140px;
  }

  .seq-step3 {
    margin: 277px auto;
    left: 3%;
    width: 94%;
    height: 140px;
  }

  #seq-items img {
    width: 260px;
    margin-top: 20px;
  }

  #seq-items h6 {
    font-size: 1.4rem;
    margin: 0 auto 20px auto;
  }

  #sequence p:nth-of-type(2) {
    margin-top: 12%;
  }

  #test {
    width: 250px;
    margin: 20px auto 10px auto;
  }

  #loop-test {
    margin: 30px auto;
    width: 270px;
  }

  #loop-test img {
    margin: 0 auto;
    width: 100%;
  }

  #loop-step {
    width: 90px;
    height: 90px;
  }

  .loop-step1, .loop-step2, .loop-step3 {
    margin-top: -10px;
  }

  .loop-step4, .loop-step5, .loop-step6 {
    margin-top: 89px;
  }

  .loop-step7, .loop-step8, .loop-step9 {
    margin-top: 187px;
  }

  .loop-step1, .loop-step4, .loop-step7 {
    margin-left: -10px;
  }

  .loop-step2, .loop-step5, .loop-step8 {
    margin-left: 89px;
  }

  .loop-step3, .loop-step6, .loop-step9 {
    margin-left: 189px;
  }

  /* STORY */

  .tab {
    width: 120px;
    height: 30px;
  }

  #chapters h6 {
    font-weight: bold;
    line-height: 30px;
  }

  #chapter-list li {
  font-size: 2rem;
  }

  .caption {
    margin-top: -2rem;
    font-size: 1.4rem;
  }

  .callout {
    margin-left: -4.5%;
    padding-left: 4.5%;
    border-left-width: 2px;
    border-left-style: solid;
  }

  code {
    font-size: 65%;
  }

  #protos {
    display: block;
    margin: 30px 0;
  }

  .video {
    display: block;
    margin: 2% auto;
    width: 275px;
  }

  .video iframe {
    width: 275px;
    height: 154.5px;
  }

}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {

/* UNIVERSAL */

  #header img {
    width: 40%;
    margin-top: -5%;
    margin-bottom: 8%;
    margin-left: 30%;
  }

  #logo {
    margin: 10% 0;
  }

  h1 {
    font-size: 3.8rem;
  }

  h2 {
    font-size: 3rem;
  }

  h5 {
  font-size: 2rem;
  }

  .hero-break {
  padding: 10% 5%; 
  }

  .hero-break h2 {
  font-size: 3rem;
  }

  .main {
  margin: 10% 5%;
  }

  .continue {
  margin: 5% 5%;
  }

  p,ul {
  line-height: 2.6rem;
  font-size: 2rem;
  }

  #footer h5 {
  font-size: 2rem;
  line-height: 3rem;
  padding: 0;
  }

/* HOME */

  #quote a {
  font-size: 1.4rem;
  }

/* LEARN */

  #statement {
  padding: 2% 10%;
  height: 120px;
  vertical-align: middle;
  line-height: 2.4rem;
  font-size: 2rem;
  }

  .seq-step1 {
  margin: -2px auto;
  left: 1%;
  width: 98%;
  height: 175px;
  }

  .seq-step2 {
  margin: 183px auto;
  left: 1%;
  width: 98%;
  height: 175px;
  }

  .seq-step3 {
  margin: 365px auto;
  left: 1%;
  width: 98%;
  height: 175px;
  }

  #seq-items img {
  width: 400px;
  margin-top: 20px;
  }

  #seq-items h6 {
  font-size: 1.8rem;
  margin: 0 auto 20px auto;
  }

  #sequence p:nth-of-type(2) {
  margin-top: 8%;
  }

  #test {
    width: 320px;
    margin: 25px auto 5px auto;
  }

  #loop-test {
    margin: 40px auto 50px auto;
    width: 400px;
  }

  #loop-test img {
    margin: 0 auto;
    width: 100%;
  }

  #loop-step {
    width: 155px;
    height: 155px;
  }

  .loop-step1, .loop-step2, .loop-step3 {
    margin-top: -26px;
  }

  .loop-step4, .loop-step5, .loop-step6 {
    margin-top: 120px;
  }

  .loop-step7, .loop-step8, .loop-step9 {
    margin-top: 267px;
  }

  .loop-step1, .loop-step4, .loop-step7 {
    margin-left: -26px;
  }

  .loop-step2, .loop-step5, .loop-step8 {
    margin-left: 120px;
  }

  .loop-step3, .loop-step6, .loop-step9 {
    margin-left: 269px;
  }

  /* STORY */

  .tab {
    width: 220px;
    height: 50px;
  }

  #chapters h6 {
    font-weight: bold;
    line-height: 50px;
  }

  #chapter-list li {
  font-size: 3rem;
  }

  .caption {
    margin-top: -2rem;
    font-size: 1.6rem;
  }

  .callout {
    margin-left: -4%;
    padding-left: 4%;
    border-left-width: 2px;
    border-left-style: solid;
  }

  code {
  font-size: 85%;
  }

  .video {
    display: block;
    margin: 2% auto;
    width: 400px;
  }

  .video iframe {
    width: 400px;
    height: 224px;
  }

}

/* Larger than tablet */
@media (min-width: 750px) {

/* UNIVERSAL */

  #header img {
    width: 30%;
    margin-top: -5%;
    margin-bottom: 5%;
    margin-left: 35%;
  }

  p,ul {
  line-height: 3rem;
  padding: 1% 3%;
  }

  #left-link {
  width: 50%;
  float: left;
}

  #right-link {
  width: 50%;
  float: right;
  }

  #left-link-inner, #right-link-inner {
  height: 400px;
  }

  #left-link h2, #right-link h2 {
  font-size: 2.8rem;
  }

/* HOME */


/* LEARN */

  #statement {
    padding: 2% 10%;
    height: 180px;
    vertical-align: middle;
    line-height: 3.5rem;
    font-size: 3rem;
  }

  /* STORY */

   #chapter-list li {
  font-size: 4rem;
  }

  .caption {
    margin-top: -2rem;
    font-size: 1.8rem;
  }

  .callout {
    margin-left: -1%;
    padding-left: 1%;
    border-left-width: 2px;
    border-left-style: solid;
  }

  code {
  font-size: 90%;
  }

  .video {
    display: block;
    margin: 2% auto;
    width: 500px;
  }

  .video iframe {
    width: 500px;
    height: 281px;
  }

}

/* Larger than desktop */
@media (min-width: 1000px) {

/* UNIVERSAL */

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3.8rem;
  }

  h5 {
  font-size: 3.2rem;
  }

  .hero-break {
  padding: 5%; 
  }

  .hero-break h2 {
  font-size: 4.2rem;
  }

  #left-link h2, #right-link h2 {
  font-size: 3.8rem;
  }


/* HOME */

  #quote a {
  font-size: 1.8rem;
  }


/* LEARN */

  #themes h5 {
  padding: 3% 3%;
  }

  .seq-step1 {
  margin: -2px auto;
  left: 3%;
  width: 94%;
  height: 230px;
  }

  .seq-step2 {
  margin: 236px auto;
  left: 3%;
  width: 94%;
  height: 230px;
  }

  .seq-step3 {
  margin: 475px auto;
  left: 3%;
  width: 94%;
  height: 230px;
  }

  #seq-items img {
  width: 580px;
  margin-top: 20px;
  }

  #seq-items h6 {
  font-size: 2.4rem;
  margin: 0 auto 20px auto;
  }

  #sequence p:nth-of-type(2) {
  margin-top: 5%;
  }

/*  #test {
    width: 400px;
    margin: 30px auto 5px auto;
  }

  #loop-test {
    margin: 60px auto;
    width: 600px;
  }

  #loop-test img {
    margin: 0 auto;
    width: 100%;
  }

  #loop-step {
    width: 230px;
    height: 230px;
  }

  .loop-step1, .loop-step2, .loop-step3 {
    margin-top: -38px;
  }

  .loop-step4, .loop-step5, .loop-step6 {
    margin-top: 183px;
  }

  .loop-step7, .loop-step8, .loop-step9 {
    margin-top: 400px;
  }

  .loop-step1, .loop-step4, .loop-step7 {
    margin-left: -38px;
  }

  .loop-step2, .loop-step5, .loop-step8 {
    margin-left: 183px;
  }

  .loop-step3, .loop-step6, .loop-step9 {
    margin-left: 405px;
  }*/

  /* STORY */

  .callout {
    margin-left: 0%;
    padding-left: 0%;
    border-left-width: 2px;
    border-left-style: solid;
  }

  .video {
    display: block;
    margin: 2% auto;
    width: 700px;
  }

  .video iframe {
    width: 698px;
    height: 393px;
  }

}

/* Larger than Desktop HD */
@media (min-width: 1200px) {

  #left-link h2, #right-link h2 {
  font-size: 4.2rem;
  }


}

