html {
  padding-left: 10pt;
  padding-right: 10pt;
}

body {
  color: #222;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: normal;
  max-width: 962px;
  margin: auto;
  background-color: #FFF6E9;
}

h1 {
  font-family: "Maven Pro", sans-serif;
  font-size: 2.5em;
  color: #FF7F3E;
  font-weight: bold;
  font-optical-sizing: auto;
  font-style: normal;
  padding-top: 2rem;
  margin-bottom: 0;
}

h2 {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.5em;
  color: #604CC3;
  font-weight: bold;
  font-optical-sizing: auto;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
}

h2>a {
  color: #604CC3;
}

h3 {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  color: #80C4E9;
  font-optical-sizing: auto;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
}

h3>a {
  color: #80C4E9;
}

a {
  text-decoration: none;
}

h1>a,
p>a {
  color: #FF7F3E;
}

blockquote {
  font-size: 1.5em;
  margin: 0;

}

div.nav>ul {
  float: right;
}

.nav li {
  float: left;
  list-style-type: none;
  position: relative;
}

@media screen and (min-width: 601px) {
  .nav li a {
    padding-left: 1rem;
    font-size: 1.1rem;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .nav li a {
    padding-left: 0.5rem;
    font-size: 0.9rem;
  }
}

.nav li a {
  font-family: "Maven Pro", sans-serif;
  color: #80C4E9;
  font-weight: bold;
  font-optical-sizing: auto;
  font-style: normal;
}

footer {
  padding-top: 1rem;
  font-weight: 500;
  color: #80C4E9;
  text-align: center;
}

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

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  text-align: justify;
}

hr {
  margin-top: 20pt;
  border: none;
}

a.button {
  display: inline-block;
  padding: 0.3em 1.2em;
  margin: 0 0.3em 0.3em 0;
  border-radius: 2em;
  box-sizing: border-box;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #FF7F3E;
  text-align: center;
  transition: all 0.2s;
}

a.button:hover {
  background-color: #d37f3e;
}