.orchid {
  color: #F92672; }

.blue {
  color: #66D9EF; }

.green {
  color: #A6E22E; }

.orange {
  color: #FD971F; }

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 "Open Sans", sans-serif;
  color: white;
  background-color: #272822;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }

* {
  box-sizing: border-box; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

hr {
  height: 1px;
  background: #34362e;
  border: none;
  margin: 1em auto; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
  list-style: square; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/**
 * Links
 */
a {
  color: #F92672;
  text-decoration: none; }
  a:hover {
    color: white;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #66D9EF;
  padding: 30px;
  background: #1a1a16;
  border-left: 4px solid #F92672;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child, blockquote > :only-child {
    margin-bottom: 0; }
  blockquote div > :last-child, blockquote div > :only-child {
    margin-bottom: 0; }

/**
 * Forms
 */
form label {
  display: block;
  margin-bottom: 1em; }
  form label input, form label textarea {
    display: block;
    margin-top: .25em;
    padding: 8px;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    border: 2px solid white; }
    form label input:focus, form label textarea:focus {
      outline: none;
      background: #424439;
      border: 2px solid #F92672;
      color: white; }
  form label textarea {
    min-height: 200px; }
form input[type="submit"] {
  border: none;
  background: #A6E22E;
  color: #272822;
  font-weight: bold;
  padding: 15px; }
  form input[type="submit"]:hover {
    cursor: pointer;
    background: #66D9EF; }
  @media screen and (max-width: 665px) {
    form input[type="submit"] {
      display: block;
      width: 100%;
      padding: 30px;
      border-radius: 0; } }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border-radius: 3px; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(1100px - (30px * 2));
  max-width: calc(1100px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 1030px) {
    .wrapper {
      max-width: -webkit-calc(1100px - (30px));
      max-width: calc(1100px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #66D9EF; }

/**
 * Site header
 */
body {
  padding-top: 56px; }

.site-header {
  min-height: 56px;
  background: #1a1a16;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: .1s; }

.site-title {
  font-size: 26px;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  color: #66D9EF;
  float: left;
  transition: .1s; }
  .site-title small {
    margin-left: 2.25em;
    margin-top: -.75em;
    display: block;
    font-size: .5em; }
  .site-title:hover {
    text-decoration: none;
    color: #F92672;
    transition: .1s; }
    .site-title:hover i {
      color: #A6E22E; }
    .site-title:hover small {
      color: #A6E22E; }
  @media screen and (max-width: 665px) {
    .site-title {
      font-size: 1.2em; } }

.news {
  padding: 0;
  margin: 0;
  list-style: none; }
  .news li {
    margin-bottom: 30px; }
    .news li > span {
      display: block;
      font-size: .8em; }
    .news li > a {
      position: relative;
      font-weight: bold;
      display: inline-block; }
      .news li > a img {
        vertical-align: top; }
      .news li > a span {
        position: absolute;
        top: 0;
        left: 0;
        color: white;
        background: rgba(102, 217, 239, 0.5);
        font-size: 1.5em;
        padding: 1em; }
        @media screen and (max-width: 665px) {
          .news li > a span {
            padding: .25em;
            width: 100%;
            font-size: .8em;
            font-weight: bold;
            color: #272822;
            background: none;
            background: #66D9EF; } }
      .news li > a:hover span {
        background: #66D9EF; }
    .news li:last-child {
      margin-bottom: 0; }

.site-nav {
  float: right;
  line-height: 56px;
  z-index: 9999; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: white;
    line-height: 1.5;
    transition: .1s; }
    .site-nav .page-link:not(:last-child) {
      margin-right: 20px; }
      @media screen and (max-width: 1030px) {
        .site-nav .page-link:not(:last-child) {
          margin-right: 10px; } }
    .site-nav .page-link:hover {
      color: #66D9EF;
      text-decoration: none;
      transition: .1s; }
    .site-nav .page-link i {
      color: #A6E22E; }
    @media screen and (max-width: 1030px) {
      .site-nav .page-link {
        font-size: .9em; } }
  .site-nav .current {
    color: #66D9EF; }
  @media screen and (max-width: 665px) {
    .site-nav {
      position: absolute;
      top: 9px;
      right: 15px;
      background-color: #272822;
      border: 1px solid #94e4f4;
      border-radius: 5px;
      text-align: right; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 36px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg {
          width: 18px;
          height: 15px; }
          .site-nav .menu-icon > svg path {
            fill: #38ceea; }
      .site-nav .trigger {
        clear: both;
        display: none; }
      .site-nav:hover .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        display: block;
        padding: 5px 10px;
        margin-left: 20px; }
        .site-nav .page-link:not(:last-child) {
          margin-right: 0; } }

/**
 * Site footer
 */
.site-footer {
  background: #1a1a16;
  padding: 30px 0; }
  .site-footer .ident {
    clear: both;
    color: white;
    font-size: 12px; }
    .site-footer .ident a {
      color: #A6E22E; }
      .site-footer .ident a:hover {
        text-decoration: none;
        color: #66D9EF; }
    .site-footer .ident small {
      display: block;
      margin-top: 1em; }
    .site-footer .ident:hover .orchid, .site-footer .ident:hover .blue, .site-footer .ident:hover .green, .site-footer .ident:hover .orange {
      font-weight: bold; }

#top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  color: #66D9EF;
  background: #272822;
  padding: .75em 1em;
  display: none;
  transition: .2s;
  box-shadow: 0 0 0 transparent; }
  #top:hover {
    box-shadow: 2px 2px 0px black;
    color: #F92672;
    transition: .2s; }
  @media screen and (max-width: 1030px) {
    #top {
      bottom: 15px;
      right: 15px; } }
  @media screen and (max-width: 665px) {
    #top {
      display: none !important; } }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #66D9EF;
  margin-left: -15px; }

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px; }

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2)); }

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - (30px / 2)); }

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2)); }

@media screen and (max-width: 1030px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 665px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
/**
 * Page content
 */
.page-content {
  padding: 30px 0; }
  .page-content .content small {
    color: silver; }
  .page-content .content h2, .page-content .content h3, .page-content .content h4 {
    font-family: "Playfair Display", serif;
    color: #66D9EF;
    font-weight: 800; }
  @media screen and (max-width: 1030px) {
    .page-content .content {
      float: none;
      width: 100%; } }
  .page-content .ctaLink {
    display: block;
    padding: 15px;
    background: #1a1a16;
    font-size: 2em;
    font-weight: bold; }
    .page-content .ctaLink:hover {
      background: #66D9EF;
      color: #272822;
      text-decoration: none; }
      .page-content .ctaLink:hover i {
        color: #272822; }
  .page-content .sidebar {
    float: right;
    width: 30%;
    padding: 2.5%;
    background: #1a1a16; }
    .page-content .sidebar .widget h3 {
      font-family: "Playfair Display", serif;
      color: #66D9EF; }
      .page-content .sidebar .widget h3 i {
        color: #F92672; }
    .page-content .sidebar hr {
      display: block;
      margin: 2em 0;
      border: none;
      height: 1px;
      background: #34362e; }
    .page-content .sidebar iframe#twitter-widget-0 {
      height: 410px !important; }
    @media screen and (max-width: 1030px) {
      .page-content .sidebar {
        display: block;
        width: 100%;
        padding: 1em 0 0 0;
        border-top: 1px solid #34362e;
        border-left: 0; }
        .page-content .sidebar .twitter {
          display: none; } }
    .page-content .sidebar .recentPosts li {
      margin-bottom: 15px; }
      .page-content .sidebar .recentPosts li span {
        display: block;
        font-size: .7em; }
      .page-content .sidebar .recentPosts li:last-child {
        margin-bottom: 0; }

.page.tech article.post {
  width: 100%;
  margin: 0 auto;
  padding: 0; }
.page.tech h3 {
  font-family: "Merriweather", serif;
  color: #A6E22E; }
  .page.tech h3 i {
    color: white; }

.moreLink {
  display: inline-block;
  padding: 4px; }
  .moreLink:hover {
    color: #F92672;
    text-decoration: none;
    background: #17b9d8; }

.cta {
  width: 100%;
  padding: 60px 0;
  background: #66D9EF;
  text-align: center;
  color: #272822; }
  .cta h1, .cta h2, .cta h3, .cta h4, .cta h5, .cta h6 {
    color: #272822;
    font-family: "Playfair Display", serif; }
  .cta h3 {
    font-size: 50px;
    line-height: 45px;
    font-weight: 800;
    margin-bottom: 1em; }
  .cta ul {
    margin-left: 0; }
    .cta ul li {
      float: left;
      list-style: none;
      display: block;
      min-height: 100px;
      text-align: left;
      padding: 1em;
      width: 50%; }
      .cta ul li h4 {
        font-weight: 800;
        font-size: 1.5em;
        letter-spacing: -1px;
        font-family: "Open Sans", sans-serif;
        line-height: 1; }
        .cta ul li h4 small {
          font-size: 1em; }
      .cta ul li p {
        font-size: 14px;
        font-family: "Open Sans", sans-serif; }
      @media screen and (max-width: 1030px) {
        .cta ul li:first-child, .cta ul li:last-child {
          width: 100%;
          margin: 0 auto;
          float: none;
          text-align: center;
          padding: 0; }
        .cta ul li a {
          margin: 0 auto;
          display: block;
          text-align: center; } }

.page-heading {
  font-size: 40px;
  letter-spacing: -1px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
  color: #66D9EF;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px; }
  @media screen and (max-width: 665px) {
    .page-heading {
      font-size: 27px;
      text-transform: uppercase;
      line-height: 27px; } }

.postHeader {
  height: 250px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .postHeader h1 {
    text-align: center;
    font-size: 55px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -1px;
    text-shadow: 2px 2px 0 #272822;
    font-weight: 800;
    margin: 0 0 0 0;
    color: #66D9EF;
    line-height: 55px;
    padding: 25px 30px 0 30px; }
    .postHeader h1 small {
      display: block;
      font-size: .5em;
      color: #F92672; }
      .postHeader h1 small i {
        color: #A6E22E; }
      @media screen and (max-width: 665px) {
        .postHeader h1 small time {
          text-shadow: 1px 1px 0 #272822; } }
  .postHeader h4 {
    text-align: center;
    color: #A6E22E; }
    .postHeader h4 i {
      color: #F92672; }
  @media screen and (max-width: 1030px) {
    .postHeader h1 {
      padding-top: 45px;
      line-height: 35px;
      font-size: 35px; } }
  @media screen and (max-width: 665px) {
    .postHeader h1 {
      padding-top: 35px;
      line-height: 25px;
      font-size: 25px; } }
  .postHeader p.categories {
    padding: 7.5px;
    display: block;
    color: #66D9EF;
    text-shadow: 1px 1px 0 #1a1a16;
    width: auto;
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 0 auto auto;
    text-align: center;
    font-weight: bold; }
    .postHeader p.categories small {
      display: block;
      margin-top: 7.5px; }
      .postHeader p.categories small:first-of-type {
        float: left; }
      .postHeader p.categories small:last-of-type {
        float: right; }
      @media screen and (max-width: 665px) {
        .postHeader p.categories small:first-of-type, .postHeader p.categories small:last-of-type {
          display: block;
          float: none; } }
    .postHeader p.categories span {
      color: #A6E22E;
      display: inline-block; }
      .postHeader p.categories span:after {
        content: ',';
        margin-right: 4px; }
      .postHeader p.categories span:last-child {
        margin-right: 0; }
        .postHeader p.categories span:last-child:after {
          content: ''; }
  @media screen and (max-width: 665px) {
    .postHeader {
      height: 175px; } }

.post {
  float: left;
  width: 70%;
  padding-right: 2.5%; }
  .post img.left {
    float: left;
    width: 40%;
    margin: 0 1em 1em 0; }
  @media screen and (max-width: 1030px) {
    .post {
      width: 100%;
      padding: 0;
      float: none; } }

.blog .post {
  width: 85%;
  padding: 0;
  float: none;
  margin: 0 auto; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 14px;
  color: #66D9EF; }

.post-link {
  display: block;
  font-size: 24px; }

.post-share {
  font-size: .8em;
  padding: 15px;
  background: #1a1a16; }
  .post-share a:hover {
    text-decoration: none;
    color: #A6E22E; }
    .post-share a:hover i {
      color: #A6E22E; }
  .post-share .previousPost {
    float: left;
    text-align: left; }
  .post-share .nextPost {
    float: right;
    width: 45%;
    text-align: right; }
  .post-share .previousPost, .post-share .nextPost {
    width: 45%; }
    @media screen and (max-width: 665px) {
      .post-share .previousPost, .post-share .nextPost {
        width: 100%;
        float: none;
        display: block;
        margin: 1em 0; } }
  @media screen and (max-width: 665px) {
    .post-share {
      text-align: center; }
      .post-share > strong {
        display: block; }
      .post-share > a {
        font-size: 2em; }
      .post-share .previousPost, .post-share .nextPost {
        text-align: center; } }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
  font-family: "Playfair Display", serif; }
  @media screen and (max-width: 1030px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    clear: both;
    color: #66D9EF;
    font-family: "Playfair Display", serif;
    font-weight: 800; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 1030px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 1030px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px;
    color: #66D9EF;
    font-family: "Playfair Display", serif;
    font-weight: 800; }
    @media screen and (max-width: 1030px) {
      .post-content h4 {
        font-size: 18px; } }
  .post-content p {
    font-size: .9em; }
  .post-content a i {
    color: #66D9EF; }
  .post-content img.alignRight {
    float: right;
    margin: 0 0 1em 1em;
    width: 40%; }
  .post-content img.alignLeft {
    float: left;
    margin: 0 1em 1em 0;
    width: 40%; }
  .post-content img.alignRight, .post-content img.alignLeft {
    border: 10px solid #1a1a16; }
    @media screen and (max-width: 665px) {
      .post-content img.alignRight, .post-content img.alignLeft {
        float: none;
        width: 100%;
        margin: 0 auto 1em auto; } }

/**
 * Think on the Clock
*/
ul.services {
  text-align: center;
  margin: 0 auto 3em auto;
  position: relative;
  padding: 0; }
  ul.services li {
    width: 30%;
    padding: .75em;
    display: inline-block;
    vertical-align: top;
    transition: .1s; }
    ul.services li > a {
      color: inherit;
      text-decoration: none; }
    ul.services li:hover {
      background: #1a1a16;
      transition: .1s; }
      ul.services li:hover h3 i {
        color: #FD971F;
        transition: .1s; }
      ul.services li:hover h3 i.fa-gear {
        transition: .1s;
        color: #F92672; }
    ul.services li:last-child .fa-gear {
      font-size: 1.25em;
      position: absolute;
      top: 0;
      left: 107px;
      color: #F92672;
      z-index: 5; }
    ul.services li h3 {
      color: #F92672;
      font-weight: bold;
      font-family: "Merriweather", serif;
      font-size: 1.25em;
      position: relative; }
      ul.services li h3 i {
        display: block;
        margin-bottom: .5em;
        font-size: 3em;
        color: white;
        transition: .2s;
        z-index: 10;
        position: relative; }
    ul.services li i {
      color: #66D9EF; }
    @media screen and (max-width: 1030px) {
      ul.services li {
        width: 100%;
        display: block;
        margin: 0 auto .5em auto; }
        ul.services li:last-child .fa-gear {
          position: relative;
          display: block;
          margin: 0 auto;
          left: auto; } }
    @media screen and (max-width: 665px) {
      ul.services li {
        width: 100%;
        display: block;
        margin: 0 auto .5em auto; }
        ul.services li h3 {
          font-size: 20px; }
        ul.services li:last-child .fa-gear {
          display: none;
          left: 40%;
          font-size: 1.75em; } }

.serviceIcons {
  font-size: 2em;
  color: #F92672; }
  .serviceIcons i:hover {
    color: white; }

.serviceList > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0; }
  .serviceList > ul > li {
    background: #1a1a16;
    float: left;
    padding: 15px;
    width: 50%;
    transition: .1s; }
    @media screen and (max-width: 665px) {
      .serviceList > ul > li {
        float: none;
        width: 100%; } }
    .serviceList > ul > li:last-child {
      margin-bottom: 30px; }
    .serviceList > ul > li:hover {
      transition: .1s;
      background: #66D9EF; }
      .serviceList > ul > li:hover h4 {
        color: #272822; }
      .serviceList > ul > li:hover ul {
        color: #272822; }
    .serviceList > ul > li ul {
      font-size: .8em; }

#click {
  text-align: center; }

#contactMe, #services {
  display: inline-block;
  width: 40%;
  margin: 0 auto;
  text-align: center;
  color: #A6E22E;
  font-size: 35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  transition: .25s; }
  #contactMe:before, #contactMe:after, #services:before, #services:after {
    transition-timing-function: ease-in-out; }
  #contactMe:before, #services:before {
    opacity: 0;
    content: '< ';
    transition: .25s;
    position: relative;
    left: 0; }
  #contactMe:after, #services:after {
    opacity: 0;
    position: relative;
    content: ' />';
    transition: .25s;
    right: 0; }
  #contactMe:hover, #services:hover {
    text-decoration: none;
    transition: .25s;
    color: #66D9EF; }
    #contactMe:hover:before, #contactMe:hover:after, #services:hover:before, #services:hover:after {
      transition-timing-function: ease-in-out; }
    #contactMe:hover:before, #services:hover:before {
      opacity: 1;
      position: relative;
      transition: .25s;
      left: -5px; }
    #contactMe:hover:after, #services:hover:after {
      opacity: 1;
      transition: .25s;
      position: relative;
      right: -5px; }
  @media screen and (max-width: 1030px) {
    #contactMe, #services {
      font-size: 25px; } }
  @media screen and (max-width: 665px) {
    #contactMe, #services {
      font-size: 15px; } }

.unslider-arrow {
  display: none; }

.unslider {
  position: relative; }
  .unslider nav {
    position: absolute;
    z-index: 8999;
    top: 10px;
    left: 10px; }
    .unslider nav ol li {
      width: 10px;
      border-color: #F92672;
      height: 10px;
      border-radius: 10px; }
    .unslider nav ol li.unslider-active {
      background: #66D9EF; }

.slider {
  width: 100%;
  height: 300px;
  position: relative;
  margin: 0 auto;
  background: #272822; }
  @media screen and (max-width: 1030px) {
    .slider {
      height: 225px; } }
  @media screen and (max-width: 665px) {
    .slider {
      height: 150px; } }
  .slider li {
    background-size: cover;
    height: 300px;
    display: inline-block;
    background-position: center; }
    @media screen and (max-width: 1030px) {
      .slider li {
        height: 225px; } }
    @media screen and (max-width: 665px) {
      .slider li {
        height: 150px; } }
  .slider .caption {
    width: 100%;
    text-align: center;
    height: 300px;
    position: relative;
    opacity: 1; }
    @media screen and (max-width: 1030px) {
      .slider .caption {
        height: 225px; } }
    @media screen and (max-width: 665px) {
      .slider .caption {
        height: 150px; } }
    .slider .caption h3 {
      color: #272822;
      text-shadow: 2px 2px 0 rgba(249, 38, 114, 0.8);
      font-weight: 800;
      letter-spacing: -2px;
      font-family: "Open Sans", sans-serif;
      font-size: 80px;
      line-height: 300px; }
      @media screen and (max-width: 1030px) {
        .slider .caption h3 {
          font-size: 40px;
          line-height: 225px; } }
      @media screen and (max-width: 665px) {
        .slider .caption h3 {
          font-size: 25px;
          line-height: 150px; } }
    .slider .caption a {
      position: absolute;
      width: 100%;
      bottom: 0;
      padding: 3.75px;
      background: rgba(39, 40, 34, 0.5);
      font-size: 1.25em;
      font-weight: bold;
      left: 0;
      color: white;
      text-align: center;
      transition: .1s; }
      .slider .caption a:hover {
        padding: 15px;
        text-decoration: none;
        background: rgba(102, 217, 239, 0.5);
        transition: .1s; }
      @media screen and (max-width: 665px) {
        .slider .caption a {
          font-size: .8em; } }
  .slider .caption.light h3 {
    color: white;
    text-shadow: 2px 2px 0 rgba(39, 40, 34, 0.8); }
  .slider .wheat {
    background-image: url(/img/slides/wheat.jpg); }
  .slider .berries {
    background-image: url(/img/slides/beans.jpg); }
  .slider .built {
    background-image: url(/img/slides/build.jpg); }
  .slider .needs {
    background-image: url(/img/slides/needs.jpg); }
  .slider .wavebreak {
    background-image: url(/img/slides/wavebreak.jpg); }
  .slider .website {
    background-image: url(/img/slides/website.jpg); }
  .slider .drawingboard {
    background-image: url(/img/slides/drawingboard.jpg); }
  .slider .happy {
    background-image: url(/img/slides/happy.jpg); }
  .slider .summer {
    background-image: url(/img/slides/cliff.jpg); }
  .slider .fall {
    background-image: url(/img/slides/fall.png); }
  .slider .winter {
    background-image: url(/img/slides/winter.png); }

.tellMeAnyway {
  color: #A6E22E; }
  .tellMeAnyway:hover {
    cursor: ns-resize; }

.tellMeAnyway.yawn {
  color: #FD971F; }
  .tellMeAnyway.yawn:hover {
    cursor: no-drop; }

.longStory {
  display: none; }

.featherlight .featherlight-content {
  background: rgba(255, 255, 255, 0); }
.featherlight .featherlight-close-icon {
  background-color: #272822;
  color: #F92672; }

.featherlight .legend {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  padding: .5em;
  color: #272822;
  font-size: 1.5em;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -1px;
  font-weight: 800;
  background: #66D9EF; }
  @media screen and (max-width: 665px) {
    .featherlight .legend {
      font-size: .75em; } }

.featherlight .featherlight-image {
  max-height: 80vh !important; }

.fa-spin {
  filter: blur(0); }

.showMeMore.slider {
  height: 100px;
  text-align: center; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #1a1a16; }
  .highlighter-rouge .highlight {
    background: #1a1a16; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
