@font-face {
  font-family: eurostile;
  src: local("eurostile"), url("/threeJS/fonts/eurostile.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: eurostileExtdBlack;
  src: local("eurostileExtdBlack"), url("/threeJS/fonts/eurostile.otf") format("opentype");
  font-display: swap;
}
* {
  font-family: eurostile;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

html {
  background-color: #f2f7ff;
}

#loadingScreen {
  background-color: white;
  color: #fa4616;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  position: absolute;
  z-index: 100;
}
#loadingScreen h2 {
  font-size: clamp(2em, 3.5vw + 0.75em, 3.25em);
}

#deviceNotCompatibleCanvas, #deviceNotCompatibleCanvasNoScript {
  background-color: #002855;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 2000000;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#deviceNotCompatibleCanvas {
  visibility: hidden;
}

#deviceNotCompatibleCanvasNoScript {
  visibility: visible;
}

#deviceNotCompatibleCanvas p, #deviceNotCompatibleCanvasNoScript p {
  padding: 1em;
  color: #f2f7ff;
  font-size: large;
}

#offscreenCanvasTitleBar {
  height: auto;
  min-height: auto;
  max-height: auto;
  left: 0;
  right: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  text-align: center;
  align-self: center;
  padding: 0;
  margin: 0;
}

#firstViewWrapper {
  background-color: #f2f7ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-height: 100vh;
  height: 100vh;
  min-height: 100vh;
  max-width: 100vw;
  width: 100vw;
  min-width: 100vw;
  overflow: hidden !important;
}

#threeJSCanvas, #threeJSBackgroundCanvas, #canvas, #canvasContainer {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  max-height: 100%;
  height: 100%;
  min-height: 100%;
  flex-grow: 1;
  -webkit-user-select: all;
  user-select: all;
  pointer-events: all;
  z-index: 3;
  padding: 0;
  margin: 0;
}

#threeJSBackgroundCanvas {
  max-height: 100%;
  height: 100%;
  min-height: 100%;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  z-index: 2;
  position: fixed;
  padding: 0;
  margin: 0;
}

#threeJSCanvasContainer, #backgroundCanvasContainer, #canvasContainer {
  max-height: 100%;
  height: 100%;
  min-height: 100%;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

#offscreenCanvas {
  height: 100%;
  width: 45%;
  color: #003594;
  background-color: #fdfdfd; /* On the website, it's white */
  visibility: hidden;
  pointer-events: all;
  z-index: 11;
  padding: 1em;
  opacity: 0;
  /* transition: opacity .5s, margin-right .5s; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: width 2s;
}

#download {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  height: 48px;
  font-size: clamp(0.125em, 2.25vw + 0.25em, 1.25em);
  padding: 0;
  margin: 0;
  margin-right: 2.5%;
}

#download input {
  height: 48px;
  width: 100%;
  border-color: black;
  border-width: 4px;
  border-right-width: 2px;
  border-style: solid;
}

#download button {
  height: 48px;
  width: 48px;
  background-color: #fa4616;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: black;
  border-width: 4px;
  border-left-width: 2px;
  border-style: solid;
}

#downloadEmailBlurbWrapper {
  position: absolute;
  bottom: 1.65em;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-content: center;
  padding: 0;
  margin: 0;
}

#downloadEmailBlurb {
  text-align: start;
  font-size: clamp(0.425em, 1vw + 0.4em, 1em);
  flex-grow: 1;
}

#offscreenCanvas.translateLeft {
  --transitionTime: .75s;
  -webkit-transition: transitionTime;
  -moz-transition: transitionTime;
  -ms-transition: transitionTime;
  -o-transition: transitionTime;
  transition: transitionTime;
  margin-right: -2% !important;
}

#offscreenCanvas.translateRight {
  --transitionTime: .75s;
  -webkit-transition: transitionTime;
  -moz-transition: transitionTime;
  -ms-transition: transitionTime;
  -o-transition: transitionTime;
  transition: transitionTime;
  margin-right: 2% !important;
}

#offscreenTitle {
  --width: 100%;
  width: var(--width);
  min-width: var(--width);
  max-width: var(--width) !important;
  --height: auto;
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
  font-family: eurostileExtdBlack;
  font-weight: bolder;
  text-align: center;
  flex-shrink: 1;
  font-size: clamp(2em, 3.5vw + 0.75em, 3.25em);
  margin: 0;
  padding: 0;
}

#offscreenCanvas section button {
  justify-self: center;
  align-self: center;
  text-align: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#offscreenList {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  --height: auto;
  height: var(--height);
  min-height: var(--height);
  max-height: var(--height);
  margin: 0;
  padding: 0;
  display: inline-block;
  z-index: 9;
  position: relative;
}

#li1, #li2, #li3, #li4, #li5 {
  font-size: clamp(0.75em, 1.375vw + 0.425em, 1.25em); /* font-size: clamp(.6em, 1.375vw + .425em, 1.25em); */
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  --height: auto;
  width: var(--height);
  min-width: var(--height);
  max-width: var(--height);
  z-index: 10;
  position: relative;
  vertical-align: middle;
  padding: 0.1em;
}

#offscreenCanvasContainer {
  height: 97.5%;
  width: 97.5%;
  margin: 0;
  padding: 0.5em;
  display: flex;
  position: absolute;
  justify-content: end;
  align-items: center;
  justify-self: center;
  align-self: center;
  pointer-events: none;
  z-index: 11;
}

#imageAndDetailedCanvasContainerWrapper {
  --height: auto;
  max-height: var(--height);
  height: var(--height);
  min-height: var(--height);
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-self: center;
  align-self: center;
}

#xrayCheckboxContainer {
  --height: 75%;
  max-height: var(--height);
  height: var(--height);
  min-height: var(--height);
  left: 0;
  right: 0;
  top: 10%;
  bottom: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: start;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#xrayCheckboxContainerAlignmentWrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  align-self: flex-end;
  justify-self: end;
  padding-bottom: 120px;
  margin-right: 15px;
}

#xrayCheckboxContainer p {
  padding-right: 1em;
  padding-left: 1em;
  font-size: large;
  font-weight: bolder;
  white-space: nowrap;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  z-index: 15;
}

#xrayCheckbox {
  /* Double-sized Checkboxes */
  -ms-transform: scale(3); /* IE */
  -moz-transform: scale(3); /* FF */
  -webkit-transform: scale(3); /* Safari and Chrome */
  -o-transform: scale(3); /* Opera */
  transform: scale(3);
  padding-right: 1em;
  padding-left: 1em;
  z-index: 15;
  vertical-align: middle;
  text-align: center;
  pointer-events: all;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}

#offscreenCanvasImage {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  max-height: 100%;
  height: 100%;
  min-height: 100%;
  background-image: url(/threeJS/renderedImages/BRM.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  justify-self: center;
  align-self: center;
  z-index: 13;
}

#xrayCheckboxContainerP {
  vertical-align: middle;
  text-align: center;
  padding-right: 1em;
  padding-left: 1em;
}

#contentText {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  max-height: 60%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-self: center;
  justify-self: center;
  -webkit-user-select: auto;
  user-select: auto;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1em;
  vertical-align: text-top;
  text-align: start;
  font-size: clamp(0.45em, 0.1em + 5vw, 1.2em);
  position: relative;
}

#buttonContainer {
  position: absolute;
  display: flex;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 100;
  height: 100%;
  width: 100%;
}

#homeButton {
  align-self: flex-start;
  justify-self: start;
  margin-top: 1em;
  margin-left: 5%;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  text-decoration: none;
  background-color: #fa4616;
  color: black;
  font-weight: bolder;
  font-size: clamp(0.5em, 7.5vw + 0.25em, 1.5em);
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-user-select: all;
  user-select: all;
  pointer-events: all;
}

#homeButton:hover {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #002855;
  color: white;
}

.close-container {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -0.75em;
}

#offscreenCloseWrapper {
  max-width: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  gap: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#offscreenClose {
  background-color: transparent;
  border-width: 0;
  --height: 48px;
  --width: 48px;
  max-height: 100%;
  height: 100%;
  min-height: 100%;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: start;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

.rightleft, .leftright {
  height: 4px;
  width: 50px;
  position: absolute;
  margin-top: 24px;
  background-color: #003594;
  border-radius: 2px;
  transition: all 0.3s ease-in;
}

.leftright {
  transform: rotate(45deg);
}

.rightleft {
  transform: rotate(-45deg);
}

#closeLabel {
  color: #003594;
  font-size: clamp(0.25em, 0.1em + 5vw, 0.6em);
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease-in;
  opacity: 0;
  margin-top: 8em;
}

.close-container:hover .leftright {
  transform: rotate(-45deg);
  background-color: #ff0011;
}

.close-container:hover .rightleft {
  transform: rotate(45deg);
  background-color: #ff0011;
}

.close-container:hover #closeLabel {
  opacity: 1;
}

#offscreenBlurb {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  --height: auto;
  max-height: var(--height);
  height: var(--height);
  min-height: var(--height);
  font-size: clamp(0.75em, 1.375vw + 0.425em, 1.25em);
  text-align: start;
  vertical-align: text-top;
  display: inline-block;
  margin: 0;
  padding: 1em;
}

#clickAndDragWrapper {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  max-height: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-content: end;
  justify-self: center;
  align-self: center;
}

#clickAndDrag {
  background-image: url("/imgs/clickAndDragWithWords.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  --height: 96px;
  --width: 96px;
  align-self: flex-end; /* Make sure to keep this -- for some reason it doesn't like to align the content to the end by itself */
  max-width: var(--width);
  width: var(--width);
  min-width: var(--width);
  max-height: var(--height);
  height: var(--height);
  min-height: var(--height);
}

#downloadWrapper {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  --height: auto;
  --width: 100%;
  flex-shrink: 1;
  max-width: var(--width);
  width: var(--width);
  min-width: var(--width);
  max-height: var(--height);
  height: var(--height);
  min-height: var(--height);
  padding: 0;
  margin: 0;
}

#offscreenTextWrapper {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  --height: auto;
  max-height: var(--height);
  height: var(--height);
  min-height: var(--height);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  justify-self: start;
  align-self: center;
  text-align: start;
  flex-grow: 1;
  overflow-y: scroll !important;
  overflow-x: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 1em;
  margin-bottom: 2em;
  vertical-align: baseline;
  z-index: 8;
}

#nextPage, #linkToDownloadPage {
  background-color: white;
  color: #002855;
  font-weight: bold;
  font-size: clamp(0.125em, 1.375vw + 0.225em, 1.15em);
  white-space: nowrap;
  border-color: black;
  border-radius: 4px;
  border-width: 4px;
  border-style: solid;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  flex-shrink: 1;
  padding-left: 0.5em;
  padding-right: 0.5em;
  height: 48px;
}

#nextPage svg, #linkToDownloadPage svg {
  padding-right: 0.5em;
  transition: transform 3s;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: 37.5% 50%;
  transition-property: transform;
  transition-duration: 0.5s;
}

/* #region Detailed Canvas */
#threeJSDetailedCanvasContainer {
  width: 100%;
  height: 100%;
  display: content-box;
  justify-content: center;
  align-items: center;
  justify-self: center;
  align-self: center;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  z-index: 12;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#threeJSDetailedCanvas {
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  max-height: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 12;
  pointer-events: all;
  -moz-user-select: all;
  -webkit-user-select: all;
  user-select: all;
}

/* #endregion */
#nextPage:hover svg {
  transform: rotate(90deg);
}

@media only screen and (orientation: portrait) {
  #xrayCheckboxContainer {
    right: 6%;
  }
  #xrayCheckbox {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
  }
  #offscreenCloseWrapper {
    --width: 100%;
    max-width: var(--width);
    width: var(--width);
    min-width: var(--width);
  }
  #offscreenCanvasImage {
    justify-self: center;
    align-self: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #offscreenCanvasContainer {
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
  #offscreenCanvas {
    --height: 60%;
    margin: 0;
    min-height: var(--height);
    max-height: var(--height);
    height: var(--height);
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    justify-self: center;
    align-self: flex-end;
  }
  #iconSizing {
    width: 24px;
    height: 24px;
  }
  .close-container {
    width: 25px;
    height: 25px;
  }
  .rightleft, .leftright {
    width: 25px;
    margin-top: 15px;
  }
  #download input, #download button, #nextPage {
    height: 32px;
  }
  #nextPage svg, #download button svg {
    height: 24px;
    width: 24px;
  }
}

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