body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

section {
    background-color: white;
}

.hero {
    background-color: #333;
    height: 100vh;
    color: white;
    font-size: 40px;
    /* clip-path: polygon(0 0,100% 0,100% 96%,0 100%); */
}

footer {
    background-color: #333;
    clip-path: polygon(0 5vh,100% 0,100% 100%,0 100%);
    color: white;
    text-align: center;
    padding: 80px;
}

nav {
    display: flex;
    justify-content: space-between;
}

ul {
    display: flex;
    list-style-type: none;
    width: 500px;
    justify-content: space-around;
    font-size: 25px;
}

li {
    text-decoration: none;
}

h1 {
    font-size: 90px;
    margin: 0;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    color: #333;
    font-size: 25px;
    margin-left: 10px;
    margin-right: 10px;
}

p {
    margin: 3;
    font-size: 20px;
    font-weight: 300;
}

.section-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
}

.subtext {
    color: #333;
    font-size: 15px;
    /* font-weight: 300; */
    margin-left: 15px;
    margin-right: 15px;
    text-align: justify;
}

.tags {
    text-align: center;
    font-style: italic;
}

.hero-area {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.hero-text {
    margin-left: 10vw;
    margin-right: 10vw;
    /* margin-left: 235px; */
    margin-bottom: 200px;
}

.button {
    width: 160px;
    height: 40px;
    border-radius: 30px;
    background-color: #f44336; /* coral */
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    padding-top: 10px;
    /* padding: 0.8rem 1.6rem; */
    margin-top: 50px;
    /* border: 2px solid #fff; */
}

.button:hover {
    background-color: #F16529;
    /* color: #333; */
    color: #f44336;
}

.button:active {
    background-color: #A9A9A9;
    color: #808080;
}

.button-resume {
    font-size: 20px;
    width: 160px;
    height: 35px;
    border-radius: 30px;
    background-color: #f44336; /* coral */
    text-align: center;
    font-weight: 300;
    padding-top: 9px;
    /* padding: 0.8rem 1.6rem; */
    margin-top: 50px;
}

.button-resume:hover {
    background-color: #F16529;
    /* color: #333; */
    color: #f44336;
}

.button-resume:active {
    background-color: #A9A9A9;
    color: #808080;
}

.socials {
    padding-bottom: 200px;
}

.socials-footer {
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    padding-top: 8px;
}

.logo {
    /* height: 80px; */
    height: 1.8em;
    margin: 10px;
}
.social {
    margin: 15px;
    padding-bottom: 10px;
}

.sub-section {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-around;
    padding: 80px;
    /* clip-path: polygon(0 10vh,100% 0,100% 100%,0 100%); */
}

/* .section-contact-me {
    background-color: #333;
    clip-path: polygon(0 5vh,100% 0,100% 100%,0 100%);
    color: white;
    text-align: center;
    padding: 80px;
} */

.container {
    max-width: 1140;
}

.about-me-container {
    display: flex;
    flex-direction: row;
    text-align: left;
}

.sub-section-alternative {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 80px;
}

.headshot {
    width: 300px;
    /* border-radius: 150px; */
    margin-right: 80px;
}

.headshot-container {
    display: flex;
    align-items: center;
}

.project-card {
    width: calc(50% - 20px);
    /* Two cards per row with some spacing */
    max-width: 600px;
    min-width: 150px;
    /* Limit card width */
    margin: 10px;
    box-shadow: 5px 5px 20px rgb(197, 195, 195);
}

.project-card:hover {
    box-shadow: 5px 5px 20px rgba(197, 195, 195, 0.37);
}

.project-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.project-image {
    /* margin-top: 25px;
    width: 250px; */
    width: 100%;
}

hr {
    margin-left: 20px;
    margin-right: 20px;
}

.project-link {
    text-decoration: none;
    color: #F16529;
}

a {
    text-decoration: none;
    color: white;
}
.overview a {
    color: #F16529
}

.hamburger {
    display: none;
}

.hamburger:focus{
    outline: 0;
}


@media only screen and (max-width: 1000px) {
    .hamburger {
        display: block;
        border: 0;
        background-color: transparent;
        color: white;
        font-size: 30px;
        /* margin: 20px; */
        align-self: flex-end;
    }

    ul {
        display: none;
        background-color: #333;
        margin: 0ppx;
    }

    ul.show {
        display: block;
    }

    nav {
        display: flex;
        flex-direction: column-reverse;
        background-color: #333;
    }

    .logo {
        display: none;
    }

    .about-me-container {
        flex-direction: column;
        align-items: center;
        text-align: justify;
    }

    .headshot {
        margin-right: 0px;
    }

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

    .container {
        max-width: 960px;
    }

    .project-container {
        display: flex;
        flex-wrap: wrap;
        /* width: 100vw; */
    }

    .project-card {
        width: calc(100% - 10px);
        /* Full width for small screens */
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 90px;
    }

    h2 {
        font-size: 30;
    }

    h3 {
        font-size: 25px;
    }
    
    .hero-area {
        flex-direction: column;
        align-items: center;
    }

    .hero-text {
        margin-top: 10vh;
        text-align: center;
    }

    .socials {
        display: flex;
        /* flex-direction: row; */
    }

    .button {
        margin-top: 60px;
        text-align: center;
        width: 100%;
    }

    .container {
        max-width: 560px;
    }

    .sub-section-alternative {
        padding: 0;
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .project-card {
        width: 100vw;
        height: auto;
        box-shadow: none;
        margin: 0;
        padding-bottom: 60px;
    }

    footer {
        /* background-color: #333; */
        clip-path: none;
        /* color: white;
        text-align: center;
        padding: 80px; */
    }
}