/**
 * Format
 *
 * @author Lex Lexter <hi@leximo.cz>
 * @version 1.0.0
 * @website https://leximo.cz/
 */

/*
  Titles
  ***
*/

h1, 
h2, 
h3, 
h4, 
h5, 
h6,
.--like-h1, 
.--like-h2, 
.--like-h3, 
.--like-h4, 
.--like-h5, 
.--like-h6 {
  position: relative;
  transform: rotate(0.03deg);
  margin: 64px 0 32px 0;
  font-weight: 200;
}
h1, .--like-h1 {
  line-height: 1.1;
  letter-spacing: -0.001em;
  font-size: 86px;
}
h2, .--like-h2 {
  line-height: 1.15;
  font-size: 52px;
}
h3, .--like-h3 {
  line-height: 1.2;
  font-size: 42px;
}
h4, .--like-h4 {
  line-height: 1.25;
  font-size: 28px;
}
h5, .--like-h5 {
  line-height: 1.3;
  font-size: 24px;
}
h6, .--like-h6 {
  line-height: 1.35;
  font-size: 20px;
}

/*
  First
  ---
*/

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

/*
  Extra
  ---
*/

@media only screen and (min-width: 1201px) {

  .--like-h2-01 {
    line-height: 0.9;
    font-weight: 200;
    font-size: 61px;
  }
  .--like-h3-01 {
    font-size: 35px;
  }

}

/*
  - like-h0
  ---
*/

.--like-h0 {
  line-height: 1.1;
  font-weight: 100;
  font-size: 147px;
}
.--like-h0 b {
  font-weight: 500;
}

/*
  Adjust smile
  ...
*/

.--like-h0 .smile {
  bottom: -60px;
}

/*
  Paragraphs
  ***
*/

p, 
address {
  margin-bottom: 32px;
  line-height: 1.75;
}

/*
  IN --fnts-large
  ---
*/

.--fnts-large p, 
.--fnts-large address {
  line-height: 1.6;
}

/*
  Lists
  ***
*/

li {
  margin-bottom: 0;
  line-height: 1.5;
}
li:last-child {
  margin-bottom: 0;
}

/*
  Wrappers
  ---
*/

ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul,
ol {
  margin: 16px 0 16px 24px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 12px;
}

/*
  Legend
  ***
*/

legend {
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-weight: 600;
  font-size: 20px;
  color: #F39200;
}

/*
  Fieldset
  ***
*/

fieldset {
  margin-top: 80px;
  padding-top: 41px;
}
fieldset:first-child {
  margin-top: 0;
}

/*
  Inline
  ***
*/

strong, b {
  font-weight: 600;
}