body {
    background-color: #f0f0f0;
}

li {
    display: block;
    width: 48%;
    padding: 4px;
    float: left;


}
ul .skill {
    background-color: #A3A3A3;
    color:#FFFFFF;
    margin:2px
}



.project, .sample, .questionMark, .micro{

    background-color: #EEEEEE;
    border: 3px solid #CCCCCC;
}

.explanationContainer{
    box-shadow: 12px 12px 12px rgba(0,0,0,0.1),
    -10px -10px 10px white;
    border:none;
    color:black;

    text-align: center;

    width : 90%;
    margin: 10px auto;
    padding: 7px;
}

ul .skill:hover, .project:hover, .sample:hover, .questionMark:hover, .micro:hover{

    box-shadow: 12px 12px 12px rgba(0,0,0,0.1),
-10px -10px 10px white;
    border:none;
    color:black;

}
.project:hover, .sample:hover, .questionMark:hover, .micro:hover {
    margin: 4px
}
a.filldiv {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

a{
    color:black;
    text-decoration: none;
}

.project-list{
    box-shadow: 12px 12px 12px rgba(0,0,0,0.1) inset,
-10px -10px 10px white inset;

    padding: 30px;
}

.decription
{
    height :40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    box-shadow: 12px 12px 12px rgba(0,0,0,0.1) ,
    -10px -10px 10px white ;
}

button.iconLink:before{
    content: '';
    width: 0;
    height: 300%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #ffffff;
    transition: 2s ease;
    display: block;
    z-index: -1;

}
button.iconLink {
    padding: 0.8em 1.8em;
    border: 2px solid #fff;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    transition: .3s;
    z-index: 1;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #fff;
    cursor: pointer;

}

button.iconLink:hover::before {
    width: 105%;
}

button.iconLink:hover {
    color: #000!important;
}

