@import url("https://fonts.googleapis.com/css?family=Montserrat:200,400,500,600,700&display=swap");

/*  Defer visibility until Scroll Reveal is loaded  */
html.sr {
  visibility: hidden;
}

html,
body {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 1em;
  background-color: #282c35;
  color: #fff0ea;
  padding: 0;
}

@media (min-width: 768px) {
  body {
    padding: 4em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat";
  margin-bottom: 1rem;
  font-weight: 700;
  color: #97ddf5;
}

h1 {
  font-size: 1.75rem;
}
h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

h4 {
  font-size: 1.4rem;
  font-weight: 600;
}
h5 {
  font-size: 1.3rem;
  font-weight: 500;
}
h6 {
  font-size: 1.25rem;
  font-weight: 500;
}

p {
  font-family: "Montserrat";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

code {
  margin: 1rem 0;
  background-color: grey;
}

a:link,
a:active,
a:hover,
a:visited {
  text-decoration: none;
  color: #97ddf5;
}

.navigation {
  flex: 0 0 20vw;
}

.navigation h1 {
  padding: 0;
  margin: 0;
}

.navigation div {
  padding: 2em;
  padding-right: 4em;
  position: sticky;
  top: 2em;
}

.navigation ul {
  list-style: none;
  padding: 0;
}

.navigation ul li {
  font-family: "Montserrat";
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.2rem;
  color: #97ddf5;
}

/* @media (min-width: 992px) {
  .navigation {
    padding-top: 2em;
  }
  .navigation ul li {
    font-size: 1.5rem;
  }
} */
