/* !Format (Author: mail@jandousek.cz) */

.format {
  display: block;
}

/*
  titles
  ***
 */

.format h2, .format h3 {
  margin: 40px 0 15px 0;
  line-height: 1.2;
  font-weight: 600;
  color: #27282c;
}
.format h2:first-child, .format h3:first-child {
  margin-top: 0;
}
.format h2 {
  margin-bottom: 30px;
  font-size: 46px;
}
.format h3 {
  font-size: 18px;
}

/*
  small
  ---
 */

.format h2 small, .format h3 small {
  display: inline-block;
  margin-right: 5px;
  font-size: 100%;
  color: #ffb548;
}

/*
  blocks
  ***
 */

.format p, .format address {
  margin-bottom: 25px;
  line-height: 1.7;
}
