/* 
/* 
/*  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.
/*
*/
.svg-icon {
    filter: invert(100%) sepia(8%) saturate(0%) hue-rotate(286deg) brightness(115%) contrast(100%);
}

.logo-head {
    max-width: 20%;
    height: auto;
  }