body {
  margin: 1em;
  padding: 0;
  font-family: Google Sans, Noto, Roboto, Helvetica Neue, sans-serif;
  color: #244376;
}


#card {
  margin: 3em auto;
  display: flex;
  flex-direction: column;
  max-width: 600px;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  height:500px
}

 #annotation{
    background-color: #FBFBFD;
    position: absolute;
    transform: translate(-100px, 10px);
    border-radius: 10px;
    padding: 10px;
   font-size: 12.5px;
   color: black;
   display: none;
  text-align: left;
  width:165px;

  }
 #annotation2{
    background-color: #FBFBFD;
    position: absolute;
    transform: translate(-100px, 10px);
    border-radius: 10px;
    padding: 10px;
   font-size: 12.5px;
   color: black;
   display: none;
  text-align: left;
  width:165px;

  }
 #annotation3{
    background-color: #FBFBFD;
    position: absolute;
    transform: translate(-100px, 10px);
    border-radius: 10px;
    padding: 10px;
   font-size: 12.5px;
   color: black;
   display: none;
  text-align: left;
  width:165px;

  }
 #annotation4{
    background-color: #FBFBFD;
    position: absolute;
    transform: translate(-100px, 10px);
    border-radius: 10px;
    padding: 10px;
   font-size: 12.5px;
   color: black;
   display: none;
  text-align: left;
  width:165px;

  }
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
   border-radius: 6px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  border-radius: 6px;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.Hotspot:hover :annotation{

}

.Hotspot
{
    height: 15px;
  width: 15px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  --min-hotspot-opacity:0;  
}





button[slot="hotspot-hand"]
{
    --min-hotspot-opacity: 0;
    background-color: white;
}



model-viewer {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  --poster-color: #ffffff00;
}

.attribution {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 1em;
  display: none;
}

.attribution h1 {
  margin: 0 0 0.25em;
}

.attribution img {
  opacity: 0.5;
  height: 2em;
}

.attribution .cc {
  flex-shrink: 0;
  text-decoration: none;
}

footer {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: auto;
  text-align: center;
  font-style: italic;
  line-height: 1.5em;
}
