/* style-768.css */
body {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 16px;
    max-width: 650px;
    margin: 3rem auto;
    padding: 0 1.5rem;
    line-height: 1.6;
}
#header {
    margin-bottom: 2rem;
}
#header-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.5rem;
    margin-bottom: 1.5rem;
}
#header-text-name {
    font-size: 40px;
    font-weight: bold;
}
#header-image-container {
    margin: 0;
}
#image-headshot {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    object-fit: cover;
    display: block;
}
#content h2 {
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 0.6rem;
}
#content p {
    margin-bottom: 1.25rem;
}
#footer-light, #footer-dark {
    text-align: center;
    margin-top: 2.5rem;
}
.image-link {
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
}
.social-image {
    width: 48px;
    height: 48px;
    margin: 0 0.8rem;
    opacity: 0.8;
    border: none !important;
    vertical-align: middle;
}
.social-image:hover {
    opacity: 1;
}
