@import url("fonts.css");


body {
	background: #F3F3F3;
}

p {
	font-size: .8125rem;
}

h1 {
	/*font-family: trade;*/
	font-family: frankb;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	margin: 125px 0px 75px 0px;
}

.afterheadline {
	margin-top: 45px;
}

h2 {
	font-family: frankb;
	letter-spacing: 1px;
	font-size: 30px;
	margin-bottom: -8px;
	margin-top: 0px;
}

h3 {
	font-family: amono;
	font-size: .8125rem;
	line-height: 0rem;
	margin-bottom: 0px;
	margin-top: 4px;
}

li {
	text-align: center;
}

.front {
	margin-bottom: 0px;
}

.performance-description {
	line-height: 36px;
}

a {
	color: black;
}

a:hover {
	color: #D4D4D4;
}

a:focus {
	color: #000000;
}

#phone-head {
	display: none;
}

/*.top-bar {
	height: 55px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
}*/

/*.title-area {
	padding-left: 10px;
}*/


#stuck {
	background-color: white;
	height: 55px;
	width: 100%;
	border-bottom: 1px solid #000000;
	position: fixed;
	z-index: 100;
	margin-top: 0px;
	/*visibility: hidden;*/
}

#stuckrelease {
	background-color: white;
	height: 55px;
	width: 100%;
	border-bottom: 1px solid #000000;
	position: fixed;
	z-index: 100;
	margin-top: -140px;
	/*visibility: hidden;*/
}

#ppmlogo {
	margin: 15px 0 0 5px;
	float: left;
}

#ppmlogotype {
	/*font: 14px/13px trade;*/
	font: 14px/13px frankb;
	letter-spacing: 1px;
	border-left: 1px solid black;
	float: left;
	height: 100%;
	padding: 7px 0 0 15px;
	margin-left: 10px;
}

#navitems {
	font-family: amono;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 55px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	width: 500px;
}

#navitems li {
	display: inline;
	margin: 0px 5px;
}

#navitems .phone-cart {
	display: none;
}

#navright {
	float: right;
	/*font-family: amono;
	font-size: 12px;
	letter-spacing: 2px;*/
	font: 14px/13px frankb;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: -34px 15px 0 0;
}

.clear {
	clear: both;
}

.row {
	margin-bottom: 0px;
}

.recordrow {
	/*margin-bottom: 30px;*/
	margin-bottom: 1.875rem;
}

.firstrow {
	padding-top: 135px;
	position: relative;
}

footer {
	height: 100px;
}

.aboutrow {
	margin-top: 50px;
	margin-bottom: 60px;
}

.blog-space {
	padding-top: 30px;
}

.new-release {
	margin-top: 30px;
}

.recordart {
	box-shadow: 0px 0px 3px #b2b2b2;
}

.performanceart {
	box-shadow: 0px 0px 3px #b2b2b2;
	background-color: white;
}


.nonrecord {
	max-height: 258px;
	display: block;
	margin: 0 auto;
}

.centered {
	text-align: center;
}

.recordartlrg {
	margin-bottom: 10px;
}

.bandname {
	/*font-family: trade;*/
	font-family: frankb;
	letter-spacing: 1px; 
	font-size: 0.875rem;
	line-height: 1.19rem;
	text-transform: uppercase;
	text-align: center;
	margin: .625rem 0 0 0;
}

.recordname {
	font-family: amono; 
	font-size: .75rem;
	text-align: center;
	margin: 0px;
}

.bandname-large {
	margin-top: -5px;
}

.description {
	font-family: amono;
	font-size: .8125rem;
	line-height: 1.5rem;
	margin: 0 0 1rem 0;	
}

.descriptionbody {
	font-family: amono;
	font-size: 14px;
	line-height: 26px;
	margin: 0 0 1.5rem 0;
	font-weight: normal;	
}

.titlespace {
	margin-bottom: 35px;
}

.bandphoto {
	width: 100%;
	height: 200px;
	background-color: black;
	margin-bottom: 16px;
}

.recordimgsml {
	display: none;
}

.add {
	font-family: amono;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	text-align: center;
	border: 1px solid black;
	margin-top: 16px;
	padding: 16px 0px;
}

.add:hover {
	background-color: black;
	color: white;
}

.soldout {
	
	font-family: amono;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	text-align: center;
	color: #939393;
	border: 1px solid #939393;
	margin-top: 16px;
	padding: 16px 0px;
}

.lastbtn {
	margin-bottom: 20px;
}

.tracklisthead {
	/*font-family: trade;*/
	font-family: frankb;
	letter-spacing: 1px; 
	font-size: 0.875rem;
	text-transform: uppercase;
}

.tracklist {
	font-family: amono;
	font-size: 14px;
	line-height: 1.5rem;
	margin: 0 0 1.5rem 0;
}

/* MEDIUM */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 

#ppmlogotype {
	display: none;
}

h1 {
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 3px;
}

h2 {
	letter-spacing: 1px;
	font-size: 25px;
	line-height: 30px;
}

.firstrow {
	padding-top: 100px;
}

}

/* SMALL */

@media only screen and (max-width: 40rem) { 

#stuck {
	position: relative;
}

#phone-head {
	display: block;
	background-color: #000000;
	width: 100%;
	height: 77px;
	line-height: 77px;
	/*text-align: center;*/
}

#phone-logo {
	margin: 0 auto;
	text-align: center;
}

#navright {
	display: none;
}

#ppmlogotype {
	display: none;
}

#ppmlogo {
	display: none;
}

#navitems {
	width: 100%;
}

#navitems li {
	margin: 0px 4px;
	letter-spacing: 1px;
}

#navitems .phone-cart {
	display: inline;
}

.firstrow {
	padding-top: 36px;
}

.smallbottom {
	margin-bottom: 2.25rem;
}

h1 {
	font-size: 35px;
	line-height: 37px;
	text-align: left;
	letter-spacing: 1px;
	margin: 30px 0px 10px 0px;
}

h2 {
	font-size: 20px;
	line-height: 10px;
	margin-top: -20px;
	margin-bottom: 28px;
	letter-spacing: .6px;
}

h3 {
	margin-bottom: 0px;
}

.aboutimg2 {
	margin-top: -50px;
}

.aboutimg3 {
	margin-top: -15px;
}

.performance-description {
	line-height: 29px;
}

/*.title-area {
	visibility: hidden;
}*/

.bandname {
	font-family: trade; 
	font-size: 1.125rem;
	text-align: center;
	margin: 12px 0 0 0;
}

.recordname {
	font-family: amono; 
	font-size: 1rem;
	text-align: center;
	margin: 0px;

}

.recordart {
	box-shadow: 0px 0px 3px #b2b2b2;
	max-width: 260px;
	margin-bottom: 20px;
}

.recordartgrid {
	box-shadow: 0px 0px 3px #b2b2b2;
	max-width: 260px;
	margin: 0 auto;
	display: block;
}

.recordimglrg {
	display: none;
}

.recordimgsml {
	display: block;
	text-align: center;
	margin: 25px 0px 35px 0px;
}

.add {
	max-width: 260px;
	margin: 0 auto;
}

.soldout {
	max-width: 260px;
	margin: 0 auto;
}

.lastbtn {
	margin-top: 16px;
}

.titlespace {
	margin-bottom: 0px;
}

.description {
	font-family: amono;
	font-size: .8125rem;
	line-height: 1.5rem;
	margin: 0 0 0 0;	
}

}