/* ------- */
/* GENERAL */
/* ------- */
html {
  overflow-x: hidden;
}

body {
  background-image: url("/$src/img/bg/home1.png");
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: simple, sans-serif;
  font-size: clamp(1rem, 3vw, 2.03rem);
  overflow-x: hidden;
}

p,
a {
  line-height: 0.65;
}

h2 {
  font-family: daydream, sans-serif;
  font-size: 0.5em;
  background: linear-gradient(to bottom, #d1dbff, #508fbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5em;
}

h3 {
  font-weight: normal;
}

.box {
  padding: 0.75em;
}

main {
  position: relative;
  margin: 6vh 0.8em 0 0.8em;
  max-width: 35.8em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4em 0.4em;
  grid-template-areas: "first_block" "second_block" "third_block";
}
main .first_block {
  grid-area: first_block;
}
main .second_block {
  grid-area: second_block;
}
main .third_block {
  grid-area: third_block;
}

.chains {
  z-index: 99;
  position: fixed;
  background-image: url("/$src/img/deco/chains.png");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

/* ----------- */
/* FIRST BLOCK */
/* ----------- */
.first_block {
  height: 14.2em;
  min-height: 370px;
  width: 100%;
  display: grid;
  grid-template-columns: 0.8fr 2.9fr 1.2fr;
  gap: 0.4em 0.4em;
}
.first_block--left_block {
  display: flex;
  flex-direction: column;
  transform: rotate(-2deg);
}

/* MUSICPLAYER */
.music_player {
  padding: 0;
  border: double 8px #759EED;
}
.music_player--title {
  color: white;
  display: flex;
  justify-content: center;
  height: 2rem;
  background: radial-gradient(circle, #2971EA 14%, #759EED 100%);
  align-items: center;
}
.music_player .smilies {
  padding-right: 0.4rem;
}
.music_player--main {
  background-color: white;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 8rem;
  flex-direction: column;
  justify-content: space-between;
}
.music_player--track_name {
  z-index: 1;
  color: white;
  margin: 0.2em;
  text-shadow: 0px 0px 5px rgb(0, 94, 255), -1px -1px 5px rgba(10, 32, 75, 0.684);
}
.music_player--controls {
  height: 2em;
  display: flex;
  justify-content: center;
  gap: 0.2em;
  align-items: end;
  padding-bottom: 0.4em;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(117, 158, 237, 0) 0%, rgba(41, 113, 234, 0.8) 90%);
}
.music_player--controls img {
  height: 100%;
  height: 1em;
  cursor: pointer;
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.music_player--controls img:hover {
  transform: scale(110%);
}
.music_player--controls img:active {
  transform: scaleX(90%) scaleY(70%);
}
.music_player--background {
  position: absolute;
  filter: blur(2px);
  z-index: 0;
  top: -0.5em;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* MENU */
.menu {
  position: relative;
  overflow: auto;
  padding: 0.5em;
  /* width: 27%; */
  margin-top: 0.2em;
  height: 100%;
}
.menu--section {
  margin-bottom: 0.5em;
}
.menu--section--title {
  font-size: 0.4em;
}
.menu--section--list {
  margin-bottom: 0.5em;
}
.menu--section--list--item {
  margin-left: 0.4em;
}
.menu--section--list--item p {
  display: flex;
  flex-direction: column;
}
.menu--section--list--item small {
  font-family: kiwisoda, sans-serif;
  font-size: 0.5em;
}
.menu--subtext {
  position: absolute;
  bottom: 0;
  text-align: right;
  line-height: 0.5;
  padding-right: 0.4em;
  padding-bottom: 0.4em;
  opacity: 50%;
}

/* HEADER */
.header {
  display: flex;
  max-width: 684px;
  position: relative;
  z-index: 10;
}
.header--container {
  width: 90%;
  display: flex;
  padding: 0.2em;
  display: flex;
  justify-content: space-between;
  align-items: end;
  background-color: rgba(71, 138, 184, 0.5);
  transform: rotate(-3deg);
  animation: spin_headercontainer 3s ease-in-out infinite;
}
.header--container--title {
  font-family: daydream, sans-serif;
  font-size: 0.4em;
  color: white;
  font-weight: normal;
}
.header--container--subtext {
  font-family: kiwisoda, sans-serif;
  font-size: 0.625em;
  color: #ebefff;
}
.header--logo {
  position: absolute;
  width: 12em;
  top: -2.5em;
  right: -2em;
  z-index: 9;
  pointer-events: none;
}

@keyframes spin_headercontainer {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
/* INTRODUCTION */
.introduction {
  display: grid;
  height: inherit;
  min-height: inherit;
  width: 100%;
}
.introduction--container {
  overflow: auto;
  margin-top: 0;
}

.where_am_i {
  display: flex;
  position: relative;
}
.where_am_i .mecat {
  width: 4em;
  transform: scaleX(-1);
}
.where_am_i--text {
  margin-left: 1em;
}
.where_am_i--text .slightly_larger {
  font-size: 1.4em;
  text-shadow: 1px 1px 5px rgb(255, 255, 255), -1px -1px 5px rgba(106, 155, 255, 0.684);
}

.about_website {
  margin: 0.4em 0.4em 0.25em;
}

.note_about_website ul {
  margin-left: 1em;
}
.note_about_website li {
  margin-top: 0.25em;
}

.currently {
  margin-top: 1.75em;
  transform: rotate(2deg);
  overflow: auto;
}
.currently h2 {
  text-align: center;
  margin-bottom: 0;
}
.currently .subtitle {
  font-size: 0.6em;
  text-align: center;
  margin-bottom: 0.75em;
}
.currently--list--item {
  margin-bottom: 0em;
  width: 90%;
  margin-bottom: 0.5em;
}
.currently--list--item h3 {
  font-family: kiwisoda, sans-serif;
  font-size: 0.7em;
}
.currently--list--item--bubble {
  background-image: url("/$src/img/deco/currently_bubble.png");
  background-size: cover;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 0.3em;
  font-size: 0.75em;
  border: 1px solid rgba(71, 138, 184, 0.5);
}
.currently--list--item:nth-child(odd) {
  justify-self: left;
}
.currently--list--item:nth-child(even) {
  justify-self: right;
  text-align: right;
}

/* ------------ */
/* SECOND BLOCK */
/* ------------ */
.second_block {
  height: 7.5em;
  min-height: 150px;
  width: 100%;
  display: grid;
  grid-template-columns: 0.5fr 1fr 0.8fr;
  gap: 0.4em 0.4em;
}

/* COMMUNITY */
.community {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: inherit;
  min-height: inherit;
}
.community h2 {
  font-size: 0.4em;
  text-align: center;
  margin-bottom: 0.5em;
}
.community--webrings {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.community .goofy_ah_webring {
  text-align: center;
  border: 1px solid black;
  font-family: "Comic Sans MS";
  padding: 0.5em;
  font-size: 0.33em;
}
.community .goofy_ah_webring p {
  line-height: normal;
  color: black;
}
.community .goofy_ah_webring .smilies {
  width: 2em;
  height: auto;
}
.community .goofy_ah_webring--mascot {
  width: 5em;
}
.community .goofy_ah_webring--links {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  flex-wrap: wrap;
}
.community .goofy_ah_webring--links a {
  display: flex;
  gap: 0.25em;
}

/* ABOUT ME */
.about_me {
  overflow: auto;
  margin-top: 0;
}
.about_me h2 {
  font-size: 0.4em;
  position: relative;
}
.about_me h2 img {
  position: absolute;
  height: 2em;
  margin-left: 1em;
  bottom: 0.05em;
}
.about_me p {
  font-size: 0.8em;
  margin-bottom: 0.2em;
}
.about_me--intro {
  display: flex;
  flex-direction: line;
}
.about_me ul {
  margin-left: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.about_me ul li {
  margin-top: 0.2em;
}
.about_me ul li p {
  margin-bottom: 0;
}
.about_me ul li .float {
  animation: float 0.2s ease-in infinite;
}
.about_me--socials {
  text-align: center;
  margin-top: 0.75em;
}

/* CODE OF HONOR */
.codeofhonor--container {
  height: inherit;
  position: relative;
  display: flex;
  min-height: inherit;
}

#codeofhonor {
  overflow: auto;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}
#codeofhonor h2 {
  font-size: 0.4em;
}
#codeofhonor--description {
  /* margin-bottom: .5em; */
}
#codeofhonor li {
  margin-top: 0.4em;
}
#codeofhonor p {
  font-size: 0.8em;
}
#codeofhonor--gif {
  position: absolute;
  bottom: -0.3em;
  right: -1.25em;
  transform: rotateZ(-10deg);
  pointer-events: none;
}

/* LISTENING TO */
.listening_to {
  z-index: 50;
  position: absolute;
  display: flex;
  text-align: center;
  flex-direction: column;
  overflow: hidden;
  padding: 0.5em;
  width: 7em;
  top: 10.5em;
  right: -5.75em;
  transform: rotateZ(5deg);
}
.listening_to h2 {
  font-size: 0.4em;
  margin-bottom: 0.5em;
}
.listening_to #cdcontainer {
  position: relative;
  display: flex;
  align-items: start;
  max-height: 4.4em;
  padding-left: 0.45em;
  background-image: url("/$src/img/deco/cdbox.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.listening_to #trackart {
  max-height: inherit;
  width: 4.22em;
}
.listening_to #cd {
  position: absolute;
  width: 4.15em;
  top: 0.1em;
  right: 0;
  animation: cdspin 3s linear infinite;
  z-index: -1;
}
.listening_to p {
  font-size: 0.75em;
  margin-bottom: 0.4em;
}

@keyframes cdspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* FEATURED VIDEO */
#featuredvideo {
  position: relative;
  margin-left: 0;
}
#featuredvideo h2 {
  text-align: center;
  margin-bottom: 1em;
}
#featuredvideo .video {
  height: 6em;
}

/* ------ */
/* FOOTER */
/* ------ */
footer {
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .box {
  margin-top: 0;
}
footer #list8831 {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .badge8831 {
  height: 1em;
}
footer #legal {
  color: white;
  text-shadow: 1px 1px 5px rgb(255, 255, 255), -1px -1px 5px rgb(26, 102, 254);
}

@media (max-width: 950px) {
  .listening_to {
    display: none;
  }
}/*# sourceMappingURL=home.css.map */