/* @override
	http://localhost/belarca/css/belarca.css */

/* Typekit Fonts */
body, p, li {
 font-family:  "franklin-gothic-urw-cond", helvetica, sans-serif;
 font-weight: 400;
 font-size: 1.25em;
}
h1, h2, h3, h4, h5, h6 {
 font-family:  "franklin-gothic-urw-cond", helvetica, sans-serif;
 font-weight: 600;
}

h3 {
	margin: 30px 0 10px 0 ;
}

.col-sm-12 h3 {
	margin-top: 40px;
	padding-top:  30px;
	border-top: 1px solid #fc4c16;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
 
  }

.row {
	position: relative;
}

.logobox {
	min-height: 90px;		
	position: relative;
}

.logo {
	width: 100%;
	position: absolute;
	max-width: 100px;
	margin: 5px 0;
	bottom:  10px;	
		
}

.slogan {
	position: absolute;
	bottom:  4px;
	right:  0;		
	}
	.slogan h1 {
			font-size: 10pt;			
			 font-weight: 300;	
			 text-transform: uppercase;	 
	}

.jumbophoto {
	background: url(../images/28160100_1000.jpg) center center / cover no-repeat scroll; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	height: 200px;	
	margin-bottom: 10px;
}

.ashesphoto {
	background: url(../images/28160100_1000.jpg) center center / cover no-repeat scroll; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	height: 200px;	
	margin-bottom: 10px;
}

.amazon {
	/* bold get the cd text */
	font-size: 16pt;
	font-weight: 700;
	padding-bottom: 10px;
}

footer {
	background-color: #21201c;
	color: #98999a;
	margin-top:  40px;

	padding:  15px;
	text-align: center;
	}

/* Media Queries (Mobile First) */

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-width : 768px)  {
	.jumbophoto {
		height: 260px;	
		}

.logobox {
	min-height: 120px;		
	position: relative;
}

.logo {
	width: 100%;
	position: absolute;
	max-width: 150px;
	margin: 5px 0;
	bottom:  15px;	
		
}
	
	.slogan {
		position: absolute;
		bottom:  7px;
		right:  0;		
		}
		.slogan h1 {
				font-size: 16pt;		
		}
}
/* Laptops ----------- */
@media only screen 
and (min-width : 1025px) {
	.jumbophoto {
		height: 300px;	
	}
	.logobox {
		min-height: 170px;
		position: relative;		
	}
	.logo {
		position: absolute;
		padding:  11px 0;
		bottom:  10px;	
		max-width: 220px;
	}
	
	.slogan {
		position: absolute;
		margin: 0;
		padding: 0;
		bottom:  10px;
		right:  0;
	}
	.slogan h1 {
		font-size: 20pt;	
		}
}

/* Desktops */
@media (min-width: 1300px) {
.jumbophoto {
		height: 400px;	
	}
	.logobox {
		min-height: 180px;
		position: relative;		
	}
	.logo {
		position: absolute;
		padding:  11px 0;
		bottom:  20px;	
		max-width: 220px;
	}
	
	.slogan {
		position: absolute;
		margin: 0;
		padding: 0;
		bottom:  20px;
		right:  0;
	}
	.slogan h1 {
		font-size: 20pt;	
		}
}

.releaseCD {
    max-width: 350px;
    float:right;
    margin: 0 0 0 20px;
    border: 1px solid #444;
}

.narrowphoto {
	background: url(../images/28160100_1000.jpg) center center / cover no-repeat scroll; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	height: 100px;	
	margin-bottom: 10px;
}

.albumthumbnail {
    max-width="100%";
    border: 1px solid #444;
    margin: 30px 0;
}
