

.toolbar {
	background-color:var(--darkgray);
    display: flex;
    flex-direction: column;
    position: fixed;
	align-items: center;
	vertical-align:center;
    bottom: 75px;
    right: 5px;
	z-index:100;
	opacity:80%;
    /* Add any other styling like background color, padding, etc. */
	padding:8px;
	padding-top:12px;
	
	
}

.toolbar .sub-button{
    display: flex;
    flex-direction: column;
	align-items: center;
	
}

.toolbar .sub-button:hover {
	color:var(--tangerine);
}
.toolbar .sub-button .fa {
	color:white;
}
.toolbar .sub-button .fa-whatsapp {
	color:lime;
}

.toolbar .sub-button .fa:hover {
	color:var(--tangerine);
}
.toolbar .sub-button p {
	font-size:12px;
	color:white;
	/*)#F78536;*/
	/*text-shadow: 1px 1px gray;*/
}

