@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");

body {
  background-color: #dfa518;
  /*background-image: url("hanger/hangerpagebg.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  object-fit: cover;
  object-position: center;*/
  margin: 0px;
}

.column {
  float: left;
  width: 33.33%;
  flex-wrap: wrap;
  z-index: 1;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

#undlogo {
  width: 80%;
  max-width: 500px;
  margin: 30px;
  z-index: 2 !important;
  transition: ease all 0.1s;
  user-select: none;
}

#undlogo:hover {
  transform: scale(1.05);
}

#simplethingstext {
  width: 300px;
  margin-top: 100px;
  object-fit: scale-down;
  user-select: none;
  pointer-events: none;
  z-index: 2;
  margin-left: -10px;
}

.lyrics {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  z-index: 2;
  color: white;
  filter: drop-shadow(5px 3px 2px #000000a0);
}

#lyricscolumn2 {
  margin-top: 200px;
}

@media screen and (max-width: 1000px) {
  #lyricscolumn2 {
    margin-top: 0px !important;
    float: right !important;
    z-index: 2;
  }

  #simplethingstext {
    margin-top: 0px !important;
    display: flex;
    margin: auto;
  }
  .column {
    display: flex;
    flex-wrap: wrap;
    /*border: 1px solid transparent;*/
    width: 100%;
    margin: auto;
  }

  #undlogo {
    width: 50%;
    z-index: 2;
  }

  #lyriccolumns {
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    width: 100vw;
  }

  #lyricscolumn1 {
  }

  p {
    text-align: center;
    width: 100vw;
  }

  #testtet {
  }
  #simplethingsothertext {
    width: 200px;
    margin-left: auto !important;
    margin: auto;
    display: flex;
    margin-bottom: 40px;
  }

  #bandcampembed {
    position: fixed;
    bottom: 10px;
    z-index: 5;
    padding-bottom: 0px !important;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body {
    margin-bottom: 60px;
  }
}

::selection {
  color: black;
  background: #d7e512;
}

#pagebg {
  z-index: -1;
  position: fixed;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}

#simplethingsothertext {
  width: 250px;
  margin-left: 100px;
  user-select: none;
  pointer-events: none;
}

#bandcampembed {
  display: flex;
  margin: auto;
  padding-bottom: 40px;
}