html, body {
    xheight: calc(100% - 0px);
    xheight: 100%;
    padding: 0px;
    margin: 0px;
  }

  #model-canvas {
      width: 100%;
      aheight: calc(100% - 100px);
      aheight: calc(100% - 0px);
      aborder: 1px solid greenyellow;
      aborder-radius: 10px;
      aborder: 1px dashed rgba(228, 128, 128, .5);
  }

  /* This styles the 3D object inserted in the aside container */
  #model-canvas model-viewer {
      aheight: calc(100% - 100px);
      width: 100%;
      
      xborder-radius: 20px;
      -webkit-background-clip: padding-box; /* for Safari */
      background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
      background-color: transparent;
  }

  #caption-container {
    width: 100%;
    margin-top: 8px;
    text-align: center;
    Xdisplay: flex;
    justify-content: center;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.05em;
  }

  /* This keeps child nodes hidden while the element loads */
  :not(:defined) > * {
    display: none;
  }

  xmodel-viewer {
    background-color: #eee;
    overflow-x: hidden;
    --poster-color: #eee;
  }

  #xar-button {
    /* background-image: url("assets/BadgeAR.png");
    background-repeat: no-repeat;
    background-size: 400px 200px;
    background-position: 12px 50%;
    background-color: rgb(182, 182, 182);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    bottom: 132px;
    padding: 0px 16px 0px 40px;
    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; */
    font-family: Roboto Regular, Helvetica Neue, sans-serif;
    font-size: 10px;
    background-color: rgb(70, 70, 70);
    color: rgb(192, 192, 192);
    border-radius: 4px;
    border: none;
    position: absolute;
    top: 16px;
    right: 16px;
  }

  #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;
    left: 50%;
    bottom: 175px;
    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;
  }

  model-viewer > #ar-failure {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 175px;
    display: none;
  }

  model-viewer[ar-tracking="not-tracking"] > #ar-failure {
    display: block;
  }


  model-viewer::part(default-ar-button) {
    background-color: #646464;
    position: absolute;
    top: 25px;
    right: 16px;
  }

  .slider {
    width: 100%;
    amargin: auto;
    text-align: center;
    overflow: hidden;
    aposition: absolute;
    abottom: 2px;
    display: flex;
    justify-content: center;
    padding: 25px;
  }

  .slides {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .slide {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    margin-right: 15px;
    border-radius: 20px;
    border: 1px dotted rgba(128, 128, 128, 0);
    display: flex;
    apadding-bottom: 2px;
    aborder-bottom: 0;
  }

  .slide.selected {
    aborder-bottom: 2px solid #999;
    apadding-bottom: 0px;
  }

  .slide:focus {
    outline: none;
  }

  .slide:focus-visible {
    outline: 1px solid #4285f4;
  }


  .column {
    float: left;
    Xwidth: 33.33%;
    color: #DADCE0;
    zvertical-align: middle;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .control-bar {
    abackground-color: rgba(50, 50, 50, 0.0);
    position: absolute;
    left: calc(50% - 155px);
    aright: 0px;
    width: 310px;
    top:calc(100% - 56px);
    xheight: 40px;
    padding-top: 8px;
    xmargin-bottom: 10px;
    z-index: 100;
    aborder-radius: 10px;
  }

  .nav-button {
    cursor: pointer;
    letter-spacing: 0.1em;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    apadding-top: 18px;
    apadding-left: 4px;
    apadding-right: 4px;
    padding: 4px 2px 0px 2px;
  }

  .logo{
    width: 200px;
    height: 100px;            
    position: absolute;
    top: 15px;
    left: 15px;
    xmargin: 15px;
    xopacity: 0.8;  /* for demo purpose  */
    color: rgb(170, 170, 170);
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    line-height: 0.8;
    letter-spacing: 0.05em;
    z-index: 100;
  }

  #loading {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: calc(50% - 10px);
    color:rgb(64, 64, 64);
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1;
  }

  .progress-bar {
    display: none;
    visibility: hidden;
  }