/* Reset CSS */
html, body, div, span, object, iframe, p, blockquote, pre, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  margin-top: 0px !important;
  overflow-x: hidden;
  height: 100%;
}
article, footer, header {
    width: 94%;
    margin: auto;
}
@media screen and (min-width: 800px) {
  article, footer, header{
    width: 720px;
    margin: auto;
  }
  p img {
    width: 840px;
    margin: auto -60px 2.074rem -60px;
  }
}

body {
  background-color: white;
  color: black;
  font-family: "Segoe UI", "San Francisco", "Helvetica Neue", "Ubuntu", "Roboto", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.44rem;
  width: auto;
  height: auto;
  margin: auto;
}

a:link, a:active, a:visited {
  color: blue;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
}

article {
  margin: 0rem auto;
}
p {
  line-height: 1.44rem;
  margin: 0rem auto 1rem auto;
}
p img {
  display: block;
  margin: auto auto 2.074rem auto;
  text-align: center;
  border-radius: 4px;
  width: 100%;
}
mark {
  font-size: inherit;
  font-family: "Syne Tactile", cursive;
  font-weight: 400;
  color: #FF884D;
  width: 100%;
}
blockquote {
  font-style: italic;
  font-weight: bold;
  padding: 1em;
  border-left: solid 4px #FF884D;
  border-radius: 0px;
  margin: 0px 1em 1em 1em;
}
pre, code {
  background-color: #eee;
  font-family: monospace;
}
pre {
  font-size: 1rem;
  border-radius: 8px;
  padding: 1rem 1rem 0px 1rem;
  margin-bottom: 1rem;
  line-height: 1.953rem;
}
code {
  font-size: 1rem;
  border-radius: 8px;
  padding: 2px 6px;
  line-height: 1rem;
}
small {
  font-size: 0.8rem;
}
hr {
  border: 1px solid #FF884D;
  margin: 1.728rem auto;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  text-transform: none;
  letter-spacing: -0.1rem;
}
h1 {
  font-size: 3.157rem;
  clear: both;
  line-height: 3.157rem;
  text-align: left;
  margin: 3.157rem auto 1.333rem auto;
  padding: 0em;
}
h2 {
  font-size: 2.369rem;
  line-height: 2.369rem;
  margin: 2.369rem auto 1.333rem auto;
}
h3 {
  font-size: 1.777rem;
  font-size: 1.777rem;
  margin: 1.333rem auto 0.579rem auto;
}
h4, h5, h6 {
  font-size: 1.333rem;
  line-height: 1.333rem;
  margin: 1.333rem auto 0.579rem auto;
}
ul {
  list-style-type: disc;
  margin: 0rem auto 1rem auto;
}
ul li {
  position: relative;
  margin: 0rem 0rem 0rem 2.074rem;
}
ul ul {
  list-style-type: circle;
  margin: 0rem auto 1rem auto;
}
ul ul ul {
  list-style-type: square;
  margin: 0rem auto 1rem auto;
}
ol {
  list-style-type: decimal;
  margin: 0rem auto 1rem auto;
}
ol li {
  position: relative;
  margin: 0rem 0rem 0rem 2.074rem;
}
ol ol {
  list-style-type: upper-alpha;
  margin: 0rem auto 1rem auto;
}
ol ol ol {
  list-style-type: upper-roman;
  width: inherit;
  margin: 0rem auto 1rem auto;
}
header {
  display: block;
  margin: 2.074rem auto 0rem auto;
  padding: 1rem 0rem 1rem 0rem;
}
/* header img {
  width: 96px;
  height: auto;
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: -1;
} */
header img {
  position: relative;
  float: right;
  margin: 0px 0px -96px 0px;
  width: 240px;
  height: auto;
  z-index: -1;
}
footer {
  text-align: right;
  display: block;
  margin: 2.074rem auto 0rem auto;
  padding: 1rem 0rem 1rem 0rem;
}
footer nav {
  font-size: 0.8rem;
  margin: 0rem auto;
}
footer nav ul {
  text-align: left;
  display: inline-block;
  list-style-type: none;
  margin: 0rem auto 1rem auto;
  text-indent: 0rem;
  transition: all 0.5s ease-in-out;
}
footer nav ul li {
  line-height: 1rem;
  float: left;
  margin: auto 0.335rem 0rem auto;
}
footer nav ul li:before {
  content: "";
  margin: 0rem;
  padding: 0rem;
}
footer nav ul li:after {
  content: "-";
  margin: 0rem;
  padding: 0rem 0rem 0rem 0.335rem;
}
footer nav ul li:last-of-type{
  margin: auto 0rem 0rem auto;
}
footer nav ul li:last-of-type::after {
  content: "";
  margin: 0rem;
  padding: 0rem;
}
footer p {
  margin: 0rem auto;
  font-size: 0.833rem;
}