.subway-lines.green > .subway-line,
.subway-lines > .subway-line.green, 
.subway-lines.green > .station span:first-child,
.music-underground .page-column.green {
	background-color: var(--mu-green);
}
.subway-lines.red > .subway-line,
.subway-lines > .subway-line.red,
.subway-lines.red > .main-station, 
.subway-lines.red > .station span:first-child,
.music-underground .page-column.red {
	background-color: var(--mu-red);
}
.subway-lines.blue > .subway-line, 
.subway-lines > .subway-line.blue,
.subway-lines.blue > .station span:first-child,
.music-underground .page-column.blue {
	background-color: var(--mu-blue);
}
.subway-lines.yellow > .subway-line, 
.subway-lines > .subway-line.yellow,
.subway-lines.yellow > .station span:first-child,
.music-underground .page-column.yellow {
	background-color: var(--mu-yellow);
}

.subway-line {
	height: 100vh;
}
.subway-line.subway-line.threequarter {
	height: 75vh;
}
.subway-line.half {
	height: 50vh;
}
.subway-line.subway-line.quarter {
	height: 25vh;
}

.subway-lines.left > .subway-line.rotated.bottom {
	rotate: 45deg;
	transform-origin: top right;
}
.subway-lines.left > .subway-line.rotated.top {
	rotate: -45deg;
	transform-origin: bottom right;
}
.subway-lines.right > .subway-line.rotated.top,
.line2 .subway-line.rotated.top {
	rotate: 45deg;
	transform-origin: bottom left;
}
.subway-lines.right > .subway-line.rotated.bottom {
	rotate: -45deg;
	transform-origin: top left;
}

.music-underground .subway-lines.left {
	left: 150px;
}
.music-underground .subway-lines.right {
	right: 150px;
}

.music-underground .station {
	top: 50vh;
}











body.music-underground {
	overflow: hidden;
}

.music-underground .subway-lines {
	z-index: 1;
}

.music-underground .page:nth-child(2) .subway-lines {
	bottom: -20px;
	right: 100px;
}



.music-underground .page:nth-child(2) .subway-line {
	height: 100px;
	order: 2;
	position: relative;
	top: -20px;
	left: 50px;
}

.music-underground p {
	margin-bottom: 25px;
}



.music-underground .page:nth-child(5) .subway-line,
.music-underground .mu-posters-1 .subway-line {
	height: 75vh;
}

.music-underground .page:nth-child(3) .subway-lines,
.music-underground .page:nth-child(4) .subway-lines,
.music-underground .page:nth-child(5) .subway-lines {
	right: 150px;
}



.music-underground .page:nth-child(5) .subway-line.rotated,
.music-underground .mu-posters-1 .subway-line.rotated {
	height: 290px;
}


.mu-posters-1 .station span:first-child,
.mu-posters-2 .station span:first-child {
	order: 1;
}



.music-underground .we-got-it-all .subway-lines .line2 {
	top: -25vh;
	left: calc(100vw - 400px);
	position: absolute;
	display: flex;
}

.music-underground .we-got-it-all .subway-lines .line2 .subway-lines {
	left: 0;
}

.music-underground .page:nth-child(5) .carousel-button {
	background: var(--color-background);
}

.music-underground .page:nth-child(5) .carousel-button svg {
	fill: var(--mu-green);
}



.we-got-it-all .subway-line.rotated:nth-child(4) {
	position: absolute;
	top: 50vh;
	height: 500px;
}


.music-underground .line2 > .subway-line {
	background-color: var(--mu-yellow);
}

.music-underground .page.mu-posters-2 .subway-line.rotated.left-top {
	height: 200vw;
}


.music-underground .carousel-control-prev-icon svg,
.music-underground .carousel-control-next-icon svg {
	fill: white;
    height: 50%;
}

.music-underground .carousel-control-prev,
.music-underground .carousel-control-next {
	width: 40px;
	height: 40px;
	background: var(--mu-blue);
	border: none;
	cursor: pointer;
	z-index: 1;
	transition: color 0.1s;
	opacity: 1;
}

.carousel-control-prev {
	order: 1;
}

.carousel-control-next {
	margin-bottom: 10px;
}

.music-underground .carousel-control-prev-icon,
.music-underground .carousel-control-next-icon {
	background-image: none;
}

.music-underground .carousel > div.flex {
	flex-direction: column;
}

.music-underground .carousel button {
	position: static;
}

.music-underground .carousel-inner {
	margin-right: 10px;
	max-width: 450px;
}

.music-underground .slide {
	flex: 0 1 100%;
}

.mu-london-logos .carousel-control-prev-icon svg,
.mu-london-logos .carousel-control-next-icon svg{
	fill: var(--mu-green);
}

.mu-london-logos .carousel-control-prev,
.mu-london-logos .carousel-control-next {
	background: var(--color-background);
}



.music-underground .carousel img {
	max-height: 100%;
	height: auto;
	max-width: 100%;
	width: auto;
}

.music-underground .carousel-item {
	max-height: 100%;
	height: 100%;
	max-width: 100%;
	width: auto;
}



/** Posters 1 **/
.mu-posters-1 .page-column:nth-child(2) .page-inner {
	padding: calc(var(--container-border-size) * 2) calc(var(--container-border-size) * 2) calc(var(--container-border-size) * 2) var(--container-border-size);
}

.music-underground .mu-posters-1 .carousel-control-prev, 
.music-underground .mu-posters-1 .carousel-control-next,
.music-underground .mu-posters-3 .carousel-control-prev, 
.music-underground .mu-posters-3 .carousel-control-next {
	background: white;
}

.music-underground .mu-posters-1 .carousel-control-prev-icon svg, 
.music-underground .mu-posters-1 .carousel-control-next-icon svg,
.music-underground .mu-posters-3 .carousel-control-prev-icon svg, 
.music-underground .mu-posters-3 .carousel-control-next-icon svg {
	fill: var(--mu-yellow);
}

.mu-posters-1 h2 {
	color: white;
	margin-bottom: 20px;
}

.mu-posters-1 p {
	color: white;
}


/** Posters 2 **/
.music-underground .mu-posters-2 .page-column:nth-child(2) .page-inner {
	padding-left: 0;
}

.music-underground .mu-posters-2 img {
	position: absolute;
	max-height: 75%;
	translate: -50%;
	max-width: 60%;
}

.music-underground .mu-posters-2 .station:nth-child(4) > span:first-child {
	display: none;
}

.music-underground .mu-posters-2 .station:nth-child(4) {
	position: absolute;
	bottom: 100px;
	top: auto;
	translate: 50% -50%;
}




/** Subway Lines **/
.subway-lines {
	display: flex;
	flex-direction: column;
	position: absolute;
	pointer-events: none;
}

.subway-lines span {
	display: block;
}

.main-station {
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
}

.main-station span {
	background: white;
	width: 120px;
	height: 120px;
	display: block;
	border-radius: 50%;
	translate: 40px 40px;
}

.subway-line {
	width: 100px;
}

.subway-lines .station {
	position: absolute;
	display: flex;
	translate: -50% -50%;
}

.mu-posters-2 .subway-lines .station {
	translate: 17.5% -50%;
}

.station span:first-child {
	width: 100px;
	height: 50px;
}

.station span:last-child {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: white;
}

.music-underground .page.mu-posters-2 .subway-line.horizontal {
	height: 100px;
	width: 100vw;
	position: absolute;
	bottom: 100px;
	left: -150px;
	background: var(--mu-yellow);
	z-index: -1;
}



.mu-posters-1 .station {
	translate: 0 0;
	left: 25px;
}

.music-underground .wristbands .carousel-control-prev, .music-underground .wristbands  .carousel-control-next {
	background: var(--mu-green);
}





@media (max-width: 799px) {
	.music-underground .subway-lines {
		display: none;
	}

	.music-underground .page.introduction {
		background: var(--mu-red);
	}

	.music-underground .page.mu-london-logos {
		background: var(--mu-green);
	}

	.music-underground .page .page-column {
		height: 100%;
		max-height: 100%;
	}

	.music-underground .page .page-column.nocontent {
		display: none;
	}

	.music-underground .carousel {
		flex-direction: column;
	}

	.music-underground .carousel > div.flex {
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	.carousel-control-next {
		margin-bottom: 0;
	}

	.music-underground .carousel-inner {
		margin-bottom: 10px;
	}

	.music-underground .page-column .page-inner, 
	.music-underground .page-column .page-column:last-child .page-inner,
	.music-underground .mu-posters-1 .page-column:nth-child(2) .page-inner,
	.music-underground .mu-posters-2 .page-column:nth-child(2) .page-inner {
		padding: calc(var(--container-border-size)*.5);
		width: 100%;
	}

	.music-underground .mu-posters-1 .page-inner {
		background-color: var(--color-background);
		color: #212529;
	}

	.music-underground .mu-posters-1 .page-inner p,
	.music-underground .mu-posters-1 .page-inner h2 {
		color: #212529;
	}

	.music-underground .mu-posters-1 .carousel-control-next,
	.music-underground .mu-posters-1 .carousel-control-prev {
		background-color: var(--mu-yellow);
	}

	.music-underground .mu-posters-1 .carousel-control-next-icon svg,
	.music-underground .mu-posters-1 .carousel-control-prev-icon svg {
		fill: white;
	}

	.music-underground .mu-posters-2 img {
		position: static;
		max-height: 100%;
		max-width: 100%;
		translate: 0;
	}

	.music-underground .mu-posters-2 {
		background-color: var(--mu-blue);
	}

	.music-underground .we-got-it-all,
	.music-underground .we-got-it-all .page-column {
		background-color: var(--color-background);
	}

	.music-underground .mu-posters-3 {
		background-color: var(--mu-yellow);
	}
}