
@font-face {
font-family: "TheGoodMonolith"; 
src: url("/home/fonts/TheGoodMonolith.ttf") format("truetype");
}

@font-face {
font-family: "SyneMono-Regular"; 
src: url("/home/fonts/SyneMono-Regular.ttf") format("truetype");
}

@font-face {
font-family: "gotham-extra-narrow-medium"; 
src: url("/home/fonts/gotham-extra-narrow-medium.otf") format("opentype");
}

@font-face {
  font-family: "Jacquard24-Regular";
  src: url("/home/fonts/Jacquard24-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Jacquard12-Regular";
  src: url("/home/fonts/Jacquard12-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "IMFellEnglish-Regular";
  src: url("/home/fonts/IMFellEnglish-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "MedievalSharp-Regular";
  src: url("/home/fonts/MedievalSharp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Macondo-Regular";
  src: url("/home/fonts/Macondo-Regular.ttf") format("truetype");
}

@font-face{
  font-family: "Garamond";
  src: url("/fonts/GARA.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: "GrenzeGotisch";
  src: url("/home/fonts/GrenzeGotisch-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

@font-face{
  font-family: "GreatVibes";
  src: url("/home/fonts/GreatVibes-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: "MeaCulpa";
  src: url("/home/fonts/MeaCulpa-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}



:root{
  --scroll-track: #0e0e0e;
  --scroll-thumb: #ffffff;
  --scroll-thumb-hover: #6a6a6a;
}


::-webkit-scrollbar{
  width: 14px;
  height:14px;
}


::-webkit-scrollbar-track{
  background:
    repeating-linear-gradient(
      45deg,
      #111 0px,
      #111 8px,
      #222 8px,
      #222 16px
    );
}


::-webkit-scrollbar-thumb{
  background: linear-gradient(#555,#222);
  border-radius: 999px;
  border:2px solid #fff;
  box-shadow: inset 0 0 0 2px #000;
}


::-webkit-scrollbar-thumb:hover{
  background: linear-gradient(#777,#333);
}

/* Firefox */
*{
  scrollbar-width: thin;
  scrollbar-color: var(--scroll-thumb) var(--scroll-track);
}


html {
  background-image: url(/home/images/BG_NEW.png);
  background-repeat: repeat;
  background-size: 200px 200px;
  background-position: 0 0;
  cursor: url(/home/images/orsoncursor.png), auto;
  overflow-x: hidden;
  animation: bg-drift 20s linear infinite;
  animation-direction: alternate;
}

@keyframes bg-drift {
  0%   { background-position: 0 0; }
  100% { background-position: 150px 150px; }
}


body {
margin: 0;
padding: 0; /* 2) Use the font‑family name you just declared */
font-family: "TheGoodMonolith", monospace;
color: black;
display: flex;
flex-direction: column;
min-height: 100vh;
}

  .overlay-scan{
    position: fixed;
    inset: 0;
    background: url("/home/images/crt_scanline_animated.webp") center/100% 100% no-repeat fixed;
    pointer-events: none;
    z-index: 0;
    opacity: 10%;
    mix-blend-mode:color-burn;
  }

.iframe {
  cursor: url(images/orsoncursor2.png), auto;
}


.wrapper {
  width: 1060px;
  margin: 0 auto;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.header {
  width: 670px;   
  margin: 0 auto;  
  position: relative;
}

.header img {
  display: block;
  width: 100%;  
  height: auto;
  margin: 0;        
}


.columns {
  display: flex;
  flex: 1;

}

#column-side-left {
  border: none;
  font-weight: bold;
  padding: 0px;
  width: 180px;
  color: #000000;
  font-size: 15px;
  position: relative; /* add */
  z-index: 2; 
  background-image: url("images/COLUMN_NEW.gif");
  background-repeat: repeat;
  background-size: 180px 190px;
  background-position: center;
  -ms-overflow-style: none;  
  scrollbar-width: none;  
  
}

.navigation li {
  background-color: #000;
  color: #fff;
  z-index: 4;
  line-height: 16px;
}

.nav-box{
  position: absolute;
  top: -22px;        
  left: 0;           
  right: 0;          
  max-height: 210px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
  scrollbar-width: none;
  -ms-overflow-style: none; 
  z-index: 1;
}

.nav-box::-webkit-scrollbar{
  display: none;              
}

#column-side-left .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#column-side-left li {
  margin: 5px 0;
  z-index: 4;
}

.nav-details{
  margin: 5px 0;
}

.nav-details > summary{
  cursor: url(/home/images/orsoncursor2.png);
  list-style: none; 
  background: #000;
  color: #fff;
  line-height: 16px;
}

.nav-details > summary::-webkit-details-marker{
  display: none; 
}

.nav-details > ul{
  list-style: none;
  padding: 0;
  margin: 6px 0 0 0;
}


#column-side-left .navigation li{
  background: none;
}

#column-side-left .navigation a{
  display: block;
  background: #000;
  line-height: 16px;
  padding: 0 0 0 0;
}


#column-side-left .nav-details > ul > li > a{
  padding-left: 14px;       
}


.navigation details.nav-details ul{
  padding-left: 14px !important;  
  margin-left: 0;
}

#column-side-left a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

#column-side-left a:hover {
  color: white;
  text-decoration: underline;
}

#column-side-left .section-title {
  font-family: "SyneMono-Regular", monospace;
  font-weight: bold;
  font-size: 15px;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
  text-transform: lowercase;
  z-index: 4;
}

#column-side-right {
  border: none;
  padding: 0;
  width: 180px;
  color: rgb(0, 0, 0);
  font-size: 16px;
  position: relative;
  z-index: 0; 
  text-align: center;
  background-image: url("images/TREE_COLUMN.gif");
  background-repeat: repeat;
  background-size: 180px 279px;
  background-position: center;
  height: 800px; 
  overflow-y: auto;
  overflow-X: visible;
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}

#column-side-right .section-title {
  font-weight: bold;
  font-size: 14px;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
  text-transform: lowercase;
}

#column-side-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#column-side-right li {
  margin: 6px 0;
}

#column-side-right a:hover {
  color: white;
  text-decoration: underline;
}



#column-middle img {
    max-width: 100%; 
    height: auto; 
}

#column-middle a {
    color: rgb(0, 0, 0); 
    text-decoration: underline; 
}

#column-middle img.bottom {
  position: absolute;
  bottom: 10px;      
  left: 50%;         
  transform: translateX(-50%);
}

figcaption {
  font-size: 10px;
}

h1, h2 {
  text-align: center; 
}

.hover-swap {
  content: url(images/framed_author.png);
}

.hover-swap:hover {
  content: url(images/framed_author_jpf.png);
}

.hover-swap-2 {
  content: url(images/LBXD_logo.png);
}

.hover-swap-2:hover {
  content: url(images/ChaplinLBXD.gif);
}

.hover-swap-3 {
  content: url(images/MAL_logo.gif);
}

.hover-swap-3:hover {
  content: url(images/AstoMAL.gif);
}

.highlight {
  background-color: #000000;
  color: rgb(0, 0, 0);
  
}

#column-side-right li,
#column-side-right .section-title {
  background-color: #000000;
  display: inline;
  color: rgb(255, 255, 255);
}

#column-side-left,
#column-side-right {
  box-sizing: border-box;
  padding: 60px 10px 10px; 
  width: 180px;
}

.site-footer {
 width: 1060px;
margin: 0 auto;
margin-top: -46px;
text-align: center;
font-size: 0.9em;
color: #ffffff;
padding: 20px;
z-index: 10;
position: relative;   
overflow: visible;    
transform: translateX(-97px); 
}

.site-footer .grotesque {
  position: absolute;
  top:   10px;    
  left:   67px;    
  z-index: 10;     
  width: 250px;   
  height: auto;
}

.site-footer .footer-bg {
  position: absolute;
  top:   -50px;             
  left:    0;              
  width: 1220px;
  height: auto;
  z-index: 1;              
}

.site-footer .bottom {
  border: none;
  width: 80%;
  margin: 0 auto 10px;
}



.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* only right column scrolls */
#column-side-right{
  height: 800px;
  overflow-y: auto;
  overflow-x: visible;
}



a {
  cursor: url(images/orsoncursor2.png), auto;
                                            
}

a img {
  cursor: url(images/orsoncursor2.png), auto;
}

.floating-box {
  position: absolute;
  top: 380px; 
  left: 880px;
  width: 105px;  
  height: 87px; 
  margin: 3px auto;
  overflow: auto;   
  color: black;
  text-shadow:
    -1px -1px 0 white,  
     1px -1px 0 white,
    -1px  1px 0 white,
     1px  1px 0 white;
  z-index: 10;
  font-size: 11px;
  filter: blur(0.4px);
 }

.floating-box a {
  color: black;
}

.floating-box a:visited {
  color: black;
}

/* Firefox */
.floating-box {
  scrollbar-width: thin;
  scrollbar-color: black transparent; 
}

.floating-box::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.floating-box::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 10px;
}

.floating-box::-webkit-scrollbar-track {
  background: transparent; 
}

.floating-box-2 {
  position: absolute;
  top: 238px;   
  left: 14px;  
  width: 126px;
  height: 215px;
  overflow: auto;
  z-index: 20;  
  scroll-behavior: auto;
}

#column-side-left .floating-box-2 a {
  color: #322117;
  text-decoration: none;
}

#column-side-left .floating-box-2 a:visited {
  color: #322117;
  text-decoration: underline;
}

.floating-box-2 .fb2-header {
  font-family: "Jacquard24-Regular", serif;
  color: #c1372a;   
  font-size: 35px;  
  text-align: justify;
}
.fb2-header .fb2-rest {
  color: #322117;
  font-size: 26px;
  text-align: justify;  
  
}

/* Date text */
.floating-box-2 .fb2-date {
  font-family: "Jacquard12-Regular", serif;
  color: #454444;     
  text-align: center;
  font-size: 17px;    
}

/* Paragraph/body text */
.floating-box-2 .fb2-body {
  font-family: "Macondo-Regular", serif;
  color: #322117;
  font-size: 13px;    
  text-align: left;
}

.floating-box-2 .mb-toc {
  font-family: "Macondo-Regular", serif;
  color: #322117;
  font-size: 12px;
  background-color: none;
}

.floating-box-2 .mb-toc a {
  font-family: "Macondo-Regular", serif;
  color: #322117;
  font-size: 12px;
  background-color: none;
}

.floating-box-2 .mb-toc a:hover {
  font-family: "Macondo-Regular", serif;
  color: #322117;
  font-size: 12px;
  text-decoration: underline;
  background-color: none;
}

.floating-box-2 .mb-toc,
.floating-box-2 .mb-toc ul {
  padding-left: 0;
  margin: 0;
}

.floating-box-2 .mb-toc > li {
  margin-left: 0;
  list-style: none;
  line-height: 15px;
}

.floating-box-2 .mb-toc details {
  margin-left: 5px;
}

.floating-box-2 .mb-toc summary {
  padding-left: 0;
}

.floating-box-2 .mb-toc details > ul {
  padding-left: 0px;
  list-style-type: none;
}

.floating-box-2 .mb-toc details details > ul {
  padding-left: 20px;
  list-style: square outside url("/home/images/microblog-entries/star_bullet.png");
}


.floating-box-2 .fb2-tocSM {
  font-family: "Jacquard12-Regular", serif;
  color: #413128;
  text-align: center;
  font-size: 17px;
  text-decoration: none;
}

.floating-box-2 .fb2-tocSM a {
  font-family: "Jacquard12-Regular", serif;
  color: #413128;
  text-align: center;
  text-decoration: none;
}

.floating-box-2 .fb2-tocSM a:hover {
  font-family: "Jacquard12-Regular", serif;
  color: #413128;
  text-align: center;
  text-decoration: underline;
}

.floating-box-2 .fb2-toc {
  font-family: "Jacquard12-Regular", serif;
  color: #413128;
  font-size: 17px;
  text-decoration: underline;
  text-align: center;

}

.floating-box-2 .fb2-toc a {
  font-family: "Jacquard12-Regular", serif;
  color: #413128;
  text-decoration: underline;
}

.floating-box-2 .fb2-toc a:hover {
  font-family: "Jacquard12-Regular", serif;
  color: #413128;
  text-decoration: underline;
}

.floating-box-2 {
  scrollbar-width: thin;
  scrollbar-color: #a1a296 transparent;
}

.floating-box-2::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.floating-box-2::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 10px;
}

.floating-box-2::-webkit-scrollbar-track {
  background: transparent;
}

.fixed-text {
  position: sticky;     
  top: 5px;
  font-size: 11px;
  padding: 2px 2px;
  font-weight: bold;
  z-index: 6;
  color: white;
  text-shadow:
    -1px -1px 0 black,  
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
  filter: blur(0.25px); 
}

.entry-divider {
  border: none;
  border-top: 1.35px solid black; 
  width: 50%; 
  margin: 2px auto; 
  display: block;
}

.peek-link {
  position: absolute;
  left: -320px; 
  top: 775px;
  width: 260px;
  display: inline-block;
  overflow: hidden;
  z-index: 1; 
}

.peek-image {
  position: relative;
  transition: transform 0.3s ease;
  z-index: 1; 
}

.peek-link:hover .peek-image {
  transform: translateX(-30px);
}

 .float-textbox-left {
    float: left;              
    width: 200px;
    height: 410px;
    margin: -0.5em 0.5em 0 0;   
    padding: 0.5em;
    overflow: hidden;
    
    
  }

   .float-textbox-right {
    float: right;              
    width: 200px;
    height: auto;
    margin: -25px 0 0.5em 0.5em;   
    padding: 0.5em;
    overflow: hidden;
    
  }

  .float-textbox-left ul {
  margin-left: -26px;
  list-style: square;       
    
  }

.float-textbox-left ul li::marker {
  color: #6fba12;
}

.float-textbox-center {
  display: block;
  width: 600px;
  height: auto;
  margin: 0.5em auto;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.scroll-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-strip 40s linear infinite;
}

.scroll-track img {
  display: inline-block;
  vertical-align: middle;
}

@keyframes scroll-strip {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-2845px); }
}

.yt-wrapper {
  position: absolute;          
  top: 350px;                  
  left: 870px;
  width: 125px;                
  height: auto;
  z-index: 5;
}

.yt-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}


.navbar{
  position: relative;
  z-index: 1;
  display: flex;
  height: 100px;
  align-items: center;
  gap: 8px;
  margin: 0 -25px 0 -25px; 
  padding: 8px 25px;
  width: 100%;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.06) 0px,
      rgba(255,255,255,0.06) 1px,
      rgba(0,0,0,0.04) 2px,
      rgba(0,0,0,0.04) 3px
    ),
    linear-gradient(
      to top,
      #424746 0%,
      #6e7371 16%,
      #9aa09e 34%,
      rgba(110,110,110,0.021) 100%
    );
}


.navbar::before{
  content:"";
  position:absolute;
  inset:0;
  background: url("/home/images/buttons/godzilla_skin_navbar_bg_001_vert.png") center / cover no-repeat;
  opacity:1;
  mix-blend-mode:difference;
  pointer-events:none;
  z-index:0;
}

/* ensure nav items stay above */
.navbar > *{
  position: relative;
  z-index: 1;
}



.navbar-left{
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
  padding-top: 15px;
  position: relative;
  z-index: 2000;
  overflow: visible;
}


/* HEART (Favorites) — fix distortion + restore idle swing */

/* clickable wrapper */
.favorites-heart-link{
  display: inline-block;
  position: relative;
  z-index: 2001;
  text-decoration: none;
  cursor: url(/home/images/cursors/gmk_cursor.png), auto;
}

/* the image itself (NO wrapper needed) */
.favorites-heart{
  height: 125px !important;
  width: auto !important;
  max-height: 272px !important;
  max-width: none !important;
  display: block;
  cursor: url(/home/images/cursors/gmk_cursor.png), auto;
  transform-origin: 55% 70%;
  animation: heart-rock 3.2s ease-in-out infinite;
  will-change: transform;
  filter: drop-shadow(2px 2px 6px rgba(255, 255, 255, 0.715));
  filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.45));
}

/* hover alters the motion (doesn't stop it) */
.favorites-heart-link:hover .favorites-heart{
  animation-name: heart-rock-hover;
  animation-duration: 1.6s;
  filter: drop-shadow(2px 2px 6px rgba(255, 255, 255, 0.715));
  filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.45));
}

@keyframes heart-rock{
  0%   { transform: rotate(-12deg); }
  50%  { transform: rotate(12deg); }
  100% { transform: rotate(-12deg); }
}

/* hover: more aggressive, heavier (no translate to avoid “moving up”) */
@keyframes heart-rock-hover{
  0%   { transform: rotate(-18deg); }
  50%  { transform: rotate(18deg); }
  100% { transform: rotate(-18deg); }
}



.navbar-center{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 8px;
  min-width: 0;
  padding-top: 15px;
  overflow-x: hidden;
  overflow-y: hidden;
}


.navbar-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.navbar img{
  display: block;
  height: 28px;
  width: auto;
}

.navbar-sep{
  width: 2px;
  height: 32px; 
  background: #eaeaea;
  display: inline-block;
}

.navbar-bullet{
  display: inline-flex;
  align-items: center;     
  justify-content: center;
  margin: 0 8px;          
  font-size: 14px;         
  line-height: 1;
  color: #eaeaea;
}

.anime-button{
  height: 30px;
  width: auto;
  margin-bottom: 5px;
  cursor: url(/home/images/cursors/benbow_takarajima_cursor.png), auto;
  transition: transform 0.15s ease, content 0.15s ease;
  content: url("images/buttons/anime_japanese_gundam_themed_font_logo.png");
  filter:
    brightness(1.15)
    contrast(1.25)
    drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.881));

}

.anime-button:hover{
  content: url("images/buttons/anime_japanese_gundam_themed_font_logo-fansubbed.png");
  filter: brightness(1.15) contrast(1.25);
  animation: anime-gate .12s infinite;
    filter:
    brightness(1.15)
    contrast(1.25)
    drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.881));

}

@keyframes anime-gate{
  0%{ transform: translateY(-5px) translate(0,0); }
  25%{ transform: translateY(-5px) translate(-1px,0); }
  50%{ transform: translateY(-5px) translate(1px,1px); }
  75%{ transform: translateY(-5px) translate(0,-1px); }
  100%{ transform: translateY(-5px) translate(0,0); }
}

.film-button{
  height: 40px;
  width: auto;
  margin-bottom: 5px;
  cursor: url(/home/images/cursors/kanji_watanabe_ikiru_mouse.png), auto;
  transition: transform 0.15s ease, content 0.15s ease;
  content: url("images/buttons/film_criterion_font_button.png");
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.881));

}

.film-button:hover{
  transform: translateY(-5px);
  animation: flicker 0.25s infinite;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.881));
}

.video-game-button{
  height: 30px;
  width: auto;
  margin-bottom: 5px;
  cursor: url(/home/images/cursors/miiros_metroid_mouse.png), auto;
  transition: transform 0.15s ease, content 0.15s ease;
  content: url("images/buttons/video_games_super_mario_bros_font_button.png");
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.881));
}

.video-game-button:hover{
  animation: mario-coin-pop .6s ease-in-out infinite;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.881)); 
}


@keyframes mario-coin-pop{
  0%{ transform: translateY(0) scale(1); }
  50%{ transform: translateY(-6px) scale(1.06); }
  100%{ transform: translateY(0) scale(1); }
}

@keyframes flicker{
  0%{ opacity:1; }
  40%{ opacity:0.85; }
  80%{ opacity:1; }
}

.books-link{
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  text-decoration: none;
  cursor: url(/home/images/cursors/gorilla_cursor.png), auto;
}

.books-type{
  position: relative;
  display: inline-block;
  font-family: "GrenzeGotisch";
  font-size: 38px;
  line-height: 1;
  color: #000;
  min-width: 6ch;
  font-weight: 700;
  text-shadow:
    -2px -2px 0 #d8d8d8ab,
     2px -2px 0 #d8d8d8ab,
    -2px  2px 0 #d8d8d8ab,
     2px  2px 0 #d8d8d8ab,
     4px  4px 0 #00000057;
}


/* idle */
.books-type::before{
  content: "Books.";
}

/* hover: retype */
.books-link:hover .books-type::before{
  content: attr(data-text);
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 0ch;
  animation: books-typing 0.9s steps(6) both;
}

.books-link:hover .books-type::after{
  content: "|";
  position: absolute;
  right: -4px;
  animation: books-caret 0.6s steps(1) infinite;
}

@keyframes books-typing{
  from{ width: 0ch; }
  to{ width: 6ch; }
}

@keyframes books-caret{
  50%{ opacity: 0; }
}

.books-link,
.books-link:visited,
.books-link:hover,
.books-link:active{
  text-decoration: none;
}

/* your middle column has: #column-middle a { text-decoration: underline; }
   so you need to override THAT rule */
#column-middle a.books-link,
#column-middle a.books-link:visited,
#column-middle a.books-link:hover,
#column-middle a.books-link:active{
  text-decoration: none !important;
}

/* make sure the generated text doesn't inherit underline */
#column-middle a.books-link .books-type,
#column-middle a.books-link .books-type::before,
#column-middle a.books-link .books-type::after{
  text-decoration: none !important;
}

.navbar{
  position: relative;
  flex: 0 0 auto;
}


.middle-scroll{
  flex: 1;
  min-height: 0;        
  overflow-y: auto;
  overflow-x: visible;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.middle-scroll::-webkit-scrollbar{
  width: 0;
  height: 0;
}


#column-middle{
  border: 10px solid transparent;
  border-image: linear-gradient(
    to bottom,
    #d2d4d3 0%,   
    #a6a8a7 35%,  
    #6b6d6c 70%, 
    #2e2e2e 100%  
  ) 10;
  width: 670px;
  margin: 0 15px;
  padding: 25px 25px 0 25px;
  background-image: url(/home/images/contbg04.jpg);
  background-position: center;
  background-size: 200px 200px;
  background-color: white;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
  height: 800px;
  display: flex;
  flex-direction: column;
}




.middle-scroll{
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: visible;

  -ms-overflow-style: none;
  scrollbar-width: none;
}
.middle-scroll::-webkit-scrollbar{
  width: 0;
  height: 0;
}

.navbar{
  flex: 0 0 auto;
}


.favorites-heart-pop{
  position: absolute;
  left: var(--fav-pop-left, 80px);
  top:  var(--fav-pop-top,  70px);
  width: var(--fav-pop-width, 210px);
  height: auto;
  z-index: 2002;
  pointer-events: none;
}

.gundumb{
  position: absolute;
  top: 375px;
  left: 125px;
  width: 250px;
  height: auto;
  z-index: 5;
  transition: filter 0.4s ease;
}

.gundumb:hover{
  filter: drop-shadow(0 0 10px #39c186ba);
}



















