/* 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;
  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;
}

html, body {
  height: 100%;
}

body {
  color: #26221e;
  background-color: #ffffff;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

a {
  color: #8d0000;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  font-weight: semi-bold;
  margin-bottom: 30px;
}

h1 {
  font-size: 2em;
  text-align: center;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

strong {
  font-weight: bolder;
}

em, blockquote {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

p {
  margin-bottom: 20px;
  font-size: 1.1em;
  text-align: left;
}

li {
  font-size: 1.1em;
}

.outerPageContainer {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .outerPageContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pageContainer {
    width: 100%;
    max-width: 1200px;
  }
}
#upperMenu {
  display: flex;
  flex-direction: column;
}
#upperMenu #logo {
  height: 150px;
  margin: auto;
}
#upperMenu #logo img {
  max-width: 100%;
  max-height: 100%;
  padding: 10px 0;
}
#upperMenu ul {
  overflow-x: auto;
  white-space: nowrap;
}
#upperMenu ul li {
  padding: 10px;
  display: inline-block;
}
#upperMenu ul a:hover, #upperMenu ul a:active, #upperMenu ul .current-menu-item a {
  color: #ffffff;
  background-color: #8d0000;
}
@media screen and (min-width: 1000px) {
  #upperMenu {
    font-size: 1.2em;
    padding: 0 10%;
    height: 150px;
    width: 100%;
    background-color: #ffffff;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #upperMenu #logo {
    margin: 0;
    height: 100%;
    padding-right: 20px;
  }
  #upperMenu .menu-menu-container {
    flex-grow: 1;
  }
  #upperMenu ul {
    overflow: visible;
    display: flex;
    justify-content: space-evenly;
  }
  #upperMenu ul li {
    display: block;
    padding: 0;
  }
  #upperMenu ul a {
    display: block;
    padding: 20px;
    border-radius: 5px;
  }
}
#upperMenu a {
  text-decoration: none;
  color: #26221e;
}

#container {
  padding: 5px;
}
@media screen and (min-width: 1000px) {
  #container {
    padding: 20px 10%;
  }
}

.postThumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (min-width: 800px) {
  .postThumbnail img {
    max-width: 800px;
  }
}

.singlePage {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.singlePage img, .singlePage section {
  max-width: 100%;
  height: auto;
}
.singlePage section {
  padding: 0px 10px;
}
@media screen and (min-width: 481px) {
  .singlePage section {
    padding: 0px 20px;
    max-width: 440px;
  }
  .singlePage img {
    max-width: 400px;
  }
}
@media screen and (min-width: 1000px) {
  .singlePage {
    margin: 0px -20px;
    flex-wrap: nowrap;
  }
  .singlePage img, .singlePage section {
    margin: 0px 20px;
  }
  .singlePage section {
    padding: 0px;
    max-width: 640px;
    flex-grow: 1;
  }
  .singlePage img {
    max-width: 400px;
    flex-grow: 0;
  }
}
.singlePage img {
  border-radius: 10px;
}
.singlePage li {
  margin-bottom: 15px;
}

@media screen and (min-width: 1000px) {
  .singlePageReversed {
    flex-direction: row-reverse;
  }
}
#mainContent article {
  margin-bottom: 60px;
}

#outerFooterContainer {
  background-color: #26221e;
}

#pageFooter, #pageFooter a {
  padding: 2% 0;
  color: #ffffff;
}

#pageFooter {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

#pageFooter nav, #pageFooter section {
  padding: 0.5em;
}

.material-icons-outlined {
  display: inline-flex;
  vertical-align: top;
}

.redBullet {
  color: #8d0000;
}

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