@charset "utf-8";
/* CSS Document | Noxifer 1.2 Link Page */

body {
    min-height: 100vh;
	margin-top: 120px;
	margin-bottom: 40px;
    padding: 0;
    display: flex;
	position: relative;
	background: #000;
	font-family: "Castoro Titling", serif;;
	font-size: 12px;
	color: #fff;
    justify-content: center;
    align-items: center;
	background: url('images/bg-noxifer.png') no-repeat top center;
	background-size: cover;
}

/* Corner Video */
.corner-video {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 200px;
	padding: 20px; /* controls frame thickness */
	background: transparent;
	background: url('images/frame-blue.png') center / 100% 100% no-repeat;
	box-sizing: border-box;
	transition: all 0.3s ease;
	z-index: 9999;
}

.corner-video video {
	width: 100%;
	height: auto;
	display: block;
}

.video-controls {
	position: absolute;
	top: 25px;
	right: 25px;
	display: flex;
	z-index: 5;
}

.icon-btn {
	background: rgba(0,0,0,0.2);
	border: none;
	border-radius: 1px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.icon-btn svg {
	width: 16px;
	height: 16px;
}

.corner-video.expanded {
	width: 285px;
	padding: 25px;
}

@media (max-width: 768px) {
	.corner-video {
		bottom: 15px;
		right: 15px;
		width: 125px;
		padding: 13px; /* controls frame thickness */
	}

	.corner-video video {
		object-fit: cover;
	}
	
	.video-controls {
		position: absolute;
		top: 15px;
		right: 20px;
	}

	.corner-video.expanded {
		width: 90vw;
		bottom: 15vh;
		right: 4vw;
		padding: 30px;
	}
}

/* Band Portraits */
.bg-portrait {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	width: 380px;
	height: 750px;
	background-size: contain;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -2;
}

.bg-left {
	left: 18%;
	background-image: url('images/portrait-left.png');
}

.bg-right {
	right: 18%;
	background-image: url('images/portrait-right.png');
}

a {
	color: #ccc;
}

/* Container */
.container {
	width: 385px;
	max-width: 90vw;
	height: auto;
	min-height: 100vh;
	padding-top: 50px; /* inside of container */
	/* background: #000; url('images/bg.png') no-repeat center center; */
    background-size: cover;
	border-radius: 15px;
    display: flex;
    flex-direction: column;
	justify-content: flex-start;
	position: relative;
	text-align: center;
}

.container::after {
	content: "";
	position: absolute;
	inset: -30px;
	background: url('images/frame-black.png') no-repeat center/100% 100%;
	pointer-events: none;
	z-index: -1;
}

/* Logo */
.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
	position: absolute;
    top: -145px; /* logo position at top of container */
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.logo-container img {
    max-width: 300px;
    border-radius: 0px;
    display: block;
}

/* Album */
.album-art {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

.album-art img {
	width: 275px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0,0,0,0.6);
}

.title {
	font-size: 20px;
	font-weight: 200;
	line-height: 1.0;
}

.album {
	font-size: 12px;
	font-weight: 200;
}

/* Social Icons Container */
.social-icons {
	margin-top: 20px
}

.social-icons img {
    width: 23px;
    height: auto;
	opacity: .75;
	transition: opacity 1.0s ease;
}

.social-icons img:hover {
	opacity: 1.0;
	filter: drop-shadow(0 0 6px rgba(211,118,98,.6));
}

.link-list {
    margin-top: 10px;
}

.list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 22px;
}

.list-item img {
    width: 112px;
    height: auto;
}

.list-btn {
    text-decoration: none;
	font-weight: 200;
	text-transform: uppercase;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: text-shadow 0.3s ease;
}

.list-btn:hover {
    text-shadow: 0 0 10px rgba(192, 192, 192, 0.8);
    color: #5593cc; 
}

.list-btn:hover .button-icon {
    opacity: 1;
}

.button-icon {
    width: 14px;
    height: 14px;
    max-height: 14px;
	max-width: 14px;
    flex-shrink: 0;
}

.list-btn:hover,
.list-btn:hover .button-icon {
    text-shadow: 0 0 8px rgba(192, 192, 192, 0.5);
    filter: drop-shadow(0 0 8px rgba(192, 192, 192, 0.5));
}

/* Suntelia.Studio Logo */
.footer {
  margin-top: auto;
  margin-bottom: 30px;
  position: relative;
}

/* Fading divider 
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255,255,255,0.4),
    transparent
  );
}
*/

.footer img {
	width: 135px;
	height: auto;
	opacity: .75;
	transition: opacity 1.0s ease;
}

.footer img:hover {
	opacity: 1.0;
	filter: drop-shadow(0 0 12px rgba(211,118,98,.6));
}