/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  font-variant-ligatures: none;
  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;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* smooth scrolling */
html {
  scroll-behavior: smooth;
}

body, input, select, textarea {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 24px;
}

h3 {
  margin-top: 1.5em;
  margin-bottom: -0.5em;
  font-size: 20px;
}
h3:first-child {
  margin-top: 0;
}

a {
  color: #FC5438;
  transition: 0.2s color ease-out;
}
a:hover {
  color: #000;
}

.content li {
  margin-bottom: 0.5em;
}
.content > ul, .content ol {
  margin-top: 1em;
}
.content > ul > li {
  list-style: square;
  margin-left: 1.5em;
}
.content > ol > li {
  list-style: decimal;
  margin-left: 2em;
}
.content i, .content em {
  font-style: italic;
}
.content b, .content strong {
  font-weight: bold;
}
.content p {
  margin-top: 1.5em;
}
.content p.alt {
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #FFE9E5;
  border: 1px solid #FFCAC0;
}
.content blockquote {
  margin-top: 1.5em;
  padding-left: 30px;
}
.content > *:first-child {
  margin-top: 0;
}

body.error404 .container {
  padding: 20px;
}
@media (min-width: 679px) {
  body.error404 .container {
    margin-left: 20vw;
    margin-top: 20vh;
  }
}
body.error404 h1 {
  font-size: 16px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 16px;
}
body.error404 p {
  line-height: 1.8;
}

.project-page {
  background-color: #fff;
  width: 100%;
  border-top: 3px solid #fc5438;
  background: #ffe;
}
.project-page .breadcrumbs {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #808080;
  padding: 15px;
}
.project-page .breadcrumbs a {
  text-decoration: none;
  color: #808080;
  transition: 0.2s all ease-in;
}
.project-page .breadcrumbs a:hover {
  color: #000;
  background-color: #ffeb99;
}
.project-page .breadcrumbs h2 {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin: 0;
}
.project-page .breadcrumbs h2 a {
  color: #FC5438;
}
.project-page .container {
  margin: 0 auto;
  padding: 60px 15px;
  max-width: 1000px;
}
.project-page .content {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  line-height: 30px;
  max-width: 720px;
}

.subpage-page {
  width: 100%;
  border-top: 3px solid #fc5438;
  background: #ffe;
}
.subpage-page .breadcrumbs {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #808080;
  padding: 15px;
}
.subpage-page .breadcrumbs a {
  text-decoration: none;
  color: #808080;
  transition: 0.2s all ease-in;
}
.subpage-page .breadcrumbs a:hover {
  color: #000;
  background-color: #ffeb99;
}
.subpage-page .breadcrumbs h2 {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin: 0;
}
.subpage-page .breadcrumbs h2 a {
  color: #FC5438;
}
.subpage-page .container {
  margin: 0 auto;
  padding: 60px 15px;
  max-width: 1000px;
}
.subpage-page .content {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  line-height: 30px;
  max-width: 720px;
  margin: 0;
}

footer {
  padding: 30px;
  color: #aaa;
  background: #444;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #fff;
}

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