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

/* ARTICLES */
body.disney {
	background-image: url('../images/disney-logo-2048.jpg');
	background-color: #0a0b1f;
	background-size: 1300px;
	background-position: center -220px;
	background-repeat: no-repeat;
}
body.disney,
body.disney article,
body.disney article h1,
body.disney article h2,
body.disney article h3,
body.disney article h4,
body.disney article li,
body.disney article p,
body.disney article td,
body.disney article tr,
body.disney article ul {
	color: #fff;
}
body.disney h1,
body.disney h2,
body.disney h3,
body.disney h4 {
	font-family: adobe-garamond-pro, serif;
}
body.disney.big-image-article .headline,
body.disney.gallery-article .headline {
	height: 600px;
	padding: 0;
	opacity: 0;
}
body.disney article a,
body.disney article a:link,
body.disney article a:visited {
	color: #d5ba69;
}
body.disney .schedule tr:hover {
	background-color: rgba(255,255,255,0.1);
}
@media all and (max-width: 700px) {
	body.disney {
		background-size: 165vw;
		background-position: center calc(-30vw + 60px);
	}
	body.disney.big-image-article .headline,
	body.disney.gallery-article .headline {
		height: 100vw;
		max-height: 600px;
	}
}

/* INDEX */
li.disney a h1,
li.disney a:link h1,
li.disney a:visited h1,
li.disney a p,
li.disney a:link p,
li.disney a:visited p,
li.disney a table,
li.disney a:link table,
li.disney a:visited table {
	background: none;
}
.feature-blocks li.disney h1 {
	font-size: 3vw;
	line-height: 4vw;
}
@media all and (max-width: 768px) {
	.feature-blocks li.disney {
		background-position: center calc(-30vw + 60px);
		padding-top: calc(60vw - 60px);
		background-size: 150%;
		background-color: #0a0b1f;
	}
	.feature-blocks li.disney .featured-block {
		max-width: 100%;
	}
	.feature-blocks li.disney a {
		margin-left: auto;
		margin-right: auto;
	}
	.feature-blocks li.disney span:first-of-type {
		display: none;
	}
}