@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

/*ol, ul {
	list-style: none;
}*/
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

p, li, td, a, label, td, th, code, html, body {
  font-size: 1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  line-height: 1.5;
}
p strong, li strong, td strong, a strong, label strong, td strong, th strong, code strong, html strong, body strong {
  font-weight: 600;
}

.headings, h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.ctr {
  text-align: center;
}

h1 {
  font-size: 1.5em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.3em;
  margin-bottom: 0.65em;
}

h3 {
  font-size: 1.2em;
  margin-bottom: 0.6em;
}

h4 {
  font-size: 1.15em;
  margin-bottom: 0.575em;
}

h5 {
  font-size: 1.1em;
  margin-bottom: 0.55em;
}

h6 {
  font-size: 1em;
  margin-bottom: 0.5em;
}

body {
  padding: 20px;
}

p {
  margin: 1.25em 0;
}

p:first-of-type {
  margin-top: 0;
}

p:last-of-type {
  margin-bottom: 0;
}

p a {
  color: black;
  text-decoration: none;
  border-bottom: solid 1px orange;
}

p a:hover {
  text-decoration: none;
  color: orange;
}

code {
  font-family: monospace;
  font-size: smaller;
}

/*# sourceMappingURL=portable.css.map */
