* {
	box-sizing: border-box;
}

img {
	display: block;
	width: 100%;
}

iframe {
	aspect-ratio: 16/9;
	width: 100% !important;
    border: none;
}

html {
    background: rgb(95.85% 100% 96.38% / 10%);
}

body {
	/* https://modernfontstacks.com/ */
	font-family: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
	font-weight: 300;
	max-width: 75rem;
	margin-inline: auto;
}

header, main {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(25rem,100%), 1fr));
	justify-content: center;
	column-gap: 1rem;
    row-gap: 3rem;
	padding: 4% .5rem;
	margin-block-end: 3rem;
}

.twothird {
	width: min(calc(35rem / 3 * 2), 100%);
}

.introtext {
	margin-block-start: 2.5rem;
	margin-inline-start: clamp(0%, 44% - 9rem, 44%);
	margin-inline-end: clamp(0%, 10% - 2.5rem, 10%);
}

.waitandhear {
	margin-inline-start: 40%;
}

.grid {
	display: grid;
}

.center {
    justify-self: center;
}

.right {
	justify-self: right;
}

.cover-image {
	max-width: 18rem;
}

.center-single-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.album-author {
	max-width: 20rem;
}

.green {
	color: #00A14B;
}

.two-column {
    display: flex;
    gap: .75rem;
}

a, a:visited {
	color: #00A14B;
	text-decoration: none; 
	font-weight: 300;
}

a:hover {
	color: #00A14B;
	text-decoration: underline dotted #00A14B;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

#toprighttext {
	padding-block-start: 20px;
	text-align: left;
}
.albums {
	vertical-align: top;
	padding:60px 0 0 0 ;
}

.song-list {
    padding-inline-start: 3ch;
    list-style-type: decimal-leading-zero;
}

.song-list li {
    margin-block-end: .3em;
}

footer {
	text-align: center;
	margin-block-end: 10rem;
}