@charset "utf-8";
address,
article,
aside,
button,
blockquote,
body,
dd,
dialog,
dl,
dt,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
li,
nav,
ol,
p,
pre,
section,
td,
th,
tr,
ul {
  margin: 0;
  padding: 0;
}

body {
  background: #090909;
  margin: 0;
  padding: 0;
  margin-top:0;
  font-family: sans-serif;
  width: 100vw;
  color: #9c9b98;
  line-height: 0;
  touch-action: manipulation !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "FT1";
  src: url("HDMicrobic-Mono.otf")
    format("opentype");
}

@font-face {
  font-family: "FT2";
  src: url("HDMicrobic-Mono.otf")
    format("opentype");
}


.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

::-webkit-scrollbar {
  display: none !important; 
  width: 0px !important;	
  opacity: 0 !important; 	
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}


.transition-fade { will-change: opacity; }
html.is-changing .transition-fade { pointer-events: none; }

@media (prefers-reduced-motion: reduce) {
   .transition-fade { transition: none !important; }
}


.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}


a {text-decoration:none; color: #9c9b98;}


h1 {
  margin-bottom:0;
  margin-top:0;
  font-weight:500;
  font-size: .8em;
  line-height: 1.1em;
  text-transform:uppercase;
}

h2 {
  margin-bottom:0;
  margin-top:0;
  font-weight:500;
  font-size: .8em;
  line-height: 1.1em;
  text-transform:uppercase;
}

.container {
  position: fixed;
  top: 25%;
  left: 18%;
  transform: translate(-50%, -50%);
  z-index:5;	
  pointer-events:none; 	
}

.primaryDiv {
mix-blend-mode:lighten; cursor:pointer; width:100vw; min-height:100svh; height:auto; display:flex; align-items:flex-end; justify-content:flex-end;	
}

.sound-toggle {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  display: none;           /* <-- keep only this one */
  align-items: center;
  gap: .5rem;
  padding: .6rem .9rem;
  border: 0;
  font-weight:300 !important;	
  border-radius: 999px;
  background: rgba(20,20,20,.85);
  color: #fbf9f6;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
  -webkit-tap-highlight-color: transparent;
}
.sound-toggle.is-active { display: inline-flex; } /* <-- shown when active */
.sound-toggle:hover { background: rgba(20,20,20,.95); }
.sound-toggle.is-muted .st-icon { transform: rotate(-8deg); }


.frame {
  box-sizing: border-box;
  width:75vw;
  height:0px;
  float:left;	
  overflow:hidden;
  /*border:1px solid #c7c7c2;*/
}

.float {
  position:relative; 
  width:80vw;
  margin-left:4vw;
  
}  

.float2 {
  position:relative; 
  width:80vw;
  margin-left:4vw;
  display:flex; 
  flex-direction:row;
  
}  

.float3 {
  position:relative; 
  width:80vw;
  margin-left:4vw;
  display:flex; 
  flex-direction:row;
  
}  
  

.impressions {
  text-align: left;
  font-weight: 400;
  position: absolute;
  width: 50vw;
}

.panel {
 height:auto;
}

.caption3 {
position:absolute; opacity:0; display:none;
}

.caption2 {}

.txtsizer0 {
  position: relative;
  border: none;
  /*overflow: hidden;*/
}



.txter0 {
  max-width: 90vw;
  white-space: nowrap;
  position: absolute;
}


.weather-widget {
  display: flex;
  justify-content: center;
  align-items: center;
}

.weather-info {
  filter: saturate(0);
}

.weather-icon-text {
  font-size: 1em;
  line-height: 1.1em;
}




@media only screen and (max-width: 800px) {

	
.primaryDiv {
mix-blend-mode:lighten; cursor:pointer; width:100vw; min-height:100svh; height:auto; display:flex; align-items:flex-start; justify-content:flex-end;	
}	


h1 {
  margin-bottom:0;
  margin-top:0;
  font-weight:500;
  font-size: .8em;
  line-height: 1.1em;
  text-transform:uppercase;
}

h2 {
  margin-bottom:0;
  margin-top:0;
  font-weight:500;
  font-size: .8em;
  line-height: 1.1em;
  text-transform:uppercase;
}
	
.container {
  position: fixed;
  top: 30vh;
  left: 15vh;
  z-index:5;	
  pointer-events:none; 	
}


	

}

