@import
	url("https://fonts.googleapis.com/css2?family=Merriweather+Sans&family=Montserrat&family=Sacramento&display=swap")
	;

:root {
	--nav-color: #000;
	--nav-text: #fff;
	--primary-color: #fff;
	--secondary-color: #abc4aa;
	--hover-color: #a9907e;
}

*, *::before, *::after {
	padding: 0;
	margin: 0;
	border-sizing: border-box;
}

body {
	background-color: var(--primary-color);
}

a {
	text-decoration: none;
}

#toTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(51, 51, 51, .4);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#toTopBtn:hover {
  background-color: #555;
}

.splash-image {
	width: 100%;
}
.splash-caption {
	width: 100%;
	font-family: "Merriweather Sans", sans-serif;
	font-size: 1.2rem;
	text-align: center;
	padding-top: 10px;
}

.container {
	background-color: var(--nav-color);
	font-size: 1.0rem;
	font-family: "Merriweather Sans", sans-serif;
	height: 70px;
}

.navbar {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 80%;
	margin: auto;
}

.navbar ul {
	display: flex;
}

.container .navbar {
	justify-content: space-between;
}

.navbar ul li {
	list-style-type: none;
}

.container .navbar ul li {
	padding: 10px;
	margin: 0 10px;
}

.navbar a {
	color: var(--nav-text);
	font-weight: bold;
}

.navbar a:hover {
	color: var(--secondary-color);
}

.prevent-select {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.item {
	width: 200px;
	text-align: left;
	display: block;
	background-color: transparent;
	border: 1px solid transparent;
	margin-right: 10px;
	margin-bottom: 1px;
	float: left;
	padding: 10px;
}

.item img {
	height: 200px;
	width: auto;
	border-radius: 10px;
}

.item-title {
	max-width: 200px;
	color: #333;
	font-size: 1.0rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: "Merriweather Sans", sans-serif;
}

.item-artist {
	max-width: 200px;
	color: #333;
	font-size: 0.8rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: "Merriweather Sans", sans-serif;
}

.item-container {
	display: flex;
	overflow-x: auto;
	padding-left: 20px;
}

.to-top {
	color: red;
	font-size: 28px;
	font-weight: bold;
	margin-top: 40px;
}

.to-top:hover, .to-top:focus {
	color: firebrick;
	text-decoration: none;
	cursor: pointer;
}

.player-container {
	display: none;
	align-content: center;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	gap: 50px;
	padding-top: 50px;
}

.cover-image {
	height: 250px;
	width: 250Px;
	border-radius: 15px;
}

.player-side {
	width: 350Px;
	min-height: 250px;
	flex-direction: column;
	justify-content: flex-end;
}

.player-info {
	width: 100%;
	min-height: 200px;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.player {
	display: none;
	width: 100%;
}

.player-title {
	color: #333;
	font-size: 1.2rem;
	font-weight: bold;
	font-family: "Merriweather Sans", sans-serif;
	margin: 5px;
}

.player-artist {
	color: red;
	font-size: 1.2rem;
	font-family: "Merriweather Sans", sans-serif;
	margin: 5px;
}

.player-year {
	color: #777;
	font-size: 0.8rem;
	font-family: "Merriweather Sans", sans-serif;
	margin: 5px;
}

.streamer-icons {
	display: flex;
	flex-direction: row;
	align-items: left;
	justify-content: left;
	width: 100%;
	gap: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.streamer-icon {
}

.streamer-icon img {
	width: 32px;
	height: 32px;
}


.tracks-container {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}

.tracklist {
	display: none;
	width: 100%;
}

.tr-selected {
	
}

.tr-playing {
	width: 40px;
	min-width: 40px;
	color: #aaa;
	padding: 0px;
	text-align: center;
	border-bottom: 0px;
	margin: auto;
}

.tr-more {
	width: 40px;
	min-width: 40px;
	color: #aaa;
	padding: 0px;
	text-align: center;
	border-bottom: 0px;
	margin: auto;
}

.tr-more:hover {
	cursor: pointer;
}

.tr-track {
	width: 50px;
}

.tr-title {
	width: 100%;
}

.tr-duration {
	width: 100px;
}

.tr-filename {
	display: none;
}

.tr-credits {
	display: none;
}

.tr-lyrics {
	display: none;
}

.tr-lowdown {
	display: none;
}

td {
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.roslo-badge {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 40px;
}

.badge-div {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.badge-text {
	display: flex;
	flex-direction: column;	
}

.badge-text p {
	font-size: 1.0rem;
}

.badge-img {
	width: 200px;
	height: 200px;
	border-radius: 15px;
}

.about-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin: auto;
	padding-bottom: 20px;
	text-align: left;
}

.about-container p {
	margin: 10px;
	color: #555;
	font-size: 1.2rem;
	text-align: left;
}

.artist-container {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row;
	gap: 50px;
	padding-top: 50px;
	font-family: "Merriweather Sans", sans-serif;
}

.artist-image {
	height: 150px;
	width: 150Px;
	border-radius: 10px;
}

.con-artist-image {
	height: 100px;
	width: 100Px;
	border-radius: 50%;
}

.artist-bio {
	width: 100%;
	min-height: 20px;
	flex-direction: column;
	justify-items: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
}

.artist-bio p {
	color: #333;
	font-size: 1.0rem;
}

.artist-bio hr {
	color: red;
}

.artist-name {
	font-size: 1.2rem;
	color: #777;
}

/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.about-tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
}

/* Change background color of buttons on hover */
.about-tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.about-tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.about-tabcontent {
	display: flex;
	width: 100%;
	padding: 6px 12px;
	border: none;
}

.about-tabdiv {
	display: flex;
/* 	align-content: center; */
/* 	justify-content: center; */
/* 	align-items: center; */
/* 	flex-direction: column; */
/* 	text-align: center; */
	width:100%;
	gap: 50px;
	padding-top: 50px;
	font-family: "Merriweather Sans", sans-serif;
}

.details-tabcontent {
	display: none;
	padding: 18px 12px;
	border: none;
}

.credits-content {
	padding: 6px 12px;
	border: none;
}

.page-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	left: 0px;
	right: 0px;
	gap: 20px;
	padding: 50px;
	margin-top: 50px;
	background-color: #f5f5f5;
	font-size: 1.0rem;
	font-family: "Merriweather Sans", sans-serif;
}

.page-footer a {
	color: #333;
	font-weight: bold;
}

.page-footer a:hover {
	color: #777;
}

.footer-icons {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 80%;
	gap: 40px;
}

.social-icon {
}

.social-icon img {
	width: 48px;
	height: 48px;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {top: -300px;
	opacity: 0
}

to {
	top: 0;
	opacity: 1
}

}
@keyframes animatetop {
	from {top: -300px;
	opacity: 0
}

to {
	top: 0;
	opacity: 1
}

}

/* The Close Button */
.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover, .close:focus {
	color: var(--secondary-color);
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 2px 16px;
	background-color: var(--nav-color);
	color: white;
}

.modal-body {
	padding: 2px 16px;
	overflow: auto; /* Enable scroll if needed */
}

.modal-footer {
	padding: 2px 16px;
	background-color: var(--nav-color);
	color: white;
}

/* The Details Modal (background) */
.details-modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 2; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Details Modal Content */
.details-modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 60%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatedetails;
	-webkit-animation-duration: 0.4s;
	animation-name: animatedetails;
	animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatedetails {
	from {top: -300px;
	opacity: 0
}

to {
	top: 0;
	opacity: 1
}

}
@keyframes animatedetails {
	from {top: -300px;
	opacity: 0
}

to {
	top: 0;
	opacity: 1
}

}

/* The Details Close Button */
.details-close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.details-close:hover, .details-close:focus {
	color: var(--secondary-color);
	text-decoration: none;
	cursor: pointer;
}

.details-modal-header {
	padding: 2px 16px;
	background-color: var(--nav-color);
	color: white;
}

.details-modal-body {
	padding: 2px 16px;
	overflow: auto; /* Enable scroll if needed */
}

.details-modal-footer {
	padding: 2px 16px;
	background-color: var(--nav-color);
	color: white;
}

.details-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	padding-bottom: 20px;
}

.details-container p {
	margin: 3px 10px 3px 10px;
	color: #555;
	font-size: 1.2rem;
	overflow: auto; /* Enable scroll if needed */
}

/* Responsive section for small screen like mobile devices */
@media screen and (min-width: 390px) and (max-width: 767px) {
	.container {
		height: 100%;
	}
	.container .navbar {
		flex-direction: column;
	}
	.splash-caption {
		font-size: 1.0rem;
	}
	.item-title {
	font-size: 0.8rem;
	}
	
	.item-artist {
		font-size: 0.6rem;
	}	
	.player-title {
		font-size: 1.0rem;
	}
	
	.player-artist {
		font-size: 1.0rem;
	}
	
	.player-year {
		font-size: 0.6rem;
	}
	
	.player-container {
		flex-direction: column;
		gap: 10px;
	}
	.player-side {
		min-height: 10px;
		justify-content: center;
	}
	.player-info {
		text-align: center;
		min-height: 10px;
	}
	.streamer-icons {
	   align-items: center;
	   justify-content: center;
	}
	.tracks-container {
		width: 100%;
	}
	
	.modal-content {
	   width: 95%;
    }
	
	.details-modal-content {
	   width: 90%;
    }
	
	.about-container p {
		font-size: 0.8rem;
	}

	.artist-bio p {
		font-size: 0.8rem;
	}
	
	.artist-name {
		font-size: 1.0rem;
	}

	.page-footer {
		font-size: 0.8rem;
	}
	
	.details-container p {
		font-size: 1.0rem;
	}
	.badge-img {
		width: 120px;
		height: 120px;
		border-radius: 10px;
	}

	
}
