/* Minification failed. Returning unminified contents.
(26,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/*Data forms*/
/* Screen Sizes */
/* Layout Sizes */
/*Tabs*/
/* 
* COLOURS
*/
/*APaicu - if needed for higher contrast 227E98*/
/* Register previous marks */
/* Login */
/* Menu */
/* Header */
/* Tables */
/* Accessible Highlighting*/
/*Borders*/
/* Shadows */
/* Font Sizes */
/* Bold Weight */
/* Menu maximum size */
/*Allow the sidebar to shrink if it can.  0 : no shrinking,  >0 : is some ratio of shrinking */
/* Text case */
/*Homepage Variables*/
/*Basket variables*/
/*Box shadow effect variable*/
:root {
  --light-button-primary-color: #007da6;
  --body-background-color: #f1f1f1; }

.btn-topic > a {
  height: 6.25rem;
  width: 100%;
  margin: 1rem;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #317CA6;
  color: white;
  font-size: 16px;
  text-align: center;
  padding: 10px; }

.btn-topic:hover > a {
  background-color: #1F5673;
  color: white; }
