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


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

@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 {
  --orange: #f58943;
  --gray: black; /*#696969; */
}

* {
    -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;
}


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

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

navbar textbranding {
	display: block;
	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;
		
	}
}

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 ;
	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: #fff;
	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: 0px;*/
	/*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 0 0;
	
}

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

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

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

.width-70 {
	width: 70%;	
	float: left;
}

.width-60 {
	width: 60%;	
	float: left;
}

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

.width-40 {
	width: 40%;	
	float: left;
}

.width-30 {
	width: 30%;	
	float: left;
}

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

@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%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}	

#screen2 {
	/*background: url('../img/dark-to-light.png');
	background-size: cover;*/
	background: #000000;
	/*background: linear-gradient(rgba(0, 0, 0, 1) 0%, rgba(177, 191, 206, 1) 11%, rgba(212, 229, 246, 1) 100%);*/
	background: linear-gradient(rgba(0, 0, 0, 1) 0%, rgba(73, 79, 85, 1) 8%, rgba(151, 163, 175, 1) 11%, rgba(212, 229, 246, 1) 15%);
}

@media only screen and (max-width: 1900px) {
	#screen2 {
		margin-top: 0;
	}
}

#screen3 {
	/*background: url('../img/bg2.jpg');
	background-size: contain;*/
	background-color: #D4E5F6;
}

#screen4 {
	/*background: url('../img/light-to-dark.png');
	background-size: cover;*/
	background: #D4E5F6;
	/*background: linear-gradient(rgba(212, 229, 246, 1) 0%, rgba(165, 178, 192, 1) 39%, rgba(83, 89, 96, 1) 91%, rgba(0, 0, 0, 1) 100%);*/
	background: linear-gradient(rgba(212, 229, 246, 1) 3%, rgba(0, 0, 0, 1) 14%);
	
}
	
.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: #fff;
	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: 'Montserrat', sans-serif;
    font-size: 4.5rem;
    font-weight: 800;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
	line-height: 90%;
	top: 100px;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
}

.subhead {
	font-family: "Montserrat Thin", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  color: var(--gray);
  
}

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

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

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

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

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

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

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

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

@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: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.grid-container.width-100 {
		width: 90%;
		margin-left: 5%;
	}
}

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

.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: 5px 5px 10px rgba(0,0,0,.1);
}



.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(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	/*height: 58vh;*/
	width: 70%;
	margin-left: 15%;
	column-gap: 20px;
}

.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: url('../img/panel.png') center center;*/
}

.bar img {
	width: 100%;
}

.three-shot {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	/*height: 58vh;*/
	margin: 30px 0;
}

.two-shot {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	/*height: 58vh;*/
	margin: 30px 0;
}


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

.bar:hover {
	opacity: .7;
}

	/*.rect1 {
		background-color: #0B6BB9;
	}
	.rect2 {
		background-color: #156FB1;
	}
	.rect3 {
		background-color: #2173A7;
	}
	.rect4 {
		background-color: #2B779E;
	}
	.rect5 {
		background-color: #367B95;
	}
	.rect6 {
		background-color: #437F8A;
	}
	.rect7 {
		background-color: #52857D;
	}
	.rect8 {
		background-color: #688D6B;
	}
	.rect9 {
		background-color: #7A935C;
	}
	*/
	
.name, .location {
	color: white;
	font-family: 'Sofia Sans Extra Condensed', sans-serif;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
	margin-top: 20px;
	
}

.location {
	color: #fcb12c;
	
}

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

.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: 800px) {
	.hole-story-container {
		max-width: 100%;
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
}

.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: 100%;
		float: none;
		padding: 20px;
	}
	
}

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

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


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

.kicker {
	font-family: 'Sofia Sans Condensed', sans-serif;
    font-size: 2rem;
    color: white;
    letter-spacing: .3rem;
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
    text-transform: uppercase;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
   position: absolute;
	line-height: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
	margin-bottom: 20px;
}

.face-subhead {
	font-family: 'Sofia Sans', sans-serif;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: .1rem;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

hr {
	width: 10%;
	background-color: black;/*#f96d13;*/
	height: 1px;
	margin: 20px auto;
	display: block;
	border-bottom: none;
}

.ss-exposition {
	
	
}

.slick-slide {
	
}

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

.silver {
	color: silver;
}

.timestamp {
	font-family: 'Sofia Sans', sans-serif;
	font-size: 1.3rem;
	padding: 10px 20px;
	/*color: var(--gray);
	background-color: white;*/
	background-color: var(--gray);
	color: white;
	margin: 20px 0 20px 0;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	 position: relative;
    left: 50%; 
   transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
}

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

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

	.credits-wrapper h3
	{
		margin-top: 30px !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;
	top: 0;
	left: 0;
	background-color: black;
	height: auto;
}*/

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

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

#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-size: 1.5rem;
	font-weight: 200;
	line-height: 150%;
}

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

@media only screen and (max-width: 700px) {
	.kicker {
		width: 60%;
	}
}

@media only screen and (max-width: 600px) {
	.kicker {
		width: 90%;
	}
}

@media only screen and (max-width: 500px) {
	#header-container {
		width: 100%;
	}
	
	.kicker {
		font-size: 1.5rem;
	}
	
	.header {
		font-size: 3.1rem;
		line-height: 120%;
		top: 75px;
	}
	
	#screen1 {
		height: 100vh;
	}
	
	/*.video-portrait {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: 100vh;
	}*/
}

@media only screen and (max-width: 400px) {
	.kicker {
		width: 96%;
	}
}