/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 20 2020 | 15:00:05 */
/* A nice smooth transition on all link hovers */
a {
  transition: all 0.3s ease-in-out;
}

