@charset "UTF-8";
/* CSS Document */

body {
	background: #172532;
	color: #424242;
	font-family: sans-serif;
	overflow-x: hidden;
}

a {
	color: #9d2235;
	text-decoration: none;
}

a:hover,
a:active {
	color: #611327;
	text-decoration: underline;
}

hr {
	width: 50%;
	height: 2px !important;
	color: #424242;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 50px;
	filter: url(#squiggle);
}

.paper {
	position: relative;
	background: #172532 url('https://globalcampus.uark.edu/happy-holidays/2025/paper-background.png') center repeat-y;
}

.paper:before {
	content: '';
	background: #172532 url(https://globalcampus.uark.edu/happy-holidays/2025/paper-top.png) center top no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 220px;
}

.paper:after {
	content: '';
	background: #172532 url(https://globalcampus.uark.edu/happy-holidays/2025/paper-bottom.png) center bottom no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 220px;
}

.no-scroll {
	overflow: hidden;
	height: 100%;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: #172532;
	padding: 20vh 0 80vh;
	height: 1000vh;
	width: calc(100% + 4px);
	cursor: pointer;
	z-index: 1000;
}

.newspaper {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: url(https://globalcampus.uark.edu/happy-holidays/2025/opening/opening-newspaper-closed.png) center center no-repeat;
	cursor: pointer;
	opacity: 0;
}

.newspaper img {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.newspaper:hover img,
.newspaper:active img {
	opacity: 1;
}

.newspaper,
.newspaper img {
	width: 340px;
	height: 300px;
}

.newspaper {
	background-size: 340px 300px;
}

.fade-in {
	-webkit-animation: fade-in ease 2s normal 1.5s forwards;
	-moz-animation: fade-in ease 2s normal 1.5s forwards;
	-ms-animation: fade-in ease 2s normal 1.5s forwards;
	-o-animation: fade-in ease 2s normal 1.5s forwards;
	animation: fade-in ease 2s normal 1.5s forwards;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fade-out {
	-webkit-animation: fade-out 1.5s normal 1s forwards;
	-moz-animation: fade-out 1.5s normal 1s forwards;
	-ms-animation: fade-out 1.5s normal 1s forwards;
	-o-animation: fade-out 1.5s normal 1s forwards;
	animation: fade-out 1.5s normal 1s forwards;
	pointer-events: none;
}

@keyframes fade-out {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* Audio button */
#audio-toggle {
	width: 50px;
	padding: 6px;
	background: #41627f;
	color: #fff;
	border: 2px solid #0c0a0e;
	cursor: pointer;
	font-size: .7rem;
	box-shadow: 3px 3px 0px #39262f;
	position: fixed;
	top: 40px;
	right: 5px;
	z-index: 100;
	transition: all 0.3s;
}

#audio-toggle:hover {
	background: #58809b;
}

#audio-toggle:active {
	box-shadow: 0px 0px 0px #39262f;
	top: 42px;
	right: 3px;
}

/* Sections base */
section {
	position: relative;
	overflow: hidden;
	max-width: 1300px;
	/* cap width */
	margin: 0 auto;
}

/* Layers base */
.layer {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1300px;
	/* cap width */
}

.layer img {
	width: 100%;
	height: auto;
	display: block;
}

/* Layer types */
.background {
	z-index: 1;
}

.middle {
	z-index: 2;
}

.foreground {
	z-index: 3;
}

/* Sprite layer */
.sprite-layer {
	position: absolute;
	/* allows independent positioning */
	/* z-index: 4; */
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	/* Remove centering transforms */
}

.sprite-container {
	position: relative;
	overflow: hidden;
}

.sprite {
	background-repeat: no-repeat;
	background-position: 0 0;
	image-rendering: pixelated;
	width: 100%;
	height: 100%;
}

.layer {
	width: 400px;
}

#panels-1-2 {
	height: 536px;
	padding-top: 60px;
	margin-bottom: 40px;
}

.panels-1-2-background {
	height: 466px;
}

.panels-1-2-title {
	width: 120px;
	height: 35px;
	top: 70px;
	left: 110px;
}

.panel-2-family {
	bottom: -56px;
	right: -60px;
	transform: scale(.3);
}

.panel-2-steam {
	bottom: 10px;
	left: -20px;
	transform: scale(.3);
}

.panel-2-pedestrian {
	bottom: -122px;
	left: -226px;
	transform: scale(.3);
}

.panels-1-2-tree-trunks {
	height: 446px;
	top: 0;
}

.panels-1-2-treetops {
	top: 165px;
}

#panel-3 {
	height: 265px;
	margin-bottom: 60px;
}

.panel-3-background,
.panel-3-outside,
.panel-3-shop-front,
.panel-3-lights {
	height: 265px;
}

.panel-3-ufo {
	top: -34px;
	left: 62px;
	transform: scale(.3);
}

.panel-3-boat {
	top: -30px;
	right: 88px;
	transform: scale(.3);
}

.panel-3-bird {
	top: -75px;
	right: 112px;
	transform: scale(.3);
}

.panel-3-holly {
	bottom: -46px;
	left: -44px;
	transform: scale(.3);
}

.panel-3-razorbug {
	bottom: -64px;
	left: -251px;
	transform: scale(.31);
}

.panel-3-train {
	bottom: -30px;
	left: -255px;
	transform: scale(.3);
}

.panel-3-ferris-wheel {
	bottom: -95px;
	right: -45px;
	transform: scale(.3);
}

#panel-4 {
	height: 1300px;
}

.panel-4-container {
	height: 586px;
}

.panel-4-buildings-middle {
	height: 177px;
}

.panel-4-buildings-middle {
	height: 190px;
}

.panel-4-buildings-front {
	height: 268px;
}

.panel-4-taxi {
	top: 182px;
	left: -328px;
	transform: rotate(1.3deg) scale(.3);
}

.panel-4-park {
	height: 420px;
	top: 175px;
}

.panel-4-lights-arch {
	top: -96px;
	left: 124px;
	transform: scale(.3);
}

.panel-4-lights-fountain {
	top: 142px;
	left: 165px;
	transform: scale(.3);
}

.panel-4-musician {
	right: -15px;
	bottom: 115px;
	transform: scale(.3);
}

.panel-4-pigeon-feeder {
	bottom: 56px;
	left: -4px;
	transform: scale(.3);
}

.panel-4-family {
	bottom: -70px;
	left: 80px;
	transform: scale(.3);
}

.panel-4-happy-holidays {
	width: 150px;
	height: 85px;
	top: 110px;
}

.holiday-message {
	font-family: "Goudy Bookletter 1911", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.25rem;
	margin-top: 560px;
	z-index: 5;
}

.holiday-message p {
	text-wrap: pretty
}

.holiday-message a {
    font-size: 1.25rem;
}


@media (min-width: 576px) {

	.newspaper,
	.newspaper img {
		width: 340px;
		height: 300px;
	}

	.newspaper {
		background-size: 340px 300px;
	}

	#audio-toggle {
		width: 50px;
		font-size: .7rem;
		padding: 6px;
		right: 5px;
	}

	.layer {
		width: 576px;
	}

	#panels-1-2 {
		height: 795px;
		padding-top: 100px;
		margin-bottom: 50px;
	}

	.panels-1-2-background {
		height: 645px;
	}

	.panels-1-2-title {
		width: 170px;
		height: 49px;
		top: 80px;
		left: 155px;
	}

	.panel-2-family {
		bottom: -38px;
		right: -5px;
		transform: scale(.44);
	}

	.panel-2-steam {
		bottom: 20px;
		left: 20px;
		transform: scale(.44);
	}

	.panel-2-pedestrian {
		bottom: -110px;
		left: -158px;
		transform: scale(.44);
	}

	.panels-1-2-tree-trunks {
		height: 645px;
		top: 0;
	}

	.panels-1-2-treetops {
		top: 215px;
	}

	#panel-3 {
		height: 385px;
		margin-bottom: 100px;
	}

	.panel-3-background,
	.panel-3-outside,
	.panel-3-shop-front,
	.panel-3-lights {
		height: 385px;
	}

	.panel-3-ufo {
		top: -5px;
		left: 120px;
		transform: scale(.44);
	}

	.panel-3-boat {
		top: -5px;
		right: 145px;
		transform: scale(.44);
	}

	.panel-3-bird {
		top: -45px;
		right: 185px;
		transform: scale(.44);
	}

	.panel-3-holly {
		bottom: -16px;
		left: 16px;
		transform: scale(.44);
	}

	.panel-3-razorbug {
		bottom: -9px;
		left: -163px;
		transform: scale(.445);
	}

	.panel-3-train {
		bottom: -10px;
		left: -180px;
		transform: scale(.44);
	}

	.panel-3-ferris-wheel {
		bottom: -62px;
		right: -14px;
		transform: scale(.44);
	}

	#panel-4 {
		height: 1400px;
	}

	.panel-4-container {
		height: 860px;
	}

	.panel-4-buildings-middle {
		height: 260px;
	}

	.panel-4-buildings-middle {
		height: 278px;
	}

	.panel-4-buildings-front {
		height: 392px;
	}

	.panel-4-taxi {
		top: 280px;
		left: -240px;
		transform: rotate(1.3deg) scale(.44);
	}

	.panel-4-park {
		height: 610px;
		top: 245px;
	}

	.panel-4-lights-arch {
		top: -72px;
		left: 248px;
		transform: scale(.44);
	}

	.panel-4-lights-fountain {
		top: 228px;
		left: 265px;
		transform: scale(.42);
	}

	.panel-4-musician {
		right: 15px;
		bottom: 215px;
		transform: scale(.44);
	}

	.panel-4-pigeon-feeder {
		bottom: 132px;
		left: 40px;
		transform: scale(.44);
	}

	.panel-4-family {
		bottom: -20px;
		left: 190px;
		transform: scale(.44);
	}

	.panel-4-happy-holidays {
		width: 220px;
		height: 125px;
		top: 140px;
	}

	.holiday-message {
		margin-top: 800px;
	}

}

@media (min-width: 768px) {

	.newspaper,
	.newspaper img {
		width: 450px;
		height: 397px;
	}

	.newspaper {
		background-size: 450px 397px;
	}

	#audio-toggle {
		width: 50px;
		font-size: .7rem;
		padding: 6px;
		right: 15px;
	}

	#audio-toggle:active {
		right: 13px;
	}

	.layer {
		width: 768px;
	}

	#panels-1-2 {
		height: 1010px;
		padding-top: 150px;
		margin-bottom: 100px;
	}

	.panels-1-2-background {
		height: 920px;
	}

	.panels-1-2-title {
		width: 226px;
		height: 65px;
		top: 110px;
		left: 210px;
	}

	.panel-2-family {
		bottom: 60px;
		right: 52px;
		transform: scale(.58);
	}

	.panel-2-steam {
		bottom: 108px;
		left: 65px;
		transform: scale(.58);
	}

	.panel-2-pedestrian {
		bottom: -20px;
		left: -85px;
		transform: scale(.58);
	}

	.panels-1-2-tree-trunks {
		height: 920px;
	}

	.panels-1-2-treetops {
		top: 290px;
	}

	#panel-3 {
		height: 510px;
		margin-bottom: 100px;
	}

	.panel-3-background,
	.panel-3-outside,
	.panel-3-shop-front,
	.panel-3-lights {
		height: 510px;
	}

	.panel-3-ufo {
		top: 25px;
		left: 190px;
		transform: scale(.58);
	}

	.panel-3-boat {
		top: 25px;
		right: 215px;
		transform: scale(.58);
	}

	.panel-3-bird {
		top: -15px;
		right: 270px;
		transform: scale(.58);
	}

	.panel-3-holly {
		bottom: 12px;
		left: 78px;
		transform: scale(.58);
	}

	.panel-3-razorbug {
		bottom: 46px;
		left: -66px;
		transform: scale(.595);
	}

	.panel-3-train {
		bottom: 6px;
		left: -105px;
		transform: scale(.58);
	}

	.panel-3-ferris-wheel {
		bottom: -34px;
		right: 25px;
		transform: scale(.58);
	}

	#panel-4 {
		height: 1650px;
	}

	.panel-4-container {
		height: 1133px;
	}

	.panel-4-buildings-middle {
		height: 342px;
	}

	.panel-4-buildings-middle {
		height: 367px;
	}

	.panel-4-buildings-front {
		height: 517px;
	}

	.panel-4-taxi {
		top: 390px;
		left: -142px;
		transform: rotate(1.3deg) scale(.58);
	}

	.panel-4-park {
		height: 800px;
		top: 325px;
	}

	.panel-4-lights-arch {
		top: -50px;
		left: 382px;
		transform: scale(.58);
	}

	.panel-4-lights-fountain {
		top: 320px;
		left: 375px;
		transform: scale(.56);
	}

	.panel-4-musician {
		right: 45px;
		bottom: 310px;
		transform: scale(.58);
	}

	.panel-4-pigeon-feeder {
		bottom: 200px;
		left: 90px;
		transform: scale(.58);
	}

	.panel-4-family {
		bottom: 20px;
		left: 300px;
		transform: scale(.58);
	}

	.panel-4-happy-holidays {
		width: 290px;
		height: 164px;
		top: 170px;
	}

	.holiday-message {
		margin-top: 1070px;
		font-size: 1.35rem;
	}

}

@media (min-width: 992px) {

	hr {
		margin-top: 60px;
	}

	.newspaper,
	.newspaper img {
		width: 590px;
		height: 520px;
	}

	.newspaper {
		background-size: 590px 520px;
	}

	#audio-toggle {
		width: 65px;
		font-size: .8rem;
		padding: 6px 12px;
	}

	.layer {
		width: 992px;
	}

	#panels-1-2 {
		height: 1258px;
		padding-top: 150px;
		margin-bottom: 100px;
	}

	.panels-1-2-background {
		height: 1108px;
	}

	.panels-1-2-title {
		width: 294px;
		height: 85px;
		top: 140px;
		left: 270px;
	}

	.panel-2-family {
		bottom: 40px;
		right: 120px;
		transform: scale(.75);
	}

	.panel-2-steam {
		bottom: 75px;
		left: 120px;
		transform: scale(.75);
	}

	.panel-2-pedestrian {
		bottom: -46px;
		left: -2px;
		transform: scale(.75);
	}

	.panels-1-2-tree-trunks {
		height: 1108px;
	}

	.panels-1-2-treetops {
		top: 360px;
	}

	#panel-3 {
		height: 660px;
		margin-bottom: 100px;
	}

	.panel-3-background,
	.panel-3-outside,
	.panel-3-shop-front,
	.panel-3-lights {
		height: 660px;
	}

	.panel-3-ufo {
		top: 60px;
		left: 270px;
		transform: scale(.75);
	}

	.panel-3-boat {
		top: 55px;
		right: 290px;
		transform: scale(.75);
	}

	.panel-3-bird {
		top: 20px;
		right: 365px;
		transform: scale(.75);
	}

	.panel-3-holly {
		bottom: 48px;
		left: 152px;
		transform: scale(.75);
	}

	.panel-3-razorbug {
		bottom: 115px;
		left: 48px;
		transform: scale(.765);
	}

	.panel-3-train {
		bottom: 30px;
		left: -12px;
		transform: scale(.75);
	}

	.panel-3-ferris-wheel {
		bottom: 6px;
		right: 70px;
		transform: scale(.75);
	}

	#panel-4 {
		height: 2000px;
	}

	.panel-4-container {
		height: 1466px;
	}

	.panel-4-buildings-middle {
		height: 443px;
	}

	.panel-4-buildings-middle {
		height: 474px;
	}

	.panel-4-buildings-front {
		height: 669px;
	}

	.panel-4-taxi {
		top: 535px;
		left: -28px;
		transform: rotate(1.3deg) scale(.75);
	}

	.panel-4-park {
		height: 1035px;
		top: 430px;
	}

	.panel-4-lights-arch {
		top: -20px;
		left: 538px;
		transform: scale(.75);
	}

	.panel-4-lights-fountain {
		top: 425px;
		left: 502px;
		transform: scale(.75);
	}

	.panel-4-musician {
		right: 80px;
		bottom: 430px;
		transform: scale(.75);
	}

	.panel-4-pigeon-feeder {
		bottom: 290px;
		left: 145px;
		transform: scale(.75);
	}

	.panel-4-family {
		bottom: 50px;
		left: 430px;
		transform: scale(.75);
	}

	.panel-4-happy-holidays {
		width: 375px;
		height: 212px;
		top: 210px;
	}

	.holiday-message {
		margin-top: 1385px;
		font-size: 1.5rem;
	}

}

@media (min-width: 1200px) {

	.newspaper,
	.newspaper img {
		width: 750px;
		height: 661px;
	}

	.newspaper {
		background-size: 100%;
	}

	#audio-toggle {
		width: 80px;
		font-size: 1rem;
	}

	.layer {
		width: 1200px;
	}

	#panels-1-2 {
		height: 1490px;
		padding-top: 150px;
		margin-bottom: 100px;
	}

	.panels-1-2-background {
		height: 1340px;
	}

	.panels-1-2-title {
		width: 339px;
		height: 98px;
		top: 150px;
		left: 320px;
	}

	.panel-2-family {
		bottom: 80px;
		right: 185px;
		transform: scale(.9);
	}

	.panel-2-steam {
		bottom: 100px;
		left: 180px;
		transform: scale(.9);
	}

	.panel-2-pedestrian {
		bottom: -15px;
		left: 75px;
		transform: scale(.9);
	}

	.panels-1-2-tree-trunks {
		height: 1400px;
	}

	.panels-1-2-treetops {
		top: 410px;
	}

	#panel-3 {
		height: 800px;
		margin-bottom: 100px;
	}

	.panel-3-background,
	.panel-3-outside,
	.panel-3-shop-front {
		height: 800px;
	}

	.panel-3-ufo {
		top: 95px;
		left: 340px;
		transform: scale(.9);
	}

	.panel-3-boat {
		top: 85px;
		right: 360px;
		transform: scale(.9);
	}

	.panel-3-bird {
		top: 55px;
		right: 460px;
		transform: scale(.9);
	}

	.panel-3-holly {
		bottom: 80px;
		left: 220px;
		transform: scale(.9);
	}

	.panel-3-razorbug {
		bottom: 178px;
		left: 152px;
		transform: scale(.92);
	}

	.panel-3-train {
		bottom: 50px;
		left: 70px;
		transform: scale(.9);
	}

	.panel-3-ferris-wheel {
		bottom: 40px;
		right: 110px;
		transform: scale(.9);
	}

	#panel-4 {
		height: 2380px;
	}

	.panel-4-container {
		height: 1759px;
	}

	.panel-4-buildings-middle {
		height: 532px;
	}

	.panel-4-buildings-middle {
		height: 569px;
	}

	.panel-4-buildings-front {
		height: 803px;
	}

	.panel-4-taxi {
		top: 670px;
		left: 82px;
		transform: rotate(1.3deg) scale(.9);
	}

	.panel-4-park {
		height: 1260px;
		top: 520px;
	}

	.panel-4-lights-arch {
		top: 5px;
		left: 684px;
		transform: scale(.92);
	}

	.panel-4-lights-fountain {
		top: 526px;
		left: 620px;
		transform: scale(.9);
	}

	.panel-4-musician {
		right: 110px;
		bottom: 540px;
		transform: scale(.9);
	}

	.panel-4-pigeon-feeder {
		bottom: 380px;
		left: 195px;
		transform: scale(.9);
	}

	.panel-4-family {
		bottom: 100px;
		left: 530px;
		transform: scale(.9);
	}

	.panel-4-happy-holidays {
		width: 450px;
		height: 255px;
		top: 260px;
	}

	.holiday-message {
		margin-top: 1700px;
		font-size: 2rem;
	}

}

@media (min-width: 1400px) {

	.layer {
		width: 1300px;
	}

	#panels-1-2 {
		height: 1600px;
		padding-top: 150px;
		margin-bottom: 100px;
	}

	.panels-1-2-background {
		height: 1450px;
	}

	.panels-1-2-title {
		width: 377px;
		height: 109px;
		top: 150px;
		left: 350px;
	}

	.panel-2-family {
		right: 215px;
		bottom: 100px;
		transform: scale(1);
	}

	.panel-2-steam {
		bottom: 115px;
		left: 200px;
		transform: scale(1);
	}

	.panel-2-pedestrian {
		bottom: 5px;
		left: 122px;
		transform: scale(1);
	}

	.panels-1-2-tree-trunks {
		height: 1450px;
	}

	.panels-1-2-treetops {
		top: 440px;
	}

	#panel-3 {
		height: 864px;
		margin-bottom: 100px;
	}

	.panel-3-background,
	.panel-3-outside,
	.panel-3-shop-front {
		height: 864px;
	}

	.panel-3-ufo {
		top: 115px;
		left: 370px;
		transform: scale(1);
	}

	.panel-3-boat {
		top: 100px;
		right: 400px;
		transform: scale(1);
	}

	.panel-3-bird {
		top: 70px;
		right: 500px;
		transform: scale(1);
	}

	.panel-3-holly {
		bottom: 96px;
		left: 258px;
		transform: scale(1);
	}

	.panel-3-razorbug {
		bottom: 205px;
		left: 200px;
		transform: scale(1);
	}

	.panel-3-train {
		bottom: 58px;
		left: 120px;
		transform: scale(1);
	}

	.panel-3-ferris-wheel {
		bottom: 58px;
		right: 120px;
		transform: scale(1);
	}

	#panel-4 {
		height: 2480px;
	}

	.panel-4-container {
		height: 1954px;
	}

	.panel-4-buildings-middle {
		height: 590px;
	}

	.panel-4-buildings-middle {
		height: 632px;
	}

	.panel-4-buildings-front {
		height: 892px;
	}

	.panel-4-taxi {
		top: 700px;
		left: 120px;
		transform: rotate(1.3deg) scale(1);
	}

	.panel-4-park {
		height: 1354px;
		top: 550px;
	}

	.panel-4-lights-arch {
		top: 20px;
		left: 752px;
		transform: scale(1);
	}

	.panel-4-lights-fountain {
		top: 575px;
		left: 680px;
		transform: scale(1);
	}

	.panel-4-musician {
		right: 130px;
		bottom: 590px;
		transform: scale(1);
	}

	.panel-4-pigeon-feeder {
		bottom: 415px;
		left: 225px;
		transform: scale(1);
	}

	.panel-4-family {
		bottom: 120px;
		left: 580px;
		transform: scale(1);
	}

	.panel-4-happy-holidays {
		width: 500px;
		height: 283px;
		top: 270px;
	}

	.holiday-message {
		margin-top: 1800px;
	}

}