/* Tiny reset thingy */
body,
html {
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Archivo Narrow", sans-serif;
}

div {
  color: white;
}

ul {
  padding: 0;
  list-style-type: none;
}

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: rgb(200, 200, 200);
  font-weight: 700;
}

.w100p {
  width: 100%;
}

.centerc {
  text-align: center;
}

h1 {
  color: white;
  font-size: 1.7em;
  letter-spacing: 15px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}


h2 {
  color: white;
  font-size: 3em;
  letter-spacing: 30px;
}

h3 {
  color: white;
  font-size: 1.7em;
  letter-spacing: 15px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* navbar */

nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px 0px 20px;
  flex-wrap: wrap;

  transition: 0.3s;
}

nav a {
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
  padding: 8px 20px;
  display: block;

  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 16px;
}

nav.darkback {
  background-color: #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1328px) 
{ 
  nav a {
    padding-left: 17px;
    padding-right: 17px; 
  }
}

@media only screen and (max-width: 1271px) 
{ 
  nav a {
    padding-left: 12px;
    padding-right: 12px; 
  }
}

@media only screen and (max-width: 1032px) 
{ 
	nav .extend2 {
    display: none;
  }
}

@media only screen and (max-width: 755px) 
{ 
	nav .extend3 {
    display: none;
  }
}

@media only screen and (max-width: 671px) 
{ 
	nav .extend4 {
    display: none;
  }
}


audio {
  margin-top: 10px;
  width: 100%;
}

/* Parallax base styles
  --------------------------------------------- */

.parallax {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-perspective: 1px;
  perspective: 1px;
}

.parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.parallax-layer.base {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.parallax-layer.back {
  -webkit-transform: translateZ(-0.98px) scale(2);
  transform: translateZ(-0.98px) scale(2);
}

.bg1 {
  width: 100%;
  background: url('https://degitx.com/images/background.webp') no-repeat center;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: -100px;
}

.m0 {
  margin: 0px;
}

.uptext {
  padding: 0 5%;
}

/* albums */

#albums {
  /*
  background-color: rgba(0, 0, 0, 0.4);
  */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  /*box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.4);*/
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4) 85%, rgba(0, 0, 0, 1) 100%);

  padding: 50px 35px;
  transition: 2s;
}

#albums .downloadAlbumsAll {
  letter-spacing: 4px;
  transition: 1.5s;
  font-size: 1.5em;
  margin: 5px 5px;
}

#albums .downloadAlbumsAll a:hover {
  font-size: 1.3em;
}

#albums h3 {
  letter-spacing: 10px;
}

#albums .album {
  margin: 30px 22px;
}

#albums .album img {
  height: 220px;
  margin-bottom: 12px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#albums .info {
  cursor: pointer;
}

#albums .album .details {
  opacity: 1;
  display: block;
  min-width: 330px;
}

#albums .album:not(.full) .details {
  display: none;
  transition: opacity 2s ease-out;
  opacity: 0;
}

#albums .album.full {
  width: 100%;
  justify-content: center;
}

#albums .details {
  padding: 0px 20px;
  transition: 0.5s;
}

#albums a.download {
  margin: 0px 3px;
}

#albums .downloads a {
  margin: 0px 7px;
  font-size: 25px;
}

#albums .album .tracklist li {
  cursor: pointer;
  padding: 4px 2px;
  font-size: 1.30em;
}

#albums .album .tracklist li a {
  margin: 0px 3px;
}

#albums .album .tracklist li i {
  margin: 0px 3px;
}

#albums .album .tracklist li p {
  margin: 0px;
  display: inline;
}

#albums .album .tracklist li .text p {
  display: block;
}

#albums .album .text {
  display: none;
  margin: 10px 5px 20px;
  max-width: 430px;
}

#albums .album .text p {
  font-size: 0.9em;
  margin: 0px;
}

#albums .album .information {
  display: none;
  margin: 10px 5px 20px;
  max-width: 430px;
}

#albums .album .information p {
  font-size: 0.9em;
  margin: 0px;
}

/* patreon button */

.patreonButton {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0612d), color-stop(1, #bd2c5c));
  background: -moz-linear-gradient(top, #f0612d 5%, #bd2c5c 100%);
  background: -webkit-linear-gradient(top, #f0612d 5%, #bd2c5c 100%);
  background: -o-linear-gradient(top, #f0612d 5%, #bd2c5c 100%);
  background: -ms-linear-gradient(top, #f0612d 5%, #bd2c5c 100%);
  background: linear-gradient(to bottom, #f0612d 5%, #bd2c5c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0612d', endColorstr='#bd2c5c', GradientType=0);
  background-color: #f0612d;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #ab1919;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 16px 31px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #662828;
  max-width: 60%;
}

.patreonButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bd2c5c), color-stop(1, #f0612d));
  background: -moz-linear-gradient(top, #bd2c5c 5%, #f0612d 100%);
  background: -webkit-linear-gradient(top, #bd2c5c 5%, #f0612d 100%);
  background: -o-linear-gradient(top, #bd2c5c 5%, #f0612d 100%);
  background: -ms-linear-gradient(top, #bd2c5c 5%, #f0612d 100%);
  background: linear-gradient(to bottom, #bd2c5c 5%, #f0612d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd2c5c', endColorstr='#f0612d', GradientType=0);
  background-color: #bd2c5c;
}

.patreonButton:active {
  position: relative;
  top: 1px;
}

.supportButtons {
  max-width: 580px;
}

.paypalButton {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6954FF), color-stop(1, #311AD9));
  background: -moz-linear-gradient(top, #6954FF 5%, #311AD9 100%);
  background: -webkit-linear-gradient(top, #6954FF 5%, #311AD9 100%);
  background: -o-linear-gradient(top, #6954FF 5%, #311AD9 100%);
  background: -ms-linear-gradient(top, #6954FF 5%, #311AD9 100%);
  background: linear-gradient(to bottom, #6954FF 5%, #311AD9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6954FF', endColorstr='#311AD9', GradientType=0);
  background-color: #6954FF;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #311AD9;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 16px 31px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #662828;
  max-width: 60%;
  margin-left: 8px;
}

.paypalButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #311AD9), color-stop(1, #6954FF));
  background: -moz-linear-gradient(top, #311AD9 5%, #6954FF 100%);
  background: -webkit-linear-gradient(top, #311AD9 5%, #6954FF 100%);
  background: -o-linear-gradient(top, #311AD9 5%, #6954FF 100%);
  background: -ms-linear-gradient(top, #311AD9 5%, #6954FF 100%);
  background: linear-gradient(to bottom, #311AD9 5%, #6954FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#311AD9', endColorstr='#6954FF', GradientType=0);
  background-color: #311AD9;
}

.paypalButton:active {
  position: relative;
  top: 1px;
}

.patreonFollow {
  padding: 10px 20px;
  margin-bottom: 25px;
}

.header .platforms img {
  height: 80px;
}

.header .platforms a {
  padding: 6px 21px;
}

#about {
  background-color: black;
  padding: 3% 7%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
}

#about p {
  font-size: 1.1em;
}


#about img {
  max-height: 330px;
  max-width: 100%;
  object-fit: contain;
}

#universe {
  background: linear-gradient(135deg, #1a0a2e 0%, #16213e 50%, #0f3460 100%);
  padding: 40px 7%;
  text-align: center;
}

#universe p {
  font-size: 1.1em;
  max-width: 700px;
  margin: 0 auto 25px;
  line-height: 1.6;
}

.universeButton {
  display: inline-block;
  background: linear-gradient(to right, #8e44ad, #3498db);
  color: #ffffff !important;
  font-size: 18px;
  padding: 16px 36px;
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 15px rgba(142, 68, 173, 0.4);
}

.universeButton:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(142, 68, 173, 0.6);
}

.universeButton i {
  margin-right: 8px;
}

#artworks {
  background-color: white;
  padding: 40px;
  color: black;
}

#artworks h3 {
  color: black;
}

.gallery img {
  max-height: 330px;
  max-width: 100%;
  object-fit: contain;
}

.fa-linktree svg {
  fill: white;
  height: 16px;
}