* {
    margin: 0;
    padding: 0;
}

:root {
    --header-color: #4f6fad;
    --text-color: #000000;
    --background-color: cornsilk;
    --container-background-color: #ffffff;
    --border-color: #000000;
    --header-font: "DM Serif Text", serif;
    /* --secondary-font-color: #5f5e5e; */
}

body {
    background-color: var(--background-color);
}


/* RESUME CONTAINER */

.resume-container {
    width: 60%;
    margin: 6% auto;
    padding: 1.4rem;
    border: 1rem solid var(--border-color);
    background-color: var(--container-background-color);
}


/* END RESUME CONTAINER */


/* RESUME HEADER */

.resume-header h1 {
    text-align: center;
    font-size: 3rem;
    margin-top: 1.2rem;
    color: var(--header-color);
}

aside p:first-child,
aside p:nth-child(2),
aside address {
    margin: 0;
    text-align: center;
    margin-top: 0.8rem;
}

aside p:first-child {
    font-weight: bold;
    font-size: 1.6rem;
    margin-top: 0.5rem;
}

aside p:nth-child(2) {
    font-weight: bold;
    font-size: 1.2rem;
}

aside address {
    font-weight: normal;
    font-style: normal;
    font-size: 1.3rem;
}

nav ul {
    padding: 0;
    text-align: center;
    margin-top: 0.8rem;
}

nav ul li {
    display: inline;
    margin: 0.8rem;
}

nav ul li a {
    text-decoration: none;
    color: var(--header-color);
    font-size: 1.2rem;
}

.link-separater {
    color: var(--text-color);
    font-weight: bold;
    font-size: 1.2rem;
}


/* END RESUME HEADER */


/* PROFESSIONAL SUMMARY */

.professional-summary {
    margin-top: 1rem;
    padding: 1rem 1rem 0 1rem;
}

.professional-summary h2 {
    color: var(--header-color);
    font-family: var(--header-font);
    font-size: 1.5rem;
}

.hr-line {
    border: none;
    height: 0.2rem;
    background-color: var(--border-color);
    margin-bottom: 0.8rem;
}

.professional-summary p {
    margin-top: 0.5rem;
    line-height: 1.2rem;
    font-size: 1rem;
    color: var(--text-color);
    word-wrap: normal;
}


/* END PROFESSIONAL SUMMARY */


/* EDUCATION SECTION */

.education {
    margin-top: 0.5rem;
    padding: 1rem 1rem 0 1rem;
}

.education h2 {
    color: var(--header-color);
    font-family: var(--header-font);
    font-size: 1.5rem;
}

.education aside p,
.education-address {
    margin-top: 0rem;
    font-size: 1rem;
    color: var(--text-color);
    text-align: left;
}

.education aside {
    display: flex;
    justify-content: space-between;
}

.education .education-aside .education-address {
    font-weight: normal;
}

.education-aside p:first-child {
    text-transform: uppercase;
}

.education .bachelor-degree .degree-info p:first-child {
    margin-top: 0.5rem;
    /* font-weight: bold; */
    /* text-decoration: underline; */
}

.education .bachelor-degree .degree-info p:nth-child(2) {
    margin-top: 0.2rem;
    font-size: 1rem;
    font-weight: normal;
}

.education .bachelor-degree .degree-date {
    margin-top: 0.5rem;
    font-size: 1rem;
    font-style: italic;
}

.education .associate-degree .degree-info p:first-child {
    margin-top: 0.5rem;
    /* font-weight: bold; */
    /* text-decoration: underline; */
}

.education .associate-degree .degree-info p:nth-child(2) {
    margin-top: 0.2rem;
    font-size: 1rem;
    font-weight: normal;

}

.education .associate-degree .degree-date {
    margin-top: 0.5rem;
    font-size: 1rem;
    font-style: italic;
}


/* END EDUCATION */


/* CERTIFICATIONS */

.certifications {
    /* margin-top: 0.5rem; */
    padding: 1rem 1rem 0 1rem;
}

.certifications h2 {
    color: var(--header-color);
    font-family: var(--header-font);
    font-size: 1.5rem;
}

.certifications .certification-list li {
    list-style-type: none;
    margin-top: 0.5rem;
}

.certifications .certification-list li:first-child {
    margin-top: 0.3rem;
    font-weight: bold;
}

.certifications .certification-list {
    margin-top: 0.5rem;
}

.certifications .certification-list aside {
    /* font-weight: bold; */
    /* text-decoration: underline; */
    display: flex;
    justify-content: space-between;
}

.certifications .certification-list aside p {
    font-size: 1rem;
    margin-top: 0.3rem;
    font-weight: bold;
    font-style: italic;
}


/* END CERTIFICATIONS */


/* TECHNICAL SKILLS */

section.technical-skills {
    /* margin-top: 0.5rem; */
    padding: 1rem 1rem 0 1rem;
}

section.technical-skills h2 {
    color: var(--header-color);
    font-family: var(--header-font);
    font-size: 1.5rem;
}

section.technical-skills ul {
    margin-top: 0.5rem;
    list-style-type: none;
}

section.technical-skills ul li {
    margin-top: 0.5rem;
    font-size: 1rem;
    color: var(--text-color);
}


/* END TECHNICAL SKILLS */


/* EXPERIENCE */

#coming-soon {
    font-size: 1.5rem;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 1rem;
    margin: auto;
    color: var(--header-color);
    font-family: var(--header-font);

}

section.experience {
    margin-top: 0.5rem;
    padding: 1rem 1rem 0 1rem;
}

section.experience h2 {
    color: var(--header-color);
    font-family: var(--header-font);
    font-size: 1.5rem;
}

section.experience aside {
    display: flex;
    justify-content: space-between;
    /* margin-top: 0.5rem; */
}

section.experience aside p {
    margin-top: 0;
    font-size: 1rem;
    color: var(--text-color);
}

section.experience .experience-item,
section.project-highlights .project-item {
    margin-top: 0.5rem;
    padding-left: 1rem;
}

section.experience .experience-item ul {
    margin-top: 0.5rem;
    list-style-type: disc;
}

section.experience .experience-item ul li {
    margin-top: 0.5rem;
    font-size: 1rem;
    color: var(--text-color);
}

.independent-software-consultant .company-name p {
    font-weight: bold;
}

.independent-software-consultant .company-role p {
    font-weight: normal;
}

.arizona-cloud-systems-administrator .company-name p {
    font-weight: bold;
}

.arizona-cloud-systems-administrator .company-role p {
    font-weight: normal;
}

.arizona-cloud-systems-administrator .experience-item {
    padding-left: 0;
}

.arizona-cloud-systems-administrator .experience-item ul {
    padding-left: 0;
}

.arizona-cloud-systems-administrator .experience-item .az-state-coming-soon {
    text-align: center;
    list-style-type: none;
}

.tattoos-by-eder .company-name p {
    font-weight: bold;
}

.tattoos-by-eder .company-role p {
    font-weight: normal;
}


/* END EXPERIENCE */


/* PROJECT HIGHLIGHTS */

.project-highlights {
    margin-top: 0.5rem;
    padding: 1rem 1rem 0 1rem;
}

.project-highlights h2 {
    color: var(--header-color);
    font-family: var(--header-font);
    font-size: 1.5rem;
}


/*  CRC PROJECT */

/* CRC PROJECT */
/* .project-highlights .crc-project {
    margin-top: 0.5rem;
    padding-left: 1rem;
} */

.project-highlights .crc-project aside {
    display: flex;
    justify-content: space-between;
}

section.project-highlights aside p {
    margin-top: 0;
    font-size: 1rem;
    color: var(--text-color);
}


/* section.project-highlights aside p span {
    color: var(--header-color);
} */

section.project-highlights .crc-project aside p a {
    color: var(--header-color);
    text-decoration: none;
}

section.project-highlights .crc-project ul {
    margin-top: 0.5rem;
    list-style-type: disc;
    font-size: 1rem;
    color: var(--text-color);
    padding-left: 1rem;
}

.project-highlights .crc-project ul li {
    margin-top: 0.5rem;
}

.project-highlights .crc-project ul li a {
    color: var(--header-color);
    text-decoration: none;
    font-weight: bold;
}


/* END CRC */


/*  DAILYLEARNING JOURNAL */

.project-highlights .daily-learning-journal-project {
    margin-top: 1.5rem;
    /* padding-left: 1rem; */
}

.project-highlights .daily-learning-journal-project aside:first-child {
    display: flex;
    justify-content: space-between;
}

.project-highlights .daily-learning-journal-project aside:nth-child(2) {
    margin-top: 0;
    padding-top: 0.5rem;
    display: flex;
    justify-content: space-between;
}

.project-highlights .daily-learning-journal-project aside.daily-learning-journal-techstack p {
    font-size: .9rem;
    font-weight: normal;
    font-style: italic;
    /* padding-left: 0.5rem; */
}

section.project-highlights aside p {
    margin-top: 0;
    font-size: 1rem;
    color: var(--text-color);
}

section.project-highlights .daily-learning-journal-project aside p a {
    color: var(--header-color);
    text-decoration: none;
    padding-left: 0;
}

section.project-highlights .daily-learning-journal-project ul {
    margin-top: 0.5rem;
    list-style-type: disc;
    font-size: 1rem;
    color: var(--text-color);
    padding-left: 1rem;
}

.project-highlights .daily-learning-journal-project ul li {
    margin-top: 0.5rem;
}


/*  END DAILY LEARNING JOURNAL */


/* TATTOOS BY EDER */

.project-highlights .tattoos-by-eder-project {
    margin-top: 1.5rem;
    /* padding-left: 1rem; */
}

.project-highlights .tattoos-by-eder-project aside:first-child {
    display: flex;
    justify-content: space-between;
}

.project-highlights .tattoos-by-eder-project aside.tattoos-by-eder-techstack p {
    font-size: .9rem;
    font-weight: normal;
    font-style: italic;
    /* padding-left: 0.5rem; */
}

section.project-highlights aside p {
    margin-top: 0;
    font-size: 1rem;
    color: var(--text-color);
}

section.project-highlights .tattoos-by-eder-project aside p a {
    color: var(--header-color);
    text-decoration: none;
    padding-left: 0;
}

section.project-highlights .tattoos-by-eder-project ul {
    margin-top: 0.5rem;
    list-style-type: disc;
    font-size: 1rem;
    color: var(--text-color);
    padding-left: 1rem;
}

.project-highlights .tattoos-by-eder-project ul li {
    margin-top: 0.5rem;
}


/* END TATTOOS BY EDER */


/* END PROJECT HIGHLIGHTS */


/* --------VISITOR COUNT------- */


section.visitor-count-container {
    position: fixed;
    right: 2.2rem;
    bottom: 2.2rem;
    left: auto;
    top: auto;
    transform: none;
    width: 260px;
    max-width: 90vw;
    z-index: 1000;
    text-align: center;
    background: rgba(113, 150, 223, 0.95);
    border-radius: 1.2rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    padding: 0.5rem 0.5rem 0.2rem 0.5rem;
    border: 0.15rem solid var(--border-color);
    transition: right 0.3s, bottom 0.3s, width 0.3s;
}


section.visitor-count-section {
    padding: 0.7rem 0.5rem 0.5rem 0.5rem;
    background: none;
    border: none;
    position: static;
    height: auto;
}


section.visitor-count-section aside .visitor-count {
    font-family: var(--header-font);
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 0.05em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

section.visitor-count-section aside .visitor-label {
    font-size: 1rem;
    color: #f3f3f3;
    margin-bottom: 0.2rem;
    display: block;
    font-weight: 500;
    letter-spacing: 0.03em;
}

footer.resume-footer {
    background-color: var(--header-color);
    font-size: 0.8rem;
    padding: 3rem 0.5rem 3rem 0.5rem;
    border-top: 0.3rem solid var(--border-color);
}

/* --------END VISITOR COUNT------- */


/* RESPONSIVE: MOBILE */

@media (max-width: 600px) {

    /* Align education address right on mobile */
    .education .education-address {
        text-align: right;
        width: 100%;
        display: block;
    }

    .resume-container {
        width: 80%;
        margin: 4% auto;
        padding: 1rem;
        border-width: 0.1rem;
    }

    .resume-header h1 {
        font-size: 2rem;
        margin-top: 0.8rem;
    }

    aside p:first-child {
        font-size: 1.2rem;
    }

    aside p:nth-child(2),
    aside address {
        font-size: 1rem;
    }

    aside address {
        font-size: 1rem;
        margin-top: 0.4rem;
    }

    .project-highlights p:first-child,
    .project-highlights p:nth-child(2) {
        text-align: left;
    }

    nav ul {
        margin-top: 0.5rem;
    }

    nav ul li {
        display: inline;
        margin: 0.4rem 0;
        padding: 0.5rem;
    }

    .link-separater {
        display: none;
    }

    .bachelor-education aside:nth-child(1) p:first-child {
        font-size: 0.86rem;
        align-self: flex-start;
        margin-top: 0.5rem;
    }

    .bachelor-education aside:nth-child(1) p:nth-child(2) {
        font-size: 0.88rem;
        margin-top: 0.2rem;
        font-style: italic;
    }

    .bachelor-education .bachelor-degree,
    .associate-education .associate-degree {
        display: flex;
        flex-direction: row;
        justify-content: flex-center;
        gap: 0.1rem;
        margin-top: 0.3rem;
    }

    /* CERTIFICATIONS: */
    .certifications .certification-list aside {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
        margin-top: 1rem;
    }

    .certifications .certification-list aside li {
        font-size: 1rem;
        margin: 0;
        font-weight: normal;
    }

    .certifications .certification-list aside p {
        font-size: 0.95rem;
        margin: 0;
    }

    .bachelor-education .bachelor-degree .degree-info p:first-child,
    .associate-education .associate-degree .degree-info p:first-child {
        font-size: 1rem;
        margin-top: 0;
    }

    .bachelor-education .bachelor-degree .degree-date,
    .associate-education .associate-degree p.degree-date {
        font-size: 1rem;
        margin-top: 0rem;
    }

    /* Reset margins for tighter mobile spacing in education */
    .education aside p,
    .education .degree-info p {
        margin-top: 1rem;
    }

    .education .bachelor-degree .degree-info p:first-child,
    .education .associate-degree .degree-info p:first-child {
        margin-top: 0;
    }

    .professional-summary,
    .education,
    .certifications,
    section.technical-skills,
    section.experience,
    .project-highlights {
        padding: 0.75rem;
    }

    .hr-line {
        margin-bottom: 0.6rem;
        height: 0.15rem;
    }

    /* Stack asides vertically for narrow screens */
    .education aside,
    section.experience aside,
    .project-highlights .crc-project aside,
    .project-highlights .daily-learning-journal-project aside,
    .project-highlights .tattoos-by-eder-project aside {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .certifications .certification-list aside {
        margin-top: 0.5rem;
    }

    .education aside.education-aside p:first-child {
        align-self: left;
    }

    .experience .experience-item {
        padding-left: 0;
    }

    section.experience .experience-item ul,
    .project-highlights .crc-project ul,
    .project-highlights .daily-learning-journal-project ul,
    .project-highlights .tattoos-by-eder-project ul {
        padding-left: 1rem;
    }

    /* Tweak link sizes for touch targets */
    nav ul li a {
        font-size: 1rem;
    }

    /* Header content: ensure clean wrapping and sizing */
    .resume-header .about-content {
        padding: 0 0.75rem;
    }

    .resume-header .about-content p {
        line-height: 1.3rem;
        overflow-wrap: anywhere;
        word-break: break-word;
        hyphens: auto;
        white-space: normal;
    }

    .resume-header .about-content .tagline {
        font-size: 1.05rem;
        font-weight: 600;
    }

    .resume-header .about-content .veteran-preferences {
        font-size: 0.95rem;
    }

    /* Techstack lines readability */
    .project-highlights .daily-learning-journal-project aside.daily-learning-journal-techstack p,
    .project-highlights .tattoos-by-eder-project aside.tattoos-by-eder-techstack p {
        font-size: 0.9rem;
    }

    /* Project URLs: place on their own line and allow wrapping */
    .project-highlights .crc-project aside p a,
    .project-highlights .daily-learning-journal-project aside p a,
    .project-highlights .tattoos-by-eder-project aside p a {
        display: block;
        margin-top: 0.25rem;
        overflow-wrap: anywhere;
        word-break: break-word;
        line-height: 1.3rem;
    }

    /* Visitor count: bottom center, full width, mobile friendly */
    section.visitor-count-container {
        left: 50%;
        right: auto;
        bottom: 1.2rem;
        top: auto;
        transform: translateX(-50%);
        width: 95vw;
        max-width: 99vw;
        border-radius: 0.8rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
        padding: 0.5rem 0.2rem 0.2rem 0.2rem;
    }

    /* Footer */
    footer.resume-footer {
        font-size: 0.8rem;
        padding: 2rem 0.5rem 9rem 0.5rem;
    }
}

@media (min-width: 600px) and (max-width: 900px) {

    /* Align education address right on mobile */
    .education .education-address {
        text-align: right;
        width: 100%;
        display: block;
    }

    .resume-container {
        width: 80%;
        margin: 4% auto;
        padding: 1rem;
        border-width: 0.1rem;
    }

    .resume-header h1 {
        font-size: 2rem;
        margin-top: 0.8rem;
    }

    aside p:first-child {
        font-size: 1.2rem;
    }

    aside p:nth-child(2),
    aside address {
        font-size: 1rem;
        margin-top: 0.4rem;
    }

    .project-highlights p:first-child,
    .project-highlights p:nth-child(2) {
        text-align: left;
    }

    nav ul {
        margin-top: 0.5rem;
    }

    nav ul li {
        display: inline;
        margin: 0.4rem 0;
        padding: 0.5rem;
    }

    .link-separater {
        display: none;
    }

    .bachelor-education aside:nth-child(1) p:first-child {
        font-size: 1rem;
        align-self: flex-start;
        margin-top: 0.5rem;
    }

    .bachelor-education aside:nth-child(1) p:nth-child(2) {
        font-size: 0.95rem;
        margin-top: 0.2rem;
        font-style: italic;
        text-align: center;
    }

    .bachelor-education .bachelor-degree,
    .associate-education .associate-degree {
        display: flex;
        flex-direction: row;
        justify-content: flex-center;
        gap: 0.1rem;
        margin-top: 1rem;
    }

    .bachelor-education .bachelor-degree .degree-info p:first-child,
    .associate-education .associate-degree .degree-info p:first-child {
        font-size: 1rem;
        margin-top: 0;
    }

    .bachelor-education .bachelor-degree .degree-date,
    .associate-education .associate-degree .degree-date {
        font-size: 0.95rem;
        margin-top: 0rem;
        /* align-self: flex-end; */
    }

    /* Reset margins for tighter mobile spacing in education */
    .education aside p,
    .education .degree-info p {
        margin-top: 0.1rem;
    }

    .education .bachelor-degree .degree-info p:first-child,
    .education .associate-degree .degree-info p:first-child {
        margin-top: 0;
    }

    .professional-summary,
    .education,
    .certifications,
    section.technical-skills,
    section.experience,
    .project-highlights {
        padding: 0.75rem;
        margin-top: 0;
        ;
    }

    .hr-line {
        margin-bottom: 0.6rem;
        height: 0.15rem;
    }

    /* Stack asides vertically for narrow screens */
    .education aside,
    .certifications .certification-list aside,
    section.experience aside,
    .project-highlights .crc-project aside,
    .project-highlights .daily-learning-journal-project aside,
    .project-highlights .tattoos-by-eder-project aside {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .education aside.education-aside p:first-child {
        align-self: center;
    }

    .experience .experience-item {
        padding-left: 0;
    }

    .certifications .certification-list aside {
        display: flex;
        flex-direction: row;
        font-size: 1rem;
        margin: 0;
        font-weight: normal;
        padding-bottom: 0.5rem;
    }

    .certifications .certification-list aside:last-child {
        padding-bottom: 0;
    }

    .certifications .certification-list aside p {
        font-size: 0.95rem;
        margin-top: 0.3rem;
    }

    section.technical-skills ul li {
        padding-top: 0.3rem;
    }

    section.experience .experience-item ul,
    .project-highlights .crc-project ul,
    .project-highlights .daily-learning-journal-project ul,
    .project-highlights .tattoos-by-eder-project ul {
        padding-left: 1rem;
    }

    /* Tweak link sizes for touch targets */
    nav ul li a {
        font-size: 1rem;
    }

    /* Header content: ensure clean wrapping and sizing */
    .resume-header .about-content {
        padding: 0 0.75rem;
    }

    .resume-header .about-content p {
        line-height: 1.3rem;
        overflow-wrap: anywhere;
        word-break: break-word;
        hyphens: auto;
        white-space: normal;
    }

    .resume-header .about-content .tagline {
        font-size: 1.05rem;
        font-weight: 600;
    }

    .resume-header .about-content .veteran-preferences {
        font-size: 0.95rem;
    }

    /* Techstack lines readability */
    .project-highlights .daily-learning-journal-project aside.daily-learning-journal-techstack p,
    .project-highlights .tattoos-by-eder-project aside.tattoos-by-eder-techstack p {
        font-size: 0.9rem;
    }

    /* Project URLs: place on their own line and allow wrapping */
    .project-highlights .crc-project aside p a,
    .project-highlights .daily-learning-journal-project aside p a,
    .project-highlights .tattoos-by-eder-project aside p a {
        display: block;
        margin-top: 0.25rem;
        overflow-wrap: anywhere;
        word-break: break-word;
        line-height: 1.3rem;
    }

    /* Visitor count: bottom center, full width, mobile friendly */
    section.visitor-count-container {
        left: 50%;
        right: auto;
        bottom: 1.2rem;
        top: auto;
        transform: translateX(-50%);
        width: 95vw;
        max-width: 99vw;
        border-radius: 0.8rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
        padding: 0.5rem 0.2rem 0.2rem 0.2rem;
    }

    /* Footer */
    footer.resume-footer {
        font-size: 0.8rem;
        padding: 2rem 0.5rem 9rem 0.5rem;
    }
}

@media (min-width: 901px) and (max-width: 1100px) {
    .resume-header h1 {
        font-size: 2.5rem;
    }

    .resume-container {
        width: 80%;
        margin: 4% auto;
        padding: 1rem;
        border-width: 0.1rem;
    }

    .education .education-address {
        text-align: right;
        width: 100%;
        display: block;
    }

    aside p:first-child {
        font-size: 1.2rem;
    }

    aside p:nth-child(2),
    aside address {
        font-size: 1rem;
    }

    aside address {
        font-size: 1rem;
        margin-top: 0.5rem;
    }

    .project-highlights p:first-child,
    .project-highlights p:nth-child(2) {
        text-align: left;
    }

    nav ul {
        margin-top: 0.5rem;
    }

    nav ul li {
        display: inline;
        margin: 0.4rem 0;
        padding: 0.5rem;
    }

    .link-separater {
        display: none;
    }

    .bachelor-education aside:nth-child(1) p:first-child {
        font-size: 1rem;
        margin-top: 0.5rem;
    }

    .bachelor-education aside:nth-child(1) p:nth-child(2) {
        font-size: 0.95rem;
        margin-top: 0.2rem;
        font-style: italic;
        text-align: center;
    }

    aside .education aside p {
        display: flex;
        justify-content: space-between;
    }

    .bachelor-education .bachelor-degree,
    .associate-education .associate-degree {
        display: flex;
        flex-direction: row;
        justify-content: flex-center;
        gap: 0.1rem;
        margin-top: 1rem;
    }

    .bachelor-education .bachelor-degree .degree-info p:first-child,
    .associate-education .associate-degree .degree-info p:first-child {
        font-size: 1rem;
        margin-top: 0;
    }

    .bachelor-education .bachelor-degree .degree-date,
    .associate-education .associate-degree .degree-date {
        font-size: 0.95rem;
        margin-top: 0rem;
        /* align-self: flex-end; */
    }

    /* Reset margins for tighter mobile spacing in education */
    .education aside p,
    .education .degree-info p {
        margin-top: 0.1rem;
    }

    .education .bachelor-degree .degree-info p:first-child,
    .education .associate-degree .degree-info p:first-child {
        margin-top: 0;
    }

    .professional-summary,
    .education,
    .certifications,
    section.technical-skills,
    section.experience,
    .project-highlights {
        padding: 0.75rem;
    }

    .hr-line {
        margin-bottom: 0.6rem;
        height: 0.15rem;
    }

    /* Stack asides vertically for narrow screens */
    .education aside,
    .certifications .certification-list aside,
    section.experience aside,
    .project-highlights .crc-project aside,
    .project-highlights .daily-learning-journal-project aside,
    .project-highlights .tattoos-by-eder-project aside {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .education aside.education-aside p:first-child {
        align-self: center;
        font-size: 1.2rem;
    }

    .experience .experience-item {
        padding-left: 0;
    }

    .certifications .certification-list aside {
        display: flex;
        flex-direction: row;
        font-size: 1rem;
        margin: 0;
        font-weight: normal;
        padding-bottom: 0.5rem;
    }

    .certifications .certification-list aside:last-child {
        padding-bottom: 0;
    }

    .certifications .certification-list aside p {
        font-size: 0.95rem;
        margin-top: 0.3rem;
    }

    section.experience .experience-item ul,
    .project-highlights .crc-project ul,
    .project-highlights .daily-learning-journal-project ul,
    .project-highlights .tattoos-by-eder-project ul {
        padding-left: 1rem;
    }

    /* Tweak link sizes for touch targets */
    nav ul li a {
        font-size: 1rem;
    }

    /* Header content: ensure clean wrapping and sizing */
    .resume-header .about-content {
        padding: 0 0.75rem;
    }

    .resume-header .about-content p {
        line-height: 1.3rem;
        overflow-wrap: anywhere;
        word-break: break-word;
        hyphens: auto;
        white-space: normal;
    }

    .resume-header .about-content .tagline {
        font-size: 1.05rem;
        font-weight: 600;
    }

    .resume-header .about-content .veteran-preferences {
        font-size: 0.95rem;
    }

    /* Techstack lines readability */
    .project-highlights .daily-learning-journal-project aside.daily-learning-journal-techstack p,
    .project-highlights .tattoos-by-eder-project aside.tattoos-by-eder-techstack p {
        font-size: 0.9rem;
    }

    /* Project URLs: place on their own line and allow wrapping */
    .project-highlights .crc-project aside p a,
    .project-highlights .daily-learning-journal-project aside p a,
    .project-highlights .tattoos-by-eder-project aside p a {
        display: block;
        margin-top: 0.25rem;
        overflow-wrap: anywhere;
        word-break: break-word;
        line-height: 1.3rem;
    }

    /* Visitor count: bottom center, full width, mobile friendly */
    section.visitor-count-container {
        left: 50%;
        right: auto;
        bottom: 1.2rem;
        top: auto;
        transform: translateX(-50%);
        width: 56vw;
        max-width: 99vw;
        border-radius: 0.8rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
        padding: 0.5rem 0.2rem 0.2rem 0.2rem;
    }

    /* Footer */
    footer.resume-footer {
        font-size: 0.8rem;
        padding: 2rem 0.5rem 9rem 0.5rem;
    }
}

@media (min-width: 1101px) and (max-width: 1300px) {
    .resume-header h1 {
        font-size: 3rem;
    }

    .resume-container {
        width: 80%;
        margin: 4% auto;
        padding: 1rem;
        border-width: 0.1rem;
    }

    section.education,
    section.experience,
    section.project-highlights {
        margin-top: 0;
    }

    .education .education-address {
        text-align: right;
        width: 100%;
        display: block;
    }

    aside p:first-child {
        font-size: 1.2rem;
    }

    aside p:nth-child(2),
    aside address {
        font-size: 1rem;
    }

    aside address {
        font-size: 1.2rem;
        margin-top: 0.5rem;
    }

    .project-highlights p:first-child,
    .project-highlights p:nth-child(2) {
        text-align: left;
    }

    nav ul {
        margin-top: 0.5rem;
        font-size: 1rem;
    }

    nav ul li {
        display: inline;
        margin: 0.4rem 0;
        padding: 0.5rem;
    }

    .link-separater {
        display: none;
    }

    .bachelor-education aside:nth-child(1) p:first-child {
        font-size: 1rem;
        margin-top: 0.5rem;
    }

    .bachelor-education aside:nth-child(1) p:nth-child(2) {
        font-size: 0.95rem;
        margin-top: 0.2rem;
        font-style: italic;
        text-align: center;
    }

    aside .education aside p {
        display: flex;
        justify-content: space-between;
    }

    .bachelor-education .bachelor-degree,
    .associate-education .associate-degree {
        display: row;
        flex-direction: row;
        gap: 0.1rem;
        margin-top: 1rem;
    }

    .bachelor-education .bachelor-degree .degree-info p:first-child,
    .associate-education .associate-degree .degree-info p:first-child {
        font-size: 1rem;
        margin-top: 0;
    }

    .bachelor-education .bachelor-degree .degree-date,
    .associate-education .associate-degree .degree-date {
        font-size: 0.95rem;
        margin-top: 0rem;
        /* align-self: flex-end; */
    }

    /* Reset margins for tighter mobile spacing in education */
    .education aside p,
    .education .degree-info p {
        margin-top: 0.1rem;
    }

    .education .bachelor-degree .degree-info p:first-child,
    .education .associate-degree .degree-info p:first-child {
        margin-top: 0;
    }

    .professional-summary,
    .education,
    .certifications,
    section.technical-skills,
    section.experience,
    .project-highlights {
        padding: 0.75rem;
    }

    .hr-line {
        margin-bottom: 0.6rem;
        height: 0.15rem;
    }

    /* Stack asides vertically for narrow screens */
    .certifications .certification-list aside,
    section.experience aside,
    .project-highlights .crc-project aside,
    .project-highlights .daily-learning-journal-project aside,
    .project-highlights .tattoos-by-eder-project aside {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        /* gap: 0.25rem; */
    }

    .education aside {
        flex-direction: column;
        align-items: flex-start;
    }

    .education aside.education-aside p:first-child {
        align-self: center;
        font-size: 1.2rem;
    }

    .experience .experience-item {
        padding-left: 0;
    }

    .certifications .certification-list aside {
        display: flex;
        flex-direction: row;
        font-size: 1rem;
        margin: 0;
        font-weight: normal;
        padding-bottom: 0.5rem;
    }

    .certifications .certification-list aside:last-child {
        padding-bottom: 0;
    }

    .certifications .certification-list aside p {
        font-size: 0.95rem;
        margin-top: 0.3rem;
    }

    section.experience .experience-item ul,
    .project-highlights .crc-project ul,
    .project-highlights .daily-learning-journal-project ul,
    .project-highlights .tattoos-by-eder-project ul {
        padding-left: 1rem;
    }

    /* Tweak link sizes for touch targets */
    nav ul li a {
        font-size: 1rem;
    }

    /* Header content: ensure clean wrapping and sizing */
    .resume-header .about-content {
        padding: 0 0.75rem;
    }

    .resume-header .about-content p {
        line-height: 1.3rem;
        overflow-wrap: anywhere;
        word-break: break-word;
        hyphens: auto;
        white-space: normal;
    }

    .resume-header .about-content .tagline {
        font-size: 1.5rem;
        font-weight: 600;
    }

    .resume-header .about-content .veteran-preferences {
        font-size: 1.1rem;
    }

    /* Techstack lines readability */
    .project-highlights .daily-learning-journal-project aside.daily-learning-journal-techstack p,
    .project-highlights .tattoos-by-eder-project aside.tattoos-by-eder-techstack p {
        font-size: 0.9rem;
    }

    /* Project URLs: place on their own line and allow wrapping */
    .project-highlights .crc-project aside p a,
    .project-highlights .daily-learning-journal-project aside p a,
    .project-highlights .tattoos-by-eder-project aside p a {
        display: block;
        margin-top: 0.25rem;
        overflow-wrap: anywhere;
        word-break: break-word;
        line-height: 1.3rem;
    }

    /* Visitor count: bottom center, full width, mobile friendly */
    section.visitor-count-container {
        left: 50%;
        right: auto;
        bottom: 1.2rem;
        top: auto;
        transform: translateX(-50%);
        width: 56vw;
        max-width: 99vw;
        border-radius: 0.8rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
        padding: 0.5rem 0.2rem 0.2rem 0.2rem;
    }

    /* Footer */
    footer.resume-footer {
        font-size: 0.8rem;
        padding: 2rem 0.5rem 9rem 0.5rem;
    }
}

/* -------------------------- */

@media (min-width: 1301px) {
    .resume-header h1 {
        font-size: 3rem;
    }

    .resume-container {
        width: 60%;
        margin: 4% auto;
        padding: 1rem;
        border-width: 0.3rem;
    }

    section.education,
    section.experience,
    section.project-highlights {
        margin-top: 0;
    }

    .education .education-address {
        text-align: right;
        width: 100%;
        display: block;
    }

    aside p:first-child {
        font-size: 1.2rem;
    }

    aside p:nth-child(2),
    aside address {
        font-size: 1rem;
    }

    aside address {
        font-size: 1.2rem;
        margin-top: 0.5rem;
    }

    .project-highlights p:first-child,
    .project-highlights p:nth-child(2) {
        text-align: left;
    }

    nav ul {
        margin-top: 0.5rem;
        font-size: 1rem;
    }

    nav ul li {
        display: inline;
        margin: 0.4rem 0;
        padding: 0.5rem;
    }

    .link-separater {
        display: none;
    }

    .bachelor-education aside:nth-child(1) p:first-child {
        font-size: 1rem;
        margin-top: 0.5rem;
    }

    .bachelor-education aside:nth-child(1) p:nth-child(2) {
        font-size: 0.95rem;
        margin-top: 0.2rem;
        font-style: italic;
        text-align: center;
    }

    aside .education aside p {
        display: flex;
        justify-content: space-between;
    }

    .bachelor-education .bachelor-degree,
    .associate-education .associate-degree {
        display: flex;
        flex-direction: row;
        justify-content: flex-center;
        gap: 0.1rem;
        margin-top: 0.5rem;
    }

    .bachelor-education .bachelor-degree .degree-info p:first-child,
    .associate-education .associate-degree .degree-info p:first-child {
        font-size: 1rem;
        margin-top: 0;
    }

    .bachelor-education .bachelor-degree .degree-date,
    .associate-education .associate-degree .degree-date {
        font-size: 0.95rem;
        margin-top: 0rem;
        /* align-self: flex-end; */
    }

    /* Reset margins for tighter mobile spacing in education */
    .education aside p,
    .education .degree-info p {
        margin-top: 0.1rem;
    }

    .education .bachelor-degree .degree-info p:first-child,
    .education .associate-degree .degree-info p:first-child {
        margin-top: 0;
    }

    .professional-summary,
    .education,
    .certifications,
    section.technical-skills,
    section.experience,
    .project-highlights {
        padding: 0.75rem;
    }

    .hr-line {
        margin-bottom: 0.6rem;
        height: 0.15rem;
    }

    /* Stack asides vertically for narrow screens */
    .education aside {
        flex-direction: column;
        align-items: flex-start;
        /* gap: 0.25rem; */
    }

    .education aside.education-aside p:first-child {
        align-self: center;
        font-size: 1.2rem;
    }

    .experience .experience-item {
        padding-left: 0;
    }

    .certifications .certification-list aside {
        display: flex;
        flex-direction: row;
        font-size: 1rem;
        margin: 0;
        font-weight: normal;
        padding-bottom: 0.5rem;
    }

    .certifications .certification-list aside:last-child {
        padding-bottom: 0;
    }

    .certifications .certification-list aside p {
        font-size: 0.95rem;
        margin-top: 0.3rem;
    }

    section.experience .experience-item ul,
    .project-highlights .crc-project ul,
    .project-highlights .daily-learning-journal-project ul,
    .project-highlights .tattoos-by-eder-project ul {
        padding-left: 1rem;
    }

    /* Tweak link sizes for touch targets */
    nav ul li a {
        font-size: 1rem;
    }

    /* Header content: ensure clean wrapping and sizing */
    .resume-header .about-content {
        padding: 0 0.75rem;
    }

    .resume-header .about-content p {
        line-height: 1.3rem;
        overflow-wrap: anywhere;
        word-break: break-word;
        hyphens: auto;
        white-space: normal;
    }

    .resume-header .about-content .tagline {
        font-size: 1.5rem;
        font-weight: 600;
    }

    .resume-header .about-content .veteran-preferences {
        font-size: 1.1rem;
    }

    /* Techstack lines readability */
    .project-highlights .daily-learning-journal-project aside.daily-learning-journal-techstack p,
    .project-highlights .tattoos-by-eder-project aside.tattoos-by-eder-techstack p {
        font-size: 0.9rem;
    }

    /* Project URLs: place on their own line and allow wrapping */
    .project-highlights .crc-project aside p a,
    .project-highlights .daily-learning-journal-project aside p a,
    .project-highlights .tattoos-by-eder-project aside p a {
        display: block;
        margin-top: 0.25rem;
        overflow-wrap: anywhere;
        word-break: break-word;
        line-height: 1.3rem;
    }

    /* Visitor count: bottom center, full width, mobile friendly */
    section.visitor-count-container {
        left: 90.5%;
        right: auto;
        bottom: 40%;
        top: auto;
        transform: translateX(-50%);
        width: 15vw;
        max-width: 99vw;
        border-radius: 0.8rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
        padding: 0.5rem 0.2rem 0.2rem 0.2rem;
    }

    /* Footer */
    footer.resume-footer {
        font-size: 0.8rem;
        padding: 2rem 0.5rem 2rem 0.5rem;
    }

    .resume-footer .author-title {
        font-size: 1.2rem;
    }

    .resume-footer .author-title span {
        font-size: 2rem;
    }
}

section.experience.arizona-cloud-systems-administrator .experience-item {
    padding-left: 0;
}

section.experience.arizona-cloud-systems-administrator .experience-item ul {
    padding-left: 0;
    margin-left: 0;
}

section.experience.arizona-cloud-systems-administrator .experience-item .az-state-coming-soon {
    text-align: center;
    list-style-type: none;
}