/* !Format (Author: mail@jandousek.cz) */

.format {
  /* FUCK-IT, do not use prefix */
}

/*
  titles
  ***
*/

h1, h2, h3, h4, h5, h6 {
  margin: 60px 0 20px 0;
  line-height: 1.3;
  color: #111336;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1, .like-h1 {
  margin-bottom: 30px;
  line-height: 1.15;
  font-size: 64px;
}
h2, .like-h2 {
  font-size: 40px;
}
h3, .like-h3 {
  font-size: 24px;
}
h4, .like-h4 {
  line-height: 1.5;
  font-size: 18px;
}

/*
  has-border
  ---
*/

h1.has-border,
h2.has-border,
h3.has-border,
h4.has-border,
h5.has-border,
h6.has-border {
  padding-bottom: 25px;
  border-bottom: 3px solid #151843;
}

/*
  small
  ---
*/

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: 200;
  font-size: 100%;
}

/*
  paragraphs
  ***
*/

p, address {
  margin-bottom: 30px;
  line-height: 1.7;
}
address {
  font-style: normal;
}

/*
  size-*
  ---
*/

p.size-large, address.size-large {
  font-size: 120%;
}
