/* GLOBAL */

@font-face {
	font-family: 'egyptienne-mn-condensed-bold';

	src: url('../fonts/egyptienne-mn-condensed-bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


html,
body {
	width: 100%;
	height: 100%;
	font-family: 'egyptienne-mn-condensed-bold';
}

body {
	width: 100%;
	background-color: #000;
	background-size: cover;
	background-image: url(../media/Johnny-store-background.jpg);
	background-position: bottom;
	background-attachment: fixed;
	color: #ccc;
	font-size: 7vw;
}

@media (min-width: 768px) {
	body {
		font-size: 3vw;
	}
}

.yellow {
	color: #ffdc81;
}

.inline {
	display: inline-block;
}

.clear {
	clear: both;
}

/* TEXT STYLES */

h1 {
	font-size: 200%;
	font-family: 'egyptienne-mn-condensed-bold';
	text-transform: uppercase;
	letter-spacing: normal;
	color: #4d5e7b;
	text-align: center;
}

header,
#listen,
main {
	width: 90%;
	padding: 25px 0 0 0;
	margin: 0 auto;
}

header {
	padding: 90px 0 0 0;
}

@media(min-width: 768px) {
	header {
		padding: 25px 0 0 0;
	}
}

h2 {
	font-size: 100%;
	letter-spacing: normal;
	color: #649b40;
}

.pink {
	color: #906e2c;
}

.grey {
	color: #4e5923
}

a.button {

	display: inline-block;

	padding: 8px 15px 3px;
	background-color: #d8ab3d;
	color: #efe1d4;
	text-align: center;
	font-weight: bold;
	outline-style: solid;
	outline-color: rgba(255, 255, 255, 0.2);
	outline-width: 2px;
	outline-offset: -2px;
	transition: outline-color 1s;
}

a.button:hover {
	outline-color: #fff;
	color: #fff;
	transition: outline-color .2s;
}

a.grey:hover {
	color: #fff;
}

.main-title {
	text-align: center;
	font-size: 9vw;
	padding: 0;
	margin: 1vw auto;
}

.main-title.beam {
	font-size: 200%;
}

@media(min-width: 768px) {
	.main-title {
		font-size: 3vw;

	}

	.main-title.beam {
		font-size: 150%;
	}
}

h3 {
	font-size: 1.5em;
	font-family: 'egyptienne-mn-condensed-bold';
	text-transform: uppercase;
	letter-spacing: normal;
	margin-top: 25px;
	line-height: 1.2em;
}

a {
	color: #649b40;
	text-decoration: none;
}

em {
	font-style: italic;
}

footer p {
	width: 100%;
	font-family: serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}



/* The parent of the album cards */
.album-grid {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	width: 100%;
	max-width: 100%;
	margin: 0 auto 0 auto;
	align-items: center;
	justify-content: center;
}

/* Each album card is a flex container */
.album {
	--card-padding: 1.25rem;
	width: 100%;
	font-family: serif;
	position: relative;
	display: flex;
	flex-direction: column;
	height: var(--card-height);
	min-width: 0;
	padding: var(--card-padding);
	overflow: hidden;
	isolation: isolate;
	background: rgba(77, 94, 123, .5);
	/* border-radius: 0.5rem; */
}

/* Keep the heading and artist above the image */
.album>h3,
.album>p:not(.art) {
	position: relative;
	z-index: 4;
}

.album>h3 {
	font-size: 113%;
	margin: 0;
	line-height: 1.1;
	color: #d8ac3c;
}


#sweet-william-ep>ul {
	margin-top: -.5em;
}

.album>p:not(.art) {
	font-size: 50%;
	margin: 0.4rem 0 0;
}

/*
  The image initially fills the content area and sits above the list.
  --content-top leaves room for the heading and artist name.
*/
.album>img.cover {
	margin-top: 1em;
	width: 50%;
	display: block;
	object-fit: contain;
	object-position: center 10%;
	transform-origin: left center;
	transition: width .35s ease-out;

}

/* The links are already positioned on the right, behind the image */
.album>ul {
	position: absolute;
	z-index: 1;
	right: calc(var(--card-padding) + 10%);
	bottom: 1em;
	top: 7.7em;
	font-size: 40%;
	font-weight: bold;
	letter-spacing: 0;
	width: 30%;
	margin: var(--card-padding) 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 3%;
	list-style: none;
}

.album.no-subhead>ul {
	margin-top: 0em;
}

.album>ul li {
	margin: 0 0 .2em;
	padding: 0;
}

.album ul a:hover {
	background-color: #d8ab3d;
	color: #efe1d4;
	transition: background-color .45s, color .45s;
}

.album ul a {
	transition: background-color .25s .25s, color .25s .25s;
	border: solid 1px #d8ab3d;
	color: #d8ab3d;
	display: block;
	letter-spacing: .1em;
	padding: .2em .2em;
	line-height: 1.2;
	box-shadow: 0 0 .5em rgba(0, 0, 0, .3);
}

/*
  Hovering anywhere on the card makes the image become
  a smaller thumbnail on the left, revealing the links.
  :focus-within also makes the effect work with keyboard navigation.
*/
.album:hover>img.cover,
.album:focus-within>img.cover {
	width: 50%;
}

/* Optional artwork credit */
.album>.art {
	position: absolute;
	z-index: 1;
	/* right: var(--card-padding); */
	bottom: 0.2em;
	width: 40%;
	margin: 0;
	font-size: 0.7rem;
}

header nav {
	position: absolute;
	top: 23px;
}

nav {
	left: 0;
	right: 0;
	font-size: 1.7vw;
	color: #fff;
	font-family: serif;
	text-decoration: none;
	display: flex;
	box-sizing: border-box;
	align-items: center;

	justify-content: space-around;
	width: 100%;
}

footer {
	padding-top: 8vh;
	text-align: center;
	padding-bottom: 1vh;
}

footer nav,
footer p {
	margin: 1em 0 1em;
	font-size: 3.5vw;
	color: #000;
}

nav a:hover img,
footer a:hover img {
	filter: brightness(0);
	transition: filter .15s;
}

nav a.text {
	display: inline-flex;
	font-size: 5vw;
	text-align: center;
	color: #fff;
	border: solid .5vw #fff;
	padding: .2em .4em;
	transition: all .25s;
}

nav a.text:hover {
	color: #000;
	border-color: #000;
}

nav a img,
footer a img {
	transition: filter .25s;
	max-width: 10vw;
	height: 7vw;
}

nav a img#yt-logo,
footer a img#yt-logo {
	max-width: 80px;
}

footer a img#tg-logo {
	max-width: 100%;
	width: auto;
}

@media screen and (min-width: 768px) {



	/* The parent of the album cards */
	.album-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2rem;
		width: 100%;
		max-width: 80%;
		margin: 0 auto 0 auto;
		align-items: center;
		justify-content: center;
	}

	/* Each album card is a flex container */
	.album {
		--card-padding: 1.25rem;
		--content-top: 7vw;
		--card-height: 50vw;
		max-height: 40vw;
		font-family: serif;
		position: relative;
		display: flex;
		flex-direction: column;
		height: var(--card-height);
		min-width: 0;
		padding: var(--card-padding);
		overflow: hidden;
		isolation: isolate;
		background: rgba(77, 94, 123, .5);
		/* border-radius: 0.5rem; */
	}

	/* Keep the heading and artist above the image */
	.album>h3,
	.album>p:not(.art) {
		position: relative;
		z-index: 4;
	}

	.album>h3 {
		font-size: 90%;
		margin: 0;
		line-height: 1.1;
		color: #d8ac3c;
	}

	.album>p:not(.art) {
		font-size: 50%;
		margin: 0.4rem 0 0;
	}

	/*
  The image initially fills the content area and sits above the list.
  --content-top leaves room for the heading and artist name.
*/
	.album>img.cover {
		position: absolute;
		z-index: 3;
		margin-top: 0;

		top: var(--content-top);
		left: var(--card-padding);
		/* left: 0; */

		width: calc(100% - var(--card-padding) * 2);
		height: calc(100% - var(--content-top) - var(--card-padding));

		display: block;
		object-fit: contain;
		object-position: center 10%;

		transform-origin: left center;
		transition: width .35s ease-out;
	}

	.album.no-subhead>img.cover {
		top: calc(var(--content-top) - .5em);
	}

	/* The links are already positioned on the right, behind the image */
	.album>ul {
		position: absolute;
		z-index: 1;
		top: var(--content-top);
		right: calc(var(--card-padding) + 10%);
		bottom: var(--content-top);
		font-size: 40%;
		font-weight: bold;
		letter-spacing: 0;
		width: 30%;
		margin: var(--card-padding) 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		gap: 1%;
		list-style: none;
	}

	.album>ul li {
		margin: 0 0 .2em;
		padding: 0;
	}

	.album ul a:hover {
		background-color: #d8ab3d;
		color: #efe1d4;
		transition: background-color .45s, color .45s;
	}

	.album ul a {
		transition: background-color .25s .25s, color .25s .25s;
		border: solid 1px #d8ab3d;
		color: #d8ab3d;
		display: block;
		letter-spacing: .1em;
		padding: .2em .2em;
		line-height: 1.2;
		box-shadow: 0 0 .5em rgba(0, 0, 0, .3);
	}

	/*
  Hovering anywhere on the card makes the image become
  a smaller thumbnail on the left, revealing the links.
  :focus-within also makes the effect work with keyboard navigation.
*/
	.album:hover>img.cover,
	.album:focus-within>img.cover {
		width: 50%;
	}

	/* Optional artwork credit */
	.album>.art {
		position: absolute;
		z-index: 1;
		/* right: var(--card-padding); */
		bottom: 0.2em;
		width: 40%;
		margin: 0;
		font-size: 0.7rem;
	}

	header nav {
		position: absolute;
		top: 2vw;
		left: auto;
		right: 8vw;
	}

	footer nav {
		width: 30vw;
		margin: 1em auto;
	}

	footer p {
		font-size: 1.3vw;
	}

	nav {
		width: auto;
		font-size: 1.7vw;
		color: #fff;
		font-family: serif;
		text-decoration: none;
		display: flex;
		align-items: center;
		gap: 5%
	}

	nav a:hover img,
	footer a:hover img {
		filter: brightness(0);
		transition: filter .15s;
	}

	nav a.text {
		display: inline-flex;
		font-size: 1vw;
		text-align: center;
		color: #fff;
		border: solid .1vw #fff;
		padding: .2em .4em;
		transition: all .25s;
	}

	nav a.text:hover {
		color: #000;
		border-color: #000;
	}

	nav a img,
	footer a img {
		transition: filter .25s;
		max-width: 4vw;
		height: 1.5vw;
	}


}


.left {
	float: left;
}

.right {
	text-align: right;
}

.mobile_nav {
	display: none;
}

#listen {
	width: 70%;
	max-width: 600px;
}

#embed {
	width: 100%;
	background-color: rgba(255, 246, 224, 0.9);
	padding: 1% 0;
}

#youtube {
	width: 98%;
	margin: 0 auto;
}

#menu img {
	height: 30px;
}

/* PAGE 2 STYLES */

#preorder {
	width: 45%;
	padding-top: 50px;
	padding-right: 5%;
	float: left;
}

#preorder ul {
	font-family: 'egyptienne-mn-condensed-bold';
	font-size: 28px;
	letter-spacing: normal;

}

#preorder ul li {
	margin-top: 35px;
}

#preorder a {
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-right: 25px;
	background-color: rgba(255, 246, 224, 0.9);
}

#preorder a:hover {
	color: #4e5137;
	background-color: rgba(0, 0, 0, 0.5);
}

#subscribe {
	margin-top: 35px;
	width: 100%;
}

#mc_embed_signup {
	margin-top: 25px;
}

#mc_embed_signup,
form,
#mc_embed_signup_scroll .mc-field-group {
	width: 100%;
}

.mc-field-group input {
	background-color: rgba(255, 246, 224, 0.9);
	border: none;
}

#mc_embed_signup input.typehere {
	width: 94%;
	display: block;
	border: none;
	padding: 10px 3%;
	font-family: 'egyptienne-mn-condensed-bold';
	letter-spacing: normal;
	font-size: 28px;
	min-height: initial;
	margin-bottom: 25px;
	border-radius: 0;
}

#mc_embed_signup input.half {
	width: 42%;
	float: left;
}

#mce-FNAME {
	margin-right: 4%;
}

#mc-embedded-subscribe {
	border: none;
	border-radius: 0;
	background-color: rgba(255, 246, 224, 0.9);
	color: black;
	font-size: 28px;
	font-family: 'egyptienne-mn-condensed-bold';
	text-transform: uppercase;
	letter-spacing: normal;
	padding: 10px 20px;
	cursor: pointer;
}

input::-webkit-input-placeholder {
	color: black;
}

#mc-embedded-subscribe:hover {
	color: #4e5137;
	background-color: rgba(0, 0, 0, 0.4);
}

#product {
	float: left;
	width: 50%;
	padding-top: 50px;
}

#product img {
	width: 96%;
	padding: 2%;
	background-color: rgba(255, 246, 224, 0.9);
}

/* PAGE 3 STYLES */

#tour {
	padding-top: 50px;
}

.events {
	padding-top: 50px;
}

.listing {
	width: 100%;
	margin: 10px 0;
}

.date {
	width: 30%;
	float: left;
	padding: 10px 0;
}

.venue {
	background-color: rgba(255, 246, 224, 0.9);
	width: 46%;
	color: black;
	float: left;
	padding: 10px 2%;
}

.tickets,
.sellout {
	float: right;
	width: 20%;
	padding: 10px 0px;
	text-align: right;
}

.sellout {
	color: #a0432d;
}

.sellout:hover {
	color: rgba(0, 0, 0, 0.5);
}

.tickets a,
h3 a {
	color: #ffdc81;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 7px 15px;
}

.tickets a:hover,
h3 a:hover {
	color: black;
	background-color: rgba(255, 220, 129, 0.9);
}


/* new release intro/header */


#intro {
	width: 100%;
	height: auto;
	padding: 1%;
	margin: 0 0 15px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	/*border-radius: 3%;*/
}

#intro h2 span {
	/*color: #39482a;*/

}

#intro-cover {
	float: right;
	/*border: solid 1px #999;*/
	width: 40%;
	padding: 0 5%;
	text-align: center;
	height: auto;
	min-height: 40vh;
}

#intro-cover img {
	width: 100%;
	box-shadow: 0 0 7vh rgb(0 0 0 / 50%);

}

#intro-copy {
	float: left;
	width: calc(50% - 1px);

	text-align: left;
	padding-bottom: 1em
}

#intro-copy-col {
	width: 50%;
	float: left;
}

#intro-copy ul {
	float: none;
	padding: 0
}

#intro-copy ul li {
	margin-bottom: 1px;
}

#intro-copy ul li a {
	display: inline-block;
}

#intro-copy p {
	font-size: 5vh;
	padding-bottom: 1vh;
}

#mailingList-overlay {
	position: absolute;
	width: 60vw;
	height: 100vh;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	background-color: #fffdf8;
}

#mailingList-overlay iframe {
	width: 100%;
	height: 100%;
}

#mailingList-overlay-close {
	padding: 1em;
	position: absolute;
	top: 1em;
	right: 1em;
	cursor: pointer;
}
