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

/*
  Titles
  ***
*/

h1, 
h2,
h3, 
h4, 
h5, 
h6 {
  transform: rotate(0.03deg);
  margin: 64px 0 16px 0;
  font-weight: 600;
  color: #211505;
}
h1, .--like-h1 {
  line-height: 1.2;
  font-weight: 400;
  font-size: 64px;
}
h2, .--like-h2 {
  line-height: 1.25;
  font-size: 40px;
}
h3, .--like-h3 {
  line-height: 1.35;
  font-size: 32px;
}
h4, .--like-h4 {
  line-height: 1.25;
  font-size: 28px;
}
h5, .--like-h5 {
  line-height: 1.45;
  font-size: 20px;
}
h6, .--like-h6 {
  line-height: 1.5;
  font-weight: 700;
  font-size: 16px;
}

/*
  Gaps
  ---
*/

h1:first-child,
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child,
h6:first-child {
  margin-top: 0;
}

/*
  SMALL
  ---
*/

h1 small, 
h2 small, 
h3 small, 
h4 small, 
h5 small
h6 small {
  display: inline-block;
  margin-bottom: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 40%;
  color: #D28C12
}

/*
  Paragraphs
  ***
*/

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

/*
  Empty
  ---
*/

p:empty {
  display: none;
}

/*
  Lists
  ***
*/

li {
  position: relative;
  margin-bottom: 8px;
  line-height: 1.6;
}

/*
  UL, OL
  ---
*/

ul,
ol {
  margin-bottom: 16px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 14px 0 2px 20px;
}
ul {
  margin-left: 22px;
  list-style: circle;
}
ol {
  margin-left: 20px;
  list-style: decimal;
}

/*
  OL › LI
  ---
*/

ol > li {
  padding-left: 2px;
}

/*
  table
  ***
*/

table {
  width: 100%;
  margin: 32px 0;
  border-collapse: collapse;
}

/*
  Cells
  ---
*/

table th, 
table td {
  vertical-align: middle;
  padding: 16px 24px;
  border-bottom: 1px solid #E3E3E3;
  line-height: 1.6;
}
table th {
  font-weight: 400;
  color: #1E1E1E;
}

/*
  Gaps
  ...
*/

table th:first-child, 
table td:first-child {
  padding-left: 0;
}
table th:last-child, 
table td:last-child {
  padding-right: 0;
}

/*
  thead
  ---
*/

table thead th, 
table thead td {
  padding-top: 0;
  padding-bottom: 12px;
  border-bottom-width: 2px;
  border-bottom-color: #D28C12;
  font-weight: 700;
  font-size: 14px;
  color: #A5A5A5;
}

/*
  table
  ---
*/

.table {
  overflow-y: hidden;
  overflow-x: auto;
  margin: 32px 0;
}

/*
  Adjust TABLE
  ...
*/

.table table {
  min-width: 600px;
  margin: 0;
}

/*
  Images
  ***
*/

img {
  max-width: 100%;
  height: auto;
}

/*
  - align
  ---
*/

img.--align-center {
  display: table;
  margin: 34px auto 33px auto;
}
img.--align-right {
  float: right;
  margin: 6px 0 36px 36px;
}
img.--align-center {
  display: table;
  margin: 36px auto;
}
img.--align-none {
  margin: 36px 0;
}

/*
  Rules
  ***
*/

hr {
  width: 64px;
  height: 4px;
  position: relative;
  display: block;
  clear: both;
  margin: 72px 0 64px 0;
  background-color: #4B3D2B;
  border: none;
  border-radius: 4px 0 4px 0;
}

/*
  Gaps
  ---
*/

hr:first-child {
  margin-top: 0;
}
hr:last-child {
  margin-bottom: 0;
}

/*
  STRONG, BOLD
  ***
*/

strong, b {
  font-weight: 600;
}