header {
  font-family: 'Rajdhani', sans-serif;
  background-color: #4c5461; }
  header .name,
  header .name:hover,
  header .name:focus,
  header .name:active {
    margin-left: 20px;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    text-transform: uppercase; }
  header .logo,
  header .logo:hover,
  header .logo:focus,
  header .logo:active {
    padding: 20px 0;
    color: #00c0f2;
    font-size: 100px;
    font-weight: bolder;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block; }
  header nav {
    display: block;
    margin-top: 75px;
    font-weight: 700;
    font-size: 21px;
    float: right;
    color: #FFF; }
    header nav ul {
      list-style: none; }
    header nav li {
      margin: 0 20px 0 2px;
      display: inline-block; }
    header nav a {
      color: #00c0f2;
      text-transform: uppercase;
      border-bottom: 3px solid rgba(0, 192, 242, 0);
      transition: border 0.1s; }
    header nav a:hover {
      color: #00c0f2;
      text-decoration: none;
      border-bottom-color: #00c0f2; }

.fa {
  color: white;
  margin: 0 5px; }

.portfolio-item {
  display: flex;
  justify-content: space-evenly;
  padding: 80px 0; }
  .portfolio-item .image,
  .portfolio-item .desc {
    width: 40%; }
  .portfolio-item:nth-child(odd) {
    background-color: white; }
  .portfolio-item:nth-child(even) {
    background-color: #4c5461;
    color: white; }
    .portfolio-item:nth-child(even) .image {
      order: 1; }
    .portfolio-item:nth-child(even) .desc {
      order: -1; }
  .portfolio-item h1 {
    font-size: 2em;
    font-weight: 700; }
  .portfolio-item img {
    width: 100%;
    box-shadow: 0 0 10px 0px #000; }

.about-me {
  text-align: center;
  padding-top: 30px; }
  .about-me img {
    max-width: 100%; }
  .about-me h3 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 1.5em; }
  .about-me .social-networks a {
    margin: 0 8px;
    font-size: 1.5em; }

ul.resumes {
  padding: 0;
  list-style: none; }
  ul.resumes li {
    display: inline-block;
    margin-right: 10px; }

.post {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  margin-top: 40px; }
  .post:last-child {
    border-bottom: 0; }
  .post a.title {
    color: #212529;
    text-decoration: none;
    transition: color 0.08s linear; }
  .post a.title h1 {
    margin-bottom: 0;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 10px; }
  .post .meta {
    color: #888;
    font-size: 14px;
    margin-bottom: 1em; }
    .post .meta .far {
      font-weight: bold; }
    .post .meta .block {
      display: inline-block;
      margin-right: 20px; }
  .post .disqus-comment-count {
    font-size: 14px; }
  .post a.title:hover,
  .post a:active,
  .post a:focus {
    color: #007bff;
    text-decoration: none; }
  .post .snippet {
    margin: 20px 0; }
    .post .snippet code {
      padding: 30px; }
    .post .snippet .code-header {
      padding: 10px 10px 8px 10px;
      text-align: right;
      background-color: #e67e22;
      color: #222;
      font-family: monospace;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1; }
  .post + hr {
    margin-top: 20px; }

#disqus_thread {
  margin-bottom: 50px; }

@media screen and (max-width: 1200px) {
  header .logo,
  header .logo:hover,
  header .logo:focus,
  header .logo:active {
    padding-bottom: 0; }
  header nav {
    float: none;
    margin-top: 0; }
  header ul {
    padding: 0; } }
@media screen and (max-width: 495px) {
  header .logo {
    display: block; }

  header .name {
    margin: 0 0 10px 5px; } }
pre.highlight {
  padding: 30px; }
