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

html {
	background-color: #ddd;
	margin: 0;
	height: 100%;
	scroll-padding-top: 120px; /* to offset main container by the fixed header */
}

body {
	margin: 0;
	padding: 0;
	font-family: "roboto-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #333;
	height: 100%;
}

.pd-container {
	background-color: #fff;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 3%;
}

.pd-panel {
	padding: 50px 5%;
}

.pd-section {
	padding: 0 20%;

}

#pd-title {
	color: #333;
	font-family: "montserrat", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 20px 0;
}

.pd-subtitle {
	font-size: 24px;
}

#pd-breadcrumbs {
	color: #bbb;
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	margin-top: 20px;
}

#pd-description {
	color: #bbb;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 40px;
}

.pd-label {
	float: right;
	color: #bbb;
	font-size: 18px;
	line-height: 24px;
	padding: 5px 2% 0 2%;
}

.pd-em {
	color: #333;
}

.pd-text {
	font-size: 18px;
}


a {
	color: #aaa;
}

a:hover {
	color: #333;
	text-decoration: none;
}








@media (max-width: 1200px) {
	
	.pd-panel {
		padding: 40px 5%;
	}
	
	
	
	.pd-headline {
		font-size: 48px;
		line-height: 48px;
	}
	
}



@media (max-width: 960px) {
	
	.pd-description {
		padding: 0;
	}

}



@media (max-width: 640px){
	
	
	
	.pd-description {
		font-size: 18;
		line-height: 28px;
		padding: 0 3%;
	}
	
	.pd-section {
		padding: 0;
	
	}
	
	.pd-shows {
		width: auto;
		padding: 0 3%;
	}
	
	.pd-headline {
		font-size: 40px;
		line-height: 40px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.pd-subhead {
		font-size: 26px;
		line-height: 26px;

	}
	
	
	
}


