html, body {
    max-width: 100%;
    overflow-x: hidden;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  height: 100%;
}
/* MAP*/

.holder {
    position:relative;
    /*display: inline-block;*/
    padding: 6px;
    background: #fff;
    box-shadow: 0 1px 2px 2px rgba(0,0,0,0.2);
    border-radius: 4px;

  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}

/*.holder:after, .holder:before{
  position:absolute;
  content:'';
  bottom:0;
  width:100%;
  height:100%;
  border-radius: 45%;
  box-shadow: inset 0 1px 1px hsla(0,0%,100%,.1),
    0 4px 3px hsla(0,0%,0%,.1),
    0 6px 6px hsla(0,0%,0%,.1),
    0 10px 6px hsla(0,0%,0%,.1);
  z-index:-1;
}*/
/*.holder:before{
  left:100%;
  margin-left:-125px;
}*/

#map{
/*  width: 100%;
  height: 100%;*/
  /*height: 630px;*/

/*  background: url(../img/map.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  /* Set rules to fill background */
  /*min-height: 100%;*/
  /*min-width: 1024px;*/

  /* Set up proportionate scaling */
/*  width: 100%;
  height: auto;*/

/*  width: 100%;
  float:left;
  overflow:hidden;*/

  /* Set up positioning */
/*  position: fixed;
  top: 0;
  left: 0;*/

}

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

.home-pin {
  color: #749CF0;
  cursor: pointer;
}


body {
  /*font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  /*color: #ddd;*/
  /*background: #ecf0f1;*/
  border-top: 5px solid rgb(81, 78, 242);
  /*box-shadow: inset 0 3px 30px rgba(0,0,0,.3);*/
  /*text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
  min-height: 100%;
}
.circletag {
  display: block;
  width: 205px;
  height: 205px;
  background: #E6E7ED;
  border: 6px solid #A4C7E9;
  /*-moz-border-radius: 150px;*/
  /*-webkit-border-radius: 150px;*/
  background-image: url(../img/me_pics/max_caulfield.jpg);
  /*background-position: 50% 0%;*/
  /*background-repeat: no-repeat;*/
  /*position: absolute;*/
    position: relative;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
/*  .author-wrap > .inside img{
    background:#fff;
    border: 2px solid #eeeeee;
    display: block;
    margin: 0 auto;
    width:100px;
    height:100px;
    padding: 3px;
    position: relative;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }*/

.gist-data {
  max-height: 400px;
}
.me-picture {
  display: block;
  width: 225px;
  height: 260px;
  /*background: #E6E7ED;*/
  /*-moz-border-radius: 150px;*/
  /*-webkit-border-radius: 150px;*/
  /*background-image: url(../img/blonde_hex_square.png);*/
  background-image: url(../img/purplehair.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  position: absolute;
}
.date {
  color: #ffffff;
}
.hex {
  width:150px;
  height:86px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 173px;
  position: relative;
  float:left;
  margin:25px 5px;
  text-align:center;
  zoom:1;
}

  .hex.hex-gap {
    margin-left: 86px;
  }

  .hex a {
    display:block;
    width: 100%;
    height:100%;
    text-indent:-9999em;
    position:absolute;
    top:0;
    left:0;
  }

  .hex .corner-1,
  .hex .corner-2 {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: inherit;
    z-index:-2;
    overflow:hidden;
        -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }

  .hex .corner-1 {
    z-index:-1;
    transform: rotate(60deg);
              -moz-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);

  }

  .hex .corner-2 {
    transform: rotate(-60deg);
  -moz-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  }

  .hex .corner-1:before,
  .hex .corner-2:before {
    width: 173px;
    height: 173px;
    content: '';
    position: absolute;
    background: inherit;
    top:0;
    left: 0;
    z-index: 1;
    background: inherit;
    background-repeat:no-repeat;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }


  .hex .corner-1:before {
          -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);

    -moz-transform: translateX(-87px) translateY(0px);
  -webkit-transform: translateX(-87px) translateY(0px);
  -o-transform: translateX(-87px) translateY(0px);
  -ms-transform: translateX(-87px) translateY(0px);

    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;

  }

  .hex .corner-2:before {
      -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -moz-transform: translateX(-48px) translateY(-11px);
-webkit-transform: translateX(-48px) translateY(-11px);
-o-transform: translateX(-48px) translateY(-11px);
-ms-transform: translateX(-48px) translateY(-11px);
    bottom:0;
  }



  /* Custom styles*/
  .hex .inner {
    color:#eee;
  }

  .hex h4 {
    font-family: 'Josefin Sans', sans-serif;
    margin:0;
  }

  .hex hr {
    border:0;
    border-top:1px solid #eee;
    width:60%;
    margin:15px auto;
  }

  .hex p {
    font-size:16px;
    font-family: 'Kotta One', serif;
    width:80%;
    margin:0 auto;
  }

  .hex.hex-1 {
    background: #74cddb;
  }

  .hex.hex-2 {
    background: #f5c53c;
  }

  .hex.hex-3 {
    background: #80b971;
  }

.hexagon {
  width: 40px;
  height: 160px;
  overflow: hidden;
  visibility: hidden;
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  cursor: pointer;
  -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.hexagon-in1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.hexagon-in2 {
  width: 100%;
  height: 100%;
  visibility: visible;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  background-color: #749CF0;
  -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;



}

.hex-arrow {
  width: 100%;
  height: 100%;
  visibility: visible;
  background-image: url('../img/backtotop.png');
  background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 9999;
    /*width: 40px;
    /*height: 40px;*/
    text-indent: -99999px;
    position: fixed;
}

.hexagon:hover {
    background-color: #3E4246;
  }
.hexagon-in1:hover {
  background-color: #3E4246;
}

.hexagon-in2:hover {
  background-color: #3E4246;
}

.center-quote {
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
}

@font-face {
    font-family: name_font;
    /*src: local(FlexDisplay-Thin), url('/fonts/FlexDisplay-Thin.otf') format('opentype');*/
    src: url('/fonts/FlexDisplay-Thin.otf') format('opentype');
}

@font-face {
    font-family: maratsans_demi_bold;
    src: url('/fonts/MaratSans/MaratSansDemiBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: maratsans_light;
    src: url('/fonts/MaratSans/MaratSansLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: maratsans_light_italic;
    src: url('/fonts/MaratSans/MaratSansLightItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: maratsans_extra_light;
    src: url('/fonts/MaratSans/MaratSansExtraLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: maratsans_regular;
    src: url('/fonts/MaratSansRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'charterbold_italic';
    src: url('/fonts/Charter/charter_bold_italic-webfont.eot');
    src: url('/fonts/Charter/charter_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Charter/charter_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'charterbold';
    src: url('/fonts/Charter/charter_bold-webfont.eot');
    src: url('/fonts/Charter/charter_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Charter/charter_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'charteritalic';
    src: url('/fonts/Charter/charter_italic-webfont.eot');
    src: url('/fonts/Charter/charter_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Charter/charter_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'charterregular';
    src: url('/fonts/Charter/charter_regular-webfont.eot');
    src: url('/fonts/Charter/charter_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Charter/charter_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.clear {
  display: block;
}

.clear:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Sections */

body > header, body > section, body > footer {
  float: left;
  width: 100%;
  clear: both;
}

/* Header */

body > header h1, body > header nav {
  display: inline-block;
}

body > header h1 span {
  display: none;
}

nav ul {
  padding: 0;
  margin: 0;
}

nav li {
  display: inline-block;
}

.main-nav {
  margin-top: 40px;
}
.main-nav ul{
  float: right;
}
.main-nav li {
  margin-right: 10px;
}

/*.main-nav li a {*/
  /* for specific font on Windows */
/*  font-family: 'Helvetica Neue', Lato, Helvetica, Arial, sans-serif;
  border-radius: 5px;
  font-weight: 100;*/
  /*font-size: 14px;*/
/*  padding: 0.5em 1em;
  text-shadow: none;
  text-transform: uppercase;
  transition: all .25s;
   -moz-transition: all .25s;
   -webkit-transition: all .25s;
}
*/
.main-nav li a:hover {
  /*background: #252525;*/
  /*box-shadow: inset 0 1px 3px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.1);*/
  /*text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
  text-decoration: underline;
}

.main-nav li.current a:after {
  /*background: #749CF0;*/
  content: "\00a0\25CF";
  /*box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.5);*/
  /*text-shadow: 0 1px 0 rgba(255,255,255,.3);*/
}
.main-nav li.current a:before {
  /*background: #749CF0;*/
  content: "\25CF\00a0";
  /*box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.5);*/
  /*text-shadow: 0 1px 0 rgba(255,255,255,.3);*/
}

.mobile-nav ul {
  overflow: hidden;
  width: 100%;
  display: table;
  table-layout: fixed;
}

.mobile-nav a {
  float: left;
  width: 100%;
  /*background: #333;*/
  /*color: #749CF0;*/
  font-weight: 100;
  /*font-size: 14px;*/
  text-align: center;
  text-transform: uppercase;
  padding: 5px 0;
  border-radius: 5px;
}

.mobile-nav .current a:before {
  content: "\25CF\00a0";
}

.mobile-nav .current a:after {
  content: "\00a0\25CF";
}

.mobile-nav li a:hover {
  text-decoration: underline;
  }
/*.mobile-nav .current a {
  background: #749CF0;
  color: #222;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.5);
  text-shadow: 0 1px 0 rgba(255,255,255,.3);
}*/

.mobile-nav li {
  display: table-cell;
  padding: 8px;
}

.sub-text {
  color: grey;
}

.style-plug {
  font-size: .5em;
  line-height: 1em;
  margin 0;
}

.title-sub-text {
  color: grey;
  font-size: 85%;
  margin-left: 15px;
  margin-top: -1em;
  font-weight: 300;
}

.show-on-mobiles {
  display: none;
}

.name {
  margin-left: 10px;
  margin-top: 30px;
}

.title {
  font-family: name_font;
  font-size:50px;
  /*background-image: url(/img/name.png);*/
  /*width: 392px;*/
  /*height: 50px;*/
  margin-left: 10px;
  margin-top: 30px;
}

.lined {
    font-weight: 100;
    font-size: 30px;
    overflow: hidden;
    /*text-align: center;*/
    margin: 1em 0;
    /* specific font family for Windows */
    font-family: 'Helvetica Neue', Lato, Helvetica, Arial, sans-serif;
}

.lined:before,
.lined:after {
/*    background-color: #749CF0;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 80%;*/
}

.lined:before {
    right: 0.5em;
    margin-left: -80%;
}

.lined:after {
    left: 0.5em;
    margin-right: -50%;
}

article .category:first-child .lined:first-child {
  margin-top: 0;
}

img.small-top {
  margin-top: 0.7em;
}

.project {
  margin-bottom: 3em;
  text-align: justify;
}

.project h1 {
  font-size: 26px;
  font-weight: 300;
}

.front-picture {
    margin-top: 30px;
    position: absolute;
  }

.thumbnail {
  position: absolute;
  /*border-radius: 5px;*/
  /*box-shadow: 0 3px 10px rgba(0,0,0,0.5);*/
  /*margin: 1em;*/
  margin-top: 1.4em;
}
.left-thumbnail {
  float: right;
  /*border-radius: 5px;*/
  box-shadow: 0 3px 10px rgba(0,0,0,0.5);
  /*margin: 1em;*/
  margin-top: 1.4em;
}

.right-of-thumbnail {
  padding-left: 240px;
}

.right-of-thumbnail-front {
  padding-left: 260px;
}

.left-of-thumbnail {
  padding-right: 240px;
}

@media (max-width:568px) {
  .thumbnail {
    position: relative;
    display: block;
    margin: auto;
  }
  .front-picture {
    position: relative;
    display: block;
    margin: auto;
  }

  .right-of-thumbnail {
    padding-left: 0 !important;
    padding-top: 10%;
  }

  .right-of-thumbnail-front {
    padding-left: 0 !important;
    padding-top: 10%;
  }
}

@media (max-width: 768px){
  .main-nav ul {
    text-align: right;
  }
}
@media (max-width: 720px){
  .main-nav .show-on-mobiles {
    display: inline;
  }
  .main-nav .hide-on-mobiles {
    display: none;
  }
}

/* Footer */

body > footer {
  background: #222;
  font-size: 16px;
  padding-bottom: 5px;
  color: #888;
  margin-top: 40px;
}

footer {
   background: #444;
  /*background-image: url(../img/escher_dark.png);*/
  /*border-radius: 10px;*/
  /*padding: 20px;*/
  /*margin: 0 10px;*/
/*  margin-left: auto;
  margin-right: auto;
*/  /*box-shadow: 0 3px 10px rgba(0,0,0,.1);*/
/*  max-width: 700px;
  font-size: 16px;
*/}

footer {
  box-shadow: 0px -1px 5px rgba(0,0,0,0.1);
}

body > footer a {
  /*color: #fff;*/
}

body > footer .align-right p, body > footer img {
  display: inline-block;
}

body > footer img {
  position: relative;
  top: 8px;
  margin-left: 5px;
  width: 100px;
  height: 30px;
  opacity: .8;
  padding: 1px;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  transition: opacity .2s;
}

body > footer a:hover img {
  opacity: 1;
}

@media (max-width: 568px){
  footer .one-third p {
    margin-bottom: 0;
  }
  footer .two-thirds p {
    margin-top: -20px;
  }
}

/* Intro */

.intro .unit {
  padding: 10px 0 40px;
}

.intro p {
  font-size: 1.75em;
  line-height: 1em;
  margin: 0;
}

@media (min-width: 569px){
  .intro p {
    font-size: 3.2em;
  }
}

/* Quickstart */

.quickstart {
  background: #3F1F1F;
  color: #fff;
  margin: 60px 0;
  box-shadow: inset 0 3px 10px rgba(0,0,0,.4);
}

.quickstart .content {
  padding: 0px 0;
}

.quickstart h4 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 20px;
  text-shadow: 0 1px 3px rgba(0,0,0,.8);
}

.quickstart .code {
  font-size: 12px;
  display: block;
  margin: 0 0 -30px;
}

@media (min-width: 768px){
  .quickstart .code {
    font-size: 18px;
    margin: -30px 0;
    float: right;
  }
  .quickstart h4 {
    margin: 50px 0 0;
    text-align: center;
  }
}

/* Code */

.quickstart .code {
  display: block;
  padding: 0;
  font-family: Menlo, Consolas, "Courier New", Courier, "Liberation Mono", monospace;
  line-height: 1.3em;
}

.quickstart .code .title {
  display: block;
  text-align: center;
  margin: 0 20px;
  padding: 5px 0;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 3px 10px rgba(0,0,0,.5);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjY2ZjZmNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #f7f7f7 0%, #cfcfcf 7%, #aaaaaa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(7%,#cfcfcf), color-stop(100%,#aaaaaa));
  background: -webkit-linear-gradient(top,  #f7f7f7 0%,#cfcfcf 7%,#aaaaaa 100%);
  background: -o-linear-gradient(top,  #f7f7f7 0%,#cfcfcf 7%,#aaaaaa 100%);
  background: -ms-linear-gradient(top,  #f7f7f7 0%,#cfcfcf 7%,#aaaaaa 100%);
  background: linear-gradient(top,  #f7f7f7 0%,#cfcfcf 7%,#aaaaaa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#aaaaaa',GradientType=0 );
  border-bottom: 1px solid #111;
}

.quickstart .code .shell {
  padding: 20px;
  text-shadow: none;
  margin: 0 20px;
  background: #3d3d3d;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 5px 30px rgba(0,0,0,.3);
}

.quickstart .code .line {
  display: block;
  margin: 0;
  padding: 0;
}

.quickstart .code .line span {
  display: inline-block;
}

.quickstart .code .path {
  color: #87ceeb;
}

.quickstart .code .prompt {
  color: #cd5c5c;
}

.quickstart .code .command {
  color: #f0e68c;
}

.quickstart .code .output {
  color: #888;
}

/* Free Hosting */

.free-hosting .pane {
  background: #444;
  border-radius: 10px;
  text-shadow: none;
  position: relative;
  padding: 0 20px 30px;
}

.free-hosting img {
  margin: -30px 0 0;
  width: 180px;
  height: 150px;
}

.free-hosting h2 {
  font-size: 28px;
}

.free-hosting p,
.free-hosting a {
  font-size: 16px;
}

.free-hosting p {
  margin: .75em 0;
}

@media (min-width: 768px){
  .free-hosting img {
    float: left;
    margin: -20px -30px -30px -50px;
    width: 300px;
    height: 251px;
  }
  .free-hosting .pane-content {
    margin-top: 35px;
    padding-right: 30px;
  }
  .free-hosting p,
  .free-hosting a {
    font-size: 18px;
  }
  .free-hosting .pane:after {
    content: " ";
    float: right;
    background: url(../img/footer-arrow.png) top left no-repeat;
    width: 73px;
    height: 186px;
    position: absolute;
    right: 0;
    bottom: -30px;
  }
}

/* Custom */
.page {
  /*background: #444;*/
  border-radius: 10px;
  padding: 20px;
  margin: 0 10px;
  /*box-shadow: 0 3px 10px rgba(0,0,0,.1);*/
  font-size: 16px;
}
/*.post h1 {
  font-size: 26px;
  font-weight: 300;
}*/

.outside {
  background: url(../img/unsplash_5259a34e5d050_1.jpg) no-repeat center top;
  padding-top: 120px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 650px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.post-heading {
  margin: .5em 0;
}
.post-img {
  width: 100%;
  /*height: 100%;*/
  margin-bottom: -15px; /* for captions */
}
/* Blog */
.post-desc > p {
  font-size: 18px;
}

.blog .content {
  padding: 0;
}
.gist-syntax .line-numbers{
  font-size: 16px !important;
  font-weight: normal !important;
}

.gist-syntax .line-data{
  font-size: 16px !important;
  font-weight: normal !important;
}
.blog article {
  /*background: #444;*/
  /*border-radius: 10px;*/
  /*padding: 20px;*/
  /*margin: 0 10px;*/
  margin-left: auto;
  margin-right: auto;
  /*box-shadow: 0 3px 10px rgba(0,0,0,.1);*/
  min-height: 400px;
  max-width: 700px;
  font-size: 15px;
  color: #2d2d2d;
}

.big-pink {
  font-size: 36px;
  color: #749CF0;
}

.blog-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 568px){
  .blog article {
    margin: 0;
  }
  .show-on-mobiles {
    display: block;
  }
}

@media (min-width: 768px){
  .blog article {
    /*padding: 40px 40px 30px;*/
    /*font-size: 15px;*/
  }
}

.blog aside {
  padding-top: 30px;
}

.blog aside h4 {
  text-transform: uppercase;
  /*font-size: 14px;*/
  font-weight: 700;
  padding: 0 0 10px 30px;
  margin-left: -30px;
  display: inline-block;
  border-bottom: 1px solid #c00;
}

.blog aside ul {
  list-style-type: none;
  padding-left: 0;
}

.blog aside li {
  list-style-type: none;
}

.blog aside li a {
  font-size: 16px;
  position: relative
}

.blog aside li.current a:before {
  content: "";
  border-color: transparent transparent transparent #444;
  border-style: solid;
  border-width: 10px;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -30px;
}

.section-nav {
  text-align: center;
  padding-top: 40px;
  position: relative;
  background: url(../img/article-footer.png) top center no-repeat;
  margin: 40px -20px 10px;
}

.section-nav > div {
  width: 49.5%;
}

.section-nav a, .section-nav span {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 12px 10px;
  border-radius: 5px;
  /*border: 1px solid #333;*/
  box-shadow: 0 1px 3px rgba(0,0,0,.3), inset 0 1px 1px rgba(255,255,255,.5);
  background: #777;
}

.section-nav a:hover {
  color: #fff;
  background: #888;
}

.section-nav .next, .section-nav .prev {
  position: relative;
}

.section-nav .next:after, .section-nav .prev:before {
  font-size: 36px;
  color: #222;
  font-weight: 800;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);
  position: absolute;
  top: -7px;
}

.section-nav .next:after {
  content: "›";
  right: 10px;
}

.section-nav .prev:before {
  content: "‹";
  left: 10px;
}

.section-nav .prev, .section-nav .prev:hover {
  /*float: left;*/
  padding-left: 30px;
}

.section-nav .next, .section-nav .next:hover {
  /*float: right;*/
  padding-right: 30px;
}

.section-nav .disabled {
  opacity: .5;
  /*filter: alpha*/
  cursor: default;
}

.blog-nav-mobile select {
  width: 100%;
}

/* Code Highlighting */


pre, code {
  white-space: pre;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: Menlo, Consolas, "Courier New", Courier, "Liberation Mono", monospace;
  font-size: 12px;
  padding: 0 .5em;
  line-height: 1.8em;
}

@media (min-width: 768px){
  pre, code {
    font-size: 12px;
  }
}

.highlight, p > pre, p > code, p > nobr > code, li > code, h5 > code, .note > code {
  /*background: #333;*/
  /*color: #fff;*/
  border-radius: 5px;
  box-shadow: inset 0 1px 10px rgba(0,0,0,.3),
    0 1px 0 rgba(255,255,255,.1);
    /*0 -1px 0 rgba(0,0,0,.5);*/
}

.note code {
  /*background-color: rgba(0,0,0,0.2);*/
  margin-left: 2.5px;
  margin-right: 2.5px;
  font-size: 0.8em;
}

.highlight {
  padding: 10px 0;
  width: 100%;
  overflow: auto;
}

/* HTML Elements */

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
/*
a {
  color: #749CF0;
  text-decoration: none;
  transition: all .25s;
   -moz-transition: all .25s;
   -webkit-transition: all .25s;
}*/

/*a:hover {
  color: #A4C7E9;
}*/

strong {
  font-weight: 700;
}

p {
  line-height: 30px;
}

.left { float: left; }
.right { float: right; }
.align-right { text-align: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }

/* Article HTML */

article h2,
article h3,
article h4,
article h5,
article h6 {
  /*margin: 0.5em 0;*/
  font-weight: 300;
}

article h4 {
  color: #fff;
}

h5, h6 {
  font-size: 1em;
  font-style: italic;
}

article ul li p {
  margin: 0;
}

article ul li, article ol li {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

article ul li blockquote {
  margin: 10px 0;
}

blockquote {
  border-left: 2px solid #777;
  padding-left: 20px;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
}


/* Tables */

table {
  width: 100%;
  background: #555;
  margin: .5em 0;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

thead {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  background: #3a3a3a;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhM2EzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTFlMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #3a3a3a 0%, #1e1e1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3a), color-stop(100%,#1e1e1e));
  background: -webkit-linear-gradient(top,  #3a3a3a 0%,#1e1e1e 100%);
  background: -o-linear-gradient(top,  #3a3a3a 0%,#1e1e1e 100%);
  background: -ms-linear-gradient(top,  #3a3a3a 0%,#1e1e1e 100%);
  background: linear-gradient(to bottom,  #3a3a3a 0%,#1e1e1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#1e1e1e',GradientType=0 );
}

thead th {
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

thead th:first-child {
  border-top-left-radius: 5px;
}

thead th:last-child {
  border-top-right-radius: 5px;
}

td {
  padding: .5em .75em;
}

td p {
  margin: 0;
}

th {
  text-transform: uppercase;
  font-size: 16px;
  padding: .5em .75em;
  text-shadow: 0 -1px 0 rgba(0,0,0,.9);
  color: #888;
}

tbody td {
  border-top: 1px solid rgba(0,0,0,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=0 );
}

td p {
  font-size: 16px;
}

td p code {
  /*font-size: 14px;*/
}

code.option, th .option, code.filter, th .filter {
  color: #50B600;
}

code.flag, th .flag, code.output, th .output {
  color: #049DCE;
}

code.option, code.flag, code.filter, code.output {
  margin-bottom: 2px;
}

/* Note types */

.note {
  margin: 30px 0;
  margin-left: -30px;
  padding: 20px 20px 24px;
  padding-left: 50px;
  border-radius: 0 5px 5px 0;
  position: relative;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.3);
  background: #7e6d42;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlNmQ0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YzRlMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #7e6d42 0%, #5c4e35 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e6d42), color-stop(100%,#5c4e35));
  background: -webkit-linear-gradient(top,  #7e6d42 0%,#5c4e35 100%);
  background: -o-linear-gradient(top,  #7e6d42 0%,#5c4e35 100%);
  background: -ms-linear-gradient(top,  #7e6d42 0%,#5c4e35 100%);
  background: linear-gradient(to bottom,  #7e6d42 0%,#5c4e35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e6d42', endColorstr='#5c4e35',GradientType=0 );
}
@media (max-width: 768px){
  .portfolio-inner {
      margin-left: 20% !important;
    }
}

@media (max-width: 568px){
    .portfolio-inner {
      margin-left: 20% !important;
    }
  .note {
    margin-right: -30px;
  }
}

@media (min-width: 768px){
  .note {
    margin-left: -50px;
  }
}

.note:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  border-color: transparent #222 #222 transparent;
  border-style: solid;
  border-width: 5px;
  width: 0;
  height: 0;
}

.note h5, .note p {
  margin: 0;
  color: #fff;
}

.note h5 {
  line-height: 1.5em;
  font-weight: 800;
  font-style: normal;
}

.note p {
  font-weight: 400;
  font-size: .75em;
}

.info {
  background: #0389aa;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzODlhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDYxN2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #0389aa 0%, #00617f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0389aa), color-stop(100%,#00617f));
  background: -webkit-linear-gradient(top,  #0389aa 0%,#00617f 100%);
  background: -o-linear-gradient(top,  #0389aa 0%,#00617f 100%);
  background: -ms-linear-gradient(top,  #0389aa 0%,#00617f 100%);
  background: linear-gradient(to bottom,  #0389aa 0%,#00617f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0389aa', endColorstr='#00617f',GradientType=0 );
}

.warning {
  background: #9e2812;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllMjgxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZjBkMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #9e2812 0%, #6f0d0d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e2812), color-stop(100%,#6f0d0d));
  background: -webkit-linear-gradient(top,  #9e2812 0%,#6f0d0d 100%);
  background: -o-linear-gradient(top,  #9e2812 0%,#6f0d0d 100%);
  background: -ms-linear-gradient(top,  #9e2812 0%,#6f0d0d 100%);
  background: linear-gradient(to bottom,  #9e2812 0%,#6f0d0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e2812', endColorstr='#6f0d0d',GradientType=0 );
}

.info:before {
  border-color: transparent #00617f #00617f transparent;
}

.warning:before {
  border-color: transparent #6f0d0d #6f0d0d transparent;
}

.note:after {
  content: "★";
  color: #749CF0;
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

.info:after {
  content: "ⓘ";
  color: #fff;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

.warning:after {
  content: "‼";
  color: #749CF0;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

/* Responsive tables */

@media (max-width: 768px){
  .mobile-side-scroller {
    overflow-x: scroll;
    margin: 0 -40px;
    padding: 0 10px;
  }
}
