:not(:defined) > * {
  display: none;
}
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
}
model-viewer {
  /*
  width: 100%;
  height: 90%;
  background-color: #e7e7e7;
*/
  display: block;
  width: 100vw;
  height: 100vh;
  /*background-color:darkgreen;*/
  /*background: linear-gradient(#ada996, #ffffff); */
  background-image: url("media/Bg-08.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /*background-size: contain; /* scales the image */
  background-position: center; /* centers the image */
}
model-viewer.bgalternate {
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: white;
  background-image: none;
}
.progress-bar {
  display: block;
  width: 33%;
  height: 10%;
  max-height: 2%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 25px;
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
}
.progress-bar.hide {
  visibility: hidden;
  transition: visibility 0.3s;
}
.update-bar {
  background-color: rgba(255, 255, 255, 0.9);
  width: 0%;
  height: 100%;
  border-radius: 25px;
  float: left;
  transition: width 0.3s;
}
#ar-button {
  display: flex;
  justify-content: center;
  background-image: url("media/ar_icon.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 12px 50%;
  background-color: #fff; /*#c2fdff; */
  position: absolute;
  left: 20px;
  /*  transform: translateX(-50%);*/
  width: 200px;
  white-space: nowrap;
  bottom: 100px;
  padding: 0px 16px 0px 40px;
  /*	margin-left: 20px;*/
  font-family: Roboto Regular, Helvetica Neue, sans-serif;
  font-size: 14px;
  color: #361f59;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #361f59;
  z-index: 15;
}
#ar-button:active {
  background-color: #E8EAED;
}
#ar-button:focus {
  outline: none;
}
#ar-button:focus-visible {
  outline: 1px solid #4285f4;
}
@keyframes circle {
  from {
    transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg);
  }
}
@keyframes elongate {
  from {
    transform: translateX(100px);
  }
  to {
    transform: translateX(-100px);
  }
}
model-viewer > #ar-prompt {
  position: absolute;
  right: 50%;
  bottom: 60px;
  animation: elongate 2s infinite ease-in-out alternate;
  display: none;
}
model-viewer[ar-status="session-started"] > #ar-prompt {
  display: block;
}
model-viewer > #ar-prompt > img {
  animation: circle 4s linear infinite;
}
.menuOptions {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 170px;
  right: 60px;
/*  width: 35%;*/
  text-align: center;
  z-index: 10;
}
.lastLine {
  position: absolute;
  right: 0px;
  bottom: 96px;
  left: 0px;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.buttonRound {
  position: absolute;
/*  bottom: 40px;*/
  height: 100px;
  width: 100px;
/*  margin-bottom: 10px;*/
/*  left: 50%;*/	
/*  margin-left: 10px;*/
/*  transform: translateX(-50%);*/
/*  white-space: nowrap;*/
  background-color:transparent;
  cursor: pointer;
  border-radius: 50px;
  border: none;
  background-image: url('media/button_playpause3.png');
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: 50% 50%;
  /*	border: 1px solid #DADCE0;*/
}
.containerLogos {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10%;
  text-align: center;
  z-index: 11;
  /*	background-color: brown;*/
}
.containerSecondaryButtons {
  display: flex;
  flex-direction: column;
  /*	justify-content: space-between;*/
  /*	flex-wrap: wrap;*/
  /*	justify-content: flex-end;*/
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 70px;
  /*	left: 0px; */
  /*	width: 100%; */
  width: 80px;
  height: 100%;
  z-index: 12;
  /*	background-color: aqua;*/
}
.logo {
  background-image: url("media/MLP_logo.png");
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 25%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  margin-left: 5%;
  margin-top: 5%;
  border: none;
}
.logoHasbro2 {
  flex-shrink: 0;
  width: 100px;
  height: 50px;
  border: none;
}
.buttonInstructions {
  background-image: url("media/icon_instructions.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 12px 50%;
  background-color: #c2fdff;
  width: 36px;
  font-family: Roboto Regular, Helvetica Neue, sans-serif;
  font-size: 14px;
  color: #4285f4;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #DADCE0;
  margin-top: 10px;
  cursor: pointer;
}
.buttonLegal {
  /*  display: flex;*/
  /*  justify-content: center;*/
  background-image: url("media/icon_legal.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 12px 50%;
  background-color: #c2fdff;
  width: 36px;
  font-family: Roboto Regular, Helvetica Neue, sans-serif;
  font-size: 14px;
  color: #4285f4;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #DADCE0;
  margin-top: 10px;
  cursor: pointer;
}
.modal-window > div {
  border-radius: 1rem;
}
.modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}
.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  font-family: Roboto Regular, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
  /*  transform: translate(-50%, -50%);*/
  /*  padding: 2em;*/
  /*  background: black;*/
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}
.modal-close {
  fill: green;
  color: #aaa;
  line-height: 50px;
  font-size: 120%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.modal-close:hover {
  color: black;
}