:root {
  --background-color: #d8b848;
  --scrollbar-color: #c7a536;
  --highlight-color: #865200;
  --text-color: #ffffff;
}

@font-face {
  font-family: 'Cobbler Sans';
  font-weight: lighter;
  src: url('../../fonts/CobblerSans-SemiBold.ttf');
}
@font-face {
  font-family: 'Cobbler Sans';
  font-weight: normal;
  src: url('../../fonts/CobblerSans-Bold.ttf');
}

@font-face {
  font-family: 'Cobbler Sans';
  font-weight: bold;
  src: url('../../fonts/CobblerSans-Black.ttf');
}

::-webkit-scrollbar {
  background-color: var(--background-color);
  width: 5px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--scrollbar-color);
}

body {
  height: 100%;
  font-family: 'Cobbler Sans', serif;
  padding: 0;
  margin: 0;
  background-color: var(--background-color);
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
}

/* music */

.nowplaying {
  position: absolute;
  top: 3em;
  left: 2em;
  border-radius: 0.8em;
  font-family: 'Cobbler Sans';
  max-width: fit-content;
  min-width: 400px;
  width: auto;
  height: auto;
  max-height: 90px;
  background-color: rgba(17, 17, 17, 0.7);
  box-shadow: 0px 0px 1.975px 1.185px rgba(33, 33, 33, 0.36) inset, 0px 0px 7.898px 0px rgba(0, 0, 0, 0.56);

  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-right: 2em;
}

.image {
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
  display: flex;
  margin: 0.5em;
}

.image img {
  border-radius: 0.8em;
  max-height: 80px;
  height: auto;
}

/* .songCta {
  height: 80px;
  display: flex;
  flex-direction: column !important;
  align-items: flex-start;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 1em;
} */

.songDetails {
  height: auto;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  /* padding: 0.5em; */
  width: fit-content;
  text-align: left;
  gap: 1em;
  /* padding: -10px; */
  /* gap: -1.5em; */
  /* float: left; */
  margin-top: -2em;
}

#np {
  opacity: 0.7;
}
.song {
  display: flex;
  width: 100%;
  height: auto;
  /* scale: calc(100%); */

  font-weight: 300;
  /* container-name: song; */
}

/* @container song (max-height: 66px) {
  .album {
    scale: 12;
    }
    } */

.title {
  font-weight: 900;
  font-size: clamp(1.4em, 1.6em, 1.8em);
  /* margin-bottom: 0.5em; */
}

/* br {
      height: 10em;
      } */

.artist {
  font-weight: 500;
  font-size: clamp(1.2em, 1.3em, 1.4em);
}

.song {
  margin-inline: 1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /* gap: -2em; */
}

/* music */

.heading {
  padding: 10px;
  width: 75vw;
  /* height: 75vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

.pfp {
  width: 300px;
}

.username {
  font-size: 4em;
  margin: 0;
}

.name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  font-weight: bold;
}

.attributes {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 15px;
  font-weight: 200;
  font-size: 1.2em;
}

.project-logo:not(:hover) {
  transition: 0.5s all;
  fill: var(--text-color);
}

.project-logo:hover {
  transition: 0.2s all;
  fill: var(--highlight-color);
  cursor: pointer;
}

.social a:not(:hover) {
  transition: 0.5s all;
  color: var(--text-color);
  /* background-color: var(--text-color); */
}

.social a:hover {
  transition: 0.2s all;
  color: var(--highlight-color);
  /* background-color: var(--highlight-color); */
  cursor: pointer;
}

.project-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.project-logo {
  margin-top: 10px;
  width: 75px;
}

.footer {
  width: 100%;
  margin-bottom: 0;
  /* position: absolute; */
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

a {
  color: white;
  text-decoration: none;
}

hr {
  width: 15vw;
  height: 3px;
  outline: none;
  border: none;
  background-color: var(--text-color);
  opacity: 0.5;
  border-radius: 10px;
  margin-top: -10px;
}

.socials {
  width: 75%;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10%;
  margin-left: auto;
  margin-right: auto;
}

.social {
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  gap: 15px;
  font-weight: 100;
}

.social-image {
  height: 28px;
  width: 28px;
}
.social p {
  line-height: 0;
}

@media only screen and (max-width: 975px) {
  .socials {
    flex-direction: column;
    gap: 20px;
  }
  .attributes {
    font-size: 1em;
  }
}

@media only screen and (max-width: 1400px) {
  .nowplaying {
    display: none;
  }

  .socials {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.reach-out {
  font-size: 1.7em;
}
