/* @override 
	http://auriea.art/css/auriea-harvey-studio.webflow.css */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap');
html{/* mobile viewport bug fix */
     min-height: -webkit-fill-available;
     -webkit-overflow-scrolling: none;
     overscroll-behavior-y: none;
  }
body {
    background-color: #000000;
    -webkit-overflow-scrolling: none;
    overscroll-behavior-y: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    color: #000000;
}

a,
a:visited {
    color: #005f4b;
    text-decoration: none;
}




.hero {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}

#borderdiv {
    border: 50px rgb(131, 131, 131) solid;
    height: 100%;
    width: 100vw;
    position: fixed;
    font-family: 'Bebas Neue';
    font-size: 20px;
}

#bordertop {
    position: fixed;
}

#borderright {
    position: fixed;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

#borderbottom {
    position: fixed;
    transform: rotate(180deg);
}

#borderleft {
    position: fixed;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
}

.right {
    right: 0px;
}

.left {
    left: 0px;
}

.top {
    top: 0px;
}

.bottom {
    bottom: 0px;
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    margin: 0;
pointer-events: none;
 position: relative;
 z-index: 1;
}

.fullwidth {
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    pointer-events: none;
}

    .indextext {
font-family: 'Cinzel', serif;
font-weight: 200;
font-size: 28px;
line-height: 40px;
 max-width: 100vw;
 margin-left: 50px;
 margin-right: 50px;
 color: rgb(119, 119, 119);
padding-top: 33vh;
display: inline-block;
pointer-events: auto;
position: relative;
z-index: 1;
overscroll-behavior: none;
-webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */      
}

.indexlinks {
   font-size: 20px;
   line-height: 26px;
}


.yztext {
    font-family: Arial, sans-serif;
    color: silver;
}

.yzblurb {
    font-family: Times New Roman, Arial, sans-serif;
    font-size: 14px;
    color: rgb(0, 32, 19);
}

.hero-image-mask {
   position:fixed;
    width: 100%;
    height: 100%;
	top:0; 
	right: 0;
   z-index: -1;
}

.hero-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0.5 auto;
    -ms-flex: 0 0.5 auto;
    flex: 0 0.5 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
pointer-events:none;
position: relative;
}

#decomodel {
	z-index: 0; 
	display: ;
	height:100%; 
	width:;
	outline:none!important;
	background-color: unset; 
	width:100%!important; 
	height:100%!important; 
	--progress-bar-color:#1900ff; 
	--progress-bar-height:10px; 
	--poster-color: rgb(52, 56, 203)
}

@media screen and (max-width: 767px) {
    #borderdiv {
        border: 20px white solid;
        height: 100vh;
        width: 100vw;
        position: fixed;
        font-family: 'Montserrat';
        font-size: 20px;
    }
    .hero {
        padding: 100px 0px;
        pointer-events: none;
    }
    .flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        pointer-events: none;
    }
   .hero-image-mask {
   position:relative;
    width: 50%;
    height: 100%;
   top:0; 
   right: 0;
}
    .hero-image-mask {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        height: 100vh!important;
        position:fixed;
    }
    .indextext {
        max-width: 70vw;	
        padding: 0;	
        margin:0 ;
        font-size: 20px;
        line-height: 24px;
    }
    .bordertext {
        font-family: "Montserrat";
        font-size: 18px;
        line-height: 24px;
        padding: 20px;
    }
   h1 {
      padding: 0;
      margin: 0;

   }
  model-viewer::part(default-ar-button){
    bottom: 100px;
  }
  
#decomodel {
   z-index: 0; 
   display: ;
   outline:none!important;
   background-color: unset; 
   width:100%!important; 
   height:100%!important; 
   --progress-bar-color:#1900ff; 
   --progress-bar-height:10px; 
   --poster-color: rgb(52, 56, 203)
}
}


/* Style the button that is used to open and close the collapsible content */

.collapsible {
    background-color: rgb(52, 56, 203);
    color: rgb(255, 255, 255);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 60px;
    font-family: Arial, sans-serif;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.active,
.collapsible:hover {
    background-color: aliceblue;
}


/* Style the collapsible content. Note: hidden by default */

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: aliceblue;
}

.collapsible:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: silver;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}