/**@import url("//hello.myfonts.net/count/3bda1a");**/

@font-face {
  font-family: 'Gibson-SemiboldIt';
  src: url('webFonts/Gibson-SemiboldIt/font.woff2') format('woff2'), url('webFonts/Gibson-SemiboldIt/font.woff') format('woff');
}
@font-face {
  font-family: 'Gibson-BoldItalic';
  src: url('webFonts/Gibson-BoldItalic/font.woff2') format('woff2'), url('webFonts/Gibson-BoldItalic/font.woff') format('woff');
}
@font-face {
  font-family: 'Gibson-LightIt';
  src: url('webFonts/Gibson-LightIt/font.woff2') format('woff2'), url('webFonts/Gibson-LightIt/font.woff') format('woff');
}
@font-face {
  font-family: 'Gibson-Bold';
  src: url('webFonts/Gibson-Bold/font.woff2') format('woff2'), url('webFonts/Gibson-Bold/font.woff') format('woff');
}
@font-face {
  font-family: 'Gibson-Light';
  src: url('webFonts/Gibson-Light/font.woff2') format('woff2'), url('webFonts/Gibson-Light/font.woff') format('woff');
}
@font-face {
  font-family: 'Gibson-Regular';
  src: url('webFonts/Gibson-Regular/font.woff2') format('woff2'), url('webFonts/Gibson-Regular/font.woff') format('woff');
}
@font-face {
  font-family: 'AldaOT-Regular';
  src: url('webFonts/AldaOT-Regular/font.woff2') format('woff2'), url('webFonts/AldaOT-Regular/font.woff') format('woff');
}
@font-face {
  font-family: 'Gibson-SemiBold';
  src: url('webFonts/Gibson-SemiBold/font.woff2') format('woff2'), url('webFonts/Gibson-SemiBold/font.woff') format('woff');
}
@font-face {
  font-family: 'Gibson-Italic';
  src: url('webFonts/Gibson-Italic/font.woff2') format('woff2'), url('webFonts/Gibson-Italic/font.woff') format('woff');
}


.heading {
  color: #362A65;
  font-family: AldaOT-Regular;
}

.page-heading {
  font-size: 34px;
}

.card-heading {
  font-size: 28px;
}

.grey-text {
  color: #808797;
}


.dark-purple-text {
    color: #312458;
}

.coloured-link {
  height: 21px;
  width: 130px;
  color: #30C1BC;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1px;
  line-height: 21px;
  text-align: center;
}

.green-text {
  color: #155E12;
}

.red-text {
  color: #D63649;
}

@media (min-width: 1900px)
.container {
    max-width: 1600px;
}