/* Font styles */

h1,
h2 {
	color: #333;
	font-family: "Palatino";
	font-size: 36px;
	font-weight: normal;
	margin-top: 0px;	
	line-height: 38px;
	padding-bottom: 24px;
}

h1 > small {
	color: #333;
	font-family: "Palatino";
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
	line-height: 26px;
}

@media (max-width:368px){
	h1 > small {
        display: block;
    }
}

h1 > a,
h2 > a {
	margin-right: 10px;
}

h1 > a,
h1 > a:visited,
h1 > a:hover,
h2 > a,
h2 > a:visited,
h2 > a:hover {
	color: #333;
	text-decoration: none;
}

h2 {
	margin-top: 10px;
}

/* Special styles */

.tag {
	padding-right: 14px;
}

.track-item a {
	color: #333;
}

.text-muted {
	font-family: Helvetica;
	font-size: 24px;
	color: #666;
}

/* Link styles */

p a,
h2 a,
.collapse a,
.collapsing a {
	color: #333;
	text-decoration: none;
}

p a:hover,
h2 a:hover,
.collapse a:hover {
	color: #666;
	text-decoration: underline;
}

/* List styles */

.collapse__album,
.collapse__songlisting,
.collapse__notes {
	font-family: 'Palatino', times;
	font-size: 24px;
	line-height: 28px;
}

.collapse__album p:first-child {
	font-weight: 650;
}

.collapse__album p {
	padding: 0px;
	margin: 0px;
}

.collapse__notes {
	font-size: 14px !important;	
	line-height: 16px !important;
}

ol.tracklist {
	display: table;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ol.tracklist li {
	list-style: none;
}

/* Image styles */

.img-project {
	max-height: 350px;
}

.img-frontpage,
.img-album {
	padding-bottom: 14px;
}

/* Container styles */

body {
	background-color: #ebebeb;
	color: #333;
	font-family: 'Helvetica', sans-serif;
}

.container {
	background-color: #fff;
	padding-left: 35px;
	padding-right: 35px;
}

.header {
	padding-top: 36px;
}

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

.header h1 {
	font-size: 48px;
	line-height: 46px;
	font-family: 'Helvetica';
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 14px;
	padding-bottom: 14px;
}

.header p {
	padding-top: 8px;
	font-weight: 350;
}

.headerline {
	border-top: 8px solid #333;
	margin-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}

.thumb-container {
	padding-bottom: 5px;
}

.top-padding {
	padding-top: 24px;
}

.bottom-padding {
	padding-bottom: 24px;
}

footer {
	padding-bottom: 64px;	
}

footer .container {
	padding-top: 64px;
	padding-bottom: 64px;
}

footer p {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.footerline {
	border-top: 1px solid #333;
	margin-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}


/* Grid styles */

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 5px;
	padding-right: 5px;
}

.row {
	margin-right: -5px;
	margin-left: -5px;
}

.row-fixed-height {
	height: 220px;
}

/* Button styles  */

.btn-dark {
	border-radius: 0px;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	font-family: 'Helvetica', sans-serif;
	font-weight: 350;
}

/* Media queries */
@media (min-width: 480px) {
	.header h1 {
		font-size: 64px;
		line-height: 52px;
	}
	.header p {
		font-size: 20px;
		width: 450px;
	}
	.headerline,
	.footerline {
		width: initial !important;
	}
}

@media (min-width:768px){
	.header h1 {
		font-size: 72px;
		line-height: 70px;
		}
	.header p {
		font-size: 24px;
		line-height: 26px;
		width: 520px;
	}
	.container {
		width: 600px
	}
	.headerline,
	.footerline {
		width: 170px !important;
	}
}

@media (min-width:992px){
	.header h1 {
		font-size: 72px;
		line-height: 70px;
	}
	.header p {
		font-size: 24px;
		line-height: 26px;
		width: 520px;
	}
	.container {
		width: 800px
	}
	.headerline,
	.footerline {
		width: 237px !important;
	}
}

@media (min-width:1220px){
	.header h1 {
		font-size: 72px;
		line-height: 70px;
		}
	.header p {
		font-size: 24px;
		line-height: 26px;	
		width: 520px;
	}
	.container {
		width: 1000px
	}
	.img-frontpage,
	.img-album { 
		max-width: 300px;
	}
	.headerline,
	.footerline {
		width: 300px !important;
	}
}