*{
    box-sizing: border-box;
    cursor: none;
}

.custom-cursor{
    width: 32px;
    height: 32px;
    position: absolute;
    pointer-events: none;
    background: url('../img/custom-cursor.png') no-repeat center center;
    background-size: contain;
    z-index: 9999;
}

footer{
    background-color: #66493A;
    color: #9E7A6A;
    z-index: 3;
    padding: 10px;
    font-family: "EB Garamond", serif;
}

header{
    background-color: #66493A;
    position: sticky;
    text-align:center;
    z-index: 3;
    padding: 10px;
}

.menu-item{
    color:#9E7A6A;
    padding-left: 100px;
    padding-right: 100px;
    padding-top:20px;
    padding-bottom: 10px;
    font-size: 25px;
    text-decoration: none;
    font-family: "EB Garamond", serif;
}

.menu-item:hover{
    background-color: #3B6A8C;
}

body{
    background-color: #fff4b3;
    color: #66493A;
    margin: 0px;
}

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

.tagline{
    text-align: center;
    font-family: "EB Garamond", serif;
    color: #3B6A8C;
    font-size: 50px;
}

.homepage-text{
    text-align: center;
    font-size:25px;
    margin-left: 5%;
    margin-right: 5%;
}

.homepage-link{
    color:#9E7A6A
}

.homepage-headshot{
    display:block;
    margin: auto;
    width:25%;
    height:auto;
}

.human-skills-heading{
    font-size: 50px;
    text-align: center;
    margin-bottom: 0px;
    font-family: "EB Garamond", serif;
}

.human-skills-intro{
    text-align: center;
    font-style: italic;
    font-size: 25px;
    font-family: "EB Garamond", serif;
    color: #9E7A6A
}

.human-skills-subheading{
    margin-left: 5%;
    margin-right: 5%;
    font-family: "EB Garamond", serif;
    font-size: 25px;
    color: #3B6A8C;
    margin-top: 15%;
}

.human-skills-text{
    margin-left: 5%;
    margin-right: 5%;
    font-family: "EB Garamond", serif;
} 

.me-an-empath-meme-link{
    color: #3B6A8C
}

.ag-staircase-hug{
    width: 50%;
    height: auto;
    font-size: 12px;
}

.apa-link{
    color: #9E7A6A;
}

.mom-showcase{
    width: 50%;
    height: auto;
    font-size: 12px;
}

.organization{
    display:flex;
    justify-content:space-around;
    gap:5px;
    margin-left:15%;
    margin-right:15%;
}

.creativity{
    display:flex;
    justify-content:space-around;
    gap:5px;
    margin-left:15%;
    margin-right:15%;
    margin-top:4%
}

.empathy{
    display:flex;
    justify-content:space-around;
    gap:5px;
    margin-left:15%;
    margin-right:15%;
    margin-bottom: 1%;
}

.bio{
    position: relative;
    width: 100%;
}

.about-me-image{
    width:100%;
    height:auto;
    display: block;
}

.about-me-text{
    position:absolute;
    top: 40%;
    right: 10%;
    max-width: 50%;
    background: #66493A99;
    padding: 40px;
    color: #fff4b3;
    font-size: 20px;
    font-family: "EB Garamond", serif;
}

.about-me-heading{
    font-size: 50px;
    font-family: "EB Garamond", serif;
}

.contact-info{
    margin-left: 5%;
    margin-right: 5%;
    font-family: "EB Garamond", serif;
    margin-bottom: 3%;
}

.contact-link{
    color: #3B6A8C
}

.ai-intro{
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align:center;
    font-size: 23px;
    font-family: "EB Garamond", serif;
    color: #3B6A8C
}

.ai-use{
    margin-left: 5%;
    margin-right: 5%;
    font-family: "EB Garamond", serif;
}

.ai-heading{
    font-size: 50px;
    text-align: center;
    font-style: italic;
    font-family: "EB Garamond", serif;
    margin-bottom: 0px;
}

.ai-subheading{
    font-size: 30px;
    font-family: "EB Garamond", serif;
    margin-bottom: 0%;
}

.project-1-desktop-link{
    color: #9E7A6A;
}

.project-1-mobile-link{
    color: #9E7A6A;
}

.project-2-link{
    color: #9E7A6A;
}

.lets-get-in-touch{
    font-size: 30px;
}

.ransom-note{
    margin-top: 5%
}

.pdf{
    margin-bottom: 4%;
}