@font-face {
    font-family: 'Sofia Sans Extra Condensed';
    src: url('../../includes/fonts/SofiaSansExtraCondensed/SofiaSansExtraCondensed-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: 1;
    background-color: rgba(24,40,19,.7);
}

@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: 'EBGaramond';
		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: 30px;
	
}

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

.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 !important;
	z-index: 3;
	overflow: hidden;
	
}

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

.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;
	max-width: 640px;
	display: block;
	margin: 0 auto;
	
}

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

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

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

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

@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;
	font-weight: 400;
	margin-bottom: 20px;
	font-family: 'Montserrat';
	font-size: 1.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;
	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: 40%;
	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: #e0b03e;
		font-weight: 600;
		font-size: 12rem;
		text-align: center;
		width: 100%;
	}
	
	.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%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}	

#screen2 {
	/*margin-top: -40vh;*/
}

@media only screen and (max-width: 1900px) {
	#screen2 {
		margin-top: 0;
	}
}
	
.social-wrapper {
	width: auto;
	/*position: absolute;
	top: 70%;
	left: 50%;
	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: 1.5rem;
}

.fa-brands {
	padding-left: 5px;
}

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

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

.header {
	font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  width: 60%;
  margin-left: 20%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #3e3e3f;
}

@media only screen and (max-width: 1000px) {
	.header {
		font-size: 2.5rem;
	}
}

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

.dropcap {
	float: left;
    font-size: 80px;
    line-height: 60px;
    margin-top: 10px;
    padding-right: 8px;
    padding-bottom: 0px;
    /*color: rgba(0,0,0,.5); c2c387*/
	font-weight: 700;
	font-family: 'Montserrat';
	color: #3e3e3f; /*#758170;*/
}

.section-name {
	color: #3e3e3f;
	font-size: 2.5rem;
	background-color: transparent;
	text-transform: uppercase;
	font-family: "Barlow", sans-serif;
    font-weight: 900;
	text-align: center;
	/*position: absolute;
	top: 85%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	text-shadow: 5px 5px 10px rgba(0,0,0,.2);*/
}

@media only screen and (max-width: 1500px) {
	.section-name {
		
		font-size: 2rem;
		
	}
}

@media only screen and (max-width: 1000px) {
	.section-name {
		width: 100%;
		text-align: center;
		font-size: 2rem;
		font-weight: 600;
		top: 80%;
	}
}

.float-left-img-wrapper {
	width: 450px;
	float: left;
	padding: 0 20px 0 0;
	margin-left: -200px;
}

@media only screen and (max-width: 1500px) {
	.float-left-img-wrapper {
		float: none;
		width: 100%;
		margin-left: 0;
		padding: 20px 0;
		
	}
}

.float-right-img-wrapper {
	width: 450px;
	float: right;
	padding: 0 0px 0 20px;
	margin-right: -200px;
}

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

	.float-left-img-wrapper img, .float-right-img-wrapper img {
		width: 100%;
	}
	
.grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 70%;
	margin-left: 15%;
}

@media only screen and (max-width: 1000px) {
	.grid-container {
		grid-template-rows: repeat(auto, 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;
}

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

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