@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200..1000&display=swap');
@font-face {
   font-family: EBGaramondItal;
   src: url(../../includes/fonts/EBGaramond/EBGaramond-Italic-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, del, em, img, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


html, body {
  position:relative;
  overflow-x:hidden;

  
}

html {

  overflow-y: hidden;
  height: 100vh;

}

body {
	overflow-x: hidden;
	height: 100%;
	/*background: url('../img/bg7.png') left top repeat;*/
}

a:link {
	
}

a:visited {
	color: purple;
	text-decoration: underline;
}

.mask {
	width: 100%;
	height: 100%;
	background-color: black;
    opacity: .8;
    z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;

}
.loader {
	font-size: 1.5rem;
	color: silver;
	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%);
	
}

.load_p {
	    color: silver;
    text-align: center;
    margin-top: 20px;
	 font-weight: bold;
	 font-family: 'proxiima-nova', sans-serif;
	 text-shadow: none;
	 position: absolute;
    top: 38vh;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.fa-spinner {
	font-size: 2rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.screen {
	position: relative;
	height: 100vh;
	width: 100vw;
	overflow:hidden;
	margin-top: -4px;
	background-color: white;
}


@media only screen and (max-width: 500px) {
  .screen {
    padding-bottom: 0;
  }
}

.height-auto {
	height: auto !important;
}

.spacer {
width: 100%;
height: 20px;
}

b, strong {
	font-weight: 800;
}

em {
	font-style: italic;
}

.caption {
  width: 100%;
  padding: 10px 10px 20px 10px;
  font-size: .9rem;
  color: black;
  font-style: italic;
  text-align: center;
	
}

.story-text {
	display: block;
	width: 40%;
	max-width: 700px;
    margin-left: auto;
	margin-right: auto;
    padding-bottom: 20px;
	max-width: 640px;
}

@media only screen and (max-width: 1000px) {
	.story-text {
		width: 90%;
	}
}

.wrapper-80 {
	width: 80%;
	margin-left: 10%;
	margin-bottom: 20px;
	position: relative;
}

 @media only screen and (max-width: 1000px) {
	 .wrapper-80 {
		 width: 90%;
		 margin-left: 5%;
	 }
 }

.width-100 {
	width: 100%;
	margin-left: 0;
}

.popup {
	width: 100%;
	height: 100%;
	padding: 30px;
	background-color: rgba(0,0,0,.9);
	position: fixed;
	top: 0px;
	left: 0;
	
	z-index: 9999;
	
    justify-content: center; /* align flex items horizontally (in this case) */
}

@media only screen and (max-width: 1000px) {
	.popup {
		top: 0;
	}
}


.popup .close {
	position: absolute;
	top: 60px;
	right: 40px;
	font-size: 2rem;
	color: white;
	cursor: pointer;
	z-index: 999;
}
.popup .close:hover {
	opacity: .7;
}

@media only screen and (max-width: 1000px) {
	.popup .close {
		top: 30px;
	}
}

.popup video {
	height: 90vh;
	display:none;
	
	
}
@media only screen and (max-width: 1025px) {
	.popup video {
		width: 90%;
		height: auto;
	}
}
/*------------CREDITS ------------------------------------------------------*/
.mycredits
{
	width:100%;
	text-align:center;
	padding:3% 10px 20px 0px;
	z-index:98;
	font-family: 'Nunito Sans';


}

@media only screen and (max-width: 500px) {
	.mycredits {
		padding: 20px  10px 20px 20px;
	}
}

	.creditsWrapper
	{
	width:60%;
	margin:auto;
	}

	

	.mycredits h3
	{
		margin-top: 30px !important;
		font-weight: 700;
		font-size: 1.1rem;
		color: gray;
		margin-bottom: 0;
	}

	

			.mycredits p {
				    font-size: .9rem;
				    font-weight: 400;
				    color: gray;
					text-align: center;
					margin-top: 5px;
			}



/* 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: "SofiaSans", 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;
		}
	}

/*--------------------------------------------------------*/


@media (orientation: landscape) {
   .landscape {
		display: block !important;
	}

	.portrait {
		display: none !important;
	}
}

@media (orientation: portrait) {
  .landscape {
		display: none !important;
	}

	.portrait {
		display: block !important;
	}
}


#screen1, .credits {
	background-color: white; /*#C7C8CA;*/
}

.pg-post-gazette {
	font-size: 2.5rem;
   color: silver;
	background-color: transparent;
	position: fixed;
	margin-top: 5px;
	z-index: 999;
	opacity: 1;
	text-align: center;
	cursor: pointer;
	
}

@media (orientation: portrait) {
	.pg-post-gazette {
		width: 100%;
	}
}

.scroll-prompt {
   
	font-size: 2.5rem;
   color: black;
	background-color: transparent;
	position: absolute;
	z-index: 999;
	opacity: 1;
	text-align: center;
	width: 100%;
	top: 88vh;
}

#topper {
	width: 100%;
	margin-left: 0%;
}

.story-text {
	display: block;
	width: 40%;
	max-width: 700px;
    margin-left: auto;
	margin-right: auto;
    padding-bottom: 20px;
	max-width: 640px;
}

@media only screen and (max-width: 1000px) {
	.story-text {
		width: 90%;
	}
}

.social-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
  justify-content: center;
  align-items: center;
}
.fa-brands, .fab {
     font-size: 1.1rem;
	 color: #000;
	 padding-left: 3px;
	 padding-right: 3px;
	 /*margin-right: 15px;*/
}

a.social_link:hover {
	opacity: .7;
}
.byline {
	font-size: 1rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .05rem;
	font-weight: 600;
	text-align: center;
}

@media only screen and (max-width: 1000px) {
	.byline {
		margin-bottom: 0px;
	}
}
.pub-date {
  font-size: .9rem;
	margin-top: 0px;
	text-transform: uppercase;
	letter-spacing: .08rem;
	text-align: center;
}

p {
	margin-bottom: 15px;
	font-size: 1.1rem;
	color: black;
	line-height: 150%;
}

.subhead {
	font-size: 3rem;
	text-align: center;
	line-height: 120%;
	color: black;
	    margin-top: 40px;
    margin-bottom: 30px;
}

.nunito-sans-subhead {
  font-family: "Nunito Sans";
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

.nunito-sans-regular {
  font-family: "Nunito Sans";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

.nunito-sans-300 {
  font-family: "Nunito Sans";
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

.nunito-sans-600 {
  font-family: "Nunito Sans";
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

.nunito-sans-text {
  font-family: "Nunito Sans";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

.nunito-sans-caption {
  font-family: "Nunito Sans";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

.chapter {
	font-size: 2.8rem;
	text-align: center;
	line-height: 120%;
	color: #941a1a;
	margin-bottom: 30px;
}

.chapter-sub {
	font-size: 2.5rem;
	text-align: center;
	line-height: 120%;
	color: black;
	margin-bottom: 0px;
    margin-top: 0px;
	font-family: "EBGaramondItal";
	font-weight: 600;
}

.dropcap {
	float: left;
    font-size: 90px;
    line-height: 60px;
    margin-top: 5px;
    padding-right: 15px;
    padding-bottom: 0px;
    color: black;
    font-family: EBGaramondItal;
}

p {
	font-size: 1rem;
	margin-bottom: 15px;
	line-height: 150%;
	font-family: "Nunito Sans";
}

.youtube {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
	aspect-ratio: 16 / 9;
}

.width-80 {
	width: 80vw;
	margin-left: 10vw;
}

.width-50 {
	width: 50vw;
	margin-left: 25vw;
}

@media only screen and (max-width: 1000px) {
	.width-50 {
		width: 90vw;
		margin-left: 5vw;
	}
}

.enlarge {
	cursor: pointer;
}

.icon-T-PoF-font-Asset-20, .icon-S-PoF-font-Asset-19 {
	margin-right: -10px;
	float: left;
    font-size: 80px;
    line-height: 60px;
    margin-top: 5px;
    padding-right: 8px;
    padding-bottom: 0px;
	color: #941a1a;
}

.popup {
	width: 100%;
	height: 100%;
	padding: 30px;
	background-color: rgba(0,0,0,.9);
	position: fixed;
	top: 0px;
	left: 0;
	display: none;
	z-index: 9999;
}

@media only screen and (max-width: 1000px) {
	.popup {
		top: 0;
	}
}

.popup img {
	width: auto;
	height: 80%;
	margin: 60px auto 0 auto;
	display: block;
}

@media only screen and (max-width: 1000px) {
	.popup img {
		width: 99%;
		height: auto;
		top: 80px;
	}

}

.popup .caption {
	    color: white;
    /*position: absolute;
    bottom: 30px;*/
	text-align: center;
    width: 100%;
    border-top: 0 none;
}

.popup .close {
	position: absolute;
	top: 60px;
	right: 40px;
	font-size: 2rem;
	color: gray;
	cursor: pointer;
	z-index: 999;
}
.popup .close:hover {
	opacity: .7;
}

@media only screen and (max-width: 1000px) {
	.popup .close {
		top: 30px;
	}
}

.section {
	width: 100%;
	display: inline-block;
	position: relative;
}

.section-head {
	position: absolute;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	top: 5vh;
	text-align: center;
	color: white;
	font-size: 3.8rem;
	font-family: "EBGaramondItal";
	font-weight: 600;
	left: 50%;
	padding: 10px;
	text-shadow: 3px 3px 7px rgba(0,0,0, .9);
}

@media only screen and (max-width: 1000px) {
	.section-head {
		width: 90%;
	}
}

.position-relative {
	position: relative;
	left: 0;
	top: 0;
	transform: translateX(-0%);
	-webkit-transform: translateX(-0%);
	-moz-transform: translateX(-0%);
	-ms-transform: translateX(-0%);
	-o-transform: translateX(-0%);
	text-shadow: none;
}

.color-black {
	color: black;
}

.weight-400 {
	font-weight: 400;
}

.pullquote-container {
	width: 100%;
    padding: 30px;
    padding: 20px;
   /* border-top: 1px solid #2e6d7f; */
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .pullquote-container {
    margin-right: -100px;
  }
}

@media only screen and (max-width: 1000px) {
  .pullquote-container {
    margin-right: 0px;
    width: 100%;
  }
}

  .pullquote-head {
    font-family: EBGaramondItal;
    font-weight: 400;
    font-size: 35px;
    color: #000;
    margin-bottom: 20px;
	text-align: center;
  }

  .pullquote-credit {
	  font-size: .7rem;
	  text-align: center;
	  margin-top: -5px;
	  font-family: 'Nunito Sans';
	  margin-bottom: 10px;
  }

  .pullquote-name {
    font-family: 'Nunito Sans';
    font-size: 16px;
    font-weight: 200;
    color: black;
   text-align: center;
  }


