/* Social icons Fixed Right  */

#social_network {
    position: fixed;
    right: 100px;
    bottom: 120px;
    z-index: 999;
}

@media screen and (max-width: 960px) {
    #social_network {
        bottom: 15vh;
		right: 10px;
    }
}

#social_network .content {
	display: flex;
	flex-direction: column;
}

#social_network .content a {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: block;
}

#social_network .content .whatsapp {
	background: url(../images/whatsapp.svg) 0 0 no-repeat;  
	border-radius: 50%;
	margin: 0px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}