/*---- RESET ----*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
p {
  margin-block-end: 0;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
button {
  line-height: 1.1;
}

h1,
h2 {
  text-wrap: balance;
}

img {
  max-width: 100%;
  display: block;
}

:target {
  scroll-margin-block: 5ex;
}
/*---- END RESET ----*/

:root {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.8rem;
  background-color: #fafafa;
  color: #333;
}

h1 {
  color: #fff;
  font-size: 3.4rem;
}

h2 {
  color: #000;
  font-size: 2.4rem;
  margin-top: 0;
}

.content-wrapper {
  background-color: #fff;
  max-width: 820px;
  margin: 0 auto;
}

header {
  padding: 18px 24px;
}

header img {
  width: 175px;
}

.hero {
  background: linear-gradient(to bottom, #217aa0, #11a7d2);
  padding: 24px 16px 48px;
  text-align: center;
}

.hero img {
  display: inline-block;
}

.section-links {
  padding: 0 24px;
}

.link-content {
  white-space: nowrap;
  text-decoration: underline;
}

.link-content,
.link-content:visited {
  color: #009db7;
}

.link-button {
  background-color: #32b9c8;
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 1;
  margin-top: 1em;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
  width: 253px;
}

.link-button:hover {
  background-color: #000;
}

article {
  padding: 28px 0;
}

article + article {
  border-top: 1px solid #ebeaea;
}

footer {
  background: #000;
  color: #fff;
  padding: 48px 24px;
}

footer img {
  width: 200px;
  height: 45px;
}

footer a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}

footer a:hover {
  color: #a5cd3e;
}
