@charset "UTF-8";

/* CSS Document

DOCUMENT INFORMATION
	- Document: Site Palette
	- Version:  1
	- Author:   Simon Oakley

/* =Legend
==================================================

COLORS

Light Maroon  #ac1455
Maroon        #7a003c
Dark Maroon   #56002a
Light Grey    #f1f1f1
Grey          #c6cbce
Dark Grey     #8e979d
Light Slate   #6a7882
Slate         #323e48
Dark Slate    #1e252b
Light Yellow  #fdbf57
Yellow        #e8941a
Dark Yellow   #bf5711
Light Blue    #147cac
Blue          #193989
Dark Blue     #260059
Light Green   #98a632
Green         #677718
Dark Green    #384208

FONTS

Light Condensed         - font-family: 'LightCon';
Light Condensed Italic  - font-family: 'LightConObl';
Bold Condensed          - font-family: 'BoldCon';
Bold Condensed Italic   - font-family: 'BoldConObl';
Condensed               - font-family: 'RegCon';
Condensed Italic        - font-family: 'RegConObl';
Ultra Condensed         - font-family: 'UltraCon';
Font Awesome            - font-family: 'FontAwesome';
Glyphicons Halflings    - font-family: 'Glyphicons Halflings'


/* =Text Colours
==================================================*/

/* GREY */
.text-light-grey {
  color:#f1f1f1;
}
.text-grey {
  color:#c6cbce;
}
.text-dark-grey {
  color:#8e979d;
}
/* SLATE */
.text-light-slate {
  color:#6a7882;
}
.text-slate {
  color:#323e48;
}
.text-dark-slate {
  color:#1e252b;
}
/* MAROON */
.text-light-maroon {
  color:#ac1455;
}
.text-maroon  {
  color:#7a003c;
}
.text-dark-maroon {
  color:#56002a;
}
/* BLUE */
.text-light-blue {
  color:#147cac;
}
.text-blue {
  color:#193989;
}
.text-dark-blue{
  color:#260059;
}
/* YELLOW */
.text-light-yellow {
  color:#fdbf57;
}
.text-yellow {
  color:#e8941a;
}
.text-dark-yellow {
  color:#bf5711;
}
/* GREEN */
.text-light-green {
  color:#98a632;
}
.text-green {
  color:#677718;
}
.text-dark-green {
  color:#384208;
}

/* =Background Colours
==================================================*/

/* GREY */
.bg-light-grey {
  background:#f1f1f1;
  color:#1e252b;
}
.bg-grey {
  background:#c6cbce;
  color:#1e252b;
}
.bg-dark-grey {
  background:#8e979d;
  color:#1e252b;
}
/* SLATE */
.bg-light-slate {
  background:#6a7882;
  color:#fff;
}
.bg-slate {
  background:#323e48;
  color:#fff;
}
.bg-dark-slate {
  background:#1e252b;
  color:#fff;
}
/* MAROON */
.bg-light-maroon {
  background:#ac1455;
  color:#fff;
}
.bg-maroon  {
  background:#7a003c;
  color:#fff;
}
.bg-dark-maroon {
  background:#56002a;
  color:#fff;
}
/* BLUE */
.bg-light-blue {
  background:#147cac;
  color:#fff;
}
.bg-blue {
  background:#193989;
  color:#fff;
}
.bg-dark-blue{
  background:#260059;
  color:#fff;
}
/* YELLOW */
.bg-light-yellow {
  background:#fdbf57;
  color:#1e252b;
}
.bg-yellow {
  background:#e8941a;
  color:#1e252b;
}
.bg-dark-yellow {
  background:#bf5711;
  color:#fff;
}
/* GREEN */
.bg-light-green {
  background:#98a632;
  color:#1e252b;
}
.bg-green {
  background:#677718;
  color:#fff;
}
.bg-dark-green {
  background:#384208;
  color:#fff;
}

