/*
Theme Name: Forgotten Illinois
Author: Ben Ostermeier
Description: Forgotten Illinois website theme built using Bootstrap
Version: 0.0.1
Tags: bootstrap
*/
.col-sm-12 {
	padding:0
}
img, video {
    height: auto;
    max-width: 100%;
}
hr {
    border-top: 1px solid rgba(0, 0, 0, 0.45);
}
body {
	font-family: 'Noto Sans', sans-serif;
	background-color:#fafdfa;
	color:black
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}
.site-title-container a:hover {
	text-decoration:none
}
a h3:hover {
	text-decoration:none;
	color: #0064c2
}
a.no-underline:hover {
	text-decoration:none
}
#site-title {
    font-size:4rem;
    color: black;
	text-align:center;
	padding-top: 2.5rem;
	margin-bottom: 0;
    margin-top: .5rem
}
.container {
	max-width:95%
}
#ihc {
	font-family: museo-sans, Helvetica, sans-serif;
	color:white;
	font-weight: 900;
	font-size: 12px;
	background: #D64F54;
	padding: 6px 20px 4px;
}
.blog-post {
	padding:1rem
}
.blurb {
	color:white;
    text-align: center;
    font-size: 18px;
    background:#003669;
	padding: 5rem 12rem;
}
.blurb h2 {
	color:white;
	font-size: 22px;
    font-weight: bold;
	margin-bottom:1rem
}
.blurb a {
	color:white;
	text-decoration:underline;
	margin-top:1rem
}
.blurb a:hover, .blurb a:focus {
	color:white;
}
.project-institution {
    font-size: 13px
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Libre Baskerville', serif;
}
.container-fluid > .row > .col-sm-12 > .row {
	margin-left:0;
	margin-right:0
}
h3 {
	font-size: 27px;
    font-weight: bold;
}
.center-text {
	text-align:center
}
.featured-projects-blurb {
	padding-top: 4rem;
    padding-bottom: 1rem
}
.featured-projects-blurb > h3 {
	font-size:3rem
}
.photos-blurb {
	padding-top: 1.5rem;
    padding-bottom: 1rem
}
.photos-blurb > h3 {
	font-size:2.5rem;
	font-weight:normal
}
.featured-projects h2 {
	font-size:1.25rem;
	font-weight:bold
}
.featured-projects h3 {
	font-size:1rem;
	font-weight:normal
}
.featured-project {
	margin-left:1rem!important;
	margin-right:1rem!important;
	margin-bottom:2rem
}
.featured-project h2 {
	font-weight: bold;
}
.featured-project a:hover {
	text-decoration:none;
}
.featured-project h2:hover {
	color: #0064c2
}
.featured-project-text {
	margin-bottom:1rem
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bottom-image {
	position: absolute;
	bottom: 0;
	left: 0;
}
.projects {
	margin-bottom:4rem;
	max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.project {
	padding:1rem;
	display: flex;
    align-items: center;
    flex-wrap: wrap
}
.project-border-right:before {
	content: "";
    display: block;
    margin: 0 auto;
    height: 90%;
    border-right: 1px solid grey;
    position: absolute;
    right: 0;
}
.project-border-left:before {
	content: "";
    display: block;
    margin: 0 auto;
    height: 90%;
    border-right: 1px solid grey;
    position: absolute;
    left: 0;
}
.project-border-bottom:after {
	content: "";
    display: block; 
    margin:1rem auto; 
    width: 90%; 
    border-bottom: 1px solid grey; 
}
.project-border-top:before {
	content: ""; 
    display: block;
    margin: 0 auto;
    width: 90%;
    border-top: 1px solid grey;
}
.project h2 {
	font-weight:bold;
	font-size: 21px
}
.project h3 {
	font-weight:normal;
	font-size: 17px;
}
.carousel-caption h2, .carousel-caption h3, .carousel-caption h4 {
	color:white
}
.carousel-caption h3 {
	font-size:40px
}
.carousel-caption a {
	color:white
}
.carousel-inner {
	background:black
}
.carousel-item img {
	opacity:.6
}
footer {
	background-color:#003669;
	padding:1rem;
	margin-top:2rem
}
.disclaimer {
	font-size:12px;
	color:white
}
.social-media {
	margin-top:1rem
}
.social-media .col-sm-6, .social-media .col-sm-4 {
	text-align:center
}
.social-media a {
	color:white;
}
.page-title {
	text-align: center;
    margin-top: 3rem;
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 0;
}
.gallery img {
	border:none!important
}
.gallery .row {
	margin-bottom:1rem
}
.in-text-right {
	float:right;
	margin-left:.25rem;
	max-width: 40%;
}
.in-text-left {
	float:left;
	margin-right:.25rem;
	max-width: 40%;
}
.essay p, .essay li {
	font-family: 'Libre Baskerville', serif;
	font-size:1.15rem
}
.map {
	background-image: url('https://iris.siue.edu/forgotten-illinois/wp-content/themes/forgotten-illinois/img/Map.jpg');
	width:auto;
	height:1080px;
	box-shadow: 0 0 8px 8px #fafdfa inset;
	background-size: cover;
}
.project-slider {
	margin: 100px auto;
}
.slider {
	width: 90%;
	margin: auto;
}
.slider img {
	max-height:300px
}
.slick-slide {
  margin: 0px 20px;
}
.featured-project-background {
	margin-right: 15px;
    margin-left: 15px;
    background: black
}
.featured-project-background img {
	opacity:.6
}
.overlay {
	display:flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.slider a:hover .overlay, .non-slider-photos a:hover .overlay, .one-photo-overlay a:hover .overlay {
  height: 25%
}

.text {
	color: white;
    font-size: 12px;
    opacity: 1;
    padding: 0 1rem;
    margin-top: auto;
    margin-bottom: auto;
}
.one-photo-overlay .text {
	font-size:18px
}
.slider a {
  position: relative;
  display: inline-block;
}
.nav {
	background-color:#003669
}
.menu-item {
	margin-top: 5px;
    margin-bottom: 5px;
	border-top: 2px solid #003669;
    border-bottom: 2px solid #003669;
	font-size: 14px;
	font-family: 'Libre Baskerville', serif;
	color:white
}
.nav-item a {
    color: white;
	position: relative;
    padding: 1rem;
    font-weight: 500;
	display:block
}
.nav-item a:hover {
	text-decoration:none
}
.menu-item:hover, .current_page_item {
	border-top: 2px solid white;
    border-bottom: 2px solid white;
}
.line {
	margin-top: 3rem;
    margin-bottom: 2rem;
}
.card {
	background-color: white;
	border: 1px solid rgba(0,0,0,0.225);
	border-radius:0
}
.card:hover, .essay-blurb:hover {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.essay-blurb {
	border: 1px solid rgba(0,0,0,0.225);
	background-color: white;
	padding: 1rem;
	width:100%;
	height: 100%;
}
.alignright {
	float:right;
	margin-left:1rem;
	max-width: 500px
}
.alignleft {
	float:left;
	margin-right:1rem;
	max-width: 500px
}
.read-more {
	position:absolute;
	bottom:0
}
.byline {
	text-align:center;
	margin-top: .25rem;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:300
}
.location-parent {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Noto Sans KR', sans-serif;
}
.location-child {
	display:inline-block
}
.line-head {
	margin-top:1.5rem;
	margin-bottom:2rem
}
.featured-projects a:hover {
	text-decoration:none;
}
.featured-projects h2:hover {
	color:#0064c2
}
.non-slider-photos {
	display:flex;
	justify-content:center
}
.non-slider-photo-parent {
    height: 100%;
	margin: 0px 20px
}
.non-slider-photo {
	width: 100%; 
	display: inline-block;
	max-height: 300px;
}
.non-slider-photo img {
	max-height: 300px;
	width:auto;
}
.non-slider-photos a, .one-photo-overlay a {
	position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}
.schedule {
	text-align:center;
	margin-bottom:1rem
}
.modal-content {
	background:none;
	border:none
}
.modal-footer {
	border-top:none
}
.modal-open .modal {
	overflow-y:hidden
}
.modal-backdrop.show {
	opacity:.7
}
.modal-footer {
	justify-content:center;
	display:block
}
.modal-footer a {
	color:white;
	text-decoration:underline
}
.gallery-arrow {
	text-shadow: 2px 2px 5px #545454
}
.vertical-center {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.underline {
	text-decoration:underline
}
.video-main-page {
	text-align:center;
}
.video-main-page h2 {
	font-weight:bold
}
.video-main-page h3 {
	font-weight:normal
}
.video-main-page {
	margin-left:15px;
	margin-right:15px
}
@media (max-width: 768px) {
	.blurb {
		padding:4rem 3rem
	}
}
.pdfobject-container {
	height:15rem
}
.pdf-2-column .pdfobject-container {
	height:20rem
}
.pdf-3-column .pdfobject-container {
	height:10rem
}
.pdf-8-column .pdfobject-container {
	height:30rem
}
.pdf-slideshow .pdfobject-container {
    height: 6rem;
}
@media (min-width:940px){
	.pdfobject-container {
		height: 60rem
	}
	.pdf-2-column .pdfobject-container {
		height:25rem
	}
	.pdf-3-column .pdfobject-container {
		height:14rem
	}
	.pdf-slideshow .pdfobject-container {
		height: 8rem
	}
}
@media (min-width:1080px){
	.pdfobject-container {
		height: 70rem
	}
	.pdf-2-column .pdfobject-container {
		height:30rem
	}
	.pdf-3-column .pdfobject-container {
		height:18rem
	}
	.pdf-8-column .pdfobject-container {
		height:34rem
	}
	.pdf-slideshow .pdfobject-container {
		height: 9rem
	}
}
@media (min-width:1160px){
	.pdf-2-column .pdfobject-container {
		height:35rem
	}
	.pdf-3-column .pdfobject-container {
		height:22rem
	}
	.pdf-8-column .pdfobject-container {
		height:36rem
	}
	.pdf-slideshow .pdfobject-container {
		height: 12rem
	}
}
@media (min-width:1610px){
	.pdf-2-column .pdfobject-container {
		height:38rem
	}
	.pdf-3-column .pdfobject-container {
		height:30rem
	}
	.pdf-8-column .pdfobject-container {
		height:38rem
	}
	.pdf-slideshow .pdfobject-container {
		height: 16rem;
	}
}
.container .pdf {
	max-width: 60rem;
}
.project-links {
	text-align:center
}
.btn-primary {
	background-color:#003669;
	border-color:#003669;
	border-radius:0
}
.btn-primary:hover {
	background-color:#011c35;
	border-color:#011c35;
	cursor:pointer
}
.btn-link:hover {
	text-decoration:none
}
.info {
    padding: 6px 15px;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
	height:100%;
	width:100%
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}
.leaflet-right .leaflet-control, .leaflet-top .leaflet-control {
	margin:0;
}
.leaflet-top {
	height:100%;
	width:30%
}
#legend-title {
	font-size: 1.25rem;
    font-weight: bold;
	text-align: center;
	margin-top:1rem
}
#legend-title a {
	color:#333
}
#legend-title a:hover {
	color:#0064c2;
	text-decoration:none
}
#legend-description {
    font-family: 'Libre Baskerville', serif;
    font-size: .8rem
}
#legend-read-more {
	text-align: center;
    margin-top: 1rem;
    font-size: 1rem
}
#legend-read-more a {
	color:#0064c2
}
#legend-person {
	margin-bottom: .7rem;
    font-size: 1rem;
}
#legend-img {
	margin-bottom:1rem
}
.leaflet-control-zoom {
	margin-top:10px !important;
	margin-right:10px !important;
}
.full {
	padding:0
}
a.essay-link:hover, a.essay-link:focus {
	text-decoration:none
}
.entry-title {
	font-weight:bold
}
a.essay-link:hover .entry-title {
	color:#0064c2
}
a.essay-link .excerpt {
	color:#333
}
a.essay-link:hover .excerpt {
	color:#333
}
.essay-full-image {
	width:40%
}
figcaption {
    margin-top: .25rem;
}
.essay-image-tall {
	max-width:335px
}
.video, .video img {
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
}
.video:hover img {
	-webkit-filter: brightness(75%);
	filter: brightness(75%);
}
.play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("https://forgotten-illinois.org/wp-content/themes/forgotten-illinois/img/play.webp") no-repeat;
}