/* ------- MAIN and DIV ----------- */

html { 
    font-family: monospace, system-ui;
    color: white;
    cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23FFF" stroke="%23000" stroke-width="2" stroke-linejoin="round" d="m12 3 2.23 6.88h7.23l-5.85 4.24L17.85 21 12 16.75 6.15 21l2.24-6.88-5.85-4.24h7.23L12 3z"></path></svg>'), pointer;
    }

    a:link, a:visited, a:hover, a:active {
    cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23FFF" stroke="%23000" stroke-width="2" stroke-linejoin="round" d="m12 3 2.23 6.88h7.23l-5.85 4.24L17.85 21 12 16.75 6.15 21l2.24-6.88-5.85-4.24h7.23L12 3z"></path></svg>'), pointer;
}

body {
    background-color: black;
    margin: 0;
    /* background-image: url(../images/pattern-square.png); */
    background-repeat: no-repeat;
    width: 100%;
    height: 90%;
    min-width: 620px;
}


p, li {
    font-size: 12pt;
    line-height: 12pt;
    letter-spacing: -2px;
}

h1 {
    color: white;
    font-family: "amador", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48pt;
    margin: 0;
    padding: 0;
}

h2 {
    color: white;
    font-family: monospace;
    font-style: bold;
    font-size: 24px;
    margin: 0;
    padding: 26px 34px 16px 0;
}

.h2 {
    padding: 26px 34px 6px 59px;
}

h3 {
    color: white;
    font-family: monospace;
    font-style: bold;
    font-size: 16px;
    margin: 0px;
}

/* ------- SIDE MENU STYLES ----------- */

/* aside */
aside {
    height: 1000px;
    margin: 0;
    padding: 0;

}

aside img{
    height: 180px;
    width: 180px;
    padding: 0;
    margin: 0;
    border: 0;
}

.sidebar {
    background-color: black;
    width: 180px;
    height: 1000px;
    position: fixed;
    top: 0px;
    left: 0px;
   
}

/*ul*/
.site-nav {
    list-style-type: none;
     margin: 0px;
     padding-left: 20px;
     padding-top: 20px;
}

/* ul */
.dropdown {
    list-style-type: none;
    position: relative;
    display: none; 
    padding: 0px;
} 

/*li*/
.list-h1 {
    font-size: 14pt;
    display: block;
    text-decoration: none;
         line-height: 14pt;

}

.list-h1:hover .dropdown{
    display: block;
    position: relative;
    transition: all;
}


.list-h2 {
    font-size: 10pt;
    text-decoration: dotted;
}

.list-h2:link {
    text-decoration: dotted;
}

.list-h0{
font-size: 14pt;
 text-decoration: underline;
     line-height: 14pt;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.div {
    padding-left: 180px;

}

/* ------- HEADER STYLES ----------- */

.site-header {
    background-color: rgb(0, 0, 0);
    padding: 3px 0px 0px 30px;
    border-bottom:4px solid #ffffff ;
}

.title {
    display: flex;
    padding: 0px;

    flex-direction: column; 
    align-items: space-around;
    justify-content: top;
}

.socials {
    display: flex;
    min-width: 380px;
    justify-content: flex-end;
    gap: 12.5px;
    
    padding-right: 20px;
    list-style: none;

    top: 50px;
    right: 70px;

}

/* ------- MAIN STYLES ----------- */

article {
    background-color:black;
    flex-grow: 1 100%;
    padding: 0px;
    margin: 0 30px 60px 30px;
}

.flex-container {
  display: flex;
  width: 100%; /* Spans the window width */
}


.hero-image {
    flex-grow: 1 100%;
    width: 100%;     /* Scales to container width */
    height: auto;    /* Keeps aspect ratio */
    min-width: 0;    /* Allows shrinking in flex context */
    object-fit: cover; /* Optional: fits image without distortion */
}

.headshot {
    position: fixed;
    top: 0px;
    left: 0px;
}

/* ~ ~ ~ grid ~ ~ ~ */

.flex-grid {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;

}

.flex-grid > * {
    padding: 1rem;
    margin-left: 12px;
    margin-right: 12px;}

.flex-grid > * p {
    margin: 0px;
    
}

.flex-grid-2 {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;

}

.flex-grid-2 > * {
    padding: 1rem;
    margin-left: 12px;
    margin-right: 12px;}

.flex-grid-2 > * p {
    margin: 0px;
    
}

/* .flex-grid > * img {
    margin: 12px;
    
} */

/*  Rollover image styles  */
  .figure {
    margin: 12px;
    position: relative;
    height: 200px; /* can be omitted for a regular non-lazy image */
    width: auto;
    max-width: 100%;
  }

  .figure img.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
  }
  .figure:hover img.image-hover {
    opacity: 1;
  }

/* ------- FOOTER STYLES ----------- */

.footer {
    background-image: url("images/pattern-rectangle.png");
    background-color: #cccccc;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ------- LINK STYLES ----------- */

a:link { 
    color: whitesmoke; 
}

a:visited {
    color: white; 
}

a:hover { 
    color: yellow; 
}

a:active {
    color: magenta;
}

/* ------- MORE STYLES ----------- */

/*------------AR BS */

model-viewer {
  width: 100%;
  height: 500px;
  background-color: #000000;
}


.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-image: url(images/general/ar_icon.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 12px 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 16px;
  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;
}

#ar-button:active {
  background-color: #E8EAED;
}

#ar-button:focus {
  outline: none;
}

#ar-button:focus-visible {
  outline: 1px solid #4285f4;
}
