* { margin: 0; padding: 0; box-sizing: border-box; }

html {
    background-color: white;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Mono", sans-serif;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 20px
}

h3 {
    font-family: "Roboto Mono", sans-serif;
    font-size: 12px;
}

body {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 660px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

@media (max-width: 900px) {
    body {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 600px) {
    body {
        padding: 1rem;
    }
}

footer {
    font-family: "Roboto Mono", sans-serif;
    display: flex;
    flex-direction: column;
    border: 3px solid lightgray;
    background-color: lightgray;
    border-radius: 10px;
    padding: 1rem;
    color: black;
    gap: 1rem;
}

.name {
    font-family: "Roboto Mono", sans-serif;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    font-size: 18px;
}

nav {
    font-family: "Roboto Mono", sans-serif;
    display: flex;
    flex-direction: column;
    border: 3px solid black;
    background-color: black;
    border-radius: 50px;
    padding-left: 1rem;
    padding-right: 1rem;

}

nav ul {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    list-style: none;
    height: 50px;
    align-items: center;
    justify-content: center;
}

nav ul :hover {
    display: flex;
    flex-direction: row;
    font-size: 12px;
}

button {
    font-family: "Roboto Mono", sans-serif;
    border: none;
    background-color: black;
    font-size: 12px;
    color: white;
}

.name-img-minidesc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.description {
    display: flex;
    flex-direction: column;
    font-family: "Roboto Mono", sans-serif;
    border-radius: 10px;
    padding: 1rem;
    background-color: white;
    /* margin-left: 20rem;
    margin-right: 20rem; */
    gap: 1rem;
}
.name-minidesc {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

.img-desc-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    margin-left: 100px;
    margin-right: 100px;
}

.headshot {
    border: 3px solid black;
    border-radius: 150px;
    width: 20%;
    height: 20%;
}

.name-desc {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mini-desc {
    font-family: "Roboto Mono", "sans-serif";
}

.tech-stack {
    font-family: "Roboto Mono", "sans-serif";
    border: 3px solid #fcb8d8;
    border-radius: 10px;
}

.desc-tech-stack-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

.sticky-notes {
    display: flex;
    width: 100%;
}

a {
    text-decoration: none;
}

.project-cards {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.card {
    display: flex;
    flex-direction: row;
    border: black 3px solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 2rem;
    align-items: center;
    justify-content: start;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: /*#fcb8d8*/  white;
    gap: 2rem;
}

/*
.card:hover {
    background-color: #fa84b3;
    transform: scale(1.05);
}
*/

.card-image {
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 40%;
    border: black 3px solid;
    border-radius: 10px;
}

.proj-title-desc {
    display: flex;
    flex-direction: column;
    padding-right: 2rem;
    padding-bottom: 2rem;
    gap: 1rem;
}

.proj-list-item {
    font-family: "Roboto Mono", sans-serif;
    font-size: 14px;
}

/* .skills-cards {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 1000px;
} */

.footer-link-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-link {
    text-decoration: none;
    color: black;
    font-size: 15px;
}

.footer-link:hover {
    font-size: 16px;
}

/* .skills-cards {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
} */

.skill-card {
    display: flex;
    flex-direction: row;
    /* border: black 3px solid; */
    border-radius: 10px;
    width: 50%;
    padding-left: 2rem;
    align-items: start;
    justify-content: start;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: /*#fcb8d8*/  white;
    gap: 2rem;
}

.skills-col {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.resume-download {
    font-family: "Roboto Mono", sans-serif;
    display: flex;
    flex-direction: row;
    padding-top: 10px;
    justify-content: end;
}

.download-button {
    background-color: black;
    border: black 10px solid;
    border-radius: 10px;
    color: white;
    font-size: 10px;
}

.download-button:hover {
    font-size: 11px;
}

.resume-body {
    font-family: "Roboto Mono", sans-serif;
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    max-width: 100%;
    height: auto;
    gap: 1rem;
    background-color: /*#fcb8d8*/  white;
    /* border: black solid 3px; */
    border-radius: 10px;
    overflow-wrap: anywhere;
}

.contact-info {
    text-align: center;
}

.resume-link {
    color: black;
    font-size: 11px;
    /* font-size: 11px; */
}

.resume-link:hover {
    font-size: 9px;
}

.education {
    text-align: start;
}

.same-line-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.same-line-text-no-space {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.spacer {
    height: 1rem;
}

p {
    font-size: 11px;
}

.project-list {
    list-style: none;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 960px) {
    .resume-footer {
        width: 50%;
        margin: 0 auto;
    }

    .resume-body {
        height: auto;
    }
}

@media (max-width: 960px) {
    .img-desc-container {
        flex-direction: column;
        height: auto;
    }

    .headshot {
        max-width: 100%;
        height: auto;
    }

    .same-line-text,
    .same-line-text-no-space {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .resume-footer,
    .resume-body {
        width: 100%;
        max-width: 100%;
    }
}

.like-button {
    background-color: white;
    color: black;
}

.post img {
    width: 100%;
    max-width: 500px;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid black;
}

.blog-cards {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}












