#body {
    height: 1000px;
    margin: 1%;
}

.header-container {
    display: block;
    margin: auto;
    padding: 0;
}

.face {
    background: white;
    color: darkslategrey;
    display: flex;
    flex-wrap: nowrap;
    font-family: "Gill Sans";
    justify-content: center;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    text-decoration: none;
}

li a {
    float: left;
    text-align: center;
    text-decoration: none;
}

li a:hover {
    color: black;
}

.pointA {
    color:rgb(122, 122, 122);
    display: inline-block;
    font-family: "Gill Sans";
    font-size: 7rem;
    padding-right: 10px;
    text-decoration: none;
    letter-spacing: -10px;
    text-shadow: 4px 4px #cac9c9 ;
}

#leftEye {
    font-size: 6rem;
}

#leftEye:hover {
    font-size: 6rem;
}

#nose {
    font-size: 6rem
}

#nose:hover {
    font-size: 6rem;
}

#rightEye {
    font-size: 6rem;
}

#rightEye {
    font-size: 6rem;
}

.name {
    color: #000000;
    display:flex;
    flex-wrap: nowrap;
    font-family: "Gill Sans";
    justify-content: center;
    font-size: 20px;
    letter-spacing: 0.25em;
    margin: auto;
    text-shadow: 1px 1px 3px #00000050;
}

.occupation {
    color: #a5a5a5;
    display:flex;
    flex-wrap: nowrap;
    font-family: "Gill Sans";
    font-size: 18px;
    justify-content: center;
    letter-spacing: 0.5em;
    margin: auto;
    text-align: center;
}

.portfolio-list-container {
    /*background-color: #a5a5a5;*/
    border-radius: 10px;
    /*box-shadow: inset 10px 10px 20px 10px #00000050;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    padding: .1% 0.1% 0.1% 0.1%;
}

.project-list {
    background-color: #a5a5a5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-grow:1;
    flex-wrap: nowrap;
    font-family: "Gill Sans";
    margin: 0 auto;
    padding: 0.15% 0.15%;
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
}

.list-item {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 1% auto 1% auto;
}

.project-link {
    background-color: #fafafa;
    border-radius: 5px;
    box-shadow: 0px 4px 2px #00000025;
    color: #000000;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    transition-property: box-shadow, margin;
    transition-duration: 0.15s;
    width: 98%;
}

.project-link:hover {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    width: 98.5%;
    margin: 0 0.75% auto 0.75%;
    padding: 0;
    box-shadow: 0px 3.5px 6px #00000095;
}

.project {
    height: 100%;
    margin: auto;
    width: 100%;
}

.project-text {
    color: #00000050;
    margin: 3em auto;
    padding: auto;
    z-index: 1;
    transition: color, .25s;
}

.list-item:hover .project-text {
    color: #000000;
}

.project-title {
    font-family: 'Gill Sans', sans-serif;
    font-size: 2em;
    margin: auto;
    padding: auto;
    text-align: center;
}

.project-desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    margin: 0.5% auto 0.5% auto;
    text-align: center;
    width: 100%
}
