@font-face {
    font-family: 'macondoregular';
    src: url('Macondo-Regular-webfont.eot');
    src: url('Macondo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Macondo-Regular-webfont.woff2') format('woff2'),
         url('Macondo-Regular-webfont.woff') format('woff'),
         url('Macondo-Regular-webfont.ttf') format('truetype'),
         url('Macondo-Regular-webfont.svg#macondoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	box-sizing: border-box;
}

a {
	color: #8df;
}

html {
	background-image: linear-gradient(to bottom right, red, orange, yellow, green, blue, indigo, violet);
}

body {
	background-color: #000;
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23222' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

dl {
	margin-top: 64px;
}

footer {
	color: #fff;
}

header {
	background-color: #000;
	color: #fff;
}

header h1, header h2 {
	margin-top: 0;
	margin-bottom: 0;
}

h1, h2 {
    font-family: 'macondoregular';
}

.album-cover {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.album-cover .album-cover-image {
	width: 40%;
	min-width: 256px;
}

.album-cover .album-cover-image > img {
	width: 100%;
}

.nav-spacer {
	margin-top: 64px !important;
}

.centre-items-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.centre-items-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.centre-text {
	text-align: center;
}

.interview-header-image {
	border-radius: 4px;
}

.perspective {
	perspective: 250px;
}

a.button {
	padding: 0.5rem !important;
	border-radius: 3px;
	background-color: #fff;
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	max-width: 200px;
	margin: 1rem auto !important;
	text-decoration: none;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}

a.button:hover {
	background: #ddd;
}

a.button:active {
	transform: translateY(3px) rotateX(5deg);
	background: linear-gradient(to bottom, #aaa, #fff);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

h1.section-title {
	text-transform: capitalize;
}

.vignette-v {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, #231018, transparent 20%, transparent 80%, #000);
}

#intro-banner-container {
	width: 100%;
	height: 100vh;
	position: relative;
}

#intro-banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#intro-banner .intro-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#nav {
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: fixed;
	top: 0;
	width: 100%;
	height: 64px;
	padding-left: 2rem;
	padding-right: 2rem;
	background-position: fixed;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #000;
	transition: background-color 600ms;
	z-index: 10;
}

#nav > ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	margin: 0;
	padding-bottom: 10px;
	list-style: none;
	height: 100%;
	width: 100%;
	max-width: 1200px;
}

#nav > ul > li {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	text-transform: capitalize;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#logo {
	position: absolute;
	left: 2rem;
	width: 256px;
	height: 64px;
}

#intro-banner .logo {
	position: absolute;
	right: 10%;
	width: 40%;
	min-width: 256px;
	max-width: 512px;
	margin-top: 64px;
}

#main-content {
	width: 100%;
	max-width: 1200px;
	color: #fff;
	margin: 0 auto;
	padding: 1rem;
	background-color: #000;
}

#main-content > .heading {
	padding: 2rem;
	padding-top: 64px;
}

#main-content p {
	color: #fff;
	font-size: 1.3rem;
	padding: 1rem;
	margin: 0 auto;
	text-align: justify;
	max-width: 1200px;
	white-space: wrap;
	hyphens: auto;
}

#main-content blockquote {
	background-color: #ffe5c2;
	border-radius: 20px 20px 72px 20px;
	padding: 1rem;
}

#main-content blockquote p, #main-content blockquote span {
	color: #000;
}

#main-content blockquote .signature {
	display: flex;
	width: 100%;
	flex-direction: row-reverse;
	font-family: 'macondoregular';
	font-size: 2.5rem;
	font-style: italic;
	gap: 2rem;
}

#main-content blockquote a {
	color: #005;
	/* text-decoration: none; */
	/* border: 1px dotted #d70000; */
	/* border-radius: 2px; */
}

.pete-ps {
	font-style: italic;
}

.image-container {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr 1fr 1fr;
	width: 100%;
}

div.image {
	background-size: cover;
	width: 100%;
	height: 400px;
}

div.dulcimer001 {
	background-image: url('./assets/dulcimer/dulcimer_001_cropped.jpg');
}

div.dulcimer002 {
	background-image: url('./assets/dulcimer/dulcimer_002_cropped.jpg');
}

div.dulcimer003 {
	background-image: url('./assets/dulcimer/dulcimer_003_cropped.jpg');
}

#forgot-your-password-album {
	display: flex;
	flex-wrap: wrap;
}

#forgot-your-password-album ol {
	display: none;
}

#forgot-your-password-album h2 {
	display: none;
	margin: 0;
}

#listen-now {
	display: flex;
	justify-content: center;
}

#pete-profile, #album-cover {
	width: 100%;
	margin: 2px auto;
}

#press-release-dulcimer {
	padding: 0 0.5rem;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
}

#pete-on-dulcimer h3 {
	margin-bottom: 0.1rem;
}

#pete-on-dulcimer p {
	padding-top: 0;
	padding-bottom: 0;
}

#pete-profile {
	height: 400px;
}

#pete-profile .pete-profile-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 25%;
}

.soundcloud-tracks, .embedded-tracks {
	margin: 1rem;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 1200px) {
	#logo {
		position: relative;
		left: 0;
	}
	#nav > ul {
		justify-content: flex-end;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 512px) {
	#logo {
		width: unset;
		height: unset;
		min-height: 0;
		max-height: unset;
	}
	#nav > ul {
		display: none;
	}
	#main-content p {
		text-align: left;
	}
	#main-content blockquote {
		border-radius: 10px 10px 42px 10px;
		padding: 0;
		margin: 0;
	}
	#main-content blockquote .signature {
		font-size: 1.8rem;
		gap: 1rem;
	}
	#main-content blockquote .signature img {
		width: 64px;
		height: 64px;
		margin: 0 12px 12px 0;
	}
}
