@charset "UTF-8";
/* CSS Document */

svg {
	width: 70px;
	height: 70px;
	margin-top: 10px;
	margin-bottom: 10px
}
.phonePink {
	fill: #766b70;
	opacity: 0.0;
}

.phonePink:hover {
	fill: #e75294;
	 opacity: 0.5;
}

.phoneBlue {
	fill: #766b70;
	opacity: 0.0;
}

.phoneBlue:hover {
	fill: #73b3d8;
	 opacity: 0.5;
}



.phoneGreen {
	fill: #766b70;
	opacity: 0.0;
}

.phoneGreen:hover {
	fill: #a5c767;
	 opacity: 0.5;
}

.phoneRed {
	fill: #766b70;
	opacity: 0.0;
}

.phoneRed:hover {
	fill: #d22336;
	 opacity: 0.5;
}


.phoneTurquoise {
	fill: #766b70;
	opacity: 0.0;
}

.phoneTurquoise:hover {
	fill: #2fb1a0;
	 opacity: 0.5;
}


.phoneYellow {
	fill: #766b70;
	opacity: 0.0;
}

.phoneYellow:hover {
	fill: #f2e634;
	 opacity: 0.5;
}

.phoneOrange {
	fill: #766b70;
	opacity: 0.0;
}

.phoneOrange:hover {
	fill: #e9923e;
	 opacity: 0.5;
}

.phoneBrown {
	fill: #766b70;
	opacity: 0.0;
}

.phoneBrown:hover {
	fill: #c7847f;
	 opacity: 0.5;
}

.allSpace {
	position: fixed;
	display: block;
width: auto;
height:auto;	
}