.outfit {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    font-family: "Outfit", Arial, Helvetica, sans-serif;
    background-color: #f1f1f1;
}

header, footer {
    width: 100%;
    background-color: #1e2d1f;
    color: #f1f1f1;
}

header {
    padding: 30px 0px;
}

footer {
    padding: 20px 0px;
    font-size: 1.5vw;
}

.navigation {
    display: flex;
    padding: 10px 0px;
    padding-bottom: 15px;
    justify-content: space-evenly;
    background-color: #879688;
}

.navigation a:link {
    font-size: 1.8vw;
    text-decoration: none;
    color: #f1f1f1;
    text-shadow: 0px 0px 3px #4b4b4b;
}
.navigation a:visited {
    text-decoration: none;
    color: #e2e2e2;
}
.navigation a:hover {

    color: #ffffff;
    text-shadow: 0px 0px 4px #252525;
}
.navigation a:active {
    color: #98b893;
}

header h1 {
    font-size: 4vw;
    font-weight: 700;
    text-align: center;
}

footer h1 {
    font-weight: 500;
    text-align: center;
}

b {
    font-weight: 600;
    font-style: italic;
    color: #1e2d1f;;
}

/* --------------------- ABOUT SPECIFIC STYLES --------------------- */

/* ------------ About Me Section ------------ */

.about {
    margin: 4vw auto;
    padding: 2vw 3vw 2vw 3vw;
}

.about-body {
    display: flex;
    gap: 5%;
    padding-bottom: 4vw;
}

.about-hr {
    width: 60%;
}

.about-body h1 {
    font-size: 3vw;
    font-weight: 700;
    color: #4a8740;
    text-shadow: 0px 0px 3px #7cbe72;
}

.about-body p {
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.8vw;
    text-align: justify;
}

.about img {
    width: 15vw;
    height: fit-content;
}

.about-link {
    display: flex;
    justify-content: center;
    gap: 5%;
    padding-top: 4vw;
}

.about-link h1 {
    font-size: 2.6vw;
    font-weight: 700;
    color: #7cbe72;
    align-self: flex-start;
}

.about-link img {
    width: 20vw;
    align-self: flex-end;
}

.about-link img:hover {
    box-shadow: 0px 0px 0.6vw #121212;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

/* --------------------- PORTFOLIO SPECIFIC STYLES --------------------- */

.portfolio {
    margin: 4vw auto;
    padding: 2vw 3vw 2vw 3vw;
}

.portfolio section {
    display: flex;
    flex-wrap: wrap;
    gap: 6%;
    justify-content: space-between;
}

.portfolio hr {
    margin: 4vw;
    border: 0.1vw solid #1e2d1f; 
}

.portfolio section div {
    width: 60%;
}

.portfolio section figure img {
    width: 30vw;
    height: fit-content;
    border: 0.2vw solid #1e2d1f;
    border-radius: 0.4vw;
    box-shadow: 0px 0px 0.2vw #121212;
    padding: 0.4vw;
}
.portfolio section figure img:hover {
    box-shadow: 0px 0px 0.6vw #121212;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.portfolio h1 {
    font-size: 4vw;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0.4vw;
    color: #4a8740;
    text-shadow: 0px 0px 3px #7cbe72;
}

.portfolio h2 {
    font-size: 2.5vw;
    font-weight: 600;
    margin-bottom: 0.4vw;
    color: #60b953;
    text-shadow: 0px 0px 2px #7cbe72;
}

.portfolio h3 {
    font-size: 2vw;
    font-weight: 500;
    margin-bottom: 1.4vw;
    color: #7cbe72;
    text-shadow: 0px 0px 2px #7cbe72;
}

.portfolio p {
    font-size: 1.6vw;
    font-weight: 400;
    color: #1e2d1f;
    line-height: 2vw;
    text-align: justify;
    padding-bottom: 0.8vw;
}


/* --------------------- RESUME SPECIFIC STYLES --------------------- */

.resume {
    max-width: 1100px;
    margin: 0 auto;
}

/* ------------ Resume Head ------------ */

.resume-head {
    background-color: #7cbe72;
    width: 90%;
    margin: 4vw;
    padding: 2vw 0vw 2vw 3vw;
    line-height: 3.4vw;
}

.resume-head h1 {
    font-size: 3vw;
    font-weight: 700;
}

.resume-head h2 {
    font-size: 2.2vw;
    font-weight: 600;
    padding-bottom: 2vw;
}

.resume-head h3 {
    font-size: 1.6vw;
    font-weight: 500;
    line-height: 2vw;
}

/* ------------ Resume Body ------------*/

.resume-body {
    display: flex;
    width: 90%;
    margin: 4vw;
    padding: 0.4vw;
    gap: 10%;
}

/* ---- Resume Aside ---- */

.resume-aside {
    width: 30%;
}

.resume-aside h1 {
    font-size: 2.4vw;
    font-weight: 600;
    margin: 3vw 0vw 1vw 0vw;
}

.resume-aside p a:link {
    text-decoration: underline;
    color: #121212;
    font-weight: 600;
}

.resume-aside p a:visited {
    text-decoration: underline;
    color: #000;
}

.resume-aside p a:hover {
    color: #454545;
    text-shadow: 0px 0px 1px #7cbe72;
}

.resume-aside p {
    font-size: 1.55vw;
    margin: 1vw 0vw;
}

/* ---- Resume Content ---- */

.resume-content {
    width: 70%;
    margin-top: 1.6vw;
}

.resume-content h4 {
    font-size: 2.4vw;
    font-weight: 700;
    margin-bottom: 1vw;
}

.resume-content h1 {
    font-size: 2.4vw;
    font-weight: 700;
    margin-bottom: 1vw;
    margin-top: 4vw;

}

.resume-content h2 {
    font-size: 1.85vw;
    font-weight: 600;
    margin-bottom: 0.8vw;
}

.resume-content h3 {
    font-size: 1.6vw;
    font-weight: 500;
    margin-bottom: 0.8vw;
}

#employ2 {
    font-size: 1.85vw;
    font-weight: 600;
    margin-bottom: 0.8vw;
    margin-top: 0.8vw;
}

.resume-content p {
    font-size: 1.55vw;
    line-height: 1.8vw;
}

.resume-content li {
    font-size: 1.55vw;
    line-height: 2.4vw;
    margin-left: 2vw;
    list-style: disc;
}

/* ------------ Resume Media Query ------------ */

   @media (min-width: 1100px) {

    /* ---------- layout container ---------- */
    .resume-head,
    .resume-body           { margin: 44px auto; }          
    .resume-head           { padding: 22px 0 22px 33px;    
                             line-height: 38px; }          

    .resume-body           { padding: 4px;                 
                             gap: 60px; }                 

    .resume-content        { margin-top: 18px; }           
    .resume-content h1     { margin-top: 44px; }           
    .resume-content li     { margin-left: 22px; }           

    /* ---------- headline group ---------- */
    .resume-head h1        { font-size: 33px; }           
    .resume-head h2        { font-size: 24px; }            
    .resume-head h3        { font-size: 18px; }            

    /* ---------- sidebar ---------- */
    .resume-aside h1       { font-size: 26px; }            
    .resume-aside p        { font-size: 17px; }            

    /* ---------- main content ---------- */
    .resume-content h4,
    .resume-content h1     { font-size: 26px; }            
    .resume-content h2,
    #employ2               { font-size: 20px; }            
    .resume-content h3     { font-size: 18px; }            

    .resume-content p,
    .resume-content li     { font-size: 17px; }            
    .resume-content p      { line-height: 20px; }          
    .resume-content li     { line-height: 26px; }          
}

/* ------------ About Media Query ------------ */

@media (max-width: 1450px) {

    .about-body {
        flex-direction: column;
        gap: 1vw;
    }

    .about-body h1 {
        font-size: 5.5vw;
        text-align: center;
    }

    .about-body p {
        font-size: 2vw;
        line-height: 3vw;
        text-align: center justify;
        padding: 0vw 4vw;
        padding-bottom: 2vw;
    }

    .about-body img {
        width: 30vw;
        align-self: center;
        padding-top: 3vw;
    }

    .about hr {
        width: 0px;
        border-style: none;
    }

}

@media (max-width: 1000px) {

    .about-body {
        flex-direction: column;
        gap: 1vw;
    }

    .about-body h1 {
        font-size: 7vw;
        text-align: center;
    }

    .about-body p {
        font-size: 3vw;
        line-height: 4vw;
        text-align: center justify;
        padding-bottom: 3vw;
    }

    .about-body img {
        width: 40vw;
        align-self: center;
        padding-top: 3vw;
    }

    .about hr {
        width: 0px;
        border-style: none;
    }
}

@media (max-width: 800px) {

    .about-body {
        flex-direction: column;
        gap: 8px;
    }

    .about-body h1 {
        font-size: 56px;
        text-align: center;
    }

    .about-body p {
        font-size: 20px;
        line-height: 32px;
        text-align: left;
        padding-bottom: 32px;
    }

    .about-body img {
        width: 320px;
        align-self: center;
        padding-top: 24px;
    }

    .about hr {
        width: 0px;
        border-style: none;
    }
}





/*
.about {
    margin: 4vw auto;
    padding: 2vw 3vw 2vw 3vw;
}

.about-body {
    display: flex;
    gap: 5%;
}

.about-body h1 {
    font-size: 3vw;
    font-weight: 700;
    color: #4a8740;
    text-shadow: 0px 0px 3px #7cbe72;
}

.about-body p {
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.8vw;
    text-align: justify;
}

.about-body img {
    width: 15vw;
    height: fit-content;
}
*/

/* 
------------ Portfolio Entry Blank ------------ 

h1 = Project Title
h2 = Date
h3 = Class / Application
p = Description

            <section>
                <div>
                    <h1></h1> 
                    <h2></h2>
                    <h3> - </h3>
                    <p></p>
                </div>
                <figure>
                    <img src="images/" alt="">
                </figure>
            </section>
            <hr />

*/