@import url('fonts/SanchezSlab/SanchezSlab.css') all;

@import url('fonts/Mir/Mir.css') all;

@import url('fonts/Capita/Capita.css') all;
/*
 * core.less
 *
 */
#colourBar {
  position: fixed;
  z-index: 101;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  background-color: #333;
}
header {
  background-color: #eee;
  vertical-align: middle !important;
  -webkit-transform: translate3D(0, 0, 0, 0);
  -moz-transform: translate3D(0, 0, 0, 0);
  -ms-transform: translate3D(0, 0, 0, 0);
  transform: translate3D(0, 0, 0, 0);
  -webkit-transition: all 4500ms ease-out;
  -moz-transition: all 4500ms ease-out;
  -ms-transition: all 4500ms ease-out;
  transition: all 4500ms ease-out;
}
header div.f-container,
header div.container,
header div.row,
header div.column,
header div.columns {
  display: block;
  min-height: 100% !important;
}
footer {
  color: #fff;
  background-color: #bebebe;
  vertical-align: middle !important;
  -webkit-transform: translate3D(0, 0, 0, 0);
  -moz-transform: translate3D(0, 0, 0, 0);
  -ms-transform: translate3D(0, 0, 0, 0);
  transform: translate3D(0, 0, 0, 0);
  -webkit-transition: all 4500ms ease-out;
  -moz-transition: all 4500ms ease-out;
  -ms-transition: all 4500ms ease-out;
  transition: all 4500ms ease-out;
}
footer div.f-container,
footer div.container,
footer div.row,
footer div.column,
footer div.columns {
  display: block;
  min-height: 100% !important;
}
img {
  -webkit-transform: translate3D(0, 0, 0, 0);
  -moz-transform: translate3D(0, 0, 0, 0);
  -ms-transform: translate3D(0, 0, 0, 0);
  transform: translate3D(0, 0, 0, 0);
}
img#cover {
  -webkit-transform: translate3D(0, 0, 0, 0);
  -moz-transform: translate3D(0, 0, 0, 0);
  -ms-transform: translate3D(0, 0, 0, 0);
  transform: translate3D(0, 0, 0, 0);
  -webkit-transition: all 4500ms ease-out;
  -moz-transition: all 4500ms ease-out;
  -ms-transition: all 4500ms ease-out;
  transition: all 4500ms ease-out;
}
nav.top {
  height: auto;
  background-color: #fdfdff;
  padding: 7px 0px 0px 0px;
  -webkit-transform: translate3D(0, 0, 0, 0);
  -moz-transform: translate3D(0, 0, 0, 0);
  -ms-transform: translate3D(0, 0, 0, 0);
  transform: translate3D(0, 0, 0, 0);
  -webkit-transition: all 4500ms ease-out;
  -moz-transition: all 4500ms ease-out;
  -ms-transition: all 4500ms ease-out;
  transition: all 4500ms ease-out;
}
nav.top.fixed {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  right: 0px;
}
