html,
body {
  min-height: 100vh;
  min-width: 100vw;
}

body {
  background: #202020;
  /*!page_container_bgcolor*/
  font-family: "Arial", sans-serif;
}

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

p,
ul li {
  color: #d8d8d8;
}

ul,
li {
  list-style-type: none;
}

a,
a:visited {
  color: #d8d8d8;
  text-decoration: none;
}

a:hover {
  border: none;
  color: #e25757 !important;
  opacity: 0.6;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.custom-word {
  position: absolute;
  left: -90px;
  top: 0;
  width: 5px;
  font-weight: bold;
  font-size: 12px;
  color: #f7a611;
  background-color: #00000000;
  padding: 0px;
  border-radius: 3px;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

a:hover .custom-word {
  opacity: 1;
}



#bio {
  width: 50%;
  font-size: 0.8rem;
  padding-left: 10em;
  display: inline-block;
  vertical-align: top;
  padding-right: 8em;
  padding-top: 10em;
  text-align: justify;
  box-sizing: border-box;
}

#performances {
  font-size: 0.85em;
  padding-top: 4em;
  width: 49%;
  display: inline-block;
  box-sizing: border-box;
}

#home,
#left,
#right {
  position: fixed;
  color: white;
  text-decoration: none;
  width: 20px;
  height: auto;
}

#home {
  left: 10.5em;
  top: 10em;
}

#left,
#right {
  top: 20em;
}
#left img,
#right img {
  width: 55px;
}
#left {
  left: 10em;
}

#right {
  left: 15em;
}

#page-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

#page {
  margin-top: 90vh;
  width: 45%;
  margin-left: 30%;
}
#page h1,
#page h2 {
  color: #d8d8d8;
  font-size: 1.3em;
  padding: 0;
  margin: 0.5em;
}
#page p {
  font-size: 1em;
  margin: 0.5em;
}
#page a {
  font-size: 1em;
  margin: 0.5em;
}
#page #sound,
#page #video {
  margin-top: 100px;
  width: 100%;
}
#page #video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
#page #video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page #sound:last-child {
  padding-bottom: 100vh;
}

@media (max-width: 768px) {
  div {
    padding: 0;
    margin: 0;
  }
  ul {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
  }
  #bio,
  #performances {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 4em;
  }
  #bio {
    margin-top: 3em;
  }
  #performances {
    margin-bottom: 3em;
     
  }
  #page {
    margin-top: 90vh;
    margin-left: 0;
    width: 100%;
  }

  #page h1,
  #page h2,
  #page p {
    color: #d8d8d8;
  }
  #page h1,
  #page h2 {
    font-size: 1.2em;
  }
  #page p {
    font-size: 1em;
  }
  #page #sound:last-child {
    padding-bottom: 30vh;
  }
  #left,
  #right,
  #home {
    position: absolute;
    width: 10px;
  }
  #home {
    left: 7.5em;
    top: 1.3em;
  }
  #left {
    left: 4%;
  }
  #left, #right {
    top: 2em;
  }
  
  
}

@media (max-width: 768px) {
  div#bio,
  div#performances {
    font-size: 0.9em;
  }
  #bio,
  #performances {
    padding:10px;
    margin-top: 2em;
  }

  #page {
    margin-top: 90vh;
  }
  body {
    font-size: 11px;
  }

}

