/* Main Menu */

.mainLogo {
    width: 90px;
    margin-left: 20px;
    margin-top: 20px;
    position:fixed;
    background-color:#FFFFFF;
}

.mainMenu {
    margin-top: 165px;
}

ul {
  list-style-type: none;
  height: 100%;
  width: 90px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  color: #5b5b62;
}

li a {
    display: block;
    padding: 16px 8px;
    text-decoration: none;
    font-family: 'Zilla Slab', serif;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}

/* Change the link color on hover */

a:link {
    color: #5b5b62;
}

a:visited {
  color: #5b5b62;
}

li a:hover {
    background-color: #5b5b62;
    color: #FFFFFF;
}

#img-hover {
    background-color: none !important;
}
#img-hover:hover {
    background-color: none !important;
}

    /* Projects Blocks */


    /* Project Brighten Images */

.btn-img {
    display: block;
    margin: 0;
    padding: 5px;
    border: 0;
    cursor: pointer;
    background-color: white;
}

    .btn-img .img-wrap {
        margin-left: 152px;
        position:relative;
        color:white;
    }

    .btn-img img {
        display: block;
        width: 800px;
    }

    .btn-img:hover .img-wrap {
        /* background-color: black; SOLID DARKEN  */
        display: block;
        background-image: linear-gradient(to bottom, transparent 0%, white 100%);
        background-size:cover;
        width:100%;
    }

    .btn-img:hover img {
        opacity: 0.35;
    }

.ProjectTitles {
    position: absolute;
    top: 8px;
    right: 76px;
    font-family: 'Zilla Slab', serif;
    font-weight:700;
    color:white;
    font-size:40px;
}


/* Project Base */

.ProjectPanel {
    display: block;
    margin-left: 152px;
}

.ProjectPanel .ProjectImg {
    width:800px;
    display: block;
}

.ProjectPanel .ProjectHeaders {
    display: block;
    font-family: 'Zilla Slab', serif;
    font-weight:700;
    font-size:40px;
}

.ProjectPanel .ProjectParagraph {
    margin-top: 40px;
    font-family: 'Zilla Slab', serif;
    font-weight: 300;
    font-size: 20px;
    width: 800px;
    color: #5b5b62;
}