@import url("../../webfonts/Botanical_Flourish_Personal_Use/stylesheet.css");
@import url("../../webfonts/Noah_Regular/stylesheet.css");

:not(:defined) > * {
  display: none;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

model-viewer {
    height: 55%;
    background-color: #ffffff;
    animation: pulse 20s ease infinite;
    width: 50%;
    margin-top: 5%;
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
}


.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 {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 12px 50%;
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translateX(-50%);
    white-space: nowrap;
    padding-top: 90%;
    padding-right: 16px;
    padding-left: 40px;
    padding-bottom: 0px;
    font-family: "Noah Regular";
    font-size: 14px;
    color: #9834CB;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    border-style: solid;
    border-width: 1px;
    background-image: url(ar_icon2.png);
    margin-top: 55%;
  
}

#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: 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;
}
body p {
    font-family: "Noah Regular";
    margin-right: 8%;
    animation: animatee 30s ease infinite;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 20px;
    margin-left: 8%;
    text-align: left;
}

body {
    background-repeat: no-repeat;
    animation: pulse 20s ease infinite;
    color: #F3B5DD;
}
@keyframes pulse {
 
  0%   {background-color:#BCE8DE;}
  25%  {background-color:white}
  50%  {background-color:#F3B5DD}
  75%  {background-color:paleturquoise}
  100% {background-color:#DFABF3}
}
@keyframes animate {
  0%   {color: mediumpurple;}
  25%  {color: palevioletred;}
  50%  {color: magenta;}
  75%  {color: mediumpurple;}
  100% {color: palevioletred;}
}
@keyframes animatee {
  0%   {color: purple;}
  25%  {color: gray;}
  50%  {color: rebeccapurple;}
  75%  {color: grey;}
  100% {color: cornflowerblue;}
}body footer {
    font-family: "Noah Regular";
    width: 100%;
    text-align: center;
}
footer a h1 {
    font-family: "Noah Regular";
    text-decoration: none;
    animation: animatee 30s ease infinite;
    font-weight: 400;
    font-size: 20px;
}
body footer a {
	text-decoration: none;
}
body a {
    font-family: "Noah Regular";
    text-decoration: none;
    animation: animatee 30s ease infinite;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}
