body {
	background-image: url('images/page-bg-sm2.webp');
	background-size: 100%;
    background-size: cover;
	font-family: 'Baskerville', 'Baskerville Old Face', 'Times New Roman', Times, serif;
	padding: 0;
	margin: 0;
	color: #222;
}

div.header-container {
	margin: 40px 20px 0 30px;
	display: flex;
  	flex-direction: row;
  	justify-content: space-between;
}

.header-child-left {
	min-width: 240px;
}

.logo {
	max-width: 200px;
	opacity: 0.75;
}

.header-child-right {
	margin-top: -40px;
}

p.intro {
	font-size: 28px;
	line-height: 46px;
	font-weight: 500;
	letter-spacing: 1px;
	opacity: 0.75;
	color: #000;
	transform: rotate(-0.5deg);
	padding: 4px;
	text-align: right;
}

p.intro-mobile {
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
	min-width: 200px;
	opacity: 0.75;
	color: #000;
	transform: rotate(-0.5deg);
	padding: 4px;
	text-align: left;
	margin-top: 20px;
	display: none;
}

p.intro span,
p.intro-mobile span {
	background: #eee;
}

ul.main-nav-menu {
    margin-top: 0;
    border-top: 1px solid #000;
}

ul.main-nav-menu li {
    display: inline-block;
    padding: 20px 15px 1px 15px;
    font-family:  Futura, Helvetica, Arial, sans-serif;
    font-weight: 700;
}

ul.main-nav-menu li:first-child {
    padding-left: 0px;
}

ul.main-nav-menu li a {
    color: #111;
    text-decoration: none;
}

ul.main-nav-menu li a:hover {
    text-decoration: underline;
}

h1.headline,
h1.headline-mobile {
	font-size: 80px;
	color: #222;
	/* transform: rotate(-0.5deg); */
	margin-top: -20px;
	margin-left: -7px;
	margin-bottom: 30px;
	font-family:  Futura, Helvetica, Arial, sans-serif;
	font-weight: 700;
	/* background-image: url('images/text-background-2.webp'); */
	background-image: url('images/page-bg-sm2-invert.webp');
	background-size: 600px;
	background-position-y: 20px;
	background-position-x: -15px;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h1.headline-mobile {
	display: none;
}

p.hero-description {
	font-size: 34px;
	line-height: 40px;
	letter-spacing: 0.5px;
	text-align: left;
	margin-right: 30px;
	background: #eee;
	padding: 4px 8px 6px 8px;
	opacity: 0.75;
	color: #000;
	/* border-radius: 10px; */
}

.copyright-symbol {
	font-family:  Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 26px;
}

.scrollbar-hidden::-webkit-scrollbar {
	display: none;
}

.band-images-row {
	margin-top: 3px;
	margin-bottom: 30px;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	display: inline-block;
	overflow-x: scroll;
	-ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
}

.band-image-sm {
	height: 200px;
	/* -webkit-filter: grayscale(100%); */
  	/* filter: grayscale(100%); */
}

.band-image-sm:hover {
	-webkit-filter: grayscale(0%);
  	filter: grayscale(0%);
}

div.album-container {
	margin: 40px 20px 20px 40px;
	display: flex;
  	flex-direction: row;
  	justify-content: space-between;
}

.album-child-left {
	min-width: 440px;
}

.album-child-right {
	/* margin-top: 10px; */
}

.album-blurb-mobile {
	display: none;
}

img.album-cover {
	max-width: 400px;
}

.social-icon-container {
	margin-top: 30px;
}

.social-icon {
	width: 50px;
	margin-right: 10px;
	opacity: 0.8;
}

.footer {
	padding: 40px;
	font-size: 24px;
	font-weight: 400;
	font-family:  Futura, Helvetica, Arial, sans-serif;
	display: flex;
  	flex-direction: row;
  	justify-content: space-between;
}

@media only screen and (max-width: 1380px) {
	.header-child-right {
		margin-top: -40px;
	}
}

@media only screen and (max-width: 1065px) {
	h1.headline {
		font-size: 80px;
		line-height: 100px;
	}

	.album-blurb-desktop {
		display: none;
	}

	.album-blurb-mobile {
		display: block;
		margin-left: 30px;
	}
}

@media only screen and (max-width: 885px) {
	h1.headline {
		font-size: 65px;
		line-height: 80px;
		margin-right: 30px;
	}
}

@media only screen and (max-width: 740px) {
	h1.headline {
		font-size: 55px;
		line-height: 75px;
	}
	p.intro {
		margin-top: 40px;
		font-size: 24px;
		line-height: 38px;
	}
}

@media only screen and (max-width: 687px) {
	.band-images-row {
		margin-top: 20px;
	}

	.header-child-left {
		min-width: 130px;
		margin-left: auto;
		margin-right: auto;
	}

	.logo {
		max-width: 200px;
		margin-top: -12px;
	}

	p.intro {
		transform: rotate(0deg);
		text-align: left;
		display: none;
	}

	p.intro-mobile {
		display: block;
		margin-top: 40px;
		display: none;
	}

	h1.headline,
	.album-child-right {
		display: none;
	}

	.album-child-left {
		margin-left: -5px;
	}

	h1.headline-mobile {
		display: block;
		font-size: 55px;
		line-height: 70px;
		margin-right: 30px;
		margin-left: 30px;
		margin-top: 30px;
	}

	.album-blurb-mobile .hero-description {
		font-size: 24px;
		line-height: 34px;
	}

	.album-child-left {
		min-width: 100%;
	}

	img.album-cover {
		width: 100%;
		max-width: none;
	}
}

@media only screen and (max-width: 500px) {
	div.header-container {
		margin: 50px 20px 20px 30px;
	}

	p.intro-mobile {
		margin-top: 20px;
	}

	p.hero-description {
		opacity: 1.0;
	}

	.band-images-row {
		margin-top: 4px;
	}
}