* {
    /* color: #333; */
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;

    scroll-behavior: smooth;

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: "bubblegum";
    src: url('https://sophia-eunji.com/asset/Bubblegum.ttf');
}

.bubblegum {
    font-family: 'bubblegum';
    font-size: 2rem;
}

.cooper {
    font-family:cooper-black-std;
}

.italic {
    font-style: italic;
}

.in-line-bold {
    font-weight: 500;
}

.in-line-link {
    text-decoration: underline 1px;
}

h1  {
    font-size: 2.3rem;
    padding-bottom: 0.8rem;
}

h1.cooper {
    font-size: 3rem;
}

h2 {
    font-size: 1.4rem;
    line-height: 1.3;
    padding-bottom: 0.8rem;
}

h3 {
    font-size: 1.1rem;
}

h4 {
    font-size: 0.85rem;
    font-weight: 500;
}

h4.all-cap {
    font-size: 0.7rem;
}

ol {
    list-style: none;
    list-style: decimal;
}

ul {
    list-style-type: circle;
}

ul.arrow-listing {
    list-style-type: "↳ ";
}

.arrow-listing li::marker {
    color: #757473;
}

p, li {
    line-height: 1.45;
}

p, a, li {
    font-size: 0.95rem;
}

p.emphasis {
 font-size: 1.25rem;
}


.underline-orange {
    text-decoration: underline wavy#FF7816 1.8px; 
}
.underline-green {
    text-decoration: underline wavy #86C600 1.8px; 
}
.underline-red {
    text-decoration: underline wavy #F2483B 1.8px;
}

figcaption {
    font-size: 0.8rem;
    font-style: italic;
}

.italic {
    font-style: italic;
}

.dark-mode {
    background: black;
    color: white;
}

.dark-mode #work {
    color: white;
}

body, a {
    color: #333;
}

footer, footer a, .light{
    color: #757473;
}

p.light a {
    color: #757473;
}






/* DETAILS */
#home-logo {
    width: 10em;
}

a {
    cursor: pointer;
    text-decoration: none;
}


.nav-link {
    font-size: 1rem;
}

#type-hero {
    width: 34vw;
    top: 18%;
    right: 2%;
}

#clue-hero {
    width: 28vw;
    top: 48%;
    right: 2%;
}

#ndt-hero {
    width: 38vw;
    top: 40%;
    right: 2%;
}

#hct-hero {
    width: 28vw;
    top: 20%;
    right: 2%;
}

.project-thumbnail {
    display: none;
}

.thumbnail-img {
    height: 32vh;
}

.ndt.thumbnail-img {
    height: 20vh;
}

.clue.thumbnail-img {
    height: 40vh;
}


#item-1:hover .project-thumbnail{
    display: block;
    position: absolute;
    top: 17%;
    left: 26%;
}

#item-2:hover .project-thumbnail{
    display: block;
    position: absolute;
    top: 25%;
    left: 26%;
}

#item-3:hover .project-thumbnail{
    display: block;
    position: absolute;
    top: 18%;
    left: 26%;
}

#item-4:hover .project-thumbnail{
    display: block;
    position: absolute;
    top: 15%;
    left: 26%;
}

#item-5:hover .project-thumbnail{
    display: block;
    position: absolute;
    top: 17%;
    left: 26%;
}




.border-bottom {
    border-bottom: 1px solid #d5d5d4;
}