html {
  box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

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

body {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.8;
  color: #111;
  margin: 0;
  padding: 0;
}

p, li {
  font-weight: lighter;
  margin-bottom: 1em;
}

h1 {
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 1em;
}

h2 {
  color: #2da1e0;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
  margin: 2em 0 .5em;
}

h3 {
  color: #2da1e0;
  font-size: 1em;
  line-height: 1.2;
  font-weight: bold;
  margin: 2em 0 .5em;
}

a {
  color: #2da1e0;
}

.image--full {
  width: 100%;
}

.column {
  max-width: 35em;
  margin: 0 auto;
  padding: 0 .5em;
}

.map {
  text-align: center;
  margin-bottom: 0;
}

.flag {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.list {
  list-style: disc;
  margin-left: 2em;
}

.list--numbered {
  list-style: decimal;
}

.header {
  margin-top: 2em;
}

.ident {
  padding: 0 0 4em;
}

.sign {
  font-style: italic;
}

.space-above {
  margin-top: 3em;
}

.space-below {
  margin-bottom: 1em;
}

.space-right {
  margin-right: 1em;
}

.align--center {
  text-align: center;
}

.footer {
  padding: 1em 0;
  text-align: center;
  margin: 3em 0;
}

.small {
  font-size: .8em;
  margin-bottom: 0;
}
