@font-face {
  font-family: "Carter One";
  src:
    local("Carter One"),
    url("assets/CarterOne-Regular.ttf") format("truetype"),
    url("https://fonts.googleapis.com/css2?family=Carter+One&display=swap");
}

@font-face {
	font-family: "Boogaloo";
	src:
	  local("Boogaloo"),
	  url("assets/Boogaloo-Regular.ttf") format("truetype"),
	  url("https://fonts.googleapis.com/css2?family=Boogaloo&display=swap");
}

@media only screen and (max-width: 875px) {
	html {
		background-color: #fff3c7;
	}
}

@media only screen and (min-width: 875px) {
	html {
	--s: 67px; /* control the size*/
	--c1: #ae4747;
	--c2: #fff3c7;
	--c3: #afc59b;
	
	--_c:#0000,var(--c1) 1deg 79deg,#0000 81deg;
	--g0:conic-gradient(from 140deg at 50% 87.5% ,var(--_c));
	--g1:conic-gradient(from 140deg at 50% 81.25%,var(--_c));
	--g2:conic-gradient(from 140deg at 50% 75%   ,var(--_c));
	--g3:conic-gradient(at 10% 20%,#0000 75%,var(--c1) 0);
	background:
		var(--g0) 0 calc(var(--s)/-4),var(--g0) var(--s) calc(3*var(--s)/4),
		var(--g1) ,var(--g1) var(--s) var(--s),
		var(--g2) 0 calc(var(--s)/ 4),var(--g2) var(--s) calc(5*var(--s)/4),
		var(--g3) calc( var(--s)/-10) var(--s),
		var(--g3) calc(9*var(--s)/10) calc(2*var(--s)),
		repeating-conic-gradient(from 45deg,var(--c2) 0 25%,var(--c3) 0 50%);
	background-size: calc(2*var(--s)) calc(2*var(--s));
	}
}

h1, h2, h3, h4, h5, h6, p, a { 
	font-family: "Carter One", system-ui;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	text-align: center;
}

a {
	text-decoration: underline;
}

hr {
	border-top: 1px solid #0003;
	width: 80%;
}

.page {
	display: flex;
	flex-direction: column;
}

.container {
	width: 875px;
	max-width: calc(100% - 36px);
	margin: 8px auto;
	background-color: #fff3c7e9;
	border: 2px dotted #ae474799;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px; 
	padding: 16px;
}

@media only screen and (max-width: 875px) {
  .container {
	width: 100%;
	border-radius: 0;
	border: none;
	border-bottom: 2px dotted #ae474799;
	margin: 2px auto;
	padding: 8px 16px;
  }

  .container:last-child {
	border-bottom: none;
  }
}

#credits, #specs {
	gap: 2px;
}

#credits a, #specs a {
	color: #8d24af;
}

#credits h4, #credits h5, #credits h6, #credits a,
#specs h4, #specs h5, #specs h6, #specs a {
	font-family: Boogaloo;
}

.tile-row {
	max-width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	background-color: #fff6;
	border: 1px solid #0003;
	border-radius: 8px;
	padding: 16px;
	width: 240px;
	height: 80px;
}

.tile h3, .tile h5 {
	color: #8d24af;
}

.avatar-img {
	height: 100px;
	width: 100px;
}

.logo-img {
	height: 135px;
	width: 135px;
}

@media only screen and (max-width: 875px) {

	h1 {
		font-size: 1.34em;
	}

	h2 {
		font-size: 1.20em;
	}

	h3 {
		font-size: 1.10em;
	}

  	.avatar-img {
		height: 44px;
		width: 44px;
	}

	.logo-img {
		height: 48px;
		width: 48px;
	}
}

#mp3 {
	background-image: url("assets/mp3.png");
	/*
	SOURCE: Smashicons
	https://www.flaticon.com/free-icon/downloading_2292143?term=music+download&related_id=2292143
	*/
}

#score {
	background-image: url("assets/score.png");
	/*
	SOURCE: Smashicons
	https://www.flaticon.com/free-icon/score_2735436?term=music&related_id=2735436
	*/
}

#spotify {
	background-image: url("assets/spotify.png");
	/* 
	SOURCE: Smashicons
	https://www.flaticon.com/free-icon/mobile-phone_4247993?term=music+stream&page=1&position=19&origin=style&related_id=4247993
	*/
}


/* ICONS
	video
	https://www.flaticon.com/free-icon/video_8078795

	play-button
	https://www.flaticon.com/free-icon/play-button_660559

	pause 
	https://www.flaticon.com/free-icon/pause_660557

	stop
	https://www.flaticon.com/free-icon/stop_660558

	back
	https://www.flaticon.com/free-icon/back_660560

	next
	https://www.flaticon.com/free-icon/next_660562

	shuffle
	https://www.flaticon.com/free-icon/shuffle_660553

	mute
	https://www.flaticon.com/free-icon/mute_660546

	volume_low
	https://www.flaticon.com/free-icon/volume_660551

	volume_medium
	https://www.flaticon.com/free-icon/volume_660549

	volume_high
	https://www.flaticon.com/free-icon/volume_660548

	new 
	https://www.flaticon.com/free-icon/new_4715074

	rss
	https://www.flaticon.com/free-icon/share_2226462

	butterfly
	https://www.flaticon.com/free-icon/butterfly_6736163

	pawprint
	https://www.flaticon.com/free-icon/pawprint_1970392

	video
	https://www.flaticon.com/free-icon/video_6451768

	world-wide-web
	https://www.flaticon.com/free-icon/world-wide-web_4116448
*/



.links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
}

.link-icon {
	background-size: cover;
	height: 40px;
	width: 40px;
	filter: hue-rotate(90deg);
}

.link-icon img {
	height: 40px;
	width: 40px;
}

.link-icon:hover,
.link-icon:focus,
.link-icon:active {
	filter: hue-rotate(90deg) brightness(.8) contrast(1.4);
}

.not-available {
	filter: saturate(0) brightness(1.1);
	cursor: default;
	pointer-events: none;
}
