﻿
/* Colours */

.text-light-blue {color: rgb(50,115,174);}
.text-medium-blue {color: rgb(40,74,110);}
.text-dark-blue {color: rgb(21,42,60);}

.bg-light-blue {background-color: rgb(50,115,174);}
.bg-medium-blue {background-color: rgb(40,74,110);}
.bg-dark-blue {background-color: rgb(21,42,60);}

.logo img {width: 60px; float: left;}