/* https://fonts.google.com/specimen/Roboto */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('fonts/roboto.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* https://fonts.google.com/specimen/Oswald */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url('fonts/oswald.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
  font-family: 'Roboto', sans-serif;
  background-color: #000000;
  background-image: url('images/earth.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  margin: 20px;
  padding: 0;
}

a {
  color: #1978c1;
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-family: 'Oswald', sans-serif;
  color: #333333;
  line-height: 120%;
}

div.wrapper {
  margin: 0 auto;
}

article {
  background-color: #ffffff;
  border: 5px solid #eeeeee;
  padding: 20px;
  line-height: 150%;
  font-size: 1.1em;
  margin-bottom: 20px;
}

article .blog-post {
  margin-bottom: 60px;
}

article .blog-post img {
  max-width: 100%;
}

article p.feature-image {
  text-align: center;
}

article p.feature-image img {
  max-width: 100%;
  max-height: 300px;
}

article h1.article-title {
  margin: 0;
  font-weight: 400;
  font-size: 2.4em;
}

article h1.article-title a {
  color: #333333;
}

article p.meta {
  font-style: italic;
  font-size: 0.8em;
  color: #666666;
}

article p.meta a.tag {
  border-bottom: 1px solid #999999;
}

article pre {
  overflow: auto;
  padding: 10px;
  font-size: 0.9em;
  border: 1px solid #DDDDDD;
}

article iframe {
  max-width: 100%;
}

article p {
  word-wrap: break-word;
}

div.legacy-comments {
  border: 1px solid #999999;
  padding: 20px;
}

div.legacy-comments p.legacy-comments-notice {
  font-weight: bold;
  font-style: italic;
  font-size: 0.8em;
  color: #666666;
  padding: 0;
  margin: 0 0 20px 0;
}

div.legacy-comment {
  border: 1px solid #999999;
  margin: 10px;
  padding: 10px;
}

div.legacy-comment div.legacy-comment-meta i.fas {
  float: left;
  font-size: 40px;
  width: 60px;
  color: #78208c;
}

div.legacy-comment div.legacy-comment-meta p.legacy-comment-meta-author,
div.legacy-comment div.legacy-comment-meta p.legacy-comment-meta-pub_date {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  line-height: 120%;
}

div.legacy-comment div.legacy-comment-meta p.legacy-comment-meta-author {
  font-style: bold;
}

div.legacy-comment div.legacy-comment-meta p.legacy-comment-meta-pub_date {
  color: #666666;
}

div.legacy-comment-nested {
  margin-left: 20px;
}

div.sidebar {
  background-color: #ffffff;
  border: 5px solid #eeeeee;
  padding: 20px;
  margin-top: 20px;
}

div.sidebar .name {
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  margin: 0;
  padding: 0;
}

div.sidebar .name a {
  color: #000000;
}

div.sidebar img.coffee {
  max-width: 100%;
}

div.sidebar ul.sidebar-items {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

div.sidebar ul.sidebar-items li {
  margin: 10px 0;
  padding: 0;
  font-size: 0.8em;
}

div.sidebar ul.sidebar-items li i {
  font-size: 25px;
  margin-right: 10px;
  color: #000000;
  text-align: center;
  width: 25px;
  vertical-align: middle;
}

div.sidebar p.license {
  font-size: 0.8em;
  color: #666666;
  margin-top: 6em;
}

header h1 {
    color: #169bbd;
    margin: 0;
    font-weight: normal;
    font-size: 42px;
}

@media screen and (min-width: 990px) {
  div.wrapper {
    width: 990px;
  }

  article {
    float: left;
    width: 620px;
    margin-right: 20px;
  }

  div.sidebar {
    width: 250px;
    float: left;
    margin-top: 0;
  }
}
