 @font-face {
  font-family: 'Forever';
  src: url('font/TFForever-Regular.otf'),
  url('font/TFForever-Medium.otf'),
  url('font/TFForever-Bold.otf'),
  url('font/TFForever-BoldItalic.otf');
  }

  html{
    height: 100%;
    margin: auto;
    width: 100%;
    overflow: scroll;
}

body {
    background-color: white;
    text-align:center;
    font-family: 'Forever';
    margin: 0 !important;
    padding: 0 !important;
    width:100%;
    
}

.container{
  position: relative;
  /* margin: 2% auto; */
}

.buttons{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position:fixed;
  bottom:3%;
  z-index:999;
  width:94%;
  left:3%;
}

.front{
  position:fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display:flex;
  justify-content: center;
  align-items: center;
  height:100%;
  /* top: 50%;
  left:50%;
  transform: translate(-50%, -50%); */
  width:100%;
  background-image:url("Dial432.jpg");
  height: 100vh; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.back {
  font-family: 'Forever';
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: first baseline;
  text-align:left;
  display:none;
  /* position:fixed;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%); */
  margin-left:auto;
  margin-right:auto;
  margin-top:70px;
  width:75%;

  
}

.bio{
  width:50%;
  line-height: 1.3;

}

.press{
  width:40%;

}

.press a{
  color:inherit;
  text-decoration: underline;
}

.subtitle{
  font-size:0.9em;
  color:grey;
}

.press-item{
  margin-bottom:2%;
}

.front img{
  display:none;
}

a{
	font-size:1em;
	text-decoration: none;
}

/* .karaoke, .book{
	font-size:3em;
	display:inline-block;
} */

.homepage{
  font-size:3em;
}

#video {
  position: fixed;
  /* right: 0;
  bottom: 0; */
  /* min-width: 100%; */
  min-width: 100%;
  min-height:100%;
}

.karaoke:hover{
	cursor:pointer;
}

.about:hover{
	cursor:pointer;
}

.karaoke, .mail{
  font-size:3em;
	display:inline-block;
  width:50px;
  height:50px;
}

.about, .contact{
  font-size:1em;
  color:black;
  display:block;
  width:50px;
  height:50px;
  display:flex;
  flex-direction: center;
  align-items: center;

}

.contact a{
  color:inherit;
}
.homepage:hover{
  cursor:pointer;
}

.book:hover{
  cursor:pointer;
}

#italic{
  font-style: italic;
}

p{
  display:inline;
}

.text {
  font-family: 'Forever';
  width:90%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align:left;
  padding:5%;
}

.vid{
  width:90%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

#bardeen-root{
  all:inherit !important;
}


 @media only screen and (max-width: 600px) {
  .container{
    width:100%;
  }

  .buttons{
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position:fixed;
    top: 10px;
    z-index:999;
    width:90%;
    height:50px;
  }


.karaoke, .mail{
  font-size:3em;
	display:inline-block;
  width:50px;
  height:50px;
}

  .back {
    font-family: 'Forever';
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: first baseline;
    text-align:left;
    display:none;
    margin-top:85px;
    transform:none;
    height:auto;
    padding-bottom:50px;
  }
  

  .front{
    width:100%;
    background: rgba(137, 207, 240, 0.3)
  }

  .front img{
    width:95vw;
    height:auto;
    display:block;
  }
  .bio{
    margin:0%;
    width:100%;
    margin-bottom:5%;
  
  }
  
  .press{
    margin:0%;
    width:100%;
  
  }

}
