@import url("https://use.typekit.net/evy0uem.css");

#scrolly {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #f3f3f3;
	background-image: url('https://visuals.otsops.com/projects/mnfo26/images/bg2.jpg');
	background-position: center center;
	background-repeat: no-repeat; 
	background-attachment: fixed;
	background-size: cover;
	/*background: #3C3CFA;
	background: linear-gradient(180deg, rgba(60, 60, 250, 1) 0%, rgba(138, 136, 254, 1) 50%, rgba(209, 183, 253, 1) 100%);    */     
	padding: 0;
}

#scrolly>* {
	/*-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;*/
}

#scrollyArticle {
	position: relative;
	padding: 0 1rem;
	width: 75%;
}
#scrollyArticle p {
	
}

#sidebar {
	position: -webkit-sticky;
	position: sticky;
	width: 25%;
	margin: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-color: #bee5ec;
	z-index: 0;
	padding: 1rem;
}

#sidebar .blurb {
	text-align: left;
	font-size: 16px;
	font-family: "montserrat", sans-serif;
	font-weight: 400;
	color: #333;
	margin-top: 200px;
}
#sidebar .quote {
	text-align: left;
	font-size: 20px;
	font-family: "montserrat", sans-serif;
	font-weight: 700;
	color: #333;

}

.step {
	margin: 0 auto 2rem auto;
	/*background-color: #3b3b3b;*/
	color: #CCC;
	opacity: 0.75;
	filter: grayscale(100%);
}

.step:last-child {
	margin-bottom: 0;
}

.step.is-active {
	/*background-color: goldenrod;*/
	color: #FFF;
	opacity: 1;
	filter: none;
}

.step p {
	text-align: center;
	
}

.picto {
	width: 50px !important;
	margin: 5rem auto -20px auto !important;
}
.thumb {
	width: 100%;
}
#navBar {
	position: sticky;
	top: 65px; 
	z-index: 100;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.navPill {
	background-color: #000;
	color: #FFF;
	font-size: 14px;
	font-family: "montserrat", sans-serif;
	font-weight: 400;
	display: inline-block;
	padding: 5px 15px;
	margin: 15px 2px 0px 2px;
	border-radius: 25px;
	text-transform: uppercase;
	border: 1px solid #555;
}
.navPill:hover{
	background-color: #333;	

}
.navPill a {
	color: #FFF;
	text-decoration: none;
	border-bottom: none;
}
#navM {
	display: none;
	text-align: center;
}
#navD {
	display: block;
}

.athName {
	font-size: 25px !important;
	font-family: "montserrat", sans-serif !important;
	font-weight: 700 !important;
	color: #FFF !important;
	margin-bottom: 0px !important;
	
}
.coming {
	font-size: 14px !important;
	font-family: "montserrat", sans-serif !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #CCC !important;
	text-transform: uppercase !important;
}
.listen {
	background-color: #000;
	color: #FFF;
	font-size: 14px;
	padding: 5px 15px;
	font-family: "montserrat", sans-serif;
	border-radius: 25px;
	display: inline-block;
}

.mInfo {
	display: none;
}

@media (max-width: 1200px ) {
	.navPill {
		font-size: 12px;
	}
}

@media (max-width: 500px ) {
	#scrollyArticle {
		padding: 0;
		width: 100%;
	}
	#sidebar {
		position: fixed;
		width: 100%;
		bottom: 0px;
		left: 50%;
		transform: translate(-50%, 0%);
		display: none;
	}
	#sidebar .blurb {
		margin: 0px 15px;
		font-size: 14px;
	}

	#sidebar .quote {
		font-size: 18px;
		margin: 15px 15px;
			
	}
	.listen {
		margin: 15px 15px;
		
	}

	#navM {
		display: block;
	}
	#navD {
		display: none;
	}
	#navBar {
		width: 100%;
		top: 35px;
	}
	.thumb {
		width: 95%;
	}

	.lastStep {
		height: 300px
	}

	.mInfo {
		display: block;
		background-color: #bee5ec;
		margin: 10px;
	}

	.mBlurb {
		font-size: 15px;
		font-family: "montserrat", sans-serif;
		font-weight: 400;
		color: #333;
		padding: 10px;
	}
	.mQuote {
		font-size: 18px;
		font-family: "montserrat", sans-serif;
		font-weight: 700;
		color: #333;
		padding: 10px;

	}
}