body {
	background-color: #000000;
	margin:0px;
	padding:0px;
}

:root {
  interpolate-size: allow-keywords;
}

.secondStreet {
	max-width:500px;
}

.survey {
	text-align:center;
	background-color:rgb(238, 213, 70);
	border-radius:10px;
	padding:20px;
	max-width:500px;
	font-size:1.25em;
	width:auto;
}

.whatsThis {
	position:absolute;
	right:40px;

}

.p2d {
	margin-top:80px;
}

hr {
	margin-bottom:40px;
}

.ctr {
	text-align:center;
}

@font-face {
	font-family: 'PennSlab';
	src: url("../fonts/PennsylvaniaSlab-Medium-Trial.otf");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'PennSlab';
	src: url("../fonts/PennsylvaniaSlab-Bold-Trial.otf");
	font-weight: 700;
	font-style: normal;
}


@font-face {
	font-family: 'PennSans';
	src: url("../fonts/PennsylvaniaSans-Regular-Trial.otf");
	font-weight: 400;
	font-style: normal;
}


.content {
	width:100%;
	height:100%;
	max-width:600px;
	min-width:320px;
	background-color:#fafaf6;
}

.scrollable {
	padding-bottom:150px;
	/*
	background-image:url('../images/path.png');
	background-size:20px 300px;
	background-repeat:repeat-y;
	background-position:16px 0px;
*/
}

#scrollable {
	display:none;
}

.hero {
	position:relative;
	width:100%;
	height:auto;
	aspect-ratio:4/3;
}

.hero-carousel-viewport {
	width: 100%;
	overflow: hidden;
	clip-path: polygon(0% 0%, 100% 0%, 100% 80.5%, 36.5% 100%, 0% 64%);
	/*
	mask-image: linear-gradient(#000, transparent);
	mask-image: url('../images/hero-mask.png');
	-webkit-mask-image: url('../images/hero-mask.png');
	mask-size: cover;*/
}

.hero-carousel-container {
	display: flex;
	overflow-x: auto;
	scrollbar-width: none;
	scroll-margin-top: 120px;
	
}

.hero-carousel-snap {
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;

}

.hero-carousel-container::webkit-scrollbar {
	display: none;
}

.hero-img {
	flex: 0 0 50%;
	scroll-snap-align:start;
	width:100%;
	aspect-ratio:4/2.995;
}

.hero-mask {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	aspect-ratio:4/3;
	background-image:url("../images/hero-mask-white.png");
	background-size: 100% auto;
	pointer-events:none;
}



.hero-tint {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	aspect-ratio:4/3;
	background-image:url("../images/photo-tint.png");
	background-size: 100% auto;
	pointer-events:none;
}

.hero-title {
	position:absolute;
	width:100%;
	height:80px;
	top:25%;
	text-align:center;
	font-family: "PennSlab";
	font-weight:700;
	color:#fafaf6;
	font-size:2.25rem;
	text-shadow: 0px 0px 16px rgba(1,1,2,.5);
}

.hero-dot-host {
	position:absolute;
	width:100%;
	height:40px;
	top:80%;

  display: flex;
  justify-content: center;
  align-items: center;    
}

.hero-dot {
	width:9px;
	height:9px;
	border:solid 3px #fafaf6;
	border-radius:9px;
	display:inline-block;
	text-align:center;
	margin-left:4px;
	margin-right:4px;
}


.active {
	background-color:#fafaf6;
}




.hero-maplink {
	position:absolute;
	width:24px;
	height:22px;
	left:28px;
	top:20px;
	background-image:url("../images/map-icon.png");
	background-size:24px 22px;
}

.hero-hours {
	position:absolute;
	width:90px;
	height:69px;
	bottom:15px;
	right:25px;
	background-image:url("../images/tile-hours-ye.png");
	background-size:90px 69px;
	font-family:"PennSlab";
	font-weight:700;
	font-size:14px;
	line-height:14px;
	text-align:center;
	padding-top:18px;
		box-sizing: border-box;
}

.hero-hours-closed {
	background-image:url("../images/tile-hours-rd.png");
	color:white;
}

.hero-hours-open {
	background-image:url("../images/tile-hours-bl.png");
	color:white;
}

.audio-block {
	width:100%;
	height:100px;
	background-color:#cbd9e4;
	overflow:hidden;
	margin-bottom:25px;
	margin-top:20px;
	transition:height 1s;

}

.audio-img {
	position:absolute;
	left:13px;
	top:13px;
	height:53px;
	width:53px;
}

.audio-rewind, .audio-play {
	position:absolute;
	right:13px;
	top:20px;
	height:25px;
	width:25px;
	transition:transform .25s;
}

.audio-rewind:active, .audio-play:active, .dropdown:active {
	transform: scale(1.25);
	transform-origin:50% 50%;
}


.audio-rewind {
	background-image:url('../images/audio-rewind.png');
	background-size:100% 100%;
	right:46px;
}

.audio-play {
	background-image:url('../images/audio-play.png');
	background-size:100% 100%;

}

.audio-paused {
	background-image:url('../images/audio-pause.png');

}




.audio-playbar {
	position:absolute;
	left:13px;
	top:80px;
	height:4px;
	width:calc(100% - 26px);
	background-color:#fafaf6;
}

.audio-progress {
	position:absolute;
	width:100%;
	height:8px;
	top:-2px;
	border-radius:4px;
	background-color:#4078b2;
}

.audio-dot {
	position:absolute;
	top:-2px;
	left:-2px;
	width:12px;
	height:8px;
	background-image: url('../images/audio-arrow.png');
	background-size:100% 100%;
}



.audio-caption {
	position:absolute;
	left:76px;
	top:20px;
	font-size:1rem;
	width:75%;
	height:30px;
	font-family:"PennSans";
}

.audio-transcript {
	margin-left:13px;
	margin-right:13px;
	margin-top:100px;
	font-size:1rem;
}

.mosaic, .info {
	border-bottom: 1px solid black;
	margin-bottom:20px;
	height:25px;
	overflow:hidden;
}

.info-credit {
	font-family:"PennSans";
	font-style:italic;
	font-size:.75rem;
	border-bottom:none;
}

.accordion-x {
	transition:height 1s;
}

.expanded {
	height:auto;
	padding-bottom:20px;
}


.dropdown {
	position:absolute;
	right:5px;
	top:-5px;
	font-family: "PennSlab";
	font-weight:700;
	font-size:1.5rem;
	transition: transform .5s;
}

.expanded .dropdown {
	transform: rotate(45deg);
}

.header {
	width:100%;
	max-width:600px;
	position:fixed;
	height:70px;
	top:0px;
	left:0px;
	background-color:white;
}

.footer {
	width:100%;
	max-width:600px;
	position:fixed;
	height:36px;
	bottom:0px;
	left:0px;
	background-color:#ce3d2d;
	text-align:center;
	font-family: "PennSans";
	color:white;
	font-size:1em;
	border-top:2px solid white;
	padding-top:7px;
	box-sizing: border-box;
}

.indent {
	margin-left:20px;
	margin-right:20px;
}

.about, .mosaic, .info, .audio-block {
	position: relative;
}

.nav {
	width:100%;
	max-width:600px;
	position:fixed;
	height:75px;
	bottom:33px;
	left:0px;
	background-color:#4078b2;
	text-align:center;
	font-family: "PennSans";
	color:#fafaf6;
	font-size:24px;
	overflow:hidden;
}

.nav-icon-trans {
	transition: width 1s, height 1s, top 1s, left 1s;

}

.nav-icon {
	position:absolute;
	width:40px;
	height:40px;

}

.nav-icon-ctr {
	width:50px;
	height:50px;
	top:10px;
	left:calc(50% - 25px);
}

.nav-icon-lft {
	left:40px;
	top:8px;
}

.nav-icon-offl {
	left:-120px;
	top:8px;
}

.nav-icon-offr {
	left:calc(100% + 80px);
	top:8px;
}


.nav-icon-rgt {
	left:calc(100% - 80px);
	top:8px;
}

.nav-label {
	position:absolute;
	width:90px;
	height:16px;
	text-align:center;
	top:50px;
	font-size:.75rem;
	font-family:"PennSlab";

}

.nav-label-rgt {
	right:15px;
}
.nav-label-lft {
	left:15px;
}

.nav-path {
	width:calc(50% - 125px);
	height:auto;
	aspect-ratio:22/1;
	position:absolute;
	top:35px;
	background-image:url('../images/path-mini.png');
	background-size:100% 100%;
}

.nav-path-trans {
	transition:left 1s;

}

.nav-path-farl {
	left:-240px;	
}

.nav-path-offl {
	left:calc(155px - 50%);
}

.nav-path-lft {
	left:90px;
}
.nav-path-rgt {
	left:calc(50% + 30px);
}
.nav-path-offr {
	left:calc(100% - 30px);
}

.nav-path-farr {
	left:calc(100% + 60px);
}


.blank-head {
	width:100%;
	height:70px;
}

.blank-foot {
	width:100%;
	height:120px;
}

.logotype {
	width:133px;
	height:65px;
	position:absolute;
	left:20px;
	top:3px;
	background-image:url("../images/VPPATH-Logo-Color.png");
	background-size:100% 100%;
	
}

.hamburger {
	width:40px;
	height:30px;
	position:absolute;
	right:20px;
	top:20px;
	background-image:url("../images/hamburger_small.png");
	background-size:40px 30px;
	
}

p {
	font-size: 1rem;
    font-family:'PennSans';
	color:black;
	line-height:1.25rem;
	margin:0px;
	margin-bottom:.75rem;
}

h1, h2, h3 {
    font-family:'PennSlab';
	margin:0px;
	margin-bottom:.125rem;
}

h1 {
	font-size: 1.75rem;
	font-weight:700;
	margin-top:1.5rem;
	line-height:1.75rem;
	margin-bottom:.5rem;
}

h2 {
	font-size:1.25rem;
	font-weight:400;
}

h3 {
	margin:0px;
	margin-top:.75rem;
	margin-bottom:.25rem;
	font-size:.8rem;
	font-weight:700;
	text-transform:uppercase;
/*	text-decoration:underline; */
}

.info p {
	margin-bottom:0px;
}


a, a:visited, a:hover {
    color:black;
	text-decoration: underline dotted;
}

.underscore {
	text-decoration: underline dotted;
}

.footer a, .footer a:visited, .footer a:hover {
    color:white;
	text-decoration:none;
}

