body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  background-color: #520380;
}

#gui {
  position: absolute;
  background-color: black;
  opacity: 0.9;
  margin: 0;
  z-index: 10;
  float: right;
}

#canvasSizeTextBox {
  color: rgb(209, 209, 209);
  font-size: 0.7em;
  opacity: 0.7;
  font-style: italic;
  text-align: left;
}

#introDiv {
  width: 100vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #11001c;
  padding-top: 2px;
  padding-bottom: 10px;
  text-align: center;
  color: white;
}

#siteNameText {
  font-size: 42px;
  font-family: "Permanent Marker";
  font-weight: 400;
  font-style: normal;
  display: block;
}

#subtitleText {
  font-size: 24px;
  font-family: "Permanent Marker";
  font-weight: 400;
  font-style: italic;
  margin: 0 auto;
}

#aboutText {
  font-size: 32px;
  font-family: "Permanent Marker";
  font-weight: 400;
  font-style: normal;
  display: block;
  padding: 0;
  margin: 0;
}

#toolDiv, #notesDiv {
  width: 100vw;
  box-sizing: border-box;
  background-color: #151632;
  text-align: center;
  justify-content: center;
}

#notesDiv {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

#textBox {
  min-width: 350px;
  max-width: 75vw;
}

li {
  margin-bottom: 6px;
}

#linksDiv {
  background-color: #11001c;
  display: flex;
  justify-content: center;
  align-items: center;
}

h2 {
  font-size: 40px;
  font-family: Helvetica;
}

#buttonDiv {
  display: inline-block;
  margin: 0 auto;
}

.displayCanvas {
  float: left;
}

.exampleImage {
  max-width: 70vw;
  margin: 0 auto;
  padding: 0;
  display: block;
}

::-ms-input-placeholder,
::-webkit-input-placeholder {
  color: rgb(194, 194, 194);
  font-weight: normal;
}

input.input-number-noSpinners::-webkit-inner-spin-button,
input.input-number-noSpinners::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  border: 1px solid rgb(180, 180, 180);
  padding: 4px 0 4px 0;
}

input:hover {
  background-color: rgb(246, 252, 255);
  border: 1px solid rgb(146, 146, 146);
}

.select-style {
  border-bottom: 2px solid #00b7ff;
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  overflow: hidden;
  font-weight: bold;
  padding: 1px;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 0.95em;
  outline: none;
}
.select-style.focus {
  outline: none;
}

#paletteChoice {
  border-bottom: 2px solid #d400ff !important;
}

.hidden {
  display: none !important;
}

input,
select {
  cursor: pointer;
}

input[type=file] {
  position: absolute;
  top: -9999px;
}

.custom-file-upload {
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #226f63;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  font-family: Helvetica;
  display: inline-block;
  padding: 8px;
  cursor: pointer;
  margin-left: 3px;
  margin-right: 2px;
}

input[type=color] {
  border: none;
  background-color: none;
  padding: 0;
  margin: 0px;
}

input[type=checkbox] {
  min-width: 20px;
  min-height: 20px;
}

#effectWidthDiv {
  margin-top: 2vh;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

#effectWidthInput {
  width: 100% !important;
  min-width: 100% !important;
  padding: 0;
  margin: 0;
}

button {
  padding: 6px;
  font-weight: bold;
  font-size: 1em;
  margin: 10px 3px 10px 3px;
  border: 3px solid #79e2d2;
  border-radius: 6px;
  background-color: #ffffff;
  cursor: pointer;
}

.recordButton {
  border: 3px solid #4a2bb0;
  background-color: #4a2bb0;
  color: white;
}

.recordButtonStop {
  border: 3px solid #b02b9c;
  background-color: #b02b9c;
  color: white;
}

.tableText {
  font-weight: bold;
  font-size: 0.7em;
  font-family: Helvetica;
  color: white;
}

pre {
  margin: 0;
}

@media (min-width: 700px) {
  button,
  .tableText {
    font-size: 1em;
  }
}
table {
  border-collapse: collapse;
  margin: auto;
}

td {
  max-width: 250px;
}

#inputTable {
  font-size: 0.8em;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #11001c;
}

#textInput {
  width: 85vw !important;
  border: 4px solid rgb(161, 50, 154);
  font-size: 1.1em;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
}

@media (min-width: 700px) {
  #inputTable {
    font-size: 1em;
  }
}
#videoRecordingMessageDiv {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  font-family: helvetica;
  font-size: 20px;
  font-weight: bold;
  padding: 8px;
}

.sticky-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

#secondsLeft {
  font-size: 1.2em;
  color: #b02b9c;
}

.lockOn {
  display: block;
  visibility: visible;
  z-index: 999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.invisible {
  visibility: hidden;
}

.card,
.btn {
  background-color: transparent;
}

::-webkit-scrollbar {
  display: none;
}

#videoContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

#backgroundVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#textContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10rem;
}

.bebas-text,
.bebas-text2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: italic;
  color: #520380;
  text-transform: uppercase;
  position: relative;
  animation: glitch-skew 1s infinite linear alternate-reverse;
}
.bebas-text::before,
.bebas-text2::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -2px 0 #11001c;
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim 5s infinite linear alternate-reverse;
}
.bebas-text::after,
.bebas-text2::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: -2px 0 #11001c, 2px 2px #11001c;
  animation: glitch-anim2 1s infinite linear alternate-reverse;
}

.bebas-text {
  font-size: 5rem;
}

.bebas-text2 {
  font-size: 2rem;
}

@keyframes glitch-anim {
  0% {
    clip: rect(19px, 9999px, 7px, 0);
    transform: skew(0.03deg);
  }
  5% {
    clip: rect(11px, 9999px, 75px, 0);
    transform: skew(0.64deg);
  }
  10% {
    clip: rect(91px, 9999px, 7px, 0);
    transform: skew(0.08deg);
  }
  15% {
    clip: rect(12px, 9999px, 35px, 0);
    transform: skew(0.81deg);
  }
  20% {
    clip: rect(44px, 9999px, 85px, 0);
    transform: skew(0.58deg);
  }
  25% {
    clip: rect(56px, 9999px, 29px, 0);
    transform: skew(0.96deg);
  }
  30% {
    clip: rect(24px, 9999px, 27px, 0);
    transform: skew(0.12deg);
  }
  35% {
    clip: rect(17px, 9999px, 36px, 0);
    transform: skew(0.99deg);
  }
  40% {
    clip: rect(55px, 9999px, 74px, 0);
    transform: skew(0.76deg);
  }
  45% {
    clip: rect(23px, 9999px, 21px, 0);
    transform: skew(0.91deg);
  }
  50% {
    clip: rect(72px, 9999px, 21px, 0);
    transform: skew(0.77deg);
  }
  55% {
    clip: rect(44px, 9999px, 45px, 0);
    transform: skew(0.17deg);
  }
  60% {
    clip: rect(86px, 9999px, 22px, 0);
    transform: skew(0.53deg);
  }
  65% {
    clip: rect(64px, 9999px, 69px, 0);
    transform: skew(0.84deg);
  }
  70% {
    clip: rect(34px, 9999px, 75px, 0);
    transform: skew(0.03deg);
  }
  75% {
    clip: rect(38px, 9999px, 1px, 0);
    transform: skew(0.07deg);
  }
  80% {
    clip: rect(87px, 9999px, 53px, 0);
    transform: skew(0.57deg);
  }
  85% {
    clip: rect(86px, 9999px, 38px, 0);
    transform: skew(0.2deg);
  }
  90% {
    clip: rect(22px, 9999px, 18px, 0);
    transform: skew(0.83deg);
  }
  95% {
    clip: rect(41px, 9999px, 73px, 0);
    transform: skew(0.34deg);
  }
  100% {
    clip: rect(15px, 9999px, 56px, 0);
    transform: skew(0.94deg);
  }
}
@keyframes glitch-anim2 {
  0% {
    clip: rect(3px, 9999px, 2px, 0);
    transform: skew(0.52deg);
  }
  5% {
    clip: rect(25px, 9999px, 51px, 0);
    transform: skew(0.28deg);
  }
  10% {
    clip: rect(35px, 9999px, 5px, 0);
    transform: skew(0.41deg);
  }
  15% {
    clip: rect(19px, 9999px, 92px, 0);
    transform: skew(0.8deg);
  }
  20% {
    clip: rect(61px, 9999px, 93px, 0);
    transform: skew(0.25deg);
  }
  25% {
    clip: rect(58px, 9999px, 26px, 0);
    transform: skew(0.75deg);
  }
  30% {
    clip: rect(33px, 9999px, 8px, 0);
    transform: skew(0.18deg);
  }
  35% {
    clip: rect(11px, 9999px, 81px, 0);
    transform: skew(0.95deg);
  }
  40% {
    clip: rect(27px, 9999px, 79px, 0);
    transform: skew(0.85deg);
  }
  45% {
    clip: rect(69px, 9999px, 13px, 0);
    transform: skew(0.72deg);
  }
  50% {
    clip: rect(72px, 9999px, 56px, 0);
    transform: skew(0.35deg);
  }
  55% {
    clip: rect(28px, 9999px, 87px, 0);
    transform: skew(0.05deg);
  }
  60% {
    clip: rect(21px, 9999px, 11px, 0);
    transform: skew(0.42deg);
  }
  65% {
    clip: rect(84px, 9999px, 50px, 0);
    transform: skew(0.08deg);
  }
  70% {
    clip: rect(41px, 9999px, 26px, 0);
    transform: skew(0.08deg);
  }
  75% {
    clip: rect(100px, 9999px, 9px, 0);
    transform: skew(0.8deg);
  }
  80% {
    clip: rect(18px, 9999px, 14px, 0);
    transform: skew(0.41deg);
  }
  85% {
    clip: rect(67px, 9999px, 45px, 0);
    transform: skew(0.3deg);
  }
  90% {
    clip: rect(91px, 9999px, 75px, 0);
    transform: skew(0.31deg);
  }
  95% {
    clip: rect(35px, 9999px, 8px, 0);
    transform: skew(0.72deg);
  }
  100% {
    clip: rect(18px, 9999px, 24px, 0);
    transform: skew(0.36deg);
  }
}
@keyframes glitch-skew {
  0% {
    transform: skew(-1deg);
  }
  10% {
    transform: skew(-2deg);
  }
  20% {
    transform: skew(0deg);
  }
  30% {
    transform: skew(2deg);
  }
  40% {
    transform: skew(-2deg);
  }
  50% {
    transform: skew(0deg);
  }
  60% {
    transform: skew(2deg);
  }
  70% {
    transform: skew(2deg);
  }
  80% {
    transform: skew(-1deg);
  }
  90% {
    transform: skew(5deg);
  }
  100% {
    transform: skew(3deg);
  }
}

/*# sourceMappingURL=style.css.map */
