@import url(fontawesome-all.min.css);


		/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100&display=swap');


* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  background: #fff;
}
body {
	margin:0px;
  color: black;
  font-family: 'IBM Plex Sans', sans-serif;  
  background-color: rgb(25,25,25); 
}

h1 {
  /*display: block;*/
  font-size: 12px;
  margin-top: 0.30em !important;
  margin-bottom: 0.30em !important;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  line-height: 20px !important;
}

h2 {
 /* display: block;*/
  font-size: 14px;
  margin-top: 0.10em;
  margin-bottom: 0.30em;
  margin-left: 0;
  margin-right: 0;
 /* font-weight: bold;*/
}
header, main, aside, footer {
  padding: 0em;
}
header {
  background: lightgrey;
}
main {
  background: white;
}
aside {
  background: aliceblue;
}
footer {
  color: white;
  text-align: center;
  position: fixed;
  bottom: 0px;
  background: none;
  width: 100%;
}
@media (min-width: 600px) {
  main, aside {
    float: left;
  }
  main {
    width: 70%;
  }
 /* aside {
    width: 30%;
  }*/
  footer {
    clear: both;
  }
}

#info{
	position: absolute;
	width: 100%;

}

#about{
	position: absolute;
    top: 60px;
    margin: auto;
    width: 100%;
    text-align: center;
}
#artist{
  position: absolute;
    top: 90px;
    margin: auto;
    width: 100%;
    text-align: center;
}

#home{
	position: relative;
    bottom: 10px;

    margin: auto;
    width: 100%;
    text-align: center;
}

#container {
  position: absolute;
}

.hdmlogo {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 20px;

}


ul {
  margin: auto;
  padding: 0;
  background: none;
  line-height: 0px;
  overflow: auto;
  list-style: none;
  inline-size:fit-content;
  font-size: 16px;
}
li {
  
  display: inline-flex;
  text-align: center;
  float: left;
  padding:10px;
  line-height: 12px;
}

a {
  text-decoration: none;
  display: block;
  color: black;
}

a:hover {
  background: #00FF23;
  color: black;
}


.line-1{
    position: absolute;
    top: 30px;  
    padding:10px; 
    width: 100%;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}

/* Animation */
.anim-typewriter{
  animation: typewriter 4s steps(78) 1s 1 normal both,
             blinkTextCursor 500ms steps(78) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 100%;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(0,0,0,.75);}
  to{border-right-color: transparent;}
}

.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  &:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  & > div {
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: white;
  }
}

.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  color: #000;
  font-size: 13px;
  line-height: 20px;
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: white;
}
.modal-window header {
  font-weight: bold;
}
/*.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}*/

.modal-close {
  color: #000;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.modal-close:hover {
  color: black;
}

/* Demo Styles */


.container {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.modal-window > div {
  border-radius: 0px;
}

.modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}

small {
  color: black;
}

.btn {
  background-color: white;
  padding: 1em 1.5em;
  border-radius: 1rem;
  text-decoration: none;
}
.btn i {
  padding-right: 0.3em;
}

#blocker {
	position: absolute;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0,0,0,0.5);*/
}



#instructions{
	position: absolute;
    bottom: 20%;
    margin: auto;
    width: 100%;
    text-align: center;
    cursor: move;
    display: none;
}

#freeNotes{
  position: absolute;
    bottom: 20%;
    margin: auto;
    width: 100%;
    text-align: center;
    cursor: move;
    display: none;
}

@media only screen and (max-width: 600px) {
.line-1{
  font-size:12px;
}
.modal-window {
  font-size: 11px;
  line-height: 15px;
  background-color: white;
}
.modal-window > div {
  width: 100%;
  padding:14px;
  height: 100%;
  overflow: auto;
}
.h1 {
  font-size: 1em !important;
}
}