@import url("https://use.typekit.net/fbs2vly.css");
/* brand colours */
/* ------------- */
/* pink is not a brand colour */
.cerise,
.cerise:hover,
.cerise:active,
.cerise:visited {
  color: #e83182;
}

.sandyBrown,
.sandyBrown:hover,
.sandyBrown:active,
.sandyBrown:visited {
  color: #f2936f;
}

.orange,
.orange:hover,
.orange:active,
.orange:visited {
  color: #f2936f;
}

.gold,
.gold:hover,
.gold:active,
.gold:visited {
  color: #ffd200;
}

.alabaster,
.alabaster:hover,
.alabaster:active,
.alabaster:visited {
  color: #ffffff;
}

.bleachedCedar,
.bleachedCedar:hover,
.bleachedCedar:active,
.bleachedCedar:visited {
  color: #271c2c;
}

.bold {
  font-weight: bold;
}

.bolder {
  font-weight: bolder;
}

.light {
  font-weight: 200;
}

.italics,
.italic {
  font-style: oblique;
}

div.bigBoxes,
div.bigBoxesNoMargin {
  border: 2px solid #f2936f !important;
  box-shadow: 8px 10px 22px #888888;
}
div.bigBoxes div.registerPars,
div.bigBoxesNoMargin div.registerPars {
  padding-left: 15%;
  padding-right: 5%;
}
div.bigBoxes div.registerPars p,
div.bigBoxesNoMargin div.registerPars p {
  padding-bottom: 13px;
}

div.bigBoxes {
  margin: 14px !important;
}
