body {
	background-color: #f4f4f4;
	font-family: 'Courier New', Courier, monospace;
	overflow-x: hidden;
}

body.page-igf {
	background-color: #efd4dc;
}

body.page-wander {
	background-color: #f0efeb;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

p {
	line-height: 1.3;
}

/** wordpress style fixes **/

.seed-page-content img.aligncenter {
	display: block;
	margin: 0 auto;
}

/** end of wordpress styles **/

.font-georgia {
	font-family: Georgia, 'Times New Roman', Times, serif !important;
	font-weight: normal;
}

.clear {
	clear: both;
}

#page,
footer {
	max-width: 1300px;
	margin: 0 auto;
}

header {
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 10;
}

header #page-logo {
	display: inline-block;
	text-decoration: none;
}

body.page-logbook header #page-logo {
	margin-top: 6px;
}

#page-logo span {
	display: block;
	text-transform: uppercase;
	font-size: 2rem;
	font-family: Windsor;
	letter-spacing: 1.25px;
	color: black;
}

body.page-home #page-logo {
	margin-top: 6px;
}

#nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 262px;
	height: 269px;
	background-position: left center;
}

#nav[data-page-over="about"] {
	background-position: -262px center;
}

#nav[data-page-over="wander"] {
	background-position: -524px center;
}

#nav[data-page-over="lightninghouse"] {
	background-position: -524px center;
}

#nav[data-page-over="logbook"] {
	background-position: -786px center;
}

#nav[data-page-over="home"] {
	background-position: -1048px center;
}

#nav .img-wrpr {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 262px;
	height: 269px;
}

#nav .img-wrpr img {
	position: absolute;
	top: 0;
	right: 0;
}

.top {
	text-align: center;
	cursor: pointer;
	font-size: 2rem;
	margin: 10rem 0 3rem;
	font-family: Windsor;
}

.top:hover {
	text-decoration: underline;
}

#mailing-list {
	display: none;
	position: absolute;
	left: 30vw;
	top: 470px;
	width: 40vw;
	min-width: 300px;
}

body.show-mailing-list #mailing-list {
	display: block;
}

body.show-mailing-list #main-img img {
	opacity: 0.2;
}

/****************** HOME ********************/

#home {
	position: relative;
}

#igf-wrpr {
	position: fixed;
	top: -66px;
	left: 234px;
	z-index: 100;
	animation: igf-wrpr 45s infinite ease-in-out;
}

#igf {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 219px;
	height: 202px;
	position: absolute;
	left: 0;
	top: 0;
	animation: igf 36s infinite ease-in;
}

#igf a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;

	color: black;
	text-decoration: none;
	font-weight: bold;
}

#igf a span {
	opacity: 0;

	padding: 0;
	display: block;
	margin: 50px auto 0px auto;
	width: 120px;

	text-align: center;
	text-transform: uppercase;
	line-height: 2.0rem;
	font-family: windsor;
	font-size: 1.2rem;



}

#igf a span:hover {
	opacity: 100;
}

@keyframes igf-wrpr {
	from {
		left: 90vw;
	}

	30% {
		left: 10vw;
	}

	40% {
		left: 15vw;
	}

	50% {
		left: -15vw;
	}

	to {
		left: 90vw;
	}
}

@keyframes igf {
	from {
		top: 15vh;
	}

	40% {
		top: 110vh;
	}

	80% {
		top: -15vh;
	}

	to {
		top: 15vh;
	}
}

#tree-rings {
	height: 66px;
	position: absolute;
	top: 2vh;
	left: 3vw;
}

#tree-rings a {
	display: block;
	width: 100%;
	height: 100%;
	color: black;
	text-decoration: none;
}

#tree-rings a span {
	white-space: nowrap;
	margin-bottom: 0.25rem;
	display: block;
}

#tree-rings a img {
	margin: 0 auto;
	display: block;
}

#main-img {
	text-align: center;
	margin-top: 2rem;
}

#main-img img {
	max-width: 1000px;
	max-height: 65vh;
	min-height: 500px;
	min-width: 620px;
	/* otherwise starts to get squished */
}

#headline {
	text-align: center;
	margin: 2rem 1rem 6rem;
}

#event-bubbles {
	position: relative;
}

.event-bubble {
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	width: 200px;
	/* match in js */
	height: 150px;
	padding: 20px;
	background-size: contain;
	text-align: center;
	transition-property: top, left;
	z-index: 10;
}

.event-bubble-white,
.event-bubble-green {
	z-index: 101;
}

.event-bubble a {
	display: block;
	color: inherit;
	text-decoration: none;
	border-radius: 50px;
	height: 100%;
	width: 100%;
}

.event-bubble .hr {
	background-repeat: no-repeat;
	background-size: contain;
	width: 80%;
	height: 20px;
	margin: 0 auto;
}

.event-bubble .seed-date {
	position: static;
}

.event-bubble .seed-date .date-month {
	padding-top: 0;
	text-transform: uppercase;
	font-family: 'Courier New', Courier, monospace;
}

.event-bubble .seed-date .date-date {
	line-height: 2.4rem;
	font-family: Windsor;
}

.event-bubble .seed-date .date-day {
	display: none;
}

.event-bubble .eb-type {
	font-family: 'Courier New', Courier, monospace;
	font-size: 1rem;
	margin-top: 0.6rem;
}

.event-bubble .eb-title {
	font-family: Windsor;
	font-size: 1.2rem;
}

/****************** ABOUT ********************/

#about {
	position: relative;
}

#about-top {
	margin-top: 100px;
}

#about-top h1 {
	text-align: center;
	font-family: Windsor;
	font-weight: normal;
}

#about-top,
#about-page {
	position: relative;
	z-index: 2;
}

#about-leaf {
	display: block;
	width: 81px;
	height: 120px;
	content: ' ';
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: 287px;
	top: 45px;
	z-index: 1;
}

#about-page {
	margin-top: 8rem;
}

.about-post hr,
hr.hr-line,
hr.dash-dash,
hr.dash-space {
	border: none;
	height: 24px;
	margin: 1rem 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

hr.dash-dash {
	width: 1234px !important;
	margin-left: calc(-1 * (1234px - 750px) / 2) !important;
}

.about-post hr,
hr.dash-space {
	width: 1206px;
	margin-left: calc(-1 * (1206px - 750px) / 2);
}

section#about-posts hr.dash-dash {
	margin-left: calc(-1 * (1234px - 1000px) / 2) !important;
}

section#about-posts .about-post hr,
section#about-posts hr.dash-space {
	margin-left: calc(-1 * (1206px - 1000px) / 2);
}

.show-on-about-page,
#about {
	display: none;
}

body.page-about .show-on-about-page,
body.page-about #about {
	display: block;
}


#about>section {
	width: 750px;
	margin: 0 auto;
}

section#about-posts {
	width: 1000px;
}

#about-page-content {
	font-family: Windsor;
	font-size: 1.3rem;
}

#about-page-content>p:first-child {
	line-height: 1.5;
	font-size: 1.6rem;
	text-align: justify;
}

#about-page-content>p:first-child::after {
	content: '';
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 38.5px;
	height: 33px;
	margin: 1rem auto -1rem;
}

#about-page-content p {
	line-height: 1.5;
	text-align-last: center;
}

/* trick to get 2 paragraphs to appear side by side */
#about-page-content blockquote {
	display: flex;
	margin: 0 -1rem;
}

#about-page-content blockquote>p {
	width: 50%;
	text-align: justify;
	padding: 1rem;
}

#about-page-content h3 {
	font-size: 2.2rem;
}

#about-page-content h4 {
	font-size: 1.8rem;
}


#team {
	font-family: Windsor;
}

#team a {
	color: #285a50;
}

#team h2 {
	text-align: center;
	margin: 2rem 0 0;
	font-size: 2rem;
}

#team-content {
	margin: 2rem -7rem 3rem;
	display: flex;
	line-height: 1.5;
	font-size: 1.2rem;
}

#team-content .col {
	padding: 0 0.5rem;
}

#team-content .col.col-0 {
	padding-left: 0;
	width: 25%;
}

#team-content .col.col-1 {
	width: 34%;
}

#team-content .col.col-2 {
	padding-right: 0;
}

#team-content .col strong {
	display: block;
	margin-top: 1.2rem;
}

#team-content .col span {
	display: block;
}

.about-post {
	text-align: center;
	margin-top: 3rem;
	margin-bottom: 6rem;
}

.about-post a {
	color: inherit;
}

.about-post a:hover {
	color: #333;
}

.about-post .about-content h4,
.about-post .about-title {
	font-size: 2rem;
	margin: 2rem 0 0;
	font-family: Windsor;
}

.about-post .about-content h5 {
	font-size: 1.2rem;
	margin: 1rem 0 3rem;
	font-family: Windsor;
}

.about-post .tilde {
	display: block;
	font-weight: bold;
}

.about-post .about-subtitle {
	font-size: 1.2rem;
	font-family: Ortica;
	text-transform: uppercase;
}

.about-content p {
	font-family: Windsor;
	font-size: 1.3rem;
}

.about-post .about-content h6 {
	/* different font? */
}

.about-post[data-about-slug="biographies"] {
	margin-left: -5rem;
	margin-right: -5rem;
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center;
}

.about-post[data-about-slug="biographies"] .about-content {
	columns: 3;
	text-align: left;
	margin-top: 4rem;
}

.about-post[data-about-slug="biographies"] .about-content>* {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 5rem;
	-webkit-column-break-inside: avoid;
	/* Chrome, Safari, Opera */
	page-break-inside: avoid;
	/* Firefox */
	break-inside: avoid;
	/* IE 10+ */
}

.about-post[data-about-slug="biographies"] .about-content h4 {
	margin-top: 0;
	font-size: 1.4rem;
}

.about-post[data-about-slug="biographies"] .about-content h5 {
	margin: 0.5rem 0 1rem;
	color: #ea4624;
	/* orange */
	font-family: 'Courier New', Courier, monospace;
	font-weight: normal;
	font-size: 1rem;
}

.about-post[data-about-slug="among-others"] blockquote {
	column-count: 2;
	text-align: left;
	/* hack: shift this over a little bit since the left column happens to have wider text */
	margin-left: 6rem;
	margin-right: -6rem;
}

.about-post[data-about-slug="among-others"] blockquote>* {
	-webkit-column-break-inside: avoid;
	/* Chrome, Safari, Opera */
	page-break-inside: avoid;
	/* Firefox */
	break-inside: avoid;
	/* IE 10+ */
	padding: 0 2rem;
}

.about-post[data-about-slug="among-others"] blockquote h5,
.about-post[data-about-slug="among-others"] blockquote h6 {
	font-size: 1.2rem;
	font-family: Windsor;
	margin: 0 0 1rem;
}

.about-post[data-about-slug="among-others"] blockquote h5 {
	margin: 0 0 1rem;
}

.about-post[data-about-slug="among-others"] blockquote h6 {
	margin: 0;
}

.about-post[data-about-slug="among-others"] blockquote p {
	font-size: 1.2rem;
	margin: 0 0 1.5rem;
	color: #616264;
	/* gray */
}


/****************** SEEDS ********************/

#map-heading {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 80px;
	left: 0;
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4;
}

#map-heading>span {
	background-color: #f4f4f4;
}

#wander-details {
	margin-top: 10rem;
}

#intro {
	text-align: center;
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 100%;
	font-size: 1rem;
	line-height: 1.4;
}

#wander #map {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 856px;
	height: 935px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 100px;
}

ul#seeds {
	z-index: 2;
}

ul#seeds,
ul#overview {
	/* use this central axis to position seeds against */
	position: absolute;
	left: 50%;
	width: 100%;
	height: 100%;
}

.seed-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 19px;
	border: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: -3px -3px;
}

.seed-icon-first {
	background-position: -2px -3px;
}

.seed-icon-second {
	background-position: -30px -3px;
	width: 26px;
	top: 100px;
}

.seed-icon-third {
	background-position: -59px -3px;
	width: 24px;
	top: 200px;
}

.seed-icon-fourth {
	background-position: -88px -3px;
	width: 26px;
	top: 300px;
}

li.seed-icon.active {
	height: 36px;
	margin-top: -10px;
	margin-left: -10px;
}

li.seed-icon-first.active {
	background-position: -50px 0;
	width: 46px;
}

li.seed-icon-second.active {
	background-position: 0 0;
	width: 50px;
}

li.seed-icon-third.active {
	background-position: -96px 0;
	width: 41px;
}

li.seed-icon-fourth.active {
	background-position: -137px 0;
	width: 52px;
}

li.seed-icon.rotate-half {
	transform: rotate(0.5turn);
}

li.seed-icon.flip-vert {
	transform: scale(1, -1);
}

li.seed-icon.flip-horiz {
	transform: scale(1, -1);
}

li.seed-icon.flip-both {
	transform: scale(-1, -1);
}

/* need to append the active scale for each */
li.seed-icon.active.rotate-half {
	transform: rotate(0.5turn) scale(1.5);
}

li.seed-icon.active.flip-vert {
	transform: scale(1, -1) scale(1.5);
}

li.seed-icon.active.flip-horiz {
	transform: scale(1, -1) scale(1.5);
}

li.seed-icon.active.flip-both {
	transform: scale(-1, -1) scale(1.5);
}


ul#overview>li,
ul#details>li {
	display: none;
}

ul#overview>li.active,
ul#details>li.active {
	display: block;
}

ul#overview {
	position: relative;
	z-index: 3;
}

ul#overview li {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 500px;
}

.seed-overview .overview-image {
	position: absolute;
	top: -390px;
	left: -250px;
}

.overview-card {
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
}

.overview-card a {
	color: black;
	text-decoration: underline;
}

.overview-card h2 {
	font-family: 'Windsor';
	font-size: 2.6rem;
	text-transform: uppercase;
	font-weight: lighter;
	margin: 0 0.5rem 0 1.5rem;
}

.overview-card h3 {
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: 1.1px;
	line-height: 1.3;
	margin: 1rem 0 0;
	font-family: Ortica;
	font-weight: bold;
}

.overview-card h4 {
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0.5rem 0 0;
	color: gray;
	font-family: 'Courier New', Courier, monospace;
}

#logbook-page-content .seed-date,
#wander-map-page-wrpr .seed-date,
#wander .seed-date {
	font-size: 1rem;
	text-transform: uppercase;
	width: 101px;
	height: 115px;
	position: absolute;
	left: -121px;
	top: -5px;
}

.seed-date>* {
	display: block;
	text-align: center;
}

.seed-date .date-month {
	padding-top: 17px;
}

.seed-date .date-date {
	font-size: 2.2rem;
	line-height: 3rem;
	font-family: Ortica;
}


#logbook-page .seed-date>*,
#seed-map-pages .seed-date>* {
	padding-left: 5px;
}

#logbook-page .seed-date .date-month,
#seed-map-pages .seed-date .date-month {
	letter-spacing: 4px;
	font-size: 0.9rem;
}

#logbook-page .seed-date .date-date,
#seed-map-pages .seed-date .date-date {
	line-height: 3.3rem;
	font-family: Windsor;
	margin-top: -4px;
	margin-left: -5px;
}

#logbook-page .seed-date .date-day #seed-map-pages .seed-date .date-day {
	letter-spacing: 4px;
	font-size: 0.9rem;
}


.seed-detail,
.detail-footer {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}

.seed-detail {
	padding: 4rem 2rem 0;
}

.detail-footer {
	height: 100px;
	margin: 0 -30px;
}

.sd-header {
	display: flex;
	margin-bottom: 3rem;
}

.overview-people {
	width: 30%;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #6b8e86;
	font-family: Ortica;
}

.overview-people a {
	color: #6b8e86;
}

.overview-people .seed-time {
	color: black;
	margin-bottom: 1rem;
	font-size: 1rem;
}

.sd-header .overview-card {
	width: 60%;
	margin-left: 10%;
}

.overview-seed {
	width: 10%;
	margin-right: 5%;
	font-size: 0.8rem;
	margin-top: 1rem;
	cursor: pointer;
}

#logbook-page-content .overview-seed {
	width: 85px;
	margin-right: 0;
	position: absolute;
	left: 0;
}

.overview-seed .seed-icon {
	position: static;
	filter: grayscale(1) brightness(0);
}

.overview-seed>* {
	display: block;
	text-align: center;
	margin: 0 auto 0.5rem;
}

.overview-seed strong {
	text-transform: uppercase;
	font-family: Ortica;
	letter-spacing: 1px;
}

.overview-seed span {
	font-family: Ortica;
	font-size: 1rem;
}


#seed-map-pages .overview-seed {
	background-size: 0%;
	background-position: center top;
	background-repeat: no-repeat;
}

#seed-map-pages .overview-seed:hover {
	background-size: 60%;
}

#seed-map-pages .overview-seed:hover>* {
	visibility: hidden;
}


.slideshow {
	position: relative;
}

.slideshow li {
	display: none;
	height: 500px;
	max-height: 50vh;
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	max-width: calc(100% - 280px);
	/* subtract the width + spacing of both arrows */
	margin: 0 auto;
}

.slideshow li.current {
	display: block;
}

.slideshow>ul>li>em.slideshow-spacer-former-anchor-tag,
.slideshow>ul>li>a {
	width: 90%;
	height: 100%;
	display: block;
	margin: 0 auto;
}

.arrow {
	position: absolute;
	width: 89px;
	height: 69px;
	top: calc(50% - 42.5px);
	right: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: transparent;
	border: none;
}

.arrow.arrow-left {
	right: auto;
	left: 100px;
	transform: scale(-1, 1);
}

.arrow:active {
	transform: translate(1px, 1px);
}

.arrow.arrow-left:active {
	transform: scale(-1, 1) translate(1px, 1px);
}

.arrow:hover {
	opacity: 0.7;
}

.seed-page-content {
	margin: 4rem 17rem 4rem 15rem;
	font-family: Ortica;
}

.seed-page-content p {
	line-height: 1.7;
	text-align: justify;
}

.seed-page-content blockquote {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 140px;
	margin-left: -190px;
	min-height: 112px;
	font-family: 'Courier New', Courier, monospace;
	line-height: 1.6;
	margin-top: 3rem;
	padding-right: 100px;
	text-align: justify;
	font-size: 0.9rem;
}

.seed-page-content img {
	max-width: 100%;
}


/***************** WANDER ******************/

#wandermap {
	max-width: 900px;
	min-width: 400px;
	margin: 0 auto;
	text-align: center;
	width: auto;
}

#wandermap img {
	max-width: 100%;
}

#wandering-circle {
	display: none;
	background-color: black;
	/* the width, height and border-radius should be matched in js */
	width: 80px;
	height: 80px;
	border-radius: 40px;
	position: absolute;
	margin: 0;
	/* transition in js to margins that keep it center-oriented */
	transition: width 0.2s, height 0.2s, margin 0.2s;
}

#wander-heading {
	text-align: center;
}

#wander-heading span {
	display: block;
	margin: 0.75rem 0;
	font-size: 1.4rem;
}

#wander-heading h2 {
	text-transform: uppercase;
	font-family: Ortica;
	font-size: 1.2rem;
	margin-bottom: 4rem;
}


/* * tmp wander page * */

#wander-intro {
	font-family: Windsor;
	font-size: 1.2rem;
	text-align: justify;
	margin: 2rem auto 5rem;
	width: 50%;
}

#seed-map-pages .seed-detail {
	display: none;
}



/****************** IGF ********************/

#igf-page {
	margin-bottom: 10rem;
}

#igf-page img {
	max-width: 100%;
}

#igf-main {
	margin: -1rem 2rem 0;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 76vh;
	min-height: 500px;
}

#igf-page-content {
	font-family: Windsor;
	margin: 4rem auto;
	max-width: 1000px;
	padding: 0 2rem;
	text-align: center;
}

#igf-page-content h2 {
	margin: 0.5rem 0;
}

#igf-page-content h3 {
	margin: 0;
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.4rem;
}

#igf-page-content p {
	max-width: 600px;
	margin: 0 auto 2rem;
	font-size: 1.2rem;
	line-height: 1.4rem;
}

#igf-program {
	margin: 2rem;
	text-align: center;
}

.p-nav {
	margin: 0 2rem 1.25rem;
}

.collapse-all .p-nav {
	margin: 0 0 2rem;
}

.collapse-all .program {
	height: 0;
	overflow: hidden;
	margin: -1rem 0;
}

.program {
	max-width: 1000px;
	margin: 0 auto 4rem;
	position: relative;
}

.program h1,
.program h2,
.program h3,
.program h4,
.program h5,
.program h6 {
	font-family: Ortica;
	color: black;
}

.program a {
	color: inherit;
}

.program-image {
	width: 700px;
	float: left;
	max-width: 70%;
	margin-bottom: 3rem;
	margin-left: -4rem;
}

.program-image img {
	max-width: 100%;
}

.program-note {
	position: absolute;
	right: 0;
	top: 2rem;
	width: 25%;
	font-family: Windsor;
	color: #616264;
}

.program-note h4 {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.8rem;
	color: black;
}

.program-note h5 {
	margin: 2rem 0 0;
	font-size: 1.4rem;
	line-height: 1.6rem;
	color: black;
}

.program-note h6 {
	margin: 0.25rem 0 1rem;
	font-size: 0.9rem;
	line-height: 1.2rem;
	font-family: 'Courier New', Courier, monospace;
	font-weight: normal;
	color: #ea4624;
}

.program-content {
	float: left;
	font-family: 'Courier New', Courier, monospace;
	color: #616264;
	max-width: 600px;
	margin-left: 100px;
}

.program-content h3 {
	font-size: 1.6rem;
}

.program-content h4 {
	font-size: 1.6rem;
	font-weight: normal;
}

.program button.up-top {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 104px;
	height: 117px;
	transform: scale(0.6);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	border: none;
	cursor: pointer;
}


footer {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	font-family: 'Courier New', Courier, monospace;
	margin: 1rem auto 5rem;
	text-align: center;
	line-height: 1.6rem;
	height: 161px;
}

footer a {
	color: black;
	text-decoration: none;
}

footer .active {
	font-weight: bold;
}

footer ul {
	padding-top: 130px;
}

footer ul li {
	display: inline-block;
	padding: 0 0.5rem;
}

footer button {
	background-color: transparent;
	border: none;
	cursor: pointer;
}

footer hr {
	margin-top: 0 !important;
}

.foot-top {
	font-weight: bold;
}

/* keep left/right padding on logbook page elements */
#logbook-page .detail-footer {
	margin: 0 auto;
}

.page-logbook footer>div {
	margin: 0 auto;
	max-width: 1300px;
}

.page-logbook footer {
	margin-left: 40px;
	margin-right: 40px;
	max-width: none;
}


/****************** LOG BOOK ********************/

.page-logbook #page-logo span {
	top: 7px;
	left: 0;
	position: relative;
	background-color: #f4f4f4;
}

#logbook-page-content {
	padding-bottom: 4rem;
}

#logbook-page-content li.seed-detail {
	list-style: none;
}

#logbook-page-content li.seed-detail a {
	color: inherit;
}

#logbook-page-content .seed-detail.brief {
	cursor: pointer;
}

#logbook-page-content .seed-detail.brief:hover {
	opacity: 0.7;
}

#logbook-page-content .seed-detail.brief>* {
	display: none;
}

#logbook-page-content .seed-detail.brief>.detail-footer {
	display: block;
	/* always show the hr line graphics */
}

#logbook-page-content .seed-detail.brief>.sd-header {
	display: flex;
}

#logbook-page-content .seed-detail>.sd-header {
	position: relative;
	padding-left: 85px;
}

.see-more-wrpr .hidden {
	display: none;
}

.see-more-wrpr.showing button.see-more {
	display: none;
}

.see-more-wrpr button.see-more {
	display: inline-block;
	margin-left: 0.3rem;
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	background: none;
	border: none;
}

.see-more-wrpr button.see-more:hover {
	opacity: 0.7;
}

#logbook-page-content .seed-date {
	list-style: none;
	left: 29px;
	top: -102px;
}

#logbook-page-content .seed-detail:not(.first) .seed-date {
	top: -6px;
}

#logbook-page-content .seed-detail {
	background-image: none;
	padding: 0 2rem;
}

#logbook-page-content .seed-detail:not(.first) .overview-card h2 {
	margin-left: 2.5rem;
}

#logbook-page-content .seed-detail:not(.first) .overview-card h3,
#logbook-page-content .seed-detail:not(.first) .overview-card h4 {
	margin-left: 1rem;
}

#logbook-lines {
	height: 209px;
	margin: -45px 40px 10px;
	background-repeat: no-repeat;
	background-size: 100%;
	max-width: 1300px;
}

#logbook-page-content .sd-header .overview-card {
	padding-left: 130px;
}

#logbook-page-content .sd-header .overview-seed .seed-icon {
	display: none;
}

.slideshow-li .caption {
	display: none;
}

#logbook-page-content .slideshow-li .caption {
	display: block;
	margin: 0.3rem auto 0;
	width: 50%;
}

#logbook-page-content .seed-page-content blockquote {
	/* filter: sepia(1) hue-rotate(100deg); */
	margin-left: -60px;
	padding-right: 0;
	margin-right: -30px;
}

#logbook-page-content .seed-page-content blockquote a,
#logbook-page-content .seed-page-content blockquote span {
	color: green;
	/* counter-balance the sepia/hue-rotate filter that is making the bg image greenish */
	/* color: rgb(50, 255, 0);
  font-weight: bold;
  filter: brightness(90%); */
}

.top-anim {
	background-size: contain;
	width: 100px;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	float: right;
	margin-top: -90px;
	margin-right: 10px;
	cursor: pointer;
}


/****************** GROUNDBUILDING ********************/

#groundbuilding-page .gbp-static>div {
	text-align: center;
	max-width: 1300px;
	width: 100%;
}

#groundbuilding-page .gbp-static .gbp-one {
	padding-top: 50px;
}

#groundbuilding-page .gbp-static .gbp-two {
	margin-top: -140px;
}

#groundbuilding-page .gbp-text-1 {
	margin-top: -50px;
	margin-bottom: -50px;
	/* make the button clickable when the div below it is being pushed up to cover the button */
	position: relative;
	z-index: 1;
}

#groundbuilding-page .top-info-date {
	font-size: 1.8rem;
	font-family: Windsor;
	text-transform: uppercase;
}

#groundbuilding-page .top-info-location {
	font-size: 1.8rem;
	font-family: Windsor;
}

#groundbuilding-page button.gb-scroll-to-map {
	color: darkgreen;
	font-size: 1.8rem;
	font-family: Windsor;
	text-transform: uppercase;
	background: none;
	border: none;
	cursor: pointer;
}

#groundbuilding-page .gbp-static .gbp-text-2 {
	width: 70%;
	margin: 0 auto;
	font-family: Windsor;
	font-size: 1.5rem;
}

#groundbuilding-page .gbp-static>div {
	text-align: center;
	max-width: 1300px;
	width: 100%;
	margin-bottom: -1rem;
}

#groundbuilding-page .gbp-three {
	position: relative;
}

#groundbuilding-page .gbp-static .gbp-three img {
	max-width: 100%;
	min-width: 800px;
}

#groundbuilding-page .gbp-three .gbp-directions {
	position: absolute;
	left: 40px;
	top: 140px;
	width: 40%;
	text-align: left;
	font-family: Windsor;
	font-size: 1.4rem;
}

#groundbuilding-page .gbp-three .gbp-directions h3 {
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
}

#groundbuilding-page .gbp-three .gbp-directions p {
	margin-top: 0;
}

#groundbuilding-page .gbp-footer {
	margin-top: 20rem;
}

#groundbuilding-page .gbp-footer p {
	margin-top: 5rem;
	margin-bottom: 3rem;
}

/****************** PSA ********************/

#psa-page {
	margin-bottom: 15rem;
}

#psa-text {
	text-align: center;
	max-width: 710px;
	margin: 2rem auto;
	font-family: Windsor;
}

#psa-text h3 {
	font-size: 1.8rem;
}

#psa-text p {
	font-size: 1.4rem;
}






/****************** LIGHTNINGHOUSE ********************/
.common-page .gbp-static>div,
#sensorysessions-page .gbp-static>div,
#lightninghouse-page .gbp-static>div {
	text-align: center;
	max-width: 1300px;
	width: 100%;
}

.common-page .gbp-static .gbp-one,
#sensorysessions-page .gbp-static .gbp-one,
#lightninghouse-page .gbp-static .gbp-one {
	/* padding-top: 50px;*/
	padding-bottom: 40px;
}

.common-page .gbp-static .gbp-two,
#sensorysessions-page .gbp-static .gbp-two,
#lightninghouse-page .gbp-static .gbp-two {
	margin-top: -140px;
}

.common-page .gbp-text-1,
#sensorysessions-page .gbp-text-1,
#lightninghouse-page .gbp-text-1 {
	margin-top: -50px;
	margin-bottom: -50px;
	/* make the button clickable when the div below it is being pushed up to cover the button */
	position: relative;
	z-index: 1;
}

.common-page .top-info-date,
#sensorysessions-page .top-info-date,
#lightninghouse-page .top-info-date {
	font-size: 1.8rem;
	font-family: Windsor;
	text-transform: uppercase;
}

.common-page .top-info-location,
#sensorysessions-page .top-info-location,
#lightninghouse-page .top-info-location {
	font-size: 1.8rem;
	font-family: Windsor;
}

.common-page button.gb-scroll-to-map,
#sensorysessions-page button.gb-scroll-to-map,
#lightninghouse-page button.gb-scroll-to-map {
	color: darkgreen;
	font-size: 1.8rem;
	font-family: Windsor;
	text-transform: uppercase;
	background: none;
	border: none;
	cursor: pointer;
}

.common-page .gbp-static .gbp-text-2,
#sensorysessions-page .gbp-static .gbp-text-2,
#lightninghouse-page .gbp-static .gbp-text-2 {
	width: 70%;
	margin: 0 auto;
	font-family: Windsor;
	font-size: 1.5rem;

}

.common-page .gbp-static .gbp-text-2 a,
#sensorysessions-page .gbp-static .gbp-text-2 a,
#lightninghouse-page .gbp-static .gbp-text-2 a {
	color: #0f8255;
}

.common-page .gbp-static .gbp-text-2 h2,
#sensorysessions-page .gbp-static .gbp-text-2 h2,
#lightninghouse-page .gbp-static .gbp-text-2 h2 {
	text-transform: uppercase;
	font-size: 1.5rem;
}

.common-page .gbp-static>div,
#sensorysessions-page .gbp-static>div,
#lightninghouse-page .gbp-static>div {
	text-align: center;
	max-width: 1300px;
	width: 100%;
	margin-bottom: -1rem;
}

.common-page .gbp-three,
#sensorysessions-page .gbp-three,
#lightninghouse-page .gbp-three {
	position: relative;
}

#common-page .gbp-static .gbp-three img,
#sensorysessions-page .gbp-static .gbp-three img,
#lightninghouse-page .gbp-static .gbp-three img {
	max-width: 100%;
	min-width: 800px;
}

.common-page .gbp-three .gbp-directions,
#sensorysessions-page .gbp-three .gbp-directions,
#lightninghouse-page .gbp-three .gbp-directions {
	position: absolute;
	left: 40px;
	top: 140px;
	width: 40%;
	text-align: left;
	font-family: Windsor;
	font-size: 1.4rem;
}

.common-page .gbp-three .gbp-directions h3,
#sensorysessions-page .gbp-three .gbp-directions h3,
#lightninghouse-page .gbp-three .gbp-directions h3 {
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
}

.common-page .gbp-three .gbp-directions p,
#sensorysessions-page .gbp-three .gbp-directions p,
#lightninghouse-page .gbp-three .gbp-directions p {
	margin-top: 0;
}

.common-page .gbp-footer,
#sensorysessions-page .gbp-footer,
#lightninghouse-page .gbp-footer {
	margin-top: 20rem;
}

.common-page .gbp-footer p,
#sensorysessions-page .gbp-footer p,
#lightninghouse-page .gbp-footer p {
	margin-top: 5rem;
	margin-bottom: 3rem;
}




/********************** sensory session *****************/

#sensorysessions-page {
	background-image: url(/static/img/sensorysessions-bg.png);
	background-image: url(/static/img/sensorysessions-bg-new.jpg);
	background-position: 50% 200px;
	background-repeat: no-repeat;



}







/****************** OPENINGCELEBRATION ********************/

#openingcelebration-page .gbp-static>div {
	text-align: center;
	max-width: 1300px;
	width: 100%;
}

#openingcelebration-page .gbp-static .gbp-one {
	padding-top: 50px;
}

#openingcelebration-page .gbp-static .events-top {
	margin-top: -140px;
}

#openingcelebration-page .gbp-static .events-bottom {
	margin-top: 0px;
}

#openingcelebration-page .gbp-text-1 {
	margin-top: -50px;
	margin-bottom: -50px;
	/* make the button clickable when the div below it is being pushed up to cover the button */
	position: relative;
	z-index: 1;
}

#openingcelebration-page .top-info-date {
	font-size: 1.8rem;
	font-family: Windsor;
	text-transform: uppercase;
}

#openingcelebration-page .top-info-location {
	font-size: 1.8rem;
	font-family: Windsor;
}

#openingcelebration-page button.gb-scroll-to-map {
	color: darkgreen;
	font-size: 1.8rem;
	font-family: Windsor;
	text-transform: uppercase;
	background: none;
	border: none;
	cursor: pointer;
}

#openingcelebration-page .gbp-static .gbp-text-2 {
	width: 70%;
	margin: 0 auto;
	font-family: Windsor;
	font-size: 1.5rem;
	color: #570c97;
}

#openingcelebration-page .gbp-static .gbp-text-2 h3 {}

#openingcelebration-page .gbp-static .events {
	text-align: left;
}

#openingcelebration-page .gbp-static .events p {
	padding-left: 20px;
	margin-top: -1.5rem;
}


#openingcelebration-page .gbp-static>div {
	text-align: center;
	max-width: 1300px;
	width: 100%;
	margin-bottom: -1rem;
}

#openingcelebration-page .gbp-three {
	position: relative;
}

#openingcelebration-page .gbp-static .gbp-three img {
	max-width: 100%;
	min-width: 800px;
}

#openingcelebration-page .gbp-three .gbp-directions {
	position: absolute;
	left: 40px;
	top: 140px;
	width: 40%;
	text-align: left;
	font-family: Windsor;
	font-size: 1.4rem;
}

#openingcelebration-page .gbp-three .gbp-directions h3 {
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
}

#openingcelebration-page .gbp-three .gbp-directions p {
	margin-top: 0;
}

#openingcelebration-page .gbp-footer {
	margin-top: 20rem;
}

#openingcelebration-page .gbp-footer p {
	margin-top: 5rem;
	margin-bottom: 3rem;
}


































/****************** MOBILE ********************/


@media (max-width: 1200px) {
	section#about-posts {
		width: auto;
	}

	.about-post[data-about-slug="biographies"] {
		margin-left: 0;
		margin-right: 0;
	}
}


@media (max-width: 1000px) {

	#logo img {
		max-width: 100%;
		min-width: 160px;
		width: 20%;

	}

	.events-top {
		margin: 20px auto !important;
	}

	#sensorysessions-page .gbp-static>div,
	#drumcorp-page .gbp-static>div,
	#lightninghouse-page .gbp-static>div,
	#openingcelebration-page .gbp-static>div,
	#groundbuilding-page .gbp-static>div {
		margin: 20px auto;
	}

	#sensorysessions-page .gbp-three .gbp-directions,
	#drumcorp-page .gbp-three .gbp-directions,
	#lightninghouse-page .gbp-three .gbp-directions,
	#openingcelebration-page .gbp-three .gbp-directions,
	#groundbuilding-page .gbp-three .gbp-directions {
		position: relative;
		left: 0px;
		top: 0px;
		width: 80%;
		text-align: left;
		font-family: Windsor;
		font-size: 1.4rem;
		margin: 10px auto;
	}

	#sensorysessions-page .gbp-static .gbp-three img,
	#drumcorp-page .gbp-static .gbp-three img,
	#lightninghouse-page .gbp-static .gbp-three img,
	#openingcelebration-page .gbp-static .gbp-three img,
	#groundbuilding-page .gbp-static .gbp-three img {
		min-width: 200px;
	}

	.gbp-one img,
	.gbp-two img,
	.gbp-three img,
	.events-top img,
	.events-bottom img,

	#main-img img {
		max-width: 100%;
	}

	#about>section {
		width: auto;
		padding: 0 1rem;
	}

	#about-leaf {
		left: 50%;
	}

	#about-page-content blockquote {
		display: block;
	}

	#about-page-content blockquote>p {
		width: auto;
	}

	.about-post[data-about-slug="biographies"] .about-content {
		columns: 2;
	}

	.about-post[data-about-slug="among-others"] blockquote {
		/* hack: shift this over a little bit since the left column happens to have wider text */
		margin-left: 2rem;
		margin-right: -2rem;
	}

	section#about-posts .about-post hr,
	section#about-posts hr.dash-dash,
	hr.hr-line,
	hr.dash-space,
	hr.dash-dash {
		width: auto !important;
		margin-left: 0 !important;
		background-size: 200%;
	}

	#team-content {
		display: block;
		margin: 0;
		text-align: center;
	}

	#team-content .col {
		width: auto !important;
		padding: 0;
	}

	/* designed for the biographies graphic // may end up messing up other things ... */
	.about-content img {
		max-width: 100%;
		height: auto;
	}

	.program {
		max-width: 100%;
		margin: 0 1rem 10rem;
	}

	.program-image {
		width: 100%;
		float: none;
		max-width: none;
		margin-bottom: 1rem;
		margin-left: 0;
	}

	.program-note {
		position: static;
		width: 100%;
		margin-top: 0;
	}

	.program-content {
		float: none;
		max-width: none;
		margin-left: 0;
	}

	.program button.up-top {
		bottom: -120px;
	}

	#wander-intro {
		width: auto;
		margin: 2rem 1rem 5rem;
	}

	.seed-page-content {
		margin: 4rem 2rem;
	}

	.seed-page-content blockquote {
		margin-left: -2rem;
		padding-right: 0;
	}
}



@media (max-width: 700px) {
	#mailing-list {
		left: 10vw;
		top: 30vh;
		width: 80vw;
	}

	#main-img img {
		max-width: 100%;
		min-width: auto;
		max-height: none;
		min-height: auto;
	}

	#igf-main {
		height: 500px;
	}

	.about-post[data-about-slug="biographies"] .about-content {
		columns: 1;
	}

	.about-post[data-about-slug="among-others"] blockquote {
		column-count: 1;
		margin-left: 0;
		margin-right: 0;
	}

	.about-post[data-about-slug="biographies"] {
		background-position: center 100px;
	}

	/* WANDER */
	.sd-header {
		flex-direction: column;
		margin: 0 -1rem;
	}

	.overview-seed {
		margin-bottom: 1rem;
	}

	.sd-header .overview-card {
		width: 100%;
		margin: 0;
	}

	/* #logbook-page .seed-date, */
	#wander-map-page-wrpr .seed-date,
	#wander .seed-date {
		left: auto;
		top: -100%;
		right: 0;
	}

	.overview-people {
		width: 100%;
		margin: 1rem 0;
	}

	.seed-page-content {
		margin: 4rem 0rem;
	}

	#logbook-page-content .seed-page-content blockquote,
	.seed-page-content blockquote {
		margin-left: -1rem;
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
	}

	.arrow {
		position: static;
		width: 54.5px;
		height: 42.5px;
	}

	.arrow.arrow-right {
		float: right;
	}

	.slideshow li {
		height: 350px;
		max-height: 40vh;
		min-height: 280px;
		max-width: 100%;
	}
}

.new-slideshow {
	max-width: 554px;
	margin: 10px auto;
	width: 100%;
}