@font-face{
 	font-family:'Druk Wide Web';
 	src:url(https://s3.amazonaws.com/bw-fonts/DrukWide-Super-Web.eot);
 	src:url(https://s3.amazonaws.com/bw-fonts/DrukWide-Super-Web.eot?#iefix) format('embedded-opentype'),
 		url(https://s3.amazonaws.com/bw-fonts/DrukWide-Super-Web.woff) format('woff'),
 		url(https://s3.amazonaws.com/bw-fonts/DrukWide-Super-Web.ttf) format('truetype'),
 		url('https://s3.amazonaws.com/bw-fonts/DrukWide-Super-Web.svg#Druk Wide Web') format('svg');
 	font-weight:900;
 	font-style:normal;
 	font-stretch:normal;
}

@font-face{
 	font-family:'Druk Web';
 	src:url(https://s3.amazonaws.com/bw-fonts/Druk-Medium-Web.eot);
 	src:url(https://s3.amazonaws.com/bw-fonts/Druk-Medium-Web.eot?#iefix) format('embedded-opentype'),
 		url(https://s3.amazonaws.com/bw-fonts/Druk-Medium-Web.woff) format('woff'),
 		url(https://s3.amazonaws.com/bw-fonts/Druk-Medium-Web.ttf) format('truetype'),
 		url('https://s3.amazonaws.com/bw-fonts/Druk-Medium-Web.svg#Druk Web') format('svg');
 	font-weight:500;
 	font-style:normal;
 	font-stretch:normal;
}

@font-face{
 	font-family:'Druk Bold Web';
 	src:url(https://s3.amazonaws.com/bw-fonts/Druk-Bold-Web.eot);
 	src:url(https://s3.amazonaws.com/bw-fonts/Druk-Bold-Web.eot?#iefix) format('embedded-opentype'),
 		url(https://s3.amazonaws.com/bw-fonts/Druk-Bold-Web.woff) format('woff'),
 		url(https://s3.amazonaws.com/bw-fonts/Druk-Bold-Web.ttf) format('truetype'),
 		url('https://s3.amazonaws.com/bw-fonts/Druk-Bold-Web.svg#Druk Web') format('svg');
 	font-weight:500;
 	font-style:normal;
 	font-stretch:normal;
}

* {
	padding:0;
	margin:0;
}

*, *:after, *:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
	height:100%;
}

body {
	background-color: #000;
	color: #fff;
}

#skrollr-body {
  background-image: url('../img/bubbles.jpg');
  background-repeat: repeat-y;
  background-size: 100%;
  background-color: #000;
}


p {
	width: 60%;
  	max-width: 970px;
  	margin: 30px auto;
  	font: 18px 'TiemposTextWeb-Regular', Georgia, Times, serif;
  	line-height: 1.6em;
  	color: #fff;
}

p a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #ed1c24;
}

.bullet {
	color: #dc3c96;
}

.break {
	font-family: 'HaasTextBold';
	font-size: 21px;
	color: #fff;
}

#lede {
	background-image: url('../img/kidz_bop_fans.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
	min-height: 700px;
}

#lede-img {
	width: 100%;
	padding: 6%;
}

.lede-content {
  max-width: 75%;
  padding-top: 30%;
  margin: 0 auto;
}

.lede-content img {
	display: block;
	margin: 0 auto;
	padding-top: 400px;
	width: 90%;
}

.hed {
  padding-bottom: 20px;
}

.lede-content h1 {
  font-family: 'HaasDisplayBold', Helvetica, Arial, sans-serif;
  font-size: 150px;
  line-height: 130px;
  color: #ffe43d;
  font-weight: normal;
  vertical-align: middle;
  text-shadow: 10px 8px 0px #6e3f98;
  -ms-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  text-align: center;
}

#pink {
	color: #dc3c96;
	text-shadow: -5px 8px 0px #19b2dd;
}

.dek {
  font-family: 'HaasDisplayBold', Helvetica, Arial, sans-serif;
  font-size: 34px;
  color: #dc3c96;
  display: block;
  text-align: center;
  padding-bottom: 20px;
  margin: 50px auto;
}

.byline-s {
	color:#fff; 
	font-size:21px;
}

#main {
	overflow:visible;
	position:relative;
	max-width: 1600px;
	margin: 0 auto;
}

.mobile-lede, .mobile {
	display: none;
}


.pull-quote {
	font-family: 'HaasDisplayBold';
  	font-size:68px;
  	line-height: 72px;
  	color: #ffe43d;
  	width: 75%;
  	margin: 100px auto;
  	text-align: center;
  	text-shadow: 5px 5px 0px #6e3f98;
  	-ms-transform: rotate(-5deg);
  	-webkit-transform: rotate(-5deg);
  	transform: rotate(-5deg);
}

.lyrics {
	display: inline-block;
	width: 49%;
	font-family: 'HaasText';
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	vertical-align: top;
}

.lyrics .song {
	font-family: 'HaasTextBold';
	font-size: 20px;
	color: #dc3c96;
	display: block;
}

.lyrics .highlight {
	background-color: #ffe43d;
	color: #000;
}

.float-right {
	float: right;
	/*width: 30%;*/
	max-width: 500px;
	margin: 10px 5% 40px 50px;
}

.float-right img {
	width: 100%;
}

.full-width {
	width: 70%;
	margin: 60px auto;
	display: block;
}

.full-width img {
	width: 100%;
}

.full-width .photo-info, .float-right .photo-info {
	width: 100%;
	text-align: center;
	background: none;
}

.full-width .photo-info .caption {
	color: #ffe43d;
}

.full-width .photo-info .credit, .float-right .photo-info .credit {
	color: #888;
}

.photo-info {
	background-color: rgba(0,0,0,.7);
	width: 300px;
	left: 0;
	padding; 20px;
	display: inline-block;
}

.photo-info p {
	width: 100%;
	color: #dc3c96;
	padding: 0 20px;
}

.caption {
	font-family: 'HaasDisplayBold';
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
}

.credit {
	font-size: 14px;
	margin-top: 10px;
}

.full-width h3 {
	font-family: 'HaasDisplayBold';
	font-size: 68px;
	text-align: center;
	margin-bottom: 30px;
	color: #dc3c96;
	text-shadow: 3px 5px 0px #19b2dd;
	-ms-transform: rotate(5deg);
  	-webkit-transform: rotate(5deg);
  	transform: rotate(5deg);
}

.bio {
  width: 24%;
  padding: 0 30px;
  border-right: 1px solid #333;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  min-height: 400px;
}

.bio img {
  width: 90%;
}

.bio p {
  font-family: 'HaasText', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  margin: 0;
  width: 100%;
}

.bio .bold {
  font-family: 'HaasTextBold', Helvetica, Arial, sans-serif;
  color: #19b2dd;
}

.bio .name {
  font-family: 'HaasTextBold';
  font-size: 26px;
  color: #dc3c96;
}

.bio.last {
  border-right: none;
}

#bio-info {
	font-family: 'HaasText';
	font-size: 14px;
	color: #888;
	text-align: center;
}

.closer {
  margin-top: -5px;
  margin-left: 2px;
  height: 14px;
}

#footer .source {
  float: none;
  text-align: center;
}

.bold {
  font-family: 'HaasTextBold', Helvetica, Arial, sans-serif;
}

.terminal p a {
	border-bottom: none;
}

.terminal .video {
	display: none;
}

.index-page__headline-link {
	color: #fff;
}

@media only screen and (max-width:1020px),only screen and (device-width:1020px) {

	p {
		width: 80%;
	}

	.lede-content h1 {
		font-size: 115px;
		line-height: 90px;
	}

	.dek {
		font-size: 24px;
	}

	.gap-50 {
		height: 40%;
	}

	.full-width {
		width: 100%;
	}

	.float-right {
		float: none;
		margin: 40px auto;
		display: block;
	}

	.pull-quote {
		margin: 60px auto;
		font-size: 50px;
		width: 100%;
	}

}


@media only screen and (max-width:760px),only screen and (device-width:760px) {

	p {
		width: 100%;
		font-size: 16px;
    	line-height: 25px;
	}

	#lede {
		min-height: 360px;
		padding-top: 200px;
	}

	.mobile-lede, .mobile {
		display: block;
		width: 100%;
	}

	.mobile img, .mobile .photo-info {
		width: 100%;
	}

	.mobile .photo-info {
		background-color: #fff;
		text-align: center;
	}

	.mobile .photo-info .caption {
		font-size: 16px;
		line-height: 19px;
		color: #ed1c24;
	}

	.mobile .photo-info .credit {
		font-size: 13px;
		color: #888;
	}

	.lede-content {
		padding-top: 0;
		max-width: 75%;
		opacity: 1;
	}

	.lede-content h1 {
		font-size: 50px;
		line-height: 54px;
	}

	.dek {
		font-size: 20px;
		line-height: 22px;
		color: #fff;
		margin: 20px auto;
	}

	.byline-s {
		color:#fff; 
		font-size:15px;
	}

	.bio {
    width: 100%;
    padding: 20px 30px;
    border-bottom: 1px solid #333;
    border-right: none;
    display: block;
    min-height: 0;
  }

  .bio.last {
    border-bottom: none;
  }

  .bio img {
    width: 30%;
    float: left;
    padding: 0 15px 10px 0;
  }

	.caption {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 5px;
		margin-top: 15px;
	}

	.credit {
		font-size: 13px;
		margin-top: 5px;
		margin-bottom: 15px;
	}

	.pull-quote {
		font-size: 30px;
		line-height: 36px;
		margin: 50px auto;
	}

	.lyrics {
		font-size: 14px;
	}
}