/**
 * @file
 * Overall specifications for Drupal8 W3CSS Theme.
 */

/* Reset Links. */
html,
body {
  min-height: 100%;
  overflow-wrap: break-word;
  font-family: Arial, 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
}


a, a:link, a:visited, a:active, a:focus {
  text-decoration: none;
  outline: none;
  color: #009Cf2;
 /* color: white;*/
}

a:hover { 
  color: #E6441F;/* corail mq */
}
