/* Add here all your CSS customizations */
.homeicons_blue  {
  color: #fff !important;
}

.homeicons_gray:hover {
   color: #1795D0 !important;
}

.homeicons_gray  {
  color: #fff !important;
}

.homehover {
  color: #ebebeb !important;
}
.homehover:hover{
  color: #fff !important;
}
.homehover2:hover{
  background-color: #1795D0 !important;
}

/* .homeicons_gray:hover {
   color: #D1D9DF !important;
}*/
/* #content-desktop {display: block;} */

@media screen and (max-width: 1000px) {

#content-desktop {display: none !important;}
}

