@charset "utf-8";

html,
body {
  height: 100%;
  width: 100%;
}

html {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

video,
.embed-container {
  width: 100%;
  max-width: 100%;
  margin: 1rem;
  height: 100%;
}
iframe {
  width: 100%;
  height: 100%;
}

embed {
  width: 100%;
}
img {
  width: 100%;
  height: auto;
}

.front {
  position: relative;
  left: 0;
  padding: 20% 1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  font: normal 12px/30px consolas;

  font-family: "consolas";

  max-width: 1200px;
}

#bio {
  -webkit-transition: opacity 1.2s ease;
  -o-transition: opacity 1.2s ease;
  transition: opacity all 1.2s ease;
  background-color: white;
  position: absolute;
  z-index: 1;
  width: 75%;
  display: inline;
  left: 0%;
  top: 0%;
  margin: auto;
  overflow-wrap: break-word;
  text-align: justify;
  text-justify: inter-word;
  font: normal 12px/1x Consolas;
  padding: 1rem;
  max-height: 100%;
}

.canvases {
  position: absolute;
  width: 124px;
  height: 221px;
  top: 350px;
  z-index: -10000;
  right: 65px;
}
.canvases2 {
  position: absolute;
  width: 124px;
  height: 221px;
  top: 350px;
  z-index: -10000;
  right: 65px;
}

#frame1 {
  position: absolute;
  width: 248px;
  height: 248px;
  top: 345px;
  right: 5px;
}
#frame2 {
  position: absolute;
  width: 248px;
  height: 248px;
  top: 345px;
  right: 5px;
}

#quote {
  line-height: 35px;
  margin: 0;
  overflow-wrap: break-word;
  text-align: justify;
  text-justify: inter-word;
  font-family: Champignon;
  font-size: 49px;
  left: 25%;
  padding-left: 5%;
  padding-top: 15%;
}

#author {
  font-size: 18px;
  text-align: right;
}

.screens #canvas3,
.screens #frame2,
.screens #img1 {
  display: none !important;
}

@media (min-width: 600px) {
  .front {
    width: 90%;
  }

  .screens #canvas3,
  .screens #frame2,
  .screens #img1 {
    display: block !important;
  }
  .canvases {
    right: 0%;
  }

  .canvases2 {
    right: 75%;
  }
  #frame1 {
    right: calc(0% - 62px);
  }

  #frame2 {
    right: calc(75% - 62px);
  }

  #quote {
    width: 50%;
    line-height: 50px;
  }
}

@media (min-width: 967px) {
  .embed-container {
    min-height: 300px;
  }
}
