@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');

body {
  font-family: 'Nunito',sans-serif;
}

h1 {
  font-family: 'Nunito',sans-serif;
  text-align: center;
  color: #5900b3;
  padding: 0px 0px 0px 0px;
}

h2 {
  font-family: 'Nunito',sans-serif;
  color: #5900b3;
}

h3 {
  font-family: 'Nunito',sans-serif;
  color: #5900b3;
}

body .small-heading {
  font-family: 'Nunito',sans-serif;
  text-align: center;
  color: #5900b3;
  padding: 0px 0px 0px 0px;
  font-size: 14pt
}

b {
  font-family: 'Nunito',sans-serif;
  font-weight: 700;
}

.emph {
  color: #5900b3;
}

a:link {
  color: #5900b3;
}
a:hover {
  color: black !important;
}
a:visited {
  color: #5900b3;
}

.box {
  width: 900px;
  margin: 20px auto 50px auto;
  border: 2px solid #5900b3;
  text-align: justify;  
}

.innerbox {
  padding: 20px 20px 20px 20px;
  line-height: 140%;
}

.disclaimer {
  padding: 10px 20px 10px 20px;
  font-size:10pt;
  text-align: center;
}

.footer {
  padding: 0px 40px 5px 0px;
  border-top: 1px solid gray;
  font-size:10pt;
  background-color: #f0f0f0;
  text-align: center;
  height: 120px;
}

.footer-box {
  width: 210px;
  float:left;
  padding-top: 20px;
}

pre {
  padding: 1em;
  border: 1px dashed gray;
  color: black;
  background-color: #f9f9f9;
  line-height: 1.1em;
}

#navigation {
  font-family: 'Nunito',sans-serif;
  text-align: center;
  background-color:#5900b3;
  padding: 8px 31px 7px 31px;
  font-size:16pt;
  color:#ffffff;
}

#navigation a {
  text-decoration: none;
  padding: 8px 31px 7px 31px;
  font-size:16pt;
  color:#ffffff;
}


#navigation b {
  text-decoration: none;
  padding: 8px 31px 8px 31px;
  font-size:16pt;
  color:#000000;
  background-color:#f0f0f0;
}

#navigation a:visited, a:active {
  text-decoration: none;
}

#navigation a:hover {
  color: #000000;
  background-color: #f0f0f0;
  padding-bottom: 8px;
}
