/* * {
  outline: 1px solid red;
} */
html {
  font-size: 100%;
}

body {
  margin: auto;
  font: 400 13pt/18pt "Source Serif 4", serif;
  color: #333;
  background: #FCFCFC;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 90rem;
}

img {
  max-width: 100%;
}

content, article, frontpage {
  width: 85%;
  margin: auto;
  flex-direction: row;
  display: flex;
  gap: 2rem;
  padding-top: 3rem;
}
content main, article main, frontpage main {
  max-width: 40rem;
  margin: 0 auto;
}

frontpage {
  padding-top: 0rem;
}
frontpage a, frontpage a:hover {
  font: unset;
}
frontpage main {
  flex: 1 1 0;
}
frontpage main a h1 {
  border: 0;
  margin: 0;
}
frontpage main img {
  margin: 0.5rem 0;
}
frontpage sidebar {
  flex: 0 0 25%;
}
frontpage sidebar h1 {
  font: 600 13pt/18pt "Source Serif 4", serif;
  border-bottom: 0;
  margin-top: 0;
}
frontpage sidebar p {
  font: 400 10pt/13pt "Source Serif 4", serif;
}
frontpage sidebar published {
  font: 400 10pt/13pt "Source Serif 4", serif;
  font-weight: 300;
  margin-bottom: 0.3rem;
}
frontpage h1 {
  font: 600 20pt/26pt "Source Serif 4", serif;
}
frontpage published {
  margin-bottom: 0;
}

article main {
  margin-top: -1rem;
  flex: 1 1 0;
}
article sidebar {
  flex: 0 0 25%;
}

main {
  width: 85%;
  margin: auto;
  flex: 1;
}
main section {
  display: block;
  font: 400 18pt/22pt "Source Serif 4", sans-serif;
  background: repeating-linear-gradient(to left, #FFF, #FFF 0.25rem, #D6422A 0.25rem, #D6422A 0.75rem), #D6422A;
  background-repeat: no-repeat;
  background-size: 10rem 100%; /* width of pattern area, full height */
  background-position: right top;
  color: #FFF;
  width: 50%;
  margin-top: 3rem;
  padding: 0.25rem 0 0.25rem 1rem;
}
main p {
  width: 70%;
  margin: 0 auto 1.5em auto;
}
main ul {
  width: 70%;
  margin: 0 auto 1.5em auto;
}
main ul li {
  margin: 0 0 0.7rem 1rem;
}
main img {
  width: 100%;
  margin: 1em 0 2em 0;
}
main figure {
  margin: 0 0 2rem 0;
}
main figure img {
  margin: 0;
}
main figure figcaption {
  font: 400 10pt/13pt "Source Serif 4", serif;
  color: #999;
  margin: 0.3rem 0 0 0;
}
main figure figcaption a {
  color: #999;
}

preview {
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #EEE;
  margin-bottom: 2rem;
}
preview a h1 {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #D6422A;
}
preview a:hover {
  color: #333;
}
preview p {
  width: 100%;
  margin-bottom: 1rem;
}
preview img {
  margin-bottom: 1rem;
}

sidebar h1 {
  font: 600 20pt/26pt "Source Serif 4", serif;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D6422A;
  margin: 1rem 0;
}
sidebar img {
  margin-bottom: 0.5rem;
}

published {
  display: block;
  margin-left: 0%;
  color: #999;
  font-weight: 300;
  margin-bottom: 2rem;
}
published strong {
  color: #D6422A;
}

span.location {
  font-weight: 600;
}

header {
  width: 85%;
  margin: 1rem auto 3rem auto;
}

header img {
  width: 100%;
}

h1 {
  margin-bottom: 1rem;
  font: 800 32pt/40pt "Source Serif 4", serif;
}

h2 {
  margin-bottom: 1rem;
  font: 600 20pt/26pt "Source Serif 4", serif;
}

nav {
  margin: -2.5em auto 1em auto;
}
nav ul li {
  display: inline-block;
  text-align: center;
  width: 8rem;
}

hr {
  width: 83%;
  margin: auto;
  border-bottom: 4px solid #333;
}

a {
  font-weight: 600;
  color: #333;
}
a:visited {
  color: #333;
}
a:hover {
  color: #D6422A;
}

div#list {
  width: 98%;
  margin: 2% auto 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2rem;
}
div#list preview h1 {
  font: 600 13pt/18pt "Source Serif 4", serif;
}
div#list preview p {
  font: 400 10pt/13pt "Source Serif 4", serif;
}
div#list preview published {
  margin-bottom: 1rem;
  font: 400 10pt/13pt "Source Serif 4", serif;
  font-weight: 300;
}

sidebar {
  width: 25%;
  flex: 1;
}
sidebar img {
  width: 100%;
}
sidebar div#list {
  width: 100%;
  margin: 0;
  display: block;
}
sidebar div#list preview {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #EEE;
  margin-bottom: 1rem;
}
sidebar div#list preview h1 {
  margin-top: 0;
}
sidebar div#list preview p {
  margin-bottom: 0.5rem;
}
sidebar div#list preview published {
  margin: 0.5rem 0;
}

sharesheet {
  height: 2.5rem;
  width: 100%;
  display: flex;
}
sharesheet a {
  position: relative;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.3rem;
}
sharesheet a:hover {
  background: #D6422A;
  color: #FCFCFC;
}
sharesheet a span.tooltip {
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 0.3em 0.6em;
  font-size: 0.75em;
  border-radius: 3px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  white-space: nowrap;
}
sharesheet a.show-tooltip span.tooltip {
  opacity: 1;
}

/****************************************************************************************************************
	ADS
****************************************************************************************************************/
ad {
  max-width: 100%;
  margin: 2rem auto;
}

/****************************************************************************************************************
	CONTACT FORM
****************************************************************************************************************/
input, textarea {
  display: block;
  width: 40rem;
  height: 1.5rem;
  background: #EEE;
  margin-bottom: 2rem;
  padding: 1rem;
  font: 400 10pt/13pt "Source Serif 4", serif;
}

textarea {
  height: 15rem;
}

input[type=submit], textarea[type=submit] {
  height: 2.5rem;
  width: auto;
  margin: 1rem 0 1rem 0;
  padding: 0.2rem 2rem;
  background: #D6422A;
  font-weight: 600;
  color: #FEFEFE;
  cursor: pointer;
  border: 1px solid #EEE;
  border-radius: 0.2rem;
}

label {
  display: block;
  padding-bottom: 1rem;
}

input[type=checkbox], textarea[type=checkbox] {
  display: inline;
  width: 2rem;
  height: 1.1rem;
  position: relative;
  top: 0.2rem;
}

abbr {
  text-decoration: none;
  color: #D6422A;
}

div.required_field {
  position: absolute;
  left: -10000px;
}

disc {
  display: block;
  padding-top: 2rem;
  font: 400 10pt/13pt "Source Serif 4", serif;
  color: #777;
}

/****************************************************************************************************************
	BYLINE
****************************************************************************************************************/
byline {
  display: block;
  max-width: 30rem;
  position: relative;
  font: 400 10pt/13pt "Source Serif 4", serif;
  color: #777;
}
byline img {
  position: absolute;
  height: 4rem;
  width: 4rem;
}
byline h1 {
  color: #333;
  font: 600 13pt/18pt "Source Serif 4", serif;
  margin: 0 0 0.2rem 5rem;
}
byline p {
  width: 100%;
  margin: 0 0 0 5rem;
}
byline ul {
  width: 100%;
  margin: 0.5rem 0 0 5rem;
  display: flex;
  gap: 1rem;
  color: #333;
}

article byline {
  margin-left: 2rem;
}

main > byline {
  padding-top: 1rem;
}

/****************************************************************************************************************
	FOOTER
****************************************************************************************************************/
footer {
  margin-top: 5em;
  padding-top: 2rem;
  color: #FCFCFC;
  background: #333;
  height: 15em;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  font: 400 10pt/13pt "Source Serif 4", serif;
}
footer h1 {
  font: 600 13pt/18pt "Source Serif 4", serif;
  color: #777;
}
footer div {
  max-width: 60rem;
  margin: auto;
  display: flex;
  padding: 1em 0;
}
footer div ul {
  flex: 1 1 0;
}
footer div ul li {
  margin-bottom: 0.5rem;
}
footer a {
  color: #FCFCFC;
  font-weight: 400;
}
footer a:visited {
  color: #FCFCFC;
}
footer a:hover {
  color: #D6422A;
}
footer copyright {
  font: 400 10pt/13pt "Source Serif 4", serif;
  font-weight: 300;
  color: #777;
}

/*************************************************************************
	SMALL SCREENS
*************************************************************************/
@media screen and (max-width: 1300px) {
  div#list {
    width: 98%;
    margin: 2% auto 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }
  byline p {
    width: auto;
  }
  byline ul {
    flex-direction: column;
  }
  byline ul li {
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 800px) {
  nav {
    margin: -1.5em auto 1em auto;
  }
  nav ul li {
    text-align: left;
    width: 8rem;
    font-size: 1.5rem;
    margin: 0 0 0.7rem 3rem;
  }
  frontpage main {
    order: -1;
  }
  content, frontpage, article {
    flex-direction: column;
  }
  content sidebar, frontpage sidebar, article sidebar {
    width: 85%;
    margin: 0 auto;
  }
  main section {
    background-size: 3rem 100%;
    width: 70%;
  }
  div#list {
    width: 98%;
    margin: 2% auto 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 2rem;
  }
  article {
    flex-direction: column;
  }
  article h1 {
    font-size: 20pt;
    line-height: 24pt;
  }
  article byline h1 {
    font: 600 13pt/18pt "Source Serif 4", serif;
  }
  footer {
    height: auto;
  }
  footer div {
    flex-direction: column;
  }
  footer div ul {
    margin: 1rem 0 2rem 3rem;
  }
  footer div ul li {
    font-size: 1.3rem;
    margin-bottom: 1.8rem;
  }
  footer copyright {
    margin-left: 3rem;
  }
}

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