html {
line-height: 1.272;
font-size: 1.1rem; }



@font-face {
src: url('../fonts/equity_b_regular.woff2') format('woff2');
font-family: equity_b;
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-display: auto;
font-variant-numeric: oldstyle-nums;
font-feature-settings: 'onum' on; 
}

@font-face {
font-family: equity_b_caps;
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-display: auto;
src: url('../fonts/equity_b_caps_regular.woff2') format('woff2');
}

@font-face {
font-family: equity_b_caps;
font-style: normal;
font-weight: bold;
font-stretch: normal;
font-display: auto;
src: url('../fonts/equity_b_caps_bold.woff2') format('woff2');
}

@font-face {
font-family: equity_b;
font-style: italic;
font-weight: normal;
font-stretch: normal;
font-display: auto;
font-variant-numeric: oldstyle-nums;
font-feature-settings: 'onum' on; 
src: url('../fonts/equity_b_italic.woff2') format('woff2');
}

@font-face {
font-family: equity_b;
font-style: normal;
font-weight: bold;
font-stretch: normal;
font-display: auto;
font-variant-numeric: oldstyle-nums;
font-feature-settings: 'onum' on; 
src: url('../fonts/equity_b_bold.woff2') format('woff2');
}

@font-face {
font-family: equity_b;
font-style: italic;
font-weight: bold;
font-stretch: normal;
font-display: auto;
font-variant-numeric: oldstyle-nums;
font-feature-settings: 'onum' on; 
src: url('../fonts/equity_b_bold_italic.woff2') format('woff2');
}

@font-face {
font-family: triplicate;
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-display: auto;
src: url('../fonts/triplicate_b_regular.woff2') format('woff2');
}

@font-face {
font-family: triplicate;
font-style: normal;
font-weight: bold;
font-stretch: normal;
font-display: auto;
src: url('../fonts/triplicate_b_bold.woff2') format('woff2');
}


@font-face {
font-family: concourse_3;
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-display: auto;
font-variant-numeric: oldstyle-nums;
font-feature-settings: 'onum' on; 
src: url('../fonts/concourse_3_regular.woff2') format('woff2');
}

@font-face {
font-family: concourse_3;
font-style: normal;
font-weight: bold;
font-stretch: normal;
font-display: auto;
font-variant-numeric: oldstyle-nums;
font-feature-settings: 'onum' on; 
src: url('../fonts/concourse_3_bold.woff2') format('woff2');
}

@font-face {
font-family: concourse_3;
font-style: italic;
font-weight: normal;
font-stretch: normal;
font-display: auto;
font-variant-numeric: oldstyle-nums;
font-feature-settings: 'onum' on; 
src: url('../fonts/concourse_3_italic.woff2') format('woff2');
}


@font-face {
font-family: concourse_3;
font-style: italic;
font-weight: bold;
font-stretch: normal;
font-display: auto;
font-variant-numeric: oldstyle-nums;
font-feature-settings: 'onum' on; 
src: url('../fonts/concourse_3_bold_italic.woff2') format('woff2');
}


@font-face {
font-family: concourse_index;
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-display: auto;
src: url('../fonts/concourse_index_regular.woff2') format('woff2');
}

@font-face {
	font-family: advocate_slab;
	src: url('../fonts/advocate_slab_34_narr_reg.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
font-display: auto;
}

@font-face {
    font-family: advocate;
    src: url('../fonts/advocate_34_narr_reg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
font-display: auto;
}

@font-face {
    font-family: huronia;
    src: url('../fonts/HuroniaComplete2BETA-Regular.woff2') format('woff2');
    font-weight: normal;
	font-style: normal;
	
}

@font-face {
    font-family: huronia;
    src: url('../fonts/HuroniaComplete2BETA-Italic.woff2') format('woff2');
    font-weight: normal;
	font-style: italic;
}

@font-face {
    font-family: noto_serif;
    src: url('../fonts/NotoSerif-VariableFont_wdth,wght.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: noto_serif;
    src: url('../fonts/NotoSerif-Italic-VariableFont_wdth,wght.woff2') format('woff2');
    font-style: normal;
}


.header{
    display: inline-block;
    font-family: advocate_slab;
    font-size: 4vh;
}


.advocate{
    font-family: advocate;
    font-size: 2rem;
}

h3{
    font-family: equity_b;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    max-width: 79.5%;
    margin-top: .5vh;
    padding-bottom: 2vh;
}


body {
    width: 90%;
    max-width: 70%;
    z-index: -10000; -webkit-font-smoothing: subpixel-antialiased; /* corrects safari rendering */
  font-family: "equity_b";
}

.doc{
    padding: 2rem 0 0 0;
    margin-left: 2rem;
    margin-right: 0.3rem; */
}

#div2
{
    padding-bottom: 15%;
}

.letter{
}
.salutation{
    padding-top: 0.75vh;
    padding-bottom: 0.75vh;
}
.paragraph{
    padding-top: .75vh;
    padding-bottom: .75vh;
}
.list {
    margin-left: 6vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
}

.list-item {
    padding-bottom: 0.25vh;
}

.valediction {
    display: inline-block;
    margin-left: 6vw;
    margin-right: -6vw;
    padding-top: 2vh;
    padding-bottom: 0.75vh;
}

.post-script {
    display: block;
    padding-top: 2vh;
    padding-bottom: 0.75vh;
}

.short-list-item {
    margin-left: 7%;
    padding-top: .625%;
    padding-bottom: .625%;
    margin-right: 10%;
}
    
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 7vh;
    padding-top: 3vh;
}

.spacer {
    flex: 1;
    height: 0.91vh;
}

.newthing{
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0%;
    width: 100%;
    max-width: 120%;
}

.floater {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    
}


.floater.priority {
        background-color: #ff675d;
}

.floater.secondary {
            background-color: #65d66b;
}

.floater.supplementary {
            background-color: #c176e5;
}

.floater.reciprocal {
            background-color: #ffd653;
}

.floater.intimate {
            background-color: #4a95ff;
}

.masonry-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(39%, 1fr));
    gap: 0.2rem;
}


.masonry-item {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.video-wrapper {
    position: relative;
    border: none;
    object-fit: cover;
}

.audio-wrapper {
    position: relative;
    border: none;
    object-fit: cover;
    height: 4rem;
}


.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 10000;
}

.video-overlay.priority {
        background-color: #ff675d;
}

.video-overlay.secondary {
            background-color: #65d66b;
        }

.video-overlay.supplementary {
            background-color: #c176e5;
        }

.video-overlay.reciprocal {
            background-color: #ffd653;
        }

.video-overlay.intimate {
            background-color: #4a95ff;
        }

  .tooltip-container {
    position: relative;
    display: inline;
  }
  
.tooltip-overlay {
  display:none;
  width:86%;
  height:50%;
  border:15px solid transparent; /* control the offset of the lines */
  outline:2px solid #000; /* adjust the 2px here */
  outline-offset:-10px; /* control the offset of the rectangle */
  background-color: #fff;
  background:
    linear-gradient(#000 0 0) top,
    linear-gradient(#000 0 0) left,
    linear-gradient(#000 0 0) bottom,
    linear-gradient(#000 0 0) right;
  background-size:200% 2px,2px 200%; /* adjust the 2px here */
  background-origin:padding-box;
  background-repeat:no-repeat;
  padding: 0vw 1vw;
  pointer-events: none;
  }
  
  .tooltip-container:hover .tooltip-overlay,
  .tooltip-container.clicked .tooltip-overlay {
    display: block;
  position: static;
  }

.overlay-text {
    color: white;
   text-align: center;
    margin: 2.85vw;
    margin-top: 3.5vw;
    font-size: 1.2rem;
    }

.yellow-overlay-text {
    color: #443916;
   text-align: center;
    margin: 2.5vw;
    
    font-size: .82rem;
    }

.green-overlay-text {
    color: #1b391c;
   text-align: center;
    margin: 2.5vw;
    
    font-size: .82rem;
    }

.masonry-item:hover .video-overlay {
  transition-duration: 0.8s ;
    opacity: 0;
    
    font-size: .82rem;
}

.show-all {
    box-sizing: border-box;
    float: right;
}

.index {
   flex: 1; 
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 1.3rem; /* Add spacing between items */
    margin-top: 1vw; /* Add space between rows */
}

.listbody {
    flex: 1;
    display: flex;
    flex-direction: column;
}

  
.item{
    display: inline-block;
    font-family: concourse_index;
    font-size: 2.2rem;
    box-sizing: border-box;
    background: transparent;
}

.redex {
    flex: 1;
    display: flex;
    flex-direction: row; /* Stack items vertically */
    align-items: flex-start; /* Align items to the far left */
    gap: 1.5rem; /* Add spacing between items */
    margin-top: 3rem; /* Add space between rows */
    margin-bottom: 1.65rem; /* Add space between rows */
    
}


.headroom{
    border-top: 1px solid #333;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-family: advocate;
    margin: 0;
    padding: 0;
}

h1{
    font-family: advocate_slab;
    font-size: 2.65rem;
}

h2{
    font-family: advocate;
}

h3{
    font-family: equity_b;
}


.audio-player {
            display: inline-block;
            background-color: #fbf3f3;
            box-shadow: 0px 0px 20px 5px rgba(251, 243, 243, 1); /* Soft box shadow */
            padding: 0.2rem;
}
        
audio {
            width: 2.75rem;
        }
        
.player-name {
            margin-top: 1vw;
            font-size: .82rem;
            color: #444;
        }

.box {
  border:15px solid transparent; /* control the offset of the lines */
  outline:2px solid #000; /* adjust the 2px here */
  outline-offset:-10px; /* control the offset of the rectangle */
  background:
    linear-gradient(#000 0 0) top,
    linear-gradient(#000 0 0) left,
    linear-gradient(#000 0 0) bottom,
    linear-gradient(#000 0 0) right;
  background-size:200% 2px,2px 200%; /* adjust the 2px here */
  background-origin:padding-box;
  background-repeat:no-repeat;
  padding: 0vw 1vw;
}

.parenthetical {
    font-family: equity_b;
    font-style: italic;
    font-size: 0.8rem;
    font-variant-numeric: oldstyle-nums;
    padding: 0rem 0.34rem 0rem 0rem;
}

#minicols {
    display: flex;
    align-items: flex-start;
    max-width: 84%;
}

#foreign {
    font-family: huronia;
    font-size: 0.764rem;
    flex: .8;
}

#notforeign{
    flex: 1.1;
}

#block {
    font-size: 0.9rem;
     max-width: 84%;
}

#inset {
    margin-left: 3%
}

.response {
     margin-left: 7%
}

.poem {
     margin-left: 3%
}

.greek {
    font-family: huronia;
    font-style: italic;
    font-size: 0.98rem;
    padding: 0rem 0.34rem 0rem 0rem;
}

.cyrillic{
    font-family: 'Noto Serif';
    font-style: normal;
    font-size: 0.88rem;
    padding: 0rem 0.34rem 0rem 0rem;
}

.hebrew{
    font-family: 'Noto Serif';
    font-style: normal;
    font-size: 0.88rem;
    padding: 0rem 0.34rem 0rem 0rem;
}

.foreign{
    font-family: huronia;
    font-style: italic;
    font-size: 0.98rem;
}

.pompous {
    font-family: advocate;
    font-size: 0.82rem;
}

.fraction {
    font-feature-settings: "frac" 1;
}

.small-caps {
    font-family: equity_b_caps;
    font-feature-settings: 'ss10' on;
}

.hover:hover {
  transition-duration: 0.3s;
  text-decoration: underline;
  background-color: rgba(251, 243, 243, 1);
  color: #444;
}

.itemization {
    font-size: 0.8rem;
    line-height: 0.94rem;
    padding: 0.1em;
        }
        
#itemization{
            margin: 0; /* Reset default margin */
            margin-left: 1.5em; /* Set left margin for all paragraphs */
            text-indent: -1.5em; /* Adjust the indentation for the first line */
        }

.activate:{}
.activate:hover {
  transition-duration: 0.3s;
  text-decoration: underline;
  background-color: rgba(251, 243, 243, 1);
  color: #444;
}

.precis{
    padding-top: 3vw;
    padding-bottom: 4vw;
}
        
.button{
    box-sizing: border-box;
    font-family: advocate;
    font-size: 2.4vw;
    margin: 0;
    padding: 0;
}

.button:hover {
  transition-duration: 0.3s;
  text-decoration: underline;
  background-color: #fbf3f3;
  color: #444;
}

.doublespacer {
    padding-bottom: 3em;
    flex: 1; 
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 3.05rem; /* Add spacing between items */
    margin-top: 2vw; /* Add space between rows */
    
    
}




.backtotop-wrapper {
    display: inline-block;

}


.backtotop-wrapper:hover {
    transition-duration: 0.3s;
    text-decoration: underline;
    background-color: #fbf3f3;
    color: #444;
}

.backtotop {
    display: inline-block;
    font-family: advocate;
    font-size: 1.2rem;
}


#priority:hover {
  transition-duration: 0.3s;
  background-color: #fbf3f3;
  color: #441b19;
  display: inline-block;
}
#secondary:hover {
  transition-duration: 0.3s;
  background-color: #fbf3f3;
  color: #1b391c;
  display: inline-block;
}
#supplementary:hover {
  transition-duration: 0.3s;
  background-color: #fbf3f3;
  color: #331f3d;
  display: inline-block;
}
#reciprocal:hover {
  transition-duration: 0.3s;
  background-color: #fbf3f3;
  color: #443916;
  display: inline-block;
}
#intimate:hover {
  transition-duration: 0.3s;
  background-color: #fbf3f3;
  color: #142844;
  display: inline-block;
}

#here:hover {
  transition-duration: 0.3s;
  background-color: #fbf3f3;
  color: #441b19;
  display: inline-block;
}

.red {
    color: #ff675d;
    }


.green {
    color: #65d66b;
    }

.purple {
    color: #c176e5;
}


.yellow {
    color: #ffd653;
}


.blue {
    color: #4a95ff;
}

#fade-text {
  color: #441b19;;
  opacity: 0; /* Start with fully transparent */
  animation: fadeAnimation 2s infinite alternate ease-in;
}

@keyframes fadeAnimation {
  0% {
    opacity: 0; /* Fully transparent */
  }
  85% {
    opacity: 1; /* Fully opaque */
  }
  100% {
    opacity: 1; /* Fully opaque */
  }
}

a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}

a:hover {
  transition-duration: 0.3s;
  text-decoration: underline;
  background-color: rgba(251, 243, 243, 1);
  color: #444;
  display: inline-block;
}

a:active {
  text-decoration: underline;
}

.neurology {
    background-color: rgba(251, 243, 243, 0); /* Starting color: #fbf3f3 */
    transition: background-color 1s ease-out;
}

.fade-effect {
    background-color: rgba(251, 243, 243, 1); /* Ending color: transparent */
    box-shadow: 0px 0px 20px 5px rgba(251, 243, 243, 1); /* Soft box shadow */

}

.concealed {
    display: none;
  }

.revealed {
    display: block;
  }
  
  
.pre {
    white-space: pre-wrap;
    width: 686px;
    height: 100%;
    position: relative;
    z-index: -10000;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: "triplicate";
    font-weight: bold;
    font-size: 1rem;
    padding-left: 1rem;

}

.header4 {
    margin-top: 1.212rem;
    font-family: "advocate";
    font-size: 2rem;
    margin-left: 1rem;
}