@font-face {
    font-family: 'Sofia Sans Extra Condensed';
    src: url('../../includes/fonts/SofiaSansExtraCondensed/SofiaSansExtraCondensed-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../includes/fonts/Montserrat/Montserrat-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Montserrat-Extra-Light';
    src: url('../../includes/fonts/Montserrat/static/Montserrat-ExtraLight.ttf');
}

@font-face {
    font-family: 'Garamond';
    src: url('../../includes/fonts/EBGaramond/EBGaramond-VariableFont_wght.ttf');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

html, body, div, span, p, a, em, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	background-color: white;
}


.mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,1);
    z-index: 1;
	position: fixed;
	left: 0;
	top: 0;

}
.loader {
	font-size: 1.5rem;
	color: #0067cc;
	position: absolute;
    top: 35vh;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	/*animation: pulse infinite ease-in-out 1s;
	-webkit-animation: pulse infinite ease-in-out 1s;*/
}

.load_p {
	    color: #0067cc;
    text-align: center;
    margin-top: 20px;
	 font-weight: bold;
	 font-family: 'proxiima-nova', sans-serif;
	 text-shadow: none;
}

.fa-circle-notch {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



navbar {
    width: 100%;
	height: 50px;
     display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0 10px;
    position: fixed;
	top: 0px;
    z-index: 3000;
	opacity: 0;
    /*background-color: rgba(24,40,19,.7);*/
	background-color: #0d746f;
}

@media only screen and (max-width: 1000px) {
	navbar {
		top: 0;
	}
}

navbar textbranding {
	display: none;
}

@media only screen and (max-width: 1000px) {
	navbar textbranding {
		display: block;
		font-family: 'Garamond';
		color: white;
		font-size: 1.1rem;
	}
}

navbar leftalign, navbar rightalign {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
@media only screen and (max-width: 1000px) {
	navbar leftalign {
		justify-content: flex-start;
	}
}
navbar rightalign {
	margin-right: 10px;
	
}

@media only screen and (max-width: 1000px) {
	navbar rightalign {
		margin-right: 10px;
	}
	
	#nav-home {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 1100px) {
	#nav-home {
		padding-left: 10px;
	}
}

.nav-park {
	/*background-color: #0d746f;*/
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	cursor: pointer;
}

.nav-link {
	color: white;
}

.nav-link:hover {
	color: #fcb12c;
}

.nav-link.clicked {
	color: #fcb12c;
}

.pg-post-gazette {
	color: white ;
	font-size: 2rem;
    /*margin-right: 30px;*/
	background-color: transparent;
	cursor: pointer;
}

@media only screen and (max-width: 800px) {
	.pg-post-gazette {
		margin-right: -20px;
	}
}

.screen {
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: white ;
	z-index: 3;
	overflow: hidden;
	/*background: url('../img/gray-blur.png') left top no-repeat;*/
	/*background-size: cover;*/
}

.byline, .date {
	font-size: 1rem;
    /* text-align: center; */
    text-transform: uppercase;
    letter-spacing: .08rem;
    text-shadow: none;
    font-family: 'Sofia Sans';
    font-weight: 400;
    margin-top: 0px;
    width: 100%;
	text-align: center;
	color: #3e3e3f;
	margin-top: 10px;
}

@media only screen and (max-width: 500px) {
	.byline {
		margin-left: 0;
		font-size: .9rem;
	}
}

b {
  font-weight: 800;
}

.pub-date {
  font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .08rem;
	text-shadow: none;
	font-family: 'Martel', serif;
  font-weight: 200;
	margin-top: 0px;
	margin-bottom: 60px;
}

/*------------CREDITS ------------------------------------------------------*/

/* AD STYLES----------------------------------------*/

.ad-wrapper {
	width: 100%; height: auto; position: relative; z-index:9; display:inline-block;background-color: white;
	z-index: 98;
}

.leader-ad {
    width: 728px;
    height: auto;
    display: block;
    margin: 10px auto 0 auto;
		padding-bottom: 10px;
		position:relative;
		z-index:99;
}

.box-ad {
	display: none;

}

.ad-preview {
    text-align: center;
    font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
    font-size: 11px;
    margin-bottom: 0;
    text-transform: uppercase;
}

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

		.leader-ad {
				display: none;
		}

		.box-ad {
				width: 300px;
				height: auto;
				display: block;
				margin: 5px auto 0 auto;
				padding-bottom: 10px;
		}
	}

/*--------------------------------------------------------*/
.mobile {
	display: none !important;
}

.desktop {
  display: block;
}

@media only screen and (max-width:1000px) {
	.mobile {
		display: block !important;
	}
	
	.desktop {
		display: none !important;
	}
}


.height-auto {
	height: auto;
}

.social_link {
	/*color: #e5e3db;*/
	color: white;
	font-size: 1.5rem;
	position: absolute;
	top: 10px;
	left: 20px;
	/*left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);*/
}

.width-100 {
	width: 100%;
}

.spacer {
	width: 100%;
	height: 20px;
	background-color: transparent;
}

.spacer-10 {
	width: 100%;
	height: 10px;
}

footer {
 width: 100%;
	height: auto;
     display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 10px;
    position: relative;
	font-family: 'Montserrat';
	color: black;
	z-index: 5;
	font-size: .9rem;
	margin-bottom: 30px;
}

@media only screen and (max-width:1000px) {
	footer {
		justify-content: flex-start;
		justify-content: flex-start;
		align-content: flex-start;
		margin-left: 20px;
		padding-left: 0;
	}
}

.hole-story-container p, .hole-story-container ul li {
	font-family: 'Montserrat';
	margin-bottom: 15px;
	color: #515254;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 140%;
  font-style: normal;
}

@media only screen and (max-width:500px) {
	.hole-story-container p, .hole-story-container ul li {
		font-size: 1rem;
	}
}

.hole-story-container ul {
	margin-left: 40px;
}

.white-bg {
	background-color: white;
}

.width-80 {
	width: 80vw;
	display: block;
	margin: 0 auto;
	clear: both;
}

.width-90 {
	width: 90%;
	margin-left: 5%;
}

@media only screen and (max-width: 1100px) {
	
	.width-90 {
		width: 98%;
		margin-left: 1%;
	}
	
	.storyfeed {
		width: 80vw;
	}
	
}

@media only screen and (max-width: 800px) {
	.storyfeed, .width-80, .width-90 {
		margin-left: 0;
		width: 94%;
		margin-left: 3%;
		
	}
}

@media only screen and (max-width: 500px) {
	.storyfeed {
		margin-left: 0;
		width: 100%;
		margin-left: 0px;
		margin-right: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.caption {
	color: #000;
	font-weight: 400;
	margin-bottom: 20px;
	font-family: 'Montserrat';
	font-size: .9rem;
	margin-top: 10px;
	text-align: center;
	line-height: 140%;
	padding: 0 10px;
}

@media only screen and (max-width: 500px) {
	.caption {
		font-size: 1rem;
	}
}

@media (orientation: landscape) {
	.landscape {
		display: block;
	}
	.portrait {
		display: none;
	}
	
	
}


@media (orientation: portrait) {
	.landscape {
		display: none;
	}
	.portrait {
		display: block;
	}
	
	
}


.bold {
	font-weight: 600 !important;
}

.float-left {
	float: left;
	padding: 20px 20px 20px 0;
	max-width: 300px;
}

@media only screen and (max-width: 800px) {
	.float-left {
		float: none;
		padding: 0;
		width: 100%;
	}
	
}

a.navlink {
	color: white;
}


.italic, em {
	font-style: italic;
}

.align-right {
	text-align: right;
}

@media only screen and (max-width: 500px) {
	.align-right {
		text-align: center;
	}
}

.align-center {
	text-align: center;
}

.chatter-wrapper {
	width: 70%;
	height: auto;
	/*display: flex;
	justify-content: center;
	align-items: flex-start;*/
	position: absolute;
	top: 4%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.chatter-wrapper .chatter .line1 {
		font-family: "Sofia Sans Extra Condensed", sans-serif;
		text-transform: uppercase;
		color: #e0b03e;
		font-weight: 800;
		font-size: 12rem;
		text-align: center;
		width: 100%;
	}
	
.chatter-wrapper .chatter .line2 {
	font-family: "Sofia Sans Extra Condensed", sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	font-size: 4.5rem;
	text-align: center;
	width: 100%;
	margin-top: -30px;
	letter-spacing: .4rem;
}

@media only screen and (max-width: 1500px) {
	.chatter-wrapper {
		width: 80%;
	}
}

	.chatter-wrapper img {
		width: 170px;
		margin: 0 auto;
		display: block;
		
	}
	
	.chatter-wrapper .chatter {
		font-family: "Sofia Sans Extra Condensed", sans-serif;
		text-transform: uppercase;
		color: #FFB51D;
		font-weight: 600;
		font-size: 12rem;
		text-align: center;
		width: 100%;
		text-shadow: 5px 5px 8px rgba(0,0,0,.7);
	}
	
	.chatter-wrapper.center {
		align-items: center !important;
	}

@media only screen and (max-width: 1000px) {
	.chatter-wrapper {
		flex-direction: column;
		align-items: center !important;
		justify-content: center !important;
		width: 98%;
	}
	
	.chatter {
		text-align: center;
	}
}

@media only screen and (max-width: 500px) {
	.chatter-wrapper {
		top: 20px;
	}
	
	.chatter-wrapper .chatter {
		padding-top: 35vh;
	}
}

@media only screen and (max-width: 480px) {
	
	.chatter {
		font-size: 1.8rem !important;
	}
}

.fa-angle-down {
	color: #e0b03e;
	font-size: 4rem;
	font-weight: 400;
	position: absolute;
	top: 90%;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	
}	

#screen2 {
	/*margin-top: -40vh;*/
	background-image: url('../img/blurredbackground_Exposition_Park_Pittsburgh_1903.jpg');
	background-size: cover;
	
}

@media only screen and (max-width: 1900px) {
	#screen2 {
		margin-top: 0;
	}
}
	
.social-wrapper {
	width: auto;
	position: absolute;
	top: 20px;
	right: 20px;
	/*transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);*/
	/*text-align: center;
	width: 100%;*/
}

.social-wrapper a:link {
	color: #3e3e3f;
	font-size: 2rem;
}

/*.fa-brands, .fa-facebook-f {*/
.fa-x-twitter {
	padding-left: 20px;
	
}

.fa-brands, .fa-facebook-f, .social {
	color: white;
	font-size: 1.5rem;
}

.space-before {
	padding-left: 20px;
}

@media only screen and (max-width:1000px) {
	.space-before {
		padding-left: 0;
	}
}

.header {
	font-family: "Cormorant Infant", serif;
    font-size: 5rem;
    font-weight: 800;
    text-align: center;
    color: #686664;
    margin-bottom: 20px;
	text-transform: uppercase;
	
}

@media only screen and (max-width: 500px) {
	.header {
		font-size: 3rem;
		line-height: 110%;
	}
}

.subhead {
	font-family: "Montserrat-Extra-Light", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
   text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #686664;
    width: 50%;
    margin-left: 25%;
	letter-spacing: -.1rem;
}

@media only screen and (max-width: 1100px) {
	.subhead {
		font-size: 2.5rem;
		width: 80%;
		margin-left: 10%;
	}
}

@media only screen and (max-width: 500px) {
	.subhead {
		font-size: 1.5rem;
		width: 80%;
		margin-left: 10%;
	}
}

.dropcap {
	float: left;
    font-size: 100px;
    line-height: 90px;
    margin-top: 10px;
    padding-right: 8px;
    padding-bottom: 10px;
    font-weight: 700;
	font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 8rem;
    color: #fcb12c; /*#a6a6a5;*/
}

.grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	
}

@media only screen and (max-width: 1000px) {
	.grid-container {
		grid-template-rows: repeat(1fr);
		grid-template-columns: 1fr;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 0;
		width: 80vw;
	}
}

@media only screen and (max-width: 800px) {
	.grid-container {
		width: 94%;
	}
}

@media only screen and (max-width: 500px) {
	.grid-container {
		width: 100%;
	}
}

.grid-item img { 
	width: 100%;
	padding: 5px;
}

.implode-container {
	display: grid;
	/*grid-template-columns: repeat(4, 1fr);*/
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 15em), 1fr));
	/*grid-template-rows: 1fr;*/
	grid-column-gap: 10px;
	grid-row-gap: 0px;
	/*height: 58vh;
	width: 94%;
	margin-left: 2%;*/
	
}

@media only screen and (max-width: 1300px) {
	.implode-container {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.implode-container img {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 1100px) {
	.implode-container {
		grid-template-columns: 1fr;
	}
	
	.implode-container img {
		margin-bottom: 20px;
	}
}


/*@media only screen and (max-width: 500px) {
	.implode-container {
		grid-template-columns: repeat(1fr);
	}
	
	.implode-container img {
		margin-bottom: 20px;
	}
}*/

.box-right {
	width: 20vw;
	padding: 10px;
	float: right;
	margin-right: -70%;
}

.square {
	height: 10px;
	width: 10px;
	display: block;
	margin: 30px auto;
	background-color: #515254;
}


.margin-top-0 {
	margin-top: 0 !important;
}

.enlarge {
	cursor: pointer;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	overflow-x: hidden;
	z-index: 30001;
	width: 100%;
	background-color: rgba(0,0,0,.9);
	height: 100%;
	display: none;
}

	.popup img {
		
  height: auto;
  width: 96vw;
  margin-top: 20px;
  position: relative;
  /*left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);*/
  display: block;
  margin: 20px auto;
  z-index: 30002;
  
  
	}
	
	@media only screen and (max-width: 500px) {
		.popup img {
			width: 90%;
			height: auto;
			margin-top: 50px;
		}
	}
	
	.popup .caption {
		position: relative;
  width: 90%;
  text-align: center;
  left: 0;
  margin-left: 5%;
 
  color: white;
		
	}

@media only screen and (max-width: 1100px) {
	.popup {
		width: 100%;
		left: 0;
		top: 0;
		height: 100%;
	}
}

.mask {
	width: 100%;
	height: 100%;
	background-color: black;
    opacity: .8;
    z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}

.text-shadow {
	text-shadow: 2px 2px 4px rgba(0,0,0,1);
}

.white {
	color: white !important;
}

.attached-story {
	width: 100%;
	border-radius: 8px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border: 1px solid gray;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.attached-story:hover {
	opacity: .7;
}

	.attached-thumbnail {
		margin-bottom: -4px;
	}
	.attached-content {
		padding-left: 20px;
		font-family: "Barlow", sans-serif;
		font-weight: 600;
		font-size: 1.1rem;
	}

.thumb {
	width: 150px;
	height: auto;
}

.black {
	color: black !important;
}

.bar-container {
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	/*height: 58vh;*/
	width: 100%;
	/*margin-left: 2%;*/
	/*border-top: 1px solid #adabae;
	border-bottom: 1px solid #adabae;*/
}

.bar {
	position: relative;
	/*width: calc(100% / 9);
	margin-left: -calc(100% / 9);
	background-color: orange;*/
	height: 100%;
	margin-left: 0;
	cursor: pointer;
	/*background-color: #006d5e;*/
	padding-bottom: 30px;
	/*background-color: #ccc9ca;*/
	/*background: url('../img/panel.png') center center;*/
	/*border-right: 1px solid #adabae;*/
}

.panel-text {
	position: absolute;
	left: 50%;
	top: 20%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

@media only screen and (max-width:1400px) {
	.panel-text {
		top: 20px;
	}
}

@media only screen and (max-width:1100px) {
	.panel-text {
		top: 0;
	}
}

.bg-green {
	background-color: #006d5e;
}

.bar:hover {
	opacity: .7;
}

.name, .location {
	color: white;
	font-family: 'Sofia Sans Extra Condensed', sans-serif;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
	margin-top: 20px;
	
}

@media only screen and (max-width:1100px) {
	.name, .location {
		font-size: 1.5rem;
	}
}

.location {
	color: #fcb12c;
	
}

.slide-top-img {
	width: 100%;
	position: relative;
	height: auto;
}

.park {
	clear: both;
}

.park-name {
	font-family: 'Montserrat';
	font-size: 2.5rem;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	font-weight: 600;
	margin-bottom: 10px;
    margin-top: 20px;
}

.hole-story-container {
	width: 50%;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width:1100px) {
	.hole-story-container {
		width: 80%;
		
	}
}

@media only screen and (max-width: 800px) {
	.hole-story-container {
		width: 90%;
		margin: 0 auto;
		
	}
}

.hole-story-container .story-headline {
	font-family: 'Montserrat';
	color: #65665C; /*#838377;*/
	font-size: 2.5rem;
	font-weight: 800;
	margin-bottom: 20px;
	line-height: 120%;
}

.story-image-container {
	width: 100%;
	padding: 0px 20px 20px 0;
}

@media only screen and (max-width:800px) {
	.story-image-container {
		width: 90%;
		float: none;
		padding: 20px;
		margin-left: 5%;
	}
	
}

.story-image-container img {
	width: 33%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

@media only screen and (max-width:800px) {
	.story-image-container img {
		width: 100%;
		
	}
	
}

.close {
	position: fixed;
    right: 30px;
    top: 20px;
    font-size: 4rem;
    color: lightgray;
	cursor: pointer;
	z-index: 300006;
}

.close:hover {
	opacity: .7;
}

.mask {
	width: 100%;
	height: 100%;
	background-color: black;
    opacity: .8;
    z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}

.enlarge {
	cursor: pointer;
}

.rect.active {
	background-color: white;
	
}

.rect.active .num, .rect.active .name {
	color: #0B6BB9;
}

.slide-holder {
	position: relative;
}

.story-image-float-container {
	float: right;
	width: 33%;
	margin: 20px;
}

.story-image-float-left-container {
	float: left;
	width: 33%;
	margin: 20px;
}

@media only screen and (max-width: 1000px) {
	.story-image-float-container, .story-image-float-left-container {
		float: none;
		width: 90%;
		margin-left: 5%;
	}
}

.story-image-float-container img {
	width: 100%;
	margin-left: 0;
}

.kicker-container {
	display: flex;
  justify-content: center;
  align-items: center;
}
.kicker {
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.5rem;
    color: #fcb12c;
    letter-spacing: .3rem;
   /*text-align: center;*/
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 2px solid darkgray;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	
}

@media only screen and (max-width: 500px) {
	.kicker {
		font-size: 1.5rem;
		width: 90%;
		margin-left: 5%;
		text-align: center;
	}
}

hr {
	width: 25%;
	background-color: white;
	margin-left: 35%;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;	
}


.slide-img {
		padding-left: 10px;
		padding-right: 10px;
		width: 98%;
		
	}

 .fa-angle-left, .fa-angle-right, .angle {
	font-size: 7rem;
    color: gray; 
    position: absolute;
    top: 30%;
    cursor: pointer;
    z-index: 3;
	font-weight: 300;
 }
 
 .fas.fa-caret-circle-right, .fas.fa-caret-circle-left {
	 color: black;
	 font-size: 6rem;
	 position: absolute;
    top: 32%;
	cursor: pointer;
    z-index: 3;
	cursor: pointer;
 }
 .fa-angle-left, .fas.fa-caret-circle-left, .angle-left {
	 left: 0px;
 }

  .fa-angle-right, .fas.fa-caret-circle-right, .angle-right {
	 right: 0px;
	
 }
 
  @media only screen and (max-width: 1900px) {
	 .fa-angle-left {
		 left: 0px;
	 }

	  .fa-angle-right {
		 right: 20px;
		
	 } 
 }
 
  @media only screen and (max-width: 900px) {
	
	 .fas.fa-caret-circle-left, .fas.fa-caret-circle-right {
		 font-size: 2.5rem;
	 }
 }
 
 
 @media only screen and (max-width: 500px) {
	 .fa-angle-left {
		 left: -20px;
	 }

	  .fa-angle-right {
		 right: -20px;
		
	 } 
	
 }


.img-center {
	display: block;
	margin: 20px auto 30px auto;
	width: 28vw;
}

@media only screen and (max-width:1100px) {
	.img-center {
		width: 60%;
	}
}

@media only screen and (max-width: 500px) {
	.img-center {
		width: 90vw;
	}
}

table {
	width: 100%;
}

tbody, tfoot, thead {
    border: 0 none;
   
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #F8F8F8;
}

table th {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: .9rem;
}

table tr td {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: .9rem;
	vertical-align: top;
}

@media only screen and (max-width: 500px) {
	table tr td {
		vertical-align: middle;
	}
}

table tr td img {
	max-width: 200px;
}

.smaller {
	font-size: .9rem !important;
}

.ss-container {
	width: 50%; display: block; margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
	
	.ss-container {
		width: 80%;
		margin-left: 10%;
	}
}

@media only screen and (max-width: 1000px) {
	
	.ss-container {
		width: 90%;
		margin-left: 5%;
	}
}

.table-container {
	overflow-x:auto;
}

.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 250px;
  height: 250px;
}

.subhead2 {
	font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    color: #686664;
    text-transform: uppercase;
	margin-bottom: 20px;
}

a.anchor {
    display: block;
    position: relative;
    top: -40px;
    visibility: hidden;
}

.fa-bars {
  cursor: pointer;
 
}

.fa-bars:hover {
  opacity: .5;
}

.hamburger {
  cursor: pointer;
 font-size: 1.7rem;
  color: white;
  margin-left: 10px;
}

.dropdownL {
  position: fixed;
  top: 50px;
  left: 0%;
  list-style-type: none !important;
  z-index:999;
  margin-left: 0;
  height: auto;
  /*background-color: rgba(0,0,0,.9);*/
  display:none;
  max-height: 60vh;
  overflow-y: scroll;
 
}

  .dropdownL li  {
    padding: 5px 10px 5px 10px;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    font-family: 'Montserrat', sans-serif;
	background-color: #0d746f;
	font-weight: bold;
  }

  .dropdownL li:last-child {
    border-bottom: none 0;
  }
  .dropdownL li:hover {
    color: #fcb12c;
  }

  .dropdownL li a:link, .dropdownL li a:visited {
    cursor: pointer;
    padding-left: 0;
    color: white !important;
	opacity: 1;
    font-weight: 400;
  }
  
  .dropdownL li a:hover {
	  opacity: .7;
  }
  
navbar.desktop {
	display: flex !important;
}
navbar.mobile {
	display: none !important;
}
 
@media only screen and (max-width: 1000px) {
	navbar.desktop {
		display: none !important;
	}
	navbar.mobile {
		display: flex !important;
	}
	
}

.acknowledgement {
	font-family: 'Montserrat', sans-serif;
	font-size: .9rem;
	text-align: center;
	
}