/* __________ Typography __________ */

h1 { font-size: 36px !important; }
h2 { font-size: 26px !important; }
h3 { font-size: 20px !important; }

/* __________ Article __________ */

.single .post {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.post-meta {
  display: none;
}

#sidebar h2 {
  font-size: 20px;
}

#comment-wrap #comments {
  font-size: 26px;
}

@media screen and (max-width: 980px) {

  /* __________ Typography __________ */

  h1 {
    font-size: 20px !important;
    line-height: 1.4em;
  }
  
  h2 {
    font-size: 18px !important;
    line-height: 1.4em;  
  }
  
  h3 {
    font-size: 18px !important;
    line-height: 1.4em;  
  }  

  #comment-wrap #comments {
    font-size: 18px !important;
  }

  /* __________ Main __________ */
  
  .container {
    width: 90%;
  }  

}