html {
	background: #e8e4ca url(../images/ernie-halftone.jpg) fixed center center;
	background-size: cover;
	scroll-behavior: smooth;
	scroll-padding-top: 70px;
}

body {
	font: 18px/1.4 charter-bt-pro, serif;
	font-weight: 400;
	font-style: normal;
	color: #575757;
}

#container {
  width: 100%;
  margin: auto;
  margin-top: 100vh;
  position: absolute;
  top: -60px;
  background-color: rgba(214,211,190,.8);
}

#container2 {
	width: 100%;
  margin: auto;
  position: absolute;
  top: -60px;
  background-color: rgba(214,211,190,.8);
	margin-top:0;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #555c4f;
  /*box-shadow: 0 5px 7px rgba(0,0,0,.7);*/
  z-index: 1000;
  margin-bottom: 40px;
}

header.inside {
	margin-bottom: 100px;
}

header h1 {
  margin-left: 10%;
  float: left;
  line-height: 60px;
  font-size: 1.5em;
}

div.topbar {
	width: 100%;
	height: 60px;
	font-family: parppim, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	background-color: #626859;
	text-align: center;
	font-size: 2em;
	line-height: 60px;
	position: fixed;
	z-index: 1230;
	display: none;
}

nav {
  float: right;
  margin-right: 10%;
  line-height: 60px;
  font-size: 1.2em;
}

nav ul li {
  float: left;
  margin-right: 30px;
}

nav ul li:last-child {
  margin-right: 0;
}

nav ul li a.active {
	border-bottom: 6px solid rgba(255,255,255,.7);
	text-transform: uppercase;
}

nav ul li a.active:hover {
	border-bottom: 6px solid rgba(255,255,255,1);
}

main {
	width: 80%;
	margin: 0 auto 30px auto;
}

div.top {
	text-align: center;
	font-size: 1.25rem;
}

section {
	margin: 30px 0;
	padding: 30px 0;
	border-bottom: 1px solid #555c4f;
}

section:last-child {
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
	border-bottom: none;
}

article.main-content section {
	margin: 15px 0;
	padding: 15px 0;
	border-bottom: 1px solid #555c4f;
}

article.main-content section {
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #555c4f;
}

footer {
	border-top: 3px solid #555c4f;
	height: 80px;
	background-color: rgba(98,104,89,.25);
}

footer p {
	width: 500px;
	line-height: 80px;
	margin:auto;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
}

footer p a {
	width: 50%;
	display: inline-block;
	float: left;
	opacity: .7;
}

footer p a:hover {
	opacity: 1;
}

.chart {
	width: 400px;
	float: right;
	margin: 0 0 30px 30px;
}

#largetext {
	color: white;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(0%, -50%);
	font-family: parppim, sans-serif;
	font-weight: 400;
	font-style: normal;
}

#largetext h1 {
	text-transform: uppercase;
	font-size: 8em;
	opacity: .7;
	line-height: .8;
}

#largetext p {
	font-family: parppim, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #555c4f;
	font-size: 1.2em;
	margin-bottom: 2px;
}

#largetext p span {
	font-weight: 400;
	text-transform: uppercase;
}

#largetext h4 {
	text-transform: uppercase;
	font-size: 1.5em;
	color: #555c4f;
	letter-spacing: .06em;
	margin: 20px 0;
	padding: 8px 0;
	border-top: 3px solid #555c4f;
	border-bottom: 3px solid #555c4f;
}

h1,h2,h3,h4,h5,h6,nav,footer,.disp {
	font-family: parppim, sans-serif;
	font-weight: 400;
	font-style: normal;
}

h2,h3,h4,h5,h6 {
	line-height: 1;
	margin-bottom: 9px;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 1.8em;
}

h3 span.week {
	opacity: .4;
}

h4 {
	font-size: 1.4em;
}

h4 span {
	opacity: .4;
}

p {
	margin-bottom: 18px;
}

nav a, h1 a {
	color: white;
	opacity: .7;
}

nav a:hover, h1 a:hover {
	color: white;
	opacity: 1;
}

a {
	color: white;
	font-weight: bold;
}

a:hover {
	opacity: .7;
}

div.quote {
	margin: 30px 0;
}

blockquote {
	text-align: center;
	font-family: parppim, sans-serif;
	font-weight: 300;
	font-size: 1.3em;
	padding: 0 60px;
	line-height: 1.1;
}

p.who {
	font-family: charter-bt-pro, serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 9px;
	margin-bottom: 0;
	text-align: center;
}

p.go {
	margin-bottom: 0;
}

.title {
	font-weight: normal;
	font-style: italic;
}

.caps {
	text-transform: uppercase;
}

.ital {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.fade {
	opacity: .3;
}

.red {
	color: #be5056;
}

.indent {
	padding-left: 30px;
	font-style: italic;
}

p.author {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0;
}

p.init::first-letter {
  initial-letter: 4; /* 4 lines tall, baseline at line 4 */
  padding-right: 10px;
}

p.init span.display {
	font-family: parppim, sans-serif;
	color: #878a7a;
}

ul.bullets {
	list-style: square;
	list-style-position: inside;
}

ul.bullets li {
	margin-bottom: 9px;
}

ul.bullets li:last-child {
	margin-bottom: 0;
}

ul.bulleted {
	list-style: square;
	list-style-position: inside;
	margin-bottom: 18px;
}

ul.bulleted li {
	padding-bottom: 5px;
	border-bottom: 1px dotted #575757;
	margin-bottom: 5px;
}

ul.bulleted li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

aside.box {
	padding: 30px;
	/*outline: 1px solid #575757;*/
	margin: 30px auto 30px auto;
	background: url(../images/crumple.png);
	box-shadow: 3px 3px 5px rgba(0,0,0,.4);
}

aside.summary {
	margin-top: 0;
}

aside.box p {
	padding-bottom: 9px;
	border-bottom: 1px dotted #555c4f;
	margin-bottom: 9px;
}

aside.box p:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

aside.box h3, aside.sidebar h3 {
	font-weight: 300;
	margin-bottom: 9px;
	text-transform: uppercase;
	font-size: 1.5em;
}

aside.box h3 span {
	opacity: .5;
}

aside.about {
	width: 40%;
	float: right;
	margin: 0 0 30px 30px;
}

aside.sidebar {
	margin: 30px auto 30px auto;
	background: url(../images/crumple.png);
	box-shadow: 3px 3px 5px rgba(0,0,0,.4);
	width: 35%;

}

aside.sidebar p {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 18px;
}

aside.sidebar div.sidebar-text {
	padding: 30px;
}

article.main-content {
	width: 62%;
}

.right {
	float: right;
	margin-left: 30px;
}

.key {
	width: 40px;
	height: 15px;
	margin-right: 5px;
	float: left;
	position: relative;
	top: 5px;
}

img.cover {
	width: 200px;
	float: right;
	margin-left: 50px;
	margin-bottom: 10px;
	rotate: 5deg;
	box-shadow: 3px 3px 3px rgba(0,0,0,.4);
}

.nudge {
	position: relative;
	top: -30px;
}

ul#circles {
	width: 510px;
	margin: 30px auto;
	height: 80px;
	position: relative;
	left: 5px;
}

ul#circles li {
	font-family: parppim, sans-serif;
	font-size: 2em;
	font-weight: 300;
	text-align: center;
}

ul#circles li a {
	color: white;
	opacity: .7;
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	line-height: 74px;
	border-radius: 50%;
	border: 5px solid rgba(255,255,255,.7);
	opacity: .7;
	margin-right: 5px;
}

ul#circles li a:hover {
	opacity: 1;
	background-color: rgba(98,104,89,.5);
}

figure {
	width: 50%;
	float: right;
	margin: 0 0 20px 30px;
}

figcaption {
	font-style: italic;
	font-size: .85em;
	margin-top: 9px;
}

img.pic {
	box-shadow: 3px 3px 5px rgba(0,0,0,.4);
}

img {
	width: 100%;
}

div.circles {
	font-family: parppim, sans-serif;
	font-size: 4.2em;
	font-weight: 300;
	color: white;
	width: 120px;
	height: 120px;
	line-height: 110px;
	border-radius: 50%;
	border: 8px solid white;
	margin: auto;
	text-align: center;
	opacity: .5;
	z-index: 55;
}

div.number {
	width: 15%;
	float: left;
}

div.cal {
	width: 85%;
	float: right;
	z-index: 99990;
}

main aside:last-child {
	margin-bottom: 50px;
}

img.leftcover {
	position: relative;
	left: 60px;
	top: 0;
	z-index: 1000;
}

/* ------- media queries ------- */

@media screen and (max-width: 800px) {

	div.topbar {
		display: block;
	}
	header {
		top: 60px;
	}
	header h1 {
		display: none;
	}
	nav {
  float: none;
  margin-right: 0;
  line-height: 60px;
  font-size: 1.2em;
}

nav ul li {
  float: left;
  width: 20%;
  margin-right: 0;
  text-align: center;
}

img.leftcover {
	top: -60px;
	left: 0;
}

aside.about {
	width: 100%;
	float: none;
	margin: 0 0 30px 0px;
}

#container2 {
	top: 0;
}
ul#circles {
	width: 100%;
	margin: 30px auto;
	height: 80px;
	position: relative;
	left: 5px;
}

ul#circles li {
	font-family: parppim, sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	text-align: center;
}

ul#circles li a {
	color: white;
	opacity: .7;
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	line-height: 54px;
	border-radius: 50%;
	border: 5px solid rgba(255,255,255,.7);
	opacity: .7;
	margin-right: 5px;
}
figure {
	width: 100%;
	float: none;
	margin: 0 0 20px 0px;
}

}

@media screen and (max-width: 600px) {
	nav {
		font-size: 1;
	}
}




