html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom in iOS */
}

/* for older IEs including ie11 */
article, aside, main, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
  clear: both;
}

@font-face {
  font-family: 'trashhandregular';
  src: url("../fonts/TrashHand-webfont.eot");
  src: url("../fonts/TrashHand-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/TrashHand-webfont.woff") format("woff"), url("../fonts/TrashHand-webfont.ttf") format("truetype"), url("../fonts/TrashHand-webfont.svg#trashhandregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'quikhand';
  src: url("../fonts/Quikhand.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html {
  background: url(../img/background.jpg) #333; }
  @media screen and (min-width: 768px) {
    html {
      background-attachment: fixed;
      background-size: cover; } }

body {
  color: #fff;
  margin: 0 5% 20px;
  font: normal 16px/24px 'Open Sans', arial, verdana, sans-serif; }
  @media screen and (min-width: 768px) {
    body {
      margin-left: 2%;
      margin-right: 2%;
      margin-bottom: 40px;
      font-size: 16px;
      line-height: 26px; } }
  @media screen and (min-width: 1064px) {
    body {
      margin-left: auto;
      margin-right: auto;
      width: 1024px; } }
  body p {
    margin: 0; }
  body li {
    margin-bottom: 10px; }
  body a {
    color: #E5B756;
    text-decoration: none; }
    body a:hover {
      text-decoration: underline; }

main {
  margin-bottom: 20px; }
  main h1 {
    font: normal 32px trashhandregular, verdana, sans-serif;
    margin-top: 0;
    margin-bottom: 5px; }
  main h2 {
    font: normal 22px trashhandregular, verdana, sans-serif;
    color: white;
    margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    main {
      margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  aside {
    float: left;
    width: 30%;
    margin-left: 5%; } }

aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font: normal 18px/24px 'Open Sans', sans-serif; }
  aside ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #999; }
    aside ul li:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
  aside ul li p a {
    font: normal 18px trashhandregular, verdana, sans-serif; }

footer {
  margin-top: 40px;
  border-top: solid 1px #999;
  padding-top: 10px;
  font-size: 14px; }
  @media (min-width: 768px) {
    footer {
      padding-bottom: 20px; } }
  footer p {
    margin-bottom: 20px; }
  footer ul {
    padding: 0; }
  footer li {
    list-style: none; }
  footer .btn {
    color: #fff;
    padding: 7px 12px;
    border-radius: 5px;
    display: inline-block;
    min-width: 155px;
    text-align: center; }
  footer .twitter {
    background: #0C7ABF; }
  footer .youtube {
    background: #CC181E; }
  @media (min-width: 768px) {
    footer p {
      float: left; }
    footer ul {
      float: right;
      margin: 3px 0 0; }
      footer ul li {
        float: left;
        margin-left: 10px; }
      footer ul li a.btn:hover {
        text-decoration: none; } }

.gallery a {
  display: block;
  margin-bottom: 10px; }
  .gallery a img {
    width: 100%;
    display: block; }
  @media screen and (min-width: 768px) {
    .gallery a {
      float: left;
      width: 32%;
      margin-right: 2%;
      margin-bottom: 2%; }
      .gallery a:nth-child(3n) {
        margin-right: 0; } }

.about main article {
  clear: both;
  border-bottom: dotted 1px #999;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .about main article:last-child {
    border: none; }
  @media screen and (min-width: 768px) {
    .about main article h1 {
      margin-top: 0; } }
  .about main article p {
    overflow: auto; }
  .about main article a {
    display: block; }
  .about main article figure {
    width: 70%;
    margin: 0 auto 10px; }
    .about main article figure img {
      width: 100%; }
    .about main article figure.new {
      box-sizing: border-box;
      padding: 5px;
      background: #fff;
      -webkit-transform: rotate(2deg);
      transform: rotate(2deg); }
    .about main article figure.new.rotate-left {
      -webkit-transform: rotate(-2deg);
      transform: rotate(-2deg); }
    .about main article figure figcaption {
      color: #333;
      text-align: center;
      padding-bottom: 5px; }
    @media screen and (min-width: 768px) {
      .about main article figure {
        float: left;
        margin: 0 20px 20px 0;
        width: 200px; }
        .about main article figure.new {
          width: 190px; } }

header {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    header {
      margin-top: 40px;
      margin-bottom: 40px; } }
  header p {
    font: bold 55px quikhand, arial, sans-serif;
    letter-spacing: 0.05em;
    margin: 30px 0 5px;
    font-weight: normal;
    color: white;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      header p {
        font-size: 70px; } }
  header h1 {
    font: normal 24px/24px trashhandregular, verdana, sans-serif;
    margin: 5px 0 25px;
    letter-spacing: 0.075em;
    color: #ccc;
    font-weight: normal; }
  header nav {
    line-height: 1; }
    header nav ul {
      display: inline-block;
      margin: 0 auto;
      padding: 0;
      text-align: center; }
    header nav li {
      list-style-type: none;
      font: normal 1.8em/1.4em trashhandregular, verdana, sans-serif;
      display: inline-block;
      margin: 0 10px 0 10px; }
      @media screen and (min-width: 768px) {
        header nav li {
          font-size: 2em;
          margin: 0 20px 0 20px; } }
      header nav li a {
        color: #E5B756; }
        header nav li a:hover {
          color: #ccc;
          text-decoration: none; }
      header nav li.selected a {
        color: #ccc;
        cursor: default; }
      header nav li:last-child {
        margin-right: 0; }

.home main section {
  padding-bottom: 20px;
  border-bottom: solid 2px #E5B756;
  margin-bottom: 20px; }
  .home main section .right {
    margin-top: 20px; }
  @media (min-width: 768px) {
    .home main section .left {
      float: left;
      width: 65%; }
    .home main section .right {
      margin-top: 0;
      margin-left: 70%; } }
  .home main section:last-of-type {
    border-bottom: 0;
    margin-bottom: 0; }
  .home main section h2 {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 10px; }
  .home main section .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px; }
  .home main section .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .home main section figure {
    margin: 0; }

.home main .teaser {
  box-sizing: border-box; }
  .home main .teaser:not(:last-child) {
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .home main .teaser {
      display: inline-block;
      width: 33%;
      padding-right: 3%;
      vertical-align: top; } }

.ytplayer {
  width: 100%;
  margin-bottom: 20px; }
  .ytplayer-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0; }
  .ytplayer-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .ytplayer-list {
    padding: 0;
    white-space: nowrap;
    overflow-x: auto; }
    .ytplayer-list li {
      list-style: none;
      display: inline-block;
      margin-right: 10px; }
    .ytplayer-list li {
      border: solid 3px #fff; }
    .ytplayer-list li.selected {
      border-color: #E5B756; }
    .ytplayer-list li img {
      vertical-align: bottom;
      width: 90px; }
      @media (min-width: 768px) {
        .ytplayer-list li img {
          width: 140px; } }

.resources main h2.all-lessons {
  font-size: 3em;
  text-align: center;
  margin-top: 0; }

.resources main section {
  margin-bottom: 20px;
  margin-top: 20px;
  box-sizing: border-box;
  padding-bottom: 20px;
  border-bottom: solid 1px #E5B756; }
  .resources main section:last-of-type {
    border: 0;
    margin-bottom: 0; }
  .resources main section h2 {
    font-size: 2em; }
    .resources main section h2:first-child {
      margin-top: 0; }
  .resources main section .left p {
    margin-bottom: 10px; }
  .resources main section .right {
    margin-top: 20px; }
  @media (min-width: 768px) {
    .resources main section .left {
      width: 50%;
      float: left;
      padding-right: 3%; }
    .resources main section .right {
      margin-top: 0;
      width: 50%;
      float: left; } }

/*# sourceMappingURL=maps/styles.css.map */
