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

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

:root {
  --accent-color: #40566C;
}

html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	background-color: white;
	background: url(../img/bg2.png) center top repeat;
}


.loader {
	font-size: 2.5rem;
	color: #fff;
	position: fixed;
    top: 35vh;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: 9999999;
	/*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;
}


navbar {
    width: 100vw;
	height: 50px;
     display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    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: black;
   
}

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

navbar textbranding {
	font-family: 'Sofia Sans';
	color: white;
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .3rem;
	
}


@media only screen and (max-width: 500px) {
	navbar textbranding {
		display: none;
		
	}
}

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

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

.screen {
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: white ;
	z-index: 3;
	overflow: hidden;
	
}

.title {
	font-family: 'Cormorant Infant', serif;
	color: white;
	
	position: absolute;
	top: 30%;
	/*left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);*/
	text-align: center;
	width: 100%;
	z-index: 5;
	opacity: 0;
}

	.line1 {
		font-size: 4rem;
		font-weight: 400;
	}
	
	.line2 {
		font-size: 7rem;
		font-weight: 800;
		margin-top: -1.5rem;
	}
	

@media only screen and (max-width:800px) {
	
	#screen1 {
		height: auto;
	}
	.title {
		/*top: 20%;*/
		width: 90%;
		margin-left: 5%;
		/*position: relative;*/
		
	}
	
	.line1 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.line2 {
		font-size: 5rem;
		line-height: 100%;
	}
}

@media only screen and (max-width:500px) {
	.title {
		top: 20%;
	}
	.line2 {
		margin-top: 0px;
	}
}

.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;
	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: white;
	font-size: 1.8rem;
	position: absolute;
	top: 10px;
	text-align: center;
	width: 100%;
	z-index: 9;
	/*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;
	}
}

.storyfeed {
	width: 50vw;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	
}

.storyfeed p {
	font-family: 'Montserrat';
	margin-bottom: 15px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 140%;
  font-style: normal;
}

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

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



.margin-left-0 {
	margin: 0;
}

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

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

@media only screen and (max-width: 1100px) {
	.storyfeed {
		width: 80vw;
	}
}

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

@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: #a4a295;*/
	color: #36454F;
	font-weight: 400;
	margin-bottom: 20px;
	font-family: 'Montserrat';
	font-size: 1rem;
	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;
	
}

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

.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;
}

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

social_media a {
	color: black;
	font-size: 1.2rem;
}

social_media a:hover {
	opacity: .7;
	color: black;
}

social_media {
	text-align: center;
	display: block;
}

.dropcap {
	float: left;
    line-height: 80%;
    padding-right: 8px;
    font-weight: 700;
    font-family: 'Cormorant Infant', serif;
    font-size: 7rem;
    color: var(--accent-color);
}

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

.enlarge {
	cursor: pointer;
}

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

@media only screen and (max-width:1100px) {
	.close {
		position: fixed;
	}
}

.close:hover {
	opacity: .7;
}

.mask {
	width: 100%;
	height: 100%;
	background-color: black;
    opacity: .8;
    z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.text-shadow {
	text-shadow: 5px 5px 10px rgba(0,0,0,.1);
}

.black {
	color: black !important;
}

.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: 85%;
  max-width: 90%;
  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%);
  z-index: 30002;
  margin-bottom: 10px;
  
	}
	
	@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%;
	}
}

.enlarge {
	cursor: pointer;
}


.slick-slide img {
    padding: 0 20px;
	
}

.fa-angle-right, .fa-angle-left {
	font-size: 8rem;
	color: #b3b5b8;
	font-weight: 200;
}

.next {
	right: 4%;
	position: absolute;
	top: 45%;
}

.prev {
	left: 4%;
	position: absolute;
	top: 45%;
}

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

.white {
	color: white;
}

.black {
	color: black;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-left-0 {
	margin-left: 0px;
}

.credits {
	background-color: #eee;
	padding-bottom: 40px;
}
.mycredits
{
	width:100%;
	text-align:center;
	padding:1% 0px;
	z-index:98;
	font-family: 'Montserrat', sans-serif;
	/*background-color: #f2f2eb;*/

}

	.credits-wrapper
	{
	/*width:40%;
	margin:auto;*/
	}
	
	@media only screen and (max-width:800px) {
		.credits-wrapper {
			padding: 0 20px;
		}
	}

	.credits-wrapper h2
	{
	margin-top: 30px !important;
	margin-bottom: 20px !important;
	font-weight: 700;
	font-size: 2rem;
	color: black;
	}

	.credits-wrapper h3
	{
		margin-top: 20px !important;
		font-weight: 700;
		font-size: 1.3rem;
		color: gray;
		margin-bottom: 10px;
		font-family: 'Montserrat', sans-serif;
	}

	.credits-wrapper p {
		color: black;
		text-align: center;
		line-height: 150%;
		font-family: 'Montserrat', sans-serif;
	}
	
	.bold { font-weight: bold; }

#screen1 {
    /*position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;*/

    video {
       /*width: 100vw;
      height: 100vh;
     object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;*/
    }
	height: auto;
}

video {
	aspect-ratio: 16/9;
}

video.portrait {
	aspect-ratio: 9/16;
}

#screen-header {
	margin-top: 100vh;
	
}

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

.stuck {
  position:fixed;
  top:0;
  left: 50%;
  transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
  width: 100%;
}

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

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

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

.nutgraf {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Cormorant Infant';
	font-size: 2rem;
	font-weight: 200;
	line-height: 150%;
}

@media only screen and (max-width:500px) {
	.nutgraf {
		font-size: 1.5rem;
		line-height: 120%;
	}
}

.padding-left-10 {
	padding-left: 10px;
}

.flex-2 {
	width: 100%;
	 display: flex;	
	 flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
	align-content: center;  
	gap: 10px;
}

.container-float-right {
	width: 40%;
	padding: 20px;
	float: right;
}

.container-float-right img {
	width: 100%;
}

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

.grid-container {
	display: grid;
	column-gap: 10px;
}

.two-equal-cols {
	grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width:800px) {
	.two-equal-cols {
		grid-template-columns: 1fr;
	}
}

img {
	border-radius: 0 !important;
}

.subhead {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Cormorant Infant';
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 110%;
	color: var(--accent-color);
}

@media only screen and (max-width:800px) {
	.subhead {
		line-height: 100%;
		font-size: 3rem;
	}
}

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

 .fa-angle-left, .fa-angle-right, .angle {
	font-size: 5rem;
    color: white; 
    position: absolute;
    top: 40%;
    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: -90px;
 }

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

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

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

.black {
	color: black;
}

.border {
	border: 1px solid black;
}

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