.top-contact a:hover {
color: white !important;
}

::selection {
  background: #7ec53e; /* WebKit/Blink Browsers */
	color: white;
}
::-moz-selection {
  background: #7ec53e; /* Gecko Browsers */
	color: white;
}