html {
    font-family: 'Oxygen', sans-serif;
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow: hidden;
}

section {
    background-color: white;
    overflow: hidden;
}

section .ref-cards {
    border: none;
    display: flex;
    justify-content: center;

}

.ref-text-div {
    text-align: center;
}


.hero {
    background-color: #1c1d25;
    height: 100vh;
    color: white;
    font-size: 40px;
}



footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
    text-align: center;
    padding: 80px;
}

.footnote {
    color: #60b398;
    margin-top: 20px;
}

.highlight {
    color: #60b398
}


/* nav {
    display: flex;
    justify-content: space-between;
    transition: all .25s ease-in-out;
} */

nav {
    align-items: flex-start;
    text-align: center;
    display: flex;
    justify-content: space-between;
    background-color: #383a49;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

ul {
    font-size: 30px;
    display: flex;
    flex-direction: row;
    list-style-type: none;
    width: 500px;
    justify-content: space-around;
    transition: 500ms;
    margin-right: 20px;


    /* display: none; */
}

ul.show {
    display: block;
}

li {
    /* width: 200px; */
    text-decoration: none;
    margin-right: 10px;
    font-size: 20px;
}

h1 {
    margin: 0;
    font-size: 90px;
}

h2 {
    font-size: 50px;
}

p {
    margin: 0;
    font-weight: 500;
    font-size: 30px;
}

.about-me-p {
    font-size: 20px;
}

.information {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.information-about {
    padding-left: 300px;
    padding-right: 300px;
}

.subtext {
    font-size: 15px;
    font-weight: 300px;
    padding-left: 5px;
    padding-right: 5px;
    word-wrap: break-word;
}


.hero-area {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}

.hero-text {
    margin-left: 80px;
    margin-bottom: 200px;
}

.button {
    width: 200px;
    height: 49px;
    background-color: #60b398;
    ;
    border-radius: 14px;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    padding-top: 5px;
    margin-top: 20px;
}

.button:hover {
    background-color: rgb(48, 177, 145);
    color: aliceblue;
    font-weight: 400;
}

.button:active {
    background-color: rgb(117, 117, 117);
    color: #3d3d3d;
    border-radius: 18px;
}

.socials {
    padding-bottom: 200px;
}

.socials-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.logo {
    height: 60px;
    margin-left: 20px;
    margin-top: 20px;

}

.logo-2 {
    padding-top: 40px;
    height: 30px;
}

.social {
    margin: 40px;
    color: #60b398;
}

.sub-section {
    display: flex;
    justify-content: space-around;
    padding: 80px;
    border: none;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

.sub-section-alt {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 80px;
}

/* .headshot-me {
    background-image: url('wedding.jpg');
} */

.headshot-me {
    position: relative;
    width: 350px;
    height: 350px;
    border-radius: 10px;
    padding: 15px;
    background-color: black;
    background-image: linear-gradient(0deg, #00000088 30%, #ffffff26 100%), url('wedding.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.headshot-me-h1 {

    font-size: 52px;
    position: absolute;
    bottom: 0;
    color: white;
}

.headshot {
    border-radius: 150px;
    width: 200px;
}

.headshot-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 150px;

}

.project-card {
    width: 300px;
    height: 500px;
    box-shadow: 5px 5px 20px rgb(106, 106, 106);
    margin: 10px;

}

#subtext-ref {
    color: #60b398;
}


.project-card-ref {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    height: auto;
    background-color: #1c1d25;
    box-shadow: 5px 5px 20px rgb(106, 106, 106);
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
}



.project-card-ref-l {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    height: auto;
    box-shadow: 5px 5px 20px rgb(106, 106, 106);
    margin: 10px;
    padding: 10px;
    background-color: #1c1d25;
    border-radius: 10px;
}

.project-container {
    display: flex;
    justify-content: space-around;

}

@media only screen and (max-width: 1000px) {}



.information-about {
    padding: 0;
}

.project-image {
    margin-top: 25px;
    width: 250px;
    border-radius: 80%;
}

.project-image-alt {
    margin-top: 25px;
    width: 150px;
}

hr {
    margin-left: 20px;
    margin-right: 20px;
}

.project-link {
    text-decoration: none;
    color: coral;
}


a {
    text-decoration: none;
    color: #60b398;

}

.hamburger {
    display: none;

}

.hamburger:focus {
    outline: 0;

}

/* LARGER DEVICES */

@media only screen and (max-width: 1000px) {

    li {
        /* width: 200px; */
        text-decoration: none;
        /* margin-right: 10px; */
    }

    .headshot-me {
        width: 250px;
        height: 250px;
        margin-bottom: 20px;
    }

    .headshot-me-h1 {
        font-size: 42px;
    }

    .about-me-p {
        font-size: 15px;
    }

    section .ref-cards {
        border: none;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .hero-text {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        margin: 0;
    }

    .button {
        margin: 0 auto;
        margin-top: 10px;
    }

    .headshot {
        width: 200px;
        margin-top: 50px;
    }

    .project-container {
        display: flex;
        flex-wrap: wrap;
    }

    .information {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    /* Section Ref. */

    /* .hero-area {
        display: flex;
        height: 100%;
        justify-content: space-between;
        align-items: center;
        margin-top: 100px;
    } */

    h1 {
        font-size: 50px;
    }

    .sub-section {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: 100%;
        align-items: center;

    }


    .hero-area {
        display: flex;
        height: 100%;
        justify-content: space-between;
        align-items: center;
        margin-top: 100px;
        flex-direction: column;
    }

    .hamburger {
        background-color: transparent;
        border: 0;
        color: white;
        border: none;
        display: block;
        margin: 10px;
        align-self: flex-end;
    }

    ul {
        display: none;
        background-color: #383a49;
        margin: 10px;
        padding: 20px;

    }

    nav {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        background-color: #383a49;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;

    }

    .social {
        display: flex;
        flex-direction: row;
        margin-top: 20px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .socials {
        display: flex;
        flex-direction: row;
    }

    footer p {
        font-size: 20px;
        align-items: center;
    }

    .logo {
        display: none;
    }

    .logo-2 {
        padding-top: 40px;
        height: 30px;
    }

    .project-card {

        box-shadow: 5px 5px 20px rgb(106, 106, 106);
        margin: 10px;
        height: 420px;
    }

    .sub-section {
        padding: 20px;
    }

    .sub-section-alt {
        padding: 20px;
    }

    .project-image {
        width: 150px;
    }
}

/* SMALL DEVICES */

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    p {
        font-size: 20px;
    }

    .hero-area {
        display: flex;
        height: 100%;
        justify-content: space-between;
        align-items: center;
        margin-top: 100px;
        flex-direction: column;
    }

    .hero-area p {
        padding-right: 10px;
    }

    .sub-section {
        display: flex;
        flex-direction: column;
    }

    .headshot {
        width: 150px;
        margin-top: 50px;
    }

    .hamburger {
        margin: 10px;
    }

    footer p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 410px) {

    footer p {
        font-size: 15px;
    }
}

::-webkit-scrollbar {
    width: 10px;

}


::-webkit-scrollbar-track {
    background: #383a49;
}


::-webkit-scrollbar-thumb {
    background: rgb(48, 177, 145);
    border-radius: 150px;
    height: 5px;
}


::-webkit-scrollbar-thumb:hover {
    background: #555;
}