@charset "utf-8";
/* CSS Document */

 
/*---social---*/

#mySidenav a {
    position: fixed;
    float:right;
    right:-135px;
    transition: 0.3s;
    padding: 5px;
    width: 180px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 5px;
	font-size:20px;
	margin-top:350px;
	font-size:22px;
	z-index:1000 !important;
	
}

#mySidenav a:hover {
    right: 0;
}

#fb {
    top: 20px;
    /* background-color: #07BC4C; */
    background-image: linear-gradient(rgb(20, 230, 100), rgb(4, 212, 84));
	
}
/*#you {
    top: 200px;
    background-color: #C30;
}*/
#twitter {
    top: 66px;
    background-color: #3399FF;
     
}

#google {
    top: 112px;
    background-color: #f44336;
}


#linkedin {
    top: 158px;
    background-color: #3399FF;
}
.sidenav i {
	font-size:28px;
	padding:0 5px;}

/*---social---*/