html {
    scroll-behavior: smooth;
}

body {
    background-color: #faf0e6;
    font-family: "PT Serif", sans-serif;
}

#home {
    padding: 0.1rem;
}

.navbarLinks {
    text-decoration: none;
    font-family: Baskerville, sans-serif;
    margin-top: 0.75rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding: 2rem;
    font-weight: normal;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.navbarLinks a {
    text-decoration: none;
    color: #355E3B;
    padding: 0.25rem;
    font-size: 1.25rem;
}

.navbarLinks a:hover {
    color: #023020;
    /*background-color: transparent;*/
    /*font-weight: bold;*/
    font-size: 1.25rem;
}

.navbarLinks {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

#name {
    font-family: Baskerville, sans-serif;
    font-weight: lighter;
    font-size: 2rem;
    color: #097969;
    font-style: italic;
}

.hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #023020;
    padding: 10rem;
    margin: 1.5rem;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

h1 {
    color: #355E3B;
    font-weight: lighter;
    margin: 0;
    font-size: 4rem;
    text-align: center;
}

h2 {
    color: #355E3B;
    font-weight: lighter;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
}

h3 {
    color: #023020;
    font-family: Baskerville, sans-serif;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 2rem;
    font-weight: lighter;

}

#aboutMe {
    padding: 1rem;
}

#aboutMeBackground{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    margin: 1.5rem;
}

.aboutMe p {
    font-family: "ui-sans-serif", sans-serif;
    color: #38220f;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    text-align: center;
}

.projectsBackground {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    margin: 1.5rem;
}


#projects {
    padding: 1rem;
}

.projectImage {
    margin-left: 1.2rem;
    width: 45rem;
    length: 30rem;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.trickyRow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 1rem 1rem 5rem 1rem;
}

.trickyRow button {
    background-color: transparent;
    margin: 0.25rem;
    border-radius: 15px;
    border-color: rgb(219, 193, 172, 40%);
    border-width: 2px;
    color: #38220f;
    font-family: sans-serif;
    font-size: 1.5rem;
    padding: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.trickyRow button:hover {
    background-color: #097969;
    border-radius: 15px;
    border-color: #097969;
    color: #ffffff;
    font-family: sans-serif;
}

.projectCacti {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*padding-left: 6rem;*/
}


.projectFlow {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*padding-right: 6rem;*/
    justify-content: center;
}

.projectKew {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*padding-left: 6rem;*/

}

.projectPink {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.email {
    display: flex;
    flex-direction: column;
}

footer {
    text-decoration: none;
    color: #023020;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-family: "ui-sans-serif", sans-serif;
    font-weight: bold;
}

footer a {
    text-decoration: none;
    color: #023020;
}

footer a:hover {
    color: #355E3B;
    background-color: transparent;
}

.contactText {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    padding: 1rem;
    text-align: center;
}

.email {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10rem;
    font-size: 1.5rem;
    text-decoration: none;
    color: #023020;
}

.email:hover {
    font-weight: bold;
    font-size: 1.5rem;
}

#contact {
    font-size: 4rem;
    padding-top: 10rem;
    padding-bottom: 0;
    text-align: center;
    /*padding-left: 2.5rem;*/
    text-decoration: none;
}


.footerBackground {
    background-color: #faf0e6;
    margin: 1.5rem;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

footer {
    padding-bottom: 3rem;
    font-size: 1.5rem;
    display: flex;
    justify-content: space-around;
}

#toTopButton {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border-color: rgb(2, 48, 32, 60%);
    outline: #6a758a;
    background-color: transparent;
    color: #6a758a;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    width: 3rem;
    height: 2.5rem;
    border-style: solid;
    border-width: 3px;
}

    #toTopButton:hover {
        background-color: rgb(0, 255, 127, 50%);

    }

    @media screen and (min-width: 800px) {

        .navbarLinks {
            display: flex;
            flex-direction: row;
        }

        #contact {
            font-size: 6rem;
            padding-top: 10rem;
            text-align: center;
        }

        h1 {
            color: #355E3B;
            font-weight: lighter;
            padding: 5rem;
            margin: 0;
            font-size: 6.1rem;
            text-align: center;
            /*display: flex;*/
            /*justify-content: center;*/
            /*align-content: center;*/
        }

        .contactText {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.65rem;
            padding: 1rem;
            text-align: center;
        }
    }


