.container {
	overflow: hidden;
	margin-bottom: 30%;  
}

body {
	background-color: #CB5C48;
}

.image1 {
  position: absolute;
  background: url("bannerloop.webp") repeat-x;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  display: block;
  padding-top: 100%;  
	background-size: contain;
	pointer-events: none;
}
.image2 {
  position: absolute;
  top: 3.75%;
  left: 0;
  right: 0;
  margin-inline: auto;
  display: block;
  max-width: 70%;
  height: auto;
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2560px, 0, 0); /* The image width */
  }
}

.mainblock {
  overflow: clip;
  outline: 5px solid #FBD3B5;
  height: 100%;
  width: 72%;
  min-width: 620px;
  color: white;
  background-color: #C24E4A;
  border-radius: 9px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 25px;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.mainblock:after {
  content: "";
  display: table;
  clear: both;
}

.maintext {
  padding-left: 2%;
  padding-right: 2%;
  font-size: 97%;
}

.maintitle {
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: -17px;
  color: #FBD3B5;
  font-size:35px; text-shadow: -2px -2px 0 #C24E4A, 2px -2px 0 #C24E4A, -2px 2px 0 #C24E4A, 2px 2px 0 #C24E4A; padding-bottom:13px;
}

.column {
  float: left;
  width: 50%;
}

.circle-icon {
    background: #ffc0c0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
}

.button {
	background-color: #FBD3B5;
	color: #C24E4A;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 8px;
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 430;
	font-style: normal;
	transition: 0.2s;
}

.button:hover { color: #FBD3B5; background-color: #442C2C; }

.jp {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.link-item {
  font-size: 1.0rem;
  text-decoration: none;
  color: white;
  border: 0.1rem solid #C0C0C0;
  border-radius: 0.2rem;
  padding: 0.1rem 0.3rem;
  transition: 0.2s;
}
.link-item:first-child {
  margin-right: 0.5rem;
}
.link-item:hover {
  background: #8E8E8E;
  color: white;
}

.link-item2 {
  font-size: 1.0rem;
  text-decoration: none;
  color: white;
  border: 0.1rem solid #C0C0C0;
  border-radius: 0.2rem;
  padding: 0.1rem 0.3rem;
  transition: 0.2s;
}
.link-item2:first-child {
  margin-right: 0.5rem;
}
.link-item2:hover {
  background: #F18759;
  color: white;
}

.collapsed {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s;
}
  
.trackContainer {
  display: flex;
  width: 90%;
  margin: auto;
  background-color: #000000;
  border: 1px solid #000000;
  padding-bottom: 1px;
  border-bottom: 1px solid #464646;
}

.trackContainerheader {
  display: flex;
  margin: auto;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  background-color: #000000;
}

.tableheader {
	width: 100%;
	height: 100px;
}

.active, .tableheader:hover {
  opacity: 0.8;
  transition: 0.2s;
  cursor: pointer;
}

.rowreverse {
  display: flex;
  flex-direction: row-reverse;
}

.trackid {
	width: 8%;
	font-size: 2.1vw;
    align-content: center;
}

.tracktype {
	font-size: 0.8vw;
    align-content: center;
}

.trackname {
	width: 39%;
	font-size: 0.81vw;
    align-content: center;
}

.tracknameinfo {
	text-align: center;
	padding-bottom: 0.5rem;
	font-size: 1.04vw;
	font-weight: 600;
}

.trackotherinfo {
	text-align: center;
	padding-bottom: 0.5rem;
}

.trackart {
	width: 150px;
	height: 150px;
	transition: 0.2s ease;
}

.trackart:hover {
	opacity: 0.7;
}

.trackartdisplay {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	padding-bottom: 0.5rem;
}

.credits {
	padding-inline: 10%;
}

.artisticons {
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

.artistinfo {
	display: flex;
	margin-left: auto;
	margin-right: 1px;
}

.icon {
	width: 128px;
	margin-left: -32px;
}

.commentsLink {
	min-width: 148px;
    align-content: center;
	margin-right: -10px;
	margin-left: -4px;
}

.commentsButton {
    align-content: center;
	margin-left: auto;
}

.commentsButton:hover,
.commentsButton:focus {
  opacity: 0.6;
  text-decoration: none;
  cursor: pointer;
  transition: 0.1s ease;
} 

.commentsButtonText {
	color: #FFFFFF;
	text-align: center;
}

.djicons {
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}

.djicon {
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	padding-bottom: 0.8rem;
}

.djname {
	padding-bottom: 0.15rem;
	font-weight: 500;
}

.c1 {
	text-decoration: underline;
}

.c2 {
	text-indent: 50px;
}

.multi {
	width: 100%; 
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}

.block { width: 46%; font-size: 18px; justify-content: center; flex-wrap:wrap; padding-bottom: 12px; padding-top: 15px; padding-left:15px; padding-right:15px }
.jpblock { width: 46%; font-size: 18px; justify-content: center; flex-wrap:wrap; padding-bottom: 12px; padding-top: 15px; padding-left:15px; padding-right:15px; font-family: "M PLUS 2", sans-serif; font-optical-sizing: auto; font-style: normal; }

.bgasection {
	width: 100%; 
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}

.bgainfo { width: 45%; justify-content: center; flex-wrap:wrap; }

.bgatrackname {
	text-align: center;
	padding-bottom: 0.5rem;
	font-size: 20px;
	font-weight: 600;
}

.bgaimageline {
	text-align: center;
	padding-bottom: 0.2rem;
}

.bgaimage {
	transition: 0.25s ease;
}

.bgaimage:hover{
	filter: brightness(150%);
}

.bgaartistsname {
	text-align: center;
	padding-bottom: 0.8rem;
	font-size: 18px;
	font-weight: 600;
}

.footer {
  width: 72%;
  min-width: 620px;
  color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.footerlink {
  transition: 0.2s;
}

.footerlink:link {
  color: #FBD3B5;
  text-decoration: none;
}
.footerlink:visited {
  color: #FBD3B5;
  text-decoration: none;
}
.footerlink:hover {
  color: white;
  text-decoration: none;
}
.footerlink:active {
  color: #FBD3B5;
  text-decoration: none;
}

.socials {
  color: #FBD3B5;
	float:right;
}

.image3 {
	padding-left: 1.4rem;
}

 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  color: #000000;
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  width: 45%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 

  .remodal-overlay.without-animation.remodal-is-opening,
  .remodal-overlay.without-animation.remodal-is-closing,
  .remodal.without-animation.remodal-is-opening,
  .remodal.without-animation.remodal-is-closing,
  .remodal-bg.without-animation.remodal-is-opening,
  .remodal-bg.without-animation.remodal-is-closing {
	animation: none;
  }