body {
    padding-top: constant(safe-area-inset-top); /* iOS 11.0 */
    padding-top: env(safe-area-inset-top); /* iOS 11.2+ */
}

html {
    height: -webkit-fill-available;

}

@media (max-width: 665px) {
  .hamburger-menu {
    display: none !important;
  }
}

figcaption {
    text-align: center;

}


@font-face {
    font-family: 'Woff2';
    src: url('https://imazerweb.com/httpsdocs/palladio2');
    font-weight: normal;
    font-style: normal;
}

#Big_box {
    
    display: flex;
    flex-direction: column;
    left: 1.2%;
    width: 100%;
    max-width: 95%;
    height: 100%;
    gap: 12%; 

}

isolator {
    display: flex;
    flex-direction: row;
    flex-direction: column;
    position: relative;
    margin-top: -57%
    pointer-events: none;

}

#gallery-title {
    flex-shrink: 0;
    text-align: center;
    font-size: 22px;
    font-family: P052;
    white-space: nowrap;
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    color: rgba(63, 182, 141, 1)
    line-height: 2em;
    font-weight: 400;
    width: 100%;
    margin-top:auto;
    top: 0.4%;
    position: absolute;

}



#gallery-container {
    Flex-shrink: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 96%;
    max-width: 878px;
    min-width: 100px;
    left: 0.8%;
    height: auto;
    margin-left: 4%;
    margin-right: 1%;
    margin-top: -43%;
    position: relative;
    background-color: rgba(204, 10, 153, 0.04);
    padding-left: 0.08%;
    padding-top: 80px;
    font-weight: 600;


}

.horizontal-bar {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;   
    border-bottom-right-radius: 20px; 
    border-bottom-left-radius: 20px; 
    background-color: rgba(173, 216, 230, 0.8);
    width: 100%;
    height: 1.8vh;
    top: 0;
    margin-right: 10%;
    margin-left: 10%;
    position: absolute;
    
}


img {
    opacity: 1.0;
    filter: alpha(opacity=100);
    border: none;
}
    
img:hover {
    opacity: 0.5;
    filter: alpha(opacity=40);

}

.img {
    max-width: 200%;
    contain: size;
    gap: 60px;
    object-fit: contain;
    object-position: bottom;
    padding: 10px;
    margin: 10px; 
 
}

#maintextboxA {
    flex-shrink: 0;
    height: 75vh;
    position: absolute;
    width: clamp(200px, 85%, 850px);
    left: 8%;
    top: 8%; 
    font-family: P052;
    font-size: clamp(18px, 2.8vw, 22px);
    font-style: normal;
    line-height: 1.7em;
    text-align: left;
   
}

.full-width-article {
    
    width: 800px;
    min-width: 100px;
    z-index: 1;
    position: relative;
    margin-top: 36%;
    font-family: P052;
    font-size: clamp(18px, 3vw, 22px);
    font-style: normal;
    line-height: 2em;
    left: 2%;
    margin-right: 4%;
    display: block;
 
}



#searchbar-box  {
    flex-shrink: 0;
    min-height: 0;
    position: absolute;
    top: 10%;
    word-break: keep-all;
    font-family: Georgia;
    font-size: clamp(14px, 2.2vw, 22px);
    line-height: 1.9em;
    font-style: italic;
    text-align: left;
    height: 0.4%;
    width: 100%;
    color: red;
    left: 14%;
    margin: auto;
    margin-right: 30%;
    display: block;
    

}

#search-results-container {
    flex: 0;
    height: 100%;
    display: block;
    position: absolute;
    width: 87%;
    max-width: 950px;
    min-width: 80px;
    left: 8%;
    right: 8%;
    top: 12.5%; 
    font-family: P052;
    font-size: clamp(18px, 2.5vw, 22px);
    font-style: normal;
    line-height: 1.7em;
    text-align: left;

}

#maintextbox {
    font-family: P052;
    font-size: 14pt;
    font-style: normal;
    line-height: 2em;
    text-align: left;
    text-justify: inter-word;
    height: 858px;
    position: absolute;
    width: 590px;
    left: 285px;
    top: 80px;

}


#divider {
    margin: 2em 0;
    text-align: center;

}   

a:link {
    color: blue;
    text-decoration: none;

}

a:hover {
    color:#FF0000;

}
        
#Textbox-mod {
    
    max-width: 941px;
    min-width: 100px;
    z-index: 1;
    position: absolute;
    margin-top: 30%;
    font-family: Arial;
    font-size: clamp(18px, 3vw, 22px);
    font-style: oblique;
    line-height: 2em;
    margin-left: 12%;
    margin-right: 12%;
    display: block;
    
 }

.image-caption {
    font-family: Didot, serif;
    font-size: 12px; 
    color: #666; /* Adjust color */
    font-style: italic;
    text-align: center;

}

h2 {
    font-size: 28px;
    font-family: Didot, serif;
    font-style: italic;
}


h3 {
    font-size: 22px;
    font-family: Didot, serif;
    font-style: italic;
}

h4 {
  
  -webkit-text-fill-color: rgba(204,10,153,0.25);
  -webkit-text-stroke: 0.5px;
}

.graphic-isolator {
    position: relative;
    top: 34
    height: 100%;
    width: 2%;
}

.leftbar-container {
    position: absolute;
    height: 100%

}

.leftbar {
    width: 7.8vw;
    height: auto;
    top: 8.5%;
    position: absolute;
    pointer-events: none;
    display: block;
    overflow: clip;
    margin-left: -3.8%;

}

.rightbar-container {
    position: relative;

}

.rightbar {
    flex-shrink: 0;
    width: 7.2vw;
    left: 93.5%;
    top: 0.45%;
    position: absolute;
    overflow: hidden;
    margin:0px auto 0px auto;
    max-width: auto;
    height: auto:
    display: block;
}

.yellowbar {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;   
    border-bottom-right-radius: 20px; 
    border-bottom-left-radius: 20px; 
    background-color: rgba(252, 255, 0, 0.47); 
    flex: 0;
    width: 1.8vw;
    height: 65%;
    left: 0.8%;
    top: clamp(200px, 9.4%, 550px);
    position: absolute;
    display: block;

}

.middlebar {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;   
    border-bottom-right-radius: 20px; 
    border-bottom-left-radius: 20px; 
    background-color: rgba(173, 216, 230, 0.8);
    width: 1.3vw;
    height: 100%;
    left: 93%;
    top: 0;
    margin: 0px auto 0px auto ;
    position: absolute;
    display: block;
   

}

.new-divider {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;   
    border-bottom-right-radius: 20px; 
    border-bottom-left-radius: 20px; 
    background-color: rgba(168, 211, 170, .08);
    width: 45vw;
    height: 1.1vh; 
    position: absolute;" 

}

.menu_side_shell {
    align-items: center;

}

/*---slider---*/

.disguise-div {
    background-color:rgba(255, 255, 255, 1);    
    z-index: 100;
    padding-right:%;
    width: 70vw;
    min-width: 200px;
    top: 0vh;
    margin-left: -70vw;
    height: 200vh;
    position: fixed;

}

*,
*::after,
*::before {
  box-sizing: border-box;
}

:root {
  --bar-width: 30px;
  --bar-height: 3px;
  --hamburger-gap: 4.5px;
  --foreground: blue;
  --background: white;
  --hamburger-margin: 8px;
  --animation-timing: 200ms ease-in-out;
  --hamburger-height: calc(var(--bar-height) * 3 + var(--hamburger-gap) * 2);

}

.hamburger-menu {
    --x-width: calc(var(--hamburger-height) * 1.41421356237);
  /*--  margin-top: 25.9vh; --*/
    margin-top: clamp(140px, 29.8vh, 193px);
    float: left;
    display: flex;
    flex-direction: column;
    gap: var(--hamburger-gap);
    width: max-content;
    position: absolute;
    top: var(--hamburger-margin);
    left: var(--hamburger-margin);
    z-index: 4;
    cursor: pointer;
    left: 1.5%;
  
}

.hamburger-menu:has(input:checked) {
    --foreground: blue;
    --background: black;

}

.hamburger-menu:has(input:hover) {
    --foreground: red;
    --background: black;

}

.hamburger-menu:has(input:focus-visible)::before,
.hamburger-menu:has(input:focus-visible)::after,
.hamburger-menu input:focus-visible {
    border: 1px solid var(--background);
    box-shadow: 0 0 0 1px var(--foreground);
}

.hamburger-menu::before,
.hamburger-menu::after,
.hamburger-menu input {
    content: "";
    width: var(--bar-width);
    height: var(--bar-height);
    background-color: var(--foreground);
    border-radius: 9999px;
    transform-origin: left center;
    transition: opacity var(--animation-timing), width var(--animation-timing),
    rotate var(--animation-timing), translate var(--animation-timing),
    background-color var(--animation-timing);

}

.hamburger-menu input {
  appearance: none;
  padding: 0;
  margin: 0;
  outline: none;
  pointer-events: none;

}

.hamburger-menu:has(input:checked)::before {
    rotate: 45deg;
    width: var(--x-width);
    translate: 0 calc(var(--bar-height) / -2);

}

.hamburger-menu:has(input:checked)::after {
    rotate: -45deg;
    width: var(--x-width);
    translate: 0 calc(var(--bar-height) / 2);

}

.hamburger-menu input:checked {
    opacity: 0;
    width: 0;
}

.sidebar {
    transition: translate var(--animation-timing);
    translate: -100%;
    padding: 0.5rem 1rem;
    padding-top: calc(var(--hamburger-height) + var(--hamburger-margin) + 1rem);
    display: block;
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    font-family: Georgia;
    font-size: clamp(15px, 2.2vw, 18px);
    color: green;
    line-height: 2em;
    font-style: italic;
    text-align: right;
    padding-right: 8%;
    margin-right: -40%;
    width: 40%;
    min-width: 200px;
    margin-top:-310%;
    z-index: 4;



}

.hamburger-menu:has(input:checked) + .sidebar {
    translate: 0;
}







