*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  background: transparent;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html,
body {
  margin: 0;
  height: 100%;
}
article, aside, dialog, figcaption, figure, footer, header, main, nav, section {
  display: block;
}
b,
strong {
  font-weight: 500;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
ol {
  margin-top: 32px;
  margin-top: 2rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
  counter-reset: item;
}
ol ol {
  padding-left: 40px;
  padding-left: 2.5rem;
}
ol ol ol {
  padding-left: 56px;
  padding-left: 3.5rem;
}
ol > li {
  margin-top: 16px;
  margin-top: 1rem;
}
ol > li > ol {
  margin-top: 16px;
  margin-top: 1rem;
}
ol > li:first-child {
  margin-top: 0;
}
ol li {
  display: block
}
ol li:before {
  position: absolute;
  left: 0;
  content: counters(item, ".") " ";
  counter-increment: item
}
div > ol > li + li {
  margin-top: 32px;
  margin-top: 2rem;
}
img {
  display: block;
  vertical-align: middle;
  border-style: none;
}
#root {
  padding: 2rem;
}
#logo {
  transform: translateX(-38%);
}
#content {
  width: 100%;
  margin: 0 auto;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-size: calc(16px + (20 - 16) * (100vw - 280px) / (740 - 280));
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
}
::-moz-selection {
  background-color: rgba(0, 192, 123, 1);
  color: white;
}
::selection {
  background-color: rgba(0, 192, 123, 1);
  color: white;
}
#headings {
  margin-top: 2rem;
}
h1,
h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 24px;
  font-size: calc(21px + (28 - 21) * (100vw - 280px) / (740 - 280));
  font-weight: 300;
  line-height: 32px;
}
p {
  margin: 0;
}
p + p {
  margin-top: 1rem;
}
a {
  color: #004057;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #00C07b;
}
.section {
  margin-top: 2rem;
  padding-top: 1rem;
  position: relative;
}
.section::before {
  content: '';
  height: 3px;
  width: 5rem;
  position: absolute;
  top: 0;
  background-color: #00C07b;
  transition:
    width 0.3s ease,
    background-color 0.3s ease;
}
.section:focus::before,
.section:active::before,
.section:hover::before {
  background-color: #004057;
  width: 7rem;
}
.contact + .contact {
  margin-top: 1rem;
}
.contact span {
  display: block;
}
.nowrap {
  white-space: nowrap;
}
.meta {
  font-size: 75%;
}
@media screen and (min-width: 740px) {
  #logo {
    transform: translateX(-50%);
  }
  #root {
    padding: 48px;
    padding: 3rem;
  }
  body {
    font-size: 20px;
    line-height: 32px;
  }
  #headings {
    margin-top: 48px;
    margin-top: 3rem;
  }
  #content {
    width: 680px;
  }
  h1,
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .section {
    margin-top: 48px;
    margin-top: 3rem;
  }
}
