@charset "utf-8";
/*Global View*/
.header-container {
    background-size: cover;
    background-position: center center;
    color: #030303;
    padding-bottom: 8vw;
    text-align: center;
    height: 0px;
    min-height: 30px;
}
.header-container .site-header {
	padding: 20px 0;
	margin: 0 auto;
	max-width: 1200px;
	text-transform: uppercase;
}
.site-header {
    text-align: center;
    text-transform: uppercase;
    color: #060606;
}
.site-header h1 {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; text-align: center;
    text-transform: uppercase;
    color: #060606;
}
.main-navigation{
	font-size: 16px;
	font-weight: 400;
	border-bottom: 0px solid rgba(255, 255, 255, 0.25);
	font-family: sans-serif;
}
.main-navigation ul {
	margin: 0;
}
.main-navigation ul li {
	display: inline-block;
}
.main-navigation ul li a {
	padding: 17px 37px;
	text-decoration: none;
	display: inline-block;
	color: #060606;
}
.main-navigation ul li a:hover {
	text-decoration: underline;
}
.header-container .page-title {
    padding: 0vw 10px 0 110px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: small;
}.article-container{
	background-size: cover;
    background-position: center center;
	padding-left: 30px;
	padding-right: 20px;
    padding-bottom: 20px;
    text-align: left;
}.article-title {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size:45px;
	color: black;
	font-style: italic;
}
.article-body{
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    test-align: justify;
    color: #060606;
    font-size: 18px;
    text-align: justify;
}
.indent-quote{
	margin-left: 60px;
	margin-right: 60px;
}
.tab{
	margin-left:80px;
}
footer{
	margin-top: 50px;
	border-top:1px solid silver;
	font-size: 12px;
}
footer ol {
  padding-left: 20px;
}
article{
	counter-reset: footnotes;
}
[aria-describedby="footnote-label"] {
  counter-increment: footnotes; /* 1 */
  text-decoration: none; /* 2 */
  color: inherit; /* 2 */
  cursor: default; /* 2 */
  outline: none; /* 2 */
}
[aria-describedby="footnote-label"]::after {
  content: '[' counter(footnotes) ']'; /* 1 */
  vertical-align: super; /* 2 */
  font-size: 0.5em; /* 3 */
  margin-left: 2px; /* 4 */
  color: blue; /* 5 */
  text-decoration: underline; /* 5 */
  cursor: pointer; /* 5 */
}
[aria-describedby="footnote-label"]:focus::after {
  outline: thin dotted;
  outline-offset: 2px;
}

[aria-label="Back to Content"] {
  font-size: 0.8em;
}

/**
 * Highlight target note
 */
footer :target {
  background: yellow;
}

/**
 * Visually hidden yet accessible content
 */
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  visibility: hidden;
  opacity: 0;
}

.p {
  text-align: center;
  font-size: .75em;
  padding-top: 150px;
}
