@import '/fonts/global/gotham.css';

body {
  font-family: 'gotham ssm', Helvetica, Arial, sans-serif;
  font-weight: 200;
  line-height: 1.435em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}

h1 {
  font-size: 48px;
  font-weight: 200 !important;
  margin: 35px 0 10px;
  text-align: left;
}

h2, p {
  font-weight: 100 !important;
  text-align: left;
}

p {
  font-size: 24px;
  line-height: 1.4em;
  margin: 10px 0 9px;
}

ol, ul {
  padding-bottom: 20px;
}

li {
  font-size: 24px;
  font-weight: 100;
  list-style-position: inside;
  padding-bottom: 5px;
}

.container-is-error-page {
  width: 635px;
  margin: 0 auto;
  padding: 100px 0;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}

#made-by-supadupa {
  margin: 20px auto;
  text-align: center;
}
#made-by-supadupa .supadupa-badge {
  color: #FFF;
  fill: #fff;
  height: 128px;
  text-align: center;
  width: 101px;
}
#made-by-supadupa a {
  display: block;
  text-decoration: none;
}
#made-by-supadupa a.text-link:hover {
  text-decoration: underline;
}
