.icons{
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	position: fixed;
	z-index: 100;
}

.icons ul{

    padding: initial;
}

.icons li{

    height: 40px;
    width: 40px;
    list-style-type: none;
    padding-left: 12px;
    padding-top: 6px;
    margin-top: 5px;
    color: #fff;
}

.facebook{

    background: #3b5998;
}

.instagram{

    background: #ff4800;
}

.linkedin{

    background: #007bb5;
}

.icons ul li:hover{

    padding-left: 30px;
    width: 80px;
    transition: 1s;
}

