body{
    margin: 5 0 10 0px;
    padding: 0;
    background: #efebe9;
    text-align: center;
}

#container{
    text-align: justify;
    width: 770px;
    margin: auto;
    margin-left: 200px;
    margin-top: 150px;
}

#container #sidebar{
    margin: 110 10 0 0px;
    float: left;
}

#sidebar #profile{
    padding-left: 25%;
    padding-right: 25%;
}

#profile img{
    width: 160px;
    height: auto;
    border-radius: 80%;
    border: 3px solid #4e342e;
    box-shadow: 2 1 7px #888888;
}

#menu{
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    list-style: none;
} 

#menu h1{
    text-align: center
}

#sidebar h1 #name{
    font-size: 20px;
    font-style: normal;
    align-content: flex-start;
    justify-content: center;
    color: #2D1005;
}

#sidebar h1 #bio{
    font-size: 17px;
    font-style: italic;
    line-height: inherit;
}

#menu h2{
    text-align: center;
}

#sidebar h2{
    font-size: 15px;
    font-weight: bolder;
    font-family: serif;
    font-style: oblique;
    color: #4e342e;
    padding-left: 10;
} 


#sidebar ul{
    font-family: serif;
    font-size: 13px;
    color: #4e342e;
    flex: auto;
    list-style: none;
    padding-left: 30%;
    /*padding: 10px 0 9 100px;*/
}

#sidebar #menu #items li{
    cursor: pointer;
    display: table-header-group;
}

#sidebar footer{
    font-family: monospace;
    font-size: 60%;
    flex: auto;
    padding-left: 18%;
}

#container #content{
    margin: 100 0 0 334px;
    padding-top: 25%;
}

#content #info{
    padding-left: 300px;
}

#content #RP{
    color: #2B140B;
}

#content p{
    color: #1F120C;
}

#content h5{
    color: #1F120C;
}

#content figure{
    max-width: 100%;
    height: auto;
    opacity: 0.9;
    font-family: helvetica;
    font-style: italic;
}

.image{
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 10px;
    cursor: crosshair;
}

.middle{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    bottom: 10px;
    right: 450px;
    transform: translate(-50%, -50%);
    cursor: crosshair;
}

.cont:hover .image{
    opacity: 0.3;
}
.cont:hover .middle{
    opacity: 1;
}

.image1{
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 10px;
    cursor: crosshair;
}

.middle1{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    bottom: 10px;
    right: 500px;
    transform: translate(-50%, -50%);
    cursor: crosshair;
}

.cont1:hover .image1{
    opacity: 0.3;
}
.cont1:hover .middle1{
    opacity: 1;
}

#container #pie{
    margin-top: 40%;
    font-style: normal;
    font-family: serif;
    font-size: 13px;
    color: #4e342e;
    text-align-last: right;
}

#content #skills svg {
    width: 80px;
    height: inherit;
    color: #575757;
}

#skills #container #content{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}






