/*
*************************************************

Screen Styles

Created by Sophie Shepherd
Original theme Hikari for Jekyll https://github.com/m3xm/hikari-for-Jekyll

*************************************************
*/
/*-------------------------------------------
    Media Queries and Screen Sizes
-------------------------------------------*/
/* Font-icons */
@font-face {
  font-family: 'icomoon';
  src: url("../assets/fonts/icomoon.eot");
  src: url("../assets/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon.woff") format("woff"), url("../assets/fonts/icomoon.ttf") format("truetype"), url("../assets/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon-twitter, .icon-github, .icon-dribbble, .icon-instagram {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-twitter:before {
  content: "\e002"; }

.icon-github:before {
  content: "\e003"; }

.icon-dribbble:before {
  content: "\e004"; }

.icon-instagram:before {
  content: "\e005"; }

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* General */
html, body {
  width: 100%;
  height: 100%; }

body {
  background: #ffffff;
  color: #222222;
  font-family: "freight-sans-pro", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

img {
  max-width: 100%; }

a {
  color: #4100f6;
  text-decoration: none;
  border-bottom: 1px dashed #5d533d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a:hover {
    border-bottom: 1px solid #5d533d; }

p {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 10px; }
  @media (min-width: 600px) {
    p {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 22px;
      line-height: 2.2rem;
      margin-bottom: 20px; } }

h1, .h1 {
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
  line-height: 2.4rem; }
  @media (min-width: 600px) {
    h1, .h1 {
      font-size: 33px;
      font-size: 3.3rem;
      line-height: 32px;
      line-height: 3.2rem; } }

h2, .h2 {
  font-family: "eskapade-fraktur", sans-serif;
  margin: 20px 0 10px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 30px;
  line-height: 3rem; }

h3, .h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 10px; }
  @media (min-width: 960px) {
    h3, .h3 {
      margin-bottom: 20px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px;
      line-height: 2rem; } }

h6, .h6 {
  color: #5d533d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
  margin: 20px 0; }
  @media (min-width: 600px) {
    h6, .h6 {
      text-align: center; } }

nav {
  height: 60px; }
  @media (min-width: 600px) {
    nav {
      height: 100px; } }

nav ul {
  padding: 25px 0 10px;
  list-style: none;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: .3;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0; }
  @media (min-width: 480px) {
    nav ul {
      float: left;
      padding-top: 32px; } }
  @media (min-width: 600px) {
    nav ul {
      padding-top: 50px;
      font-size: 12px;
      font-size: 1.2rem; } }
  nav ul li {
    display: inline;
    margin-right: 10px; }
    nav ul li:after {
      margin-left: 10px;
      color: black;
      content: "/"; }
    nav ul li:last-child:after {
      content: ""; }
    nav ul li a {
      color: #efefef;
      padding: 0 3px; }
      nav ul li a:hover {
        color: #abd900; }

nav .social {
  font-size: 20px;
  padding-right: 80px;
  padding-top: 20px; }
  @media (min-width: 480px) {
    nav .social {
      float: right; } }
  @media (min-width: 600px) {
    nav .social {
      padding-top: 40px; } }
  nav .social a {
    border: 0;
    padding-right: 15px;
    color: #efefef; }
    nav .social a:hover {
      color: #d3ffff; }

.page-date {
  position: block;
  width: 70px;
  height: 70px;
  padding-top: 15px;
  border-radius: 100px;
  text-align: center;
  font-weight: 500;
  color: #ff0000;
  margin: -15px 0 10px 0;
  right: 30px;
  border: 3px solid #ff0000;
  font-size: 10px;
  font-size: 1rem;
  transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg); }
  @media (min-width: 600px) {
    .page-date {
      font-size: 12px;
      font-size: 1.2rem;
      margin: -20px 0 30px 47%;
      width: 90px;
      height: 90px;
      padding-top: 30px; } }

.date {
  position: block;
  float: left;
  color: #ff0000;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg); }
  @media (min-width: 480px) {
    .date {
      text-align: center;
      width: 70px;
      height: 70px;
      padding-top: 18px;
      margin-top: -15px;
      border-radius: 100px; } }
  @media (min-width: 600px) {
    .date {
      margin-top: 0px;
      border: 3px solid #ff0000; } }

ul.posts {
  list-style: none; }
  ul.posts li {
    clear: both;
    padding: 20px 30px 20px 0;
    border-bottom: 1px dashed #f7ff00;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    ul.posts li a {
      color: #222222; }
    @media (min-width: 600px) {
      ul.posts li {
        padding: 30px 30px 30px 0; }
        ul.posts li:hover {
          padding-left: 30px;
          padding-right: 30px; }
          ul.posts li:hover a {
            color: #4100f6; } }
    ul.posts li p.post-title {
      display: block;
      font-weight: 300;
      padding-left: 75px;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 16px;
      line-height: 1.6rem; }
      @media (min-width: 480px) {
        ul.posts li p.post-title {
          padding-left: 80px;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 18px;
          line-height: 1.8rem; } }
      @media (min-width: 600px) {
        ul.posts li p.post-title {
          padding-left: 100px;
          padding-top: 5px; } }
      @media (min-width: 768px) {
        ul.posts li p.post-title {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 24px;
          line-height: 2.4rem; } }

blockquote {
  padding-left: 15px;
  border-left: 5px solid #abd900;
  font-style: italic;
  color: #5d533d; }

.page-title {
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .page-title {
      text-align: center;
      padding-bottom: 20px; } }

footer {
  height: 100px; }

/*-------------------------------------------

    	Structure/Containers
-------------------------------------------*/
/* Header */
header {
  width: 100%;
  height: 100px;
  padding: 25px 0;
  background: #faf4df; }
  @media (min-width: 480px) {
    header {
      height: 70px;
      padding: 10px 0; } }
  @media (min-width: 600px) {
    header {
      height: 100px; } }

h1.title {
  display: inline-block;
  font-family: "eskapade-fraktur", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media (min-width: 480px) {
    h1.title {
      font-size: 20px;
      font-size: 2rem;
      line-height: 28px;
      line-height: 2.8rem; } }
  @media (min-width: 600px) {
    h1.title {
      font-size: 27px;
      font-size: 2.7rem;
      line-height: 45px;
      line-height: 4.5rem; } }
  h1.title a {
    color: #5d533d;
    border: 0; }

.menu-icon {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 100px;
  padding: 35px 20px 30px;
  transition: .3s;
  cursor: pointer;
  background: #abd900;
  border: 0; }
  @media (min-width: 480px) {
    .menu-icon {
      padding-top: 20px;
      height: 70px; } }
  @media (min-width: 600px) {
    .menu-icon {
      height: 100px;
      padding: 35px 30px 30px; } }
  .menu-icon:hover {
    opacity: 1;
    border: 0; }
  .menu-icon:active {
    transition: 0; }
  .menu-icon .lines {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #ffffff;
    position: relative;
    -webkit-transition: background .1s .3s ease;
    transition: background .1s .3s ease; }

header .wrap .menu-icon .lines::before,
header .wrap .menu-icon .lines::after {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #ffffff;
  transition: 0.3s;
  position: absolute;
  right: 0;
  content: '';
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: top .3s .6s ease,  transform .3s ease;
  -webkit-transition: top .3s .6s ease,  transform .3s ease; }

header .wrap .menu-icon .lines::before {
  top: 10px; }

header .wrap .menu-icon .lines::after {
  top: -10px; }

header .wrap .close .lines {
  -webkit-transition: background .3s 0s ease;
  transition: background .3s 0s ease;
  background: transparent; }

header .wrap .close .lines::before,
header .wrap .close .lines::after {
  top: 0;
  width: 30px;
  -webkit-transition: top .3s ease,  transform .3s .5s ease;
  transition: top .3s ease,  transform .3s .5s ease; }

header .wrap .close .lines::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0; }

header .wrap .close .lines::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 0; }

/* Off-canvas */
#off-canvas {
  position: relative;
  max-height: 0;
  overflow: hidden;
  background: #222222;
  color: #ffffff;
  border-bottom: 0px solid #f1f1f1;
  -webkit-transition: max-height .35s ease,  padding-top .35s ease,  padding-bottom .35s ease,  border-width .35s ease;
  transition: max-height .35s ease,  padding-top .35s ease,  padding-bottom .35s ease,  border-width .35s ease; }

#off-canvas.toggled {
  max-height: 90%;
  -webkit-transition: max-height .35s ease,  padding-top .35s ease,  padding-bottom .35s ease,  border-width .35s ease;
  transition: max-height .35s ease,  padding-top .35s ease,  padding-bottom .35s ease,  border-width .35s ease;
  height: 100px; }
  @media (min-width: 480px) {
    #off-canvas.toggled {
      height: 70px; } }
  @media (min-width: 600px) {
    #off-canvas.toggled {
      height: 100px; } }

.wrap {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto; }

.mini-wrap {
  max-width: 750px;
  margin: 0 auto; }

.about .page-title {
  text-align: center; }
.about img.rounded {
  width: 80%;
  margin: 0 10% 20px;
  text-align: center; }
  @media (min-width: 480px) {
    .about img.rounded {
      width: 70%;
      margin: 0 15% 30px; } }
  @media (min-width: 768px) {
    .about img.rounded {
      width: 50%;
      margin: 0 25% 30px; } }
.about .main {
  max-width: 750px;
  margin: -40px auto 0; }
  @media (min-width: 768px) {
    .about .main {
      margin: -60px auto 0; } }
.about .social a {
  color: #5d533d;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 20px;
  border-bottom: 0; }
.about .activity {
  margin-top: 50px;
  border-top: 4px solid #f7ff00;
  padding-top: 20px; }
  @media (min-width: 960px) {
    .about .activity {
      margin: 100px 0;
      padding: 30px 0; } }
  .about .activity ul {
    list-style: none;
    font-size: 12px;
    font-size: 1.2rem; }
    @media (min-width: 600px) {
      .about .activity ul {
        font-size: 14px;
        font-size: 1.4rem; } }
    .about .activity ul li {
      margin-bottom: 14px; }
  .about .activity p {
    font-weight: 800;
    font-size: 10px;
    font-size: 1rem;
    color: #5d533d;
    line-height: 1;
    margin: 0; }
  .about .activity .col {
    margin-bottom: 30px; }
    @media (min-width: 960px) {
      .about .activity .col {
        width: 30%;
        margin-right: 3%;
        float: left; } }

/* pagination */
#prev,
#next {
  text-decoration: none;
  background: #d3ffff;
  padding: 10px;
  bottom: 0;
  color: #222222;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem; }
  @media (min-width: 960px) {
    #prev,
    #next {
      position: fixed;
      bottom: 50%; } }

#prev {
  float: left; }
  @media (min-width: 960px) {
    #prev {
      position: fixed;
      left: 0px; } }

#next {
  float: right; }
  @media (min-width: 960px) {
    #next {
      position: fixed;
      right: 0px; } }

@media (min-width: 960px) {
  .nav-title {
    display: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; } }

.nav-title-prev, .nav-title-next {
  font-family: "eskapade-fraktur", sans-serif;
  font-style: italic;
  color: #4100f6;
  font-size: 12px;
  font-size: 1.2rem; }

.nav-title-prev {
  margin-left: 10px;
  margin-right: 5px; }

.nav-title-next {
  margin-right: 10px;
  margin-left: 5px; }

@media (min-width: 960px) {
  #prev:hover .nav-title,
  #next:hover .nav-title {
    display: inline; } }

/* highlights */
.highlight {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px 25px;
  background-color: #fbfbfb;
  font-size: 80%;
  margin: 60px 40px 40px;
  overflow: scroll;
  color: SlateGrey; }

.highlight code {
  width: 100%; }

.highlight code span {
  line-height: 150%;
  font-size: 100%; }

.highlight code.html::before {
  content: "HTML"; }

.highlight code.css::before {
  content: "CSS"; }

.highlight code.js::before {
  content: "JavaScript"; }

.highlight code.html::before,
.highlight code.css::before,
.highlight code.js::before {
  position: absolute;
  color: #444;
  margin-top: -42px;
  font-family: 'Open Sans', sans-serif;
  background-color: #fbfbfb;
  border: 1px solid #eee;
  padding: 4px 10px;
  border-radius: 3px 3px 0 0; }

/* rounded image */
img.rounded {
  border-radius: 100%; }

/*# sourceMappingURL=main.css.map */
