/*
  Site variables
*/
/*
  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
*/
/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 1.25;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2rem; }

h2 {
  margin-top: 1rem;
  font-size: 1.5rem;
  color: #3D405B; }

h3 {
  margin-top: 1.5rem;
  font-size: 1.25rem; }

h4, h5, h6 {
  margin-top: 1rem;
  font-size: 1rem; }

/* Body */
body {
  font-family: "Aldrich", "Roboto", sans-serif; }

body img {
  align: middle;
  margin: 5px auto auto auto;
  display: block;
  max-width: 600px; }

p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.65;
  font-family: "Open Sans", "Roboto", sans-serif; }

/* Lists */
ul, ol, dl {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  font-family: "Open Sans", "Roboto", sans-serif; }

ol li {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1.5rem; }

li {
  margin-bottom: 1rem; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem; }

/*
  Links
*/
a {
  color: #355070;
  text-decoration: none; }

/*
  Blockquote
*/
blockquote {
  margin: 10px 20px 10px;
  padding: 0px 15px;
  border-left: 0.25em solid #ccc;
  color: #999;
  line-height: 1.5; }

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

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

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

code,
pre {
  font-family: "Source Code Pro", monospace; }

code {
  padding: .25em .5em;
  font-size: .8rem;
  background-color: #f5f5f5;
  border-radius: 3px; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: .8rem;
  line-height: 1.4;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5; }

pre code {
  padding: 0;
  font-size: 100%;
  color: inherit;
  background-color: transparent; }

/* Pygments via Jekyll */
.highlight {
  margin-bottom: 1rem;
  border-radius: 4px; }

.highlight pre {
  margin-bottom: 0; }

/* Gist via GitHub Pages */
.gist .gist-file {
  font-family: "Source Code Pro", monospace !important; }

.gist .markdown-body {
  padding: 15px; }

.gist pre {
  padding: 0;
  background-color: transparent; }

.gist .gist-file .gist-data {
  font-size: .8rem !important;
  line-height: 1.4; }

.gist code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border-radius: 0; }

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

.container a {
  text-decoration: underline; }

.posts-wrapper {
  padding-top: 66px;
  margin: auto;
  display: block;
  width: 1080px; }

.posts-wrapper h1 {
  margin: 20px 0px 5px; }

@media (max-width: 1100px) {
  .container {
    width: 95vw;
    margin-left: auto;
    margin-right: auto; }

  .posts-wrapper {
    padding-top: 66px;
    margin: auto;
    display: block;
    width: 95vw; } }
.footer {
  background: #B5838D;
  color: #3D405B;
  text-align: center;
  min-height: 56px;
  line-height: 45px;
  width: 1100px; }

.footer a {
  color: #3D405B;
  padding: 0px 10px 0px;
  text-decoration: none; }

@media (max-width: 1100px) {
  .footer {
    background: #B5838D;
    color: #3D405B;
    text-align: center;
    min-height: 56px;
    line-height: 45px;
    width: 95vw; } }
.site-header {
  min-height: 56px;
  width: 1100px;
  position: fixed;
  background-color: #B5838D;
  z-index: 100; }

@media (max-width: 1100px) {
  .site-header {
    min-height: 56px;
    width: 95vw;
    position: fixed;
    background-color: #B5838D;
    z-index: 100; } }
.site-header a {
  text-decoration: none;
  font-family: 'Aldrich';
  color: #3D405B; }

.site-title {
  font-size: 26px;
  font-weight: 400;
  line-height: 56px;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 10px;
  float: left; }

.menu-list {
  line-height: 56px;
  float: right; }

.menu-link {
  padding: 5px 10px; }

/*
  Responsiveness with a dropdown menu
*/
@media (min-width: 1100px) {
  .dropbtn {
    display: none; }

  .dropdown-content {
    display: none; } }
@media (max-width: 1100px) {
  .menu-list {
    display: none; }

  .site-title {
    padding-right: 0.25rem; }

  .dropbtn {
    background-color: #B5838D;
    color: #3D405B;
    padding: 16px;
    margin-top: 4px;
    font-size: 16px;
    border: none;
    cursor: pointer; }

  .dropdown {
    position: relative;
    display: inline-block; }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #3D405B;
    min-width: 160px;
    z-index: 1; }

  .dropdown-content a {
    color: #B5838D;
    padding: 12px 16px;
    text-decoration: none;
    display: block; }

  .dropdown-content a:hover {
    background-color: #B5838D; }

  .dropdown:hover .dropdown-content {
    display: block; }

  .dropdown:hover .dropbtn {
    background-color: #B5838D; } }
.featured-posts {
  height: 400px;
  margin: 5px 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.featured-posts h2 {
  bottom: 0;
  margin: 0;
  padding: 10px;
  position: absolute; }

.featured-posts h2 span {
  display: inline-block;
  color: white;
  font: bold 24px/45px Helvetica, Sans-Serif;
  letter-spacing: -1px;
  background: black;
  /* fallback color */
  background: rgba(0, 0, 0, 0.7);
  padding: 10px; }

.featured-posts span a {
  color: white; }

.featured-posts h1 {
  margin: 10px; }

/*
  Pagination
*/
.pagination {
  text-align: center; }

.pagination a {
  text-decoration: none; }

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

.pagination-active {
  color: black; }

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

.hero {
  padding: 20px 0;
  margin-bottom: 80px;
  background: #f5f5f5; }
  .hero .last-item {
    display: flex; }
  .hero .hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0 40px 0 0; }
    .hero .hero__content .hero__title {
      font-size: 38px;
      font-weight: normal; }
    .hero .hero__content .hero__subtitle {
      font-size: 18px;
      line-height: 32px;
      letter-spacing: 0.5px; }
    .hero .hero__content .hero__social {
      display: flex; }
    .hero .hero__content .hero__social-title {
      font-weight: 700; }
  .hero .hero__image img {
    white-space: nowrap;
    width: 80%;
    border-radius: 100%;
    height: auto; }
  @media only screen and (min-width: 769px) {
    .hero .hero__content {
      padding: 0; }
      .hero .hero__content .hero__subtitle {
        font-size: 16px;
        line-height: 28px; } }
  @media only screen and (min-width: 481px) and (max-width: 768px) {
    .hero {
      margin-bottom: 40px; }
      .hero .last-item {
        order: 1; }
      .hero .hero__content .hero__title {
        margin-bottom: 20px;
        font-size: 27px; }
      .hero .hero__image {
        margin-bottom: 20px; }
        .hero .hero__image img {
          box-shadow: none; } }
  @media only screen and (max-width: 480px) {
    .hero {
      padding: 40px 0; } }

.page-title {
  padding: 0px 2px 2px; }

.misc-content {
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px; }

.page-content {
  width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: justify; }

.post-date {
  display: block;
  margin-bottom: 1rem;
  color: #6d6875;
  font-size: 0.8rem; }

.featured-image img {
  align: middle;
  margin: 5px auto 25px;
  display: block;
  max-width: 600px; }

@media (max-width: 1100px) {
  .page-content {
    width: 60vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px; }

  .featured-image img {
    align: middle;
    margin: 5px auto 25px;
    display: block;
    max-width: 60vw; } }
@media (max-width: 600px) {
  .page-content {
    width: 95vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px; }

  .featured-image img {
    align: middle;
    margin: 5px auto 25px;
    display: block;
    max-width: 95vw; } }
.post-share {
  padding-bottom: 1rem; }

.sharing-icons a {
  padding-right: 10px; }

/*
  Related Posts
*/
.related {
  padding-bottom: 1rem; }

.related ul, ol, dl {
  margin: 0px; }

.related-posts {
  padding: 10px 0px 10px;
  list-style: none;
  display: inline-block; }

.related-thumbnail {
  position: relative;
  width: 800px;
  height: 200px;
  overflow: hidden; }

.related img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 600px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.related-title {
  float: right;
  padding-bottom: .5rem;
  font-family: "Aldrich", "Roboto", sans-serif; }

@media (max-width: 1100px) {
  .related-thumbnail {
    width: 60vw; } }
@media (max-width: 600px) {
  .related-thumbnail {
    width: 95vw; } }
code {
  background-color: #9F9BA6 !important;
  color: #6F424B !important;
  border-radius: 0.3em;
  padding: 1px 2px 3px;
  white-space: nowrap; }

body {
  background-color: #B5838D; }

h1 {
  color: #FFD369;
  text-align: center;
  font-family: 'Bungee Hairline';
  font-weight: bold;
  font-size: 43px; }

p {
  color: #355070;
  font-size: 20px;
  margin-left: 18px;
  margin-right: 18px;
  margin-top: 25px; }

a {
  color: #355070; }

.row.main {
  margin-top: 100px; }

.row.image {
  width: 60%;
  display: block; }
  .row.image img {
    border-radius: 12px;
    margin-right: 30px;
    margin-top: 30px; }

.column {
  float: left; }

/* Left and right column */
.column.photo {
  width: 25%; }
  .column.photo img {
    border-radius: 12px;
    margin-right: 30px;
    margin-top: 30px; }

/* Middle column */
.column.content {
  width: 75%; }

h1 {
  font-weight: bold; }

h3 {
  color: #3D405B;
  text-align: left;
  font-family: 'Bungee Hairline'; }

p {
  font-size: 18px; }

.fa-envelope {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-envelope:hover {
    color: #f39c12; }

.fa-twitter {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-twitter:hover {
    color: #00aced; }

.fa-instagram {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-instagram:hover {
    color: #375989; }

.fa-github {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-github:hover {
    color: #343434; }

.fa-linkedin {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-linkedin:hover {
    color: #0073a4; }

.fa-facebook {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-facebook:hover {
    color: #3d5b99; }

.fa-google-plus {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-google-plus:hover {
    color: #e64a41; }

.fa-pinterest {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-pinterest:hover {
    color: #bd081c; }

.fa-medium {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-medium:hover {
    color: #00AB6C; }

.fa-codepen {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-codepen:hover {
    color: black; }

.fa-rss-square {
  padding: 5px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fa-rss-square:hover {
    color: #ff6600; }
