body {
    background-color: white;
    background-attachment: fixed;
    height: 100vh;    
}


.parent, .text, .desc, .jdiv, .intro {
   display: flex;
   justify-content: center;
   align-items: center;
   /* height: 100vh; */
}

p, a {
    color: black;
    position: absolute;
    text-align: center;  
font-family: myriad pro;  }
p {
    top: 25vh;
    font-size: clamp(2.7vh, 2.1vw, 2.1vw);
    transition: 0.2s;
    width: max-content;
}

* {
    margin: 0%;
    
}

a {
    padding: 1px;
    font-size: clamp(1.7vh, 1vw, 1vw);
    transition: 0.2s;
    text-decoration-style: dotted;
    text-decoration-thickness: 0.1vw;
    border-radius: 5px;
    width: max-content;
}

.nts {
    top: 35vh;
}

.clouds {
    top: 40vh;
}

.science {
    top: 70vh;
}

.paintings {
    top: 50vh;
}

.liminal {
    top: 45vh;
}

.fmhy {
    top: 55vh;
}

.asmr {
    top: 65vh;
}

.site {
    top: 75vh;
}

.guestbook {
    top: 60vh;
}



.bio {
  
top: 1vh;
color: rgba(0, 0, 0, 0.080);
}

.journal {
  top: 1vh;
right: 3vw;
color: rgba(0, 0, 0, 0.080);
}

.photography {
  left: 3vw;
    top: 1vh;
    /*left: 15vw;*/
        color: rgba(0, 0, 0, 0.080);

}

.bio:hover, .journal:hover, .photography:hover {
    color: black;
}



.bio:active, .journal:active, .photography:active {
    color: white;
}
a:hover {
    font-size: clamp(1.8vh, 1.1vw, 1.1vw);


}

a:active {
    transition: none;
    text-decoration: none;
    color: white;
    background-color: black;
    border-radius: 5px;
    
}

::selection{ 
    color: white;
    background-color: #3584e4;
    
}


.desctext {
    top: 10vh;
    font-size: clamp(1.7vh, 1vw, 1vw);
    text-align: left;
    width: 50vw;
}

.journaltext {
    top: 10vh;
    font-size: clamp(1.7vh, 1vw, 1vw);
    text-align: left;
    width: 50vw;
}

@font-face {
    font-family: myriad pro;
    src: url(/Myriad\ Pro\ Regular.ttf);
}

.txt {
    top: 10vh;
    font-size: clamp(1.7vh, 1vw, 1vw);
    text-align: left;
    width: 50vw;
}



.intext {
    position: relative;
    filter: none;
}

span {
    font-style: italic;
}