@charset "UTF-8";
/*
  Base
*/
body {
  font-family: "PT Serif", Georgia, "Times New Roman", serif;
  font-size: 18px;
  color: #515151;
  line-height: 1.75rem;
}

@media (max-width: 30em) {
  body {
    font-size: 14px;
    line-height: 1.5rem;
  }
  body h1 {
    font-size: 1.5rem;
  }
}
a {
  text-decoration: underline;
  color: #333;
}

a:hover {
  color: black;
  border-bottom: none;
}

img {
  max-width: 100%;
  height: auto;
  /*border-radius: 5px;*/
  box-shadow: 0px 2px 5px 2px #ccc;
}

blockquote {
  border-left: 0.25rem solid #ccc;
  margin: 1.5em 10px;
  color: #999;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

/*
    Site container
  */
.container {
  margin-left: auto;
  margin-right: auto;
  width: 615px;
}

@media (max-width: 1366px) {
  .container {
    width: 45vw;
  }
}
/*48em*/
@media (max-width: 768px) {
  .container {
    width: 90vw;
  }
}
/*
    Masthead
  */
.masthead {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 4rem;
  font-family: "Quattrocento Sans", sans-serif;
}

.masthead a:hover {
  color: black;
}

.masthead-title a {
  font-size: 3rem;
  text-decoration: none;
  color: #444;
}

.masthead-subtitle {
  color: #999;
}

/*
    Post
  */
.post-container {
  margin-bottom: 4rem;
}

.posts {
  margin-bottom: 5rem;
  padding: 0px;
  list-style: none;
}

.post-date {
  display: block;
  margin-top: 3px;
  margin-bottom: 1rem;
  color: #9a9a9a;
  font-family: "Quattrocento Sans", sans-serif;
  font-size: 0.8rem;
}

@media (max-width: 30rem) {
  .posts h1 {
    font-size: 1.5rem;
  }
}
.related {
  padding-bottom: 2rem;
}

.related-posts {
  padding-left: 0px;
  list-style: none;
}

.related-posts a {
  text-decoration: none;
}

/*
    Pagination
  */
.pagination {
  overflow: hidden;
  font-family: "Quattrocento Sans", sans-serif;
  text-align: center;
}

.pagination a {
  text-decoration: none;
}

.pagination-button {
  color: #999;
  border: 1px solid #e0e0e0;
  padding: 15px 45px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

.pagination-active {
  color: black;
}

.pagination-active:hover {
  background-color: #e0e0e0;
}

/*
    Code
  */
pre,
code {
  font-size: 0.8rem;
  border-radius: 3px;
  background-color: #f5f5f5;
  font-family: "Source Code Pro";
}

code {
  padding: 1px 5px;
}

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

.highlight .lineno {
  color: #aaa;
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #ccc;
}

.highlight pre code {
  display: block;
  white-space: pre;
  overflow-x: auto;
  word-wrap: normal;
}

/*
    Tables
  */
table {
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%;
}

table,
th,
td {
  border: 1px solid #aaa;
}

th,
td {
  padding: 15px;
  text-align: left;
}

.project-metadata {
  display: block;
  margin-top: 3px;
  margin-bottom: 1rem;
  color: #9a9a9a;
  font-family: "Quattrocento Sans", sans-serif;
  font-size: 0.8rem;
}

.metadata-item {
  padding-right: 10px;
}

h1 {
  font-size: 3rem;
  line-height: 1;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.5rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quattrocento Sans", sans-serif;
  color: #333;
}

h2 {
  margin-top: 4rem;
}

.project {
  margin-bottom: 2rem;
  padding: 0px;
  list-style: none;
}
.project h3 {
  margin: 0;
}

.caption {
  color: gray;
  font-size: 80%;
  text-align: center;
}

/* Make social icons colorful on hover everywhere */
.fa-envelope:hover {
  color: #f39c12;
}

.fa-twitter:hover {
  color: #00aced;
}

.fa-instagram:hover {
  color: #375989;
}

.fa-github:hover {
  color: #343434;
}

.fa-linkedin:hover {
  color: #0073a4;
}

.fa-medium:hover {
  color: #00AB6C;
}

.fa-facebook:hover {
  color: #3d5b99;
}

.menu {
  padding-top: 0.5rem;
  display: block;
}

.menu-content {
  float: left;
}

.menu-content a {
  color: #999;
  font-size: 1rem;
  padding-right: 10px;
}

.social-icons {
  float: right;
}

.social-icons a {
  color: #999;
  font-size: 1rem;
}

@media (max-width: 30em) {
  .social-icons {
    float: left;
    padding-top: 0px;
  }
  .menu-content {
    margin-bottom: 5px;
  }
}
.menu .sharing-icons a,
.sharing .sharing-icons a {
  padding-right: 10px;
}
.menu .fa-envelope,
.sharing .fa-envelope {
  padding: 5px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu .fa-twitter,
.sharing .fa-twitter {
  padding: 5px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu .fa-instagram,
.sharing .fa-instagram {
  padding: 5px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu .fa-github,
.sharing .fa-github {
  padding: 5px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu .fa-linkedin,
.sharing .fa-linkedin {
  padding: 5px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu .fa-facebook,
.sharing .fa-facebook {
  padding: 5px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu .fa-google-plus,
.sharing .fa-google-plus {
  padding: 5px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu .fa-google-plus:hover,
.sharing .fa-google-plus:hover {
  color: #e64a41;
}
.menu .fa-pinterest,
.sharing .fa-pinterest {
  padding: 5px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu .fa-pinterest:hover,
.sharing .fa-pinterest:hover {
  color: #bd081c;
}
.menu .fa-medium,
.sharing .fa-medium {
  padding: 5px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu .fa-codepen,
.sharing .fa-codepen {
  padding: 5px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu .fa-codepen:hover,
.sharing .fa-codepen:hover {
  color: black;
}

.footer {
  color: #999;
  text-align: center;
  margin: 2rem;
}

.footer a {
  color: #999;
  filter: grayscale(100%);
  padding: 10px;
  text-decoration: none;
}

.footer a:hover {
  filter: grayscale(0%);
}

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