@import url("https://fonts.googleapis.com/css?family=Carter+One|Lato:400,400i,700,700i|Roboto+Mono");
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

code, kbd, pre, samp {
  font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Courier New", monospace; }

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid #8bc34a; }

.hover-underline {
  border-bottom: none; }
  .hover-underline:hover, .hover-underlineactive {
    border-bottom: 2px solid #8bc34a; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Carter One", sans-serif;
  font-weight: 400;
  margin-top: 2em; }

p {
  font-size: 16px;
  line-height: 1.5em; }

blockquote {
  border-left: 4px solid #000000;
  font-size: 1.125em;
  font-style: italic;
  padding-left: 20px;
  margin: 0 0 24px; }

blockquote, q {
  quotes: "" ""; }

blockquote:after, blockquote:before, q:after, q:before {
  content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 2px;
  margin-bottom: 1.5em; }

.spacer {
  margin: 30px 0;
  height: 0; }
  .spacer:after {
    border-bottom: 2px solid #8bc34a;
    content: "";
    display: block;
    margin: 0 auto 1.5em;
    width: 60px; }

.tag-list {
  display: block; }
  .tag-list .icon {
    display: inline-block;
    background-color: #F0F0F0;
    border-radius: 2px;
    color: #404040;
    font-size: 14px;
    line-height: 1.75em;
    height: 1.75em;
    padding: 0 5.5px;
    margin-right: 2px;
    margin-bottom: 4px; }
  .tag-list .tag {
    display: inline-block;
    background-color: #F0F0F0;
    border-radius: 2px;
    color: #404040;
    font-size: 14px;
    line-height: 1.75em;
    height: 1.75em;
    padding: 0 5.5px;
    margin-right: 2px;
    margin-bottom: 4px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border: none; }
  .tag-list .tag:hover {
    background-color: #000000;
    color: #FFFFFF; }

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

.text-center {
  text-align: center; }

::-moz-selection {
  background: #9ccc65;
  /* WebKit/Blink Browsers */ }

::selection {
  background: #9ccc65;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #9ccc65;
  /* Gecko Browsers */ }

html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #F0F0F0;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5em; }

#page {
  background-color: #F0F0F0;
  position: relative;
  padding-bottom: 130px;
  min-height: calc(100vh - 130px); }

#header {
  width: 100%;
  background-color: #8bc34a;
  margin: 0;
  padding: 0;
  text-align: center; }
  #header .title {
    margin: 0;
    padding: 30px 15px 15px 15px; }
  #header .subtitle {
    margin: 0;
    padding: 15px 15px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: bold; }
  #header .navigation .nav-wrapper ul {
    margin: 0;
    padding: 25px; }
    #header .navigation .nav-wrapper ul li {
      list-style: none;
      display: inline-block;
      padding: 0 20px;
      text-transform: uppercase;
      font-weight: bold; }
      #header .navigation .nav-wrapper ul li a {
        border-bottom: none; }
        #header .navigation .nav-wrapper ul li a:hover, #header .navigation .nav-wrapper ul li a:active {
          border-bottom: 2px solid #000000; }

#hero {
  background-color: #8bc34a;
  min-height: 350px; }

#primary {
  border-top: 7px solid #000000;
  background-color: white;
  margin-top: -350px;
  margin-bottom: 50px;
  padding: 100px 20px 50px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1220px;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto; }

#main {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto; }

#footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  height: 130px;
  text-align: center;
  font-size: 14px; }
  #footer .footer-wrapper {
    padding: 20px 20px 0; }
  #footer .copy {
    color: #A0A0A0;
    padding-bottom: 5px; }
  #footer .license {
    color: #A0A0A0;
    padding-bottom: 5px; }
  #footer .design {
    color: #404040; }

article header .title {
  width: 100%;
  text-align: center;
  font-size: 32px;
  line-height: 38px;
  margin: 0;
  margin-bottom: 20px; }

article header .datetime {
  width: 100%;
  text-align: center;
  color: #404040;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: normal; }

article .post-content {
  margin-bottom: 50px; }

nav.article {
  height: 30px;
  clear: both;
  width: 100%; }
  nav.article .next {
    float: right;
    text-align: right; }
  nav.article .previous {
    float: left;
    text-align: left; }
  nav.article .direction {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px; }
  nav.article .title {
    font-style: italic; }

img[src$='#profile-picture'] {
  border-radius: 7px;
  float: left;
  margin-right: 20px;
  padding-top: 5px;
  width: 150px;
  height: auto; }

.social-links {
  text-align: center;
  margin: 0;
  padding: 25px 0;
  line-height: 30px; }
  .social-links li {
    list-style: none;
    display: inline-block;
    padding: 0 30px; }
  .social-links a {
    border-bottom: none; }

@media screen and (max-width: 760px) {
  body {
    font-size: 14px; }
  p {
    font-size: 14px;
    word-wrap: break-word; }
  #header .navigation .nav-wrapper ul {
    padding: 20px 10px; }
    #header .navigation .nav-wrapper ul li {
      padding: 0 5px; }
  #primary {
    padding-top: 50px;
    padding-bottom: 20px; }
  #footer {
    font-size: 12px; }
    #footer .footer-wrapper {
      padding: 15px 10px; } }

/*# sourceMappingURL=style-green.css.map */