/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

.electrolize {
  font-family: "Electrolize", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3 { font-family: "Electrolize";}

.purple-primary { color: #5A317D; }  /* (90, 49, 125) */
.purple-secondary { color: #B690D9; } /* (182, 144, 217) */

.logo { max-height: 70px; }

a.virescent:hover { color:#056839 !important; text-decoration: underline;  }