
html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	font-family: 'Montserrat';
}

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 {
	color: white;
	position: absolute;
	top: 30%;
	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;
	}
}

.kicker {
	font-size: 1.5rem;
    /* text-align: center; 
    text-transform: uppercase;*/
    letter-spacing: .08rem;
    text-shadow: none;
    font-weight: 600;
    margin-top: 0px;
    width: 100%;
	text-align: center;
	margin-top: 10px;
	color: #4d104a;
}

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

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

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

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

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

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

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

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

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



.nutgraf {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 90vh;
	color: white;
	text-shadow: 5px 5px 8px rgba(0,0,0,.5);
	font-family: 'Montserrat';
	font-size: 4rem;
	font-weight: 600;
	
}

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

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

.subhead {
	width: 60%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 120%;
	color: #712C6B;
	margin-left: 20%;
}

@media only screen and (max-width:1100px) {
	.subhead {
		line-height: 110%;
		font-size: 1.5rem;
	}
}

.three-equal-cols {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 10px;
	place-items: center;
}

.grid-item {
	
}

.grid-item img { 
	width: 100%;
	border-radius: 10px;
	
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.item {
  flex: 0 0 calc(33.333% - 20px); 
  /* Ensures padding/border is included in the width calculation */
  box-sizing: border-box; 
 
  text-align: center
}
@media only screen and (max-width: 1100px) {
	.item {
		flex: 0 0 calc(50% - 20px); 
	}
}
@media only screen and (max-width: 500px) {
	.item {
		flex: 0 0 calc(100% - 20px); 
	}
}

a:link {
	opacity: 1;
}
a:hover {
	opacity:.7;
  transition: opacity .3s ease-out;
  -moz-transition: opacity .2s ease-out;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
}

.mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: black;
	opacity: .9;
	z-index: 9;
}

.circle-notch {
	font-size: 2rem;
	position: fixed;
	top: 40vh;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	color: #42A5F5;
	z-index: 999;
}