@import url("https://fonts.googleapis.com/css?family=Caveat");
@import url("https://fonts.googleapis.com/css?family=Oxygen");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script");
@import url("https://fonts.googleapis.com/css?family=Tangerine");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,800");
#bootstrap-overrides {
  font-family: 'Oxygen', sans-serif;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  #bootstrap-overrides p, #bootstrap-overrides td {
    font-size: 1.15em; }
  #bootstrap-overrides .center {
    text-align: center; }
  #bootstrap-overrides .full {
    width: 100%; }
  #bootstrap-overrides .contact_key {
    width: 8em; }
  #bootstrap-overrides .full_screen {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: rgba(20, 20, 20, 0.1); }
  #bootstrap-overrides .half_screen {
    position: relative;
    width: 100%;
    height: 65vh;
    background-color: rgba(20, 20, 20, 0.1); }
  #bootstrap-overrides .coloured_link {
    color: #d0240f; }
  #bootstrap-overrides .coloured_text {
    color: #d0240f; }
  #bootstrap-overrides #down_arrow {
    width: 3em;
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%); }
  #bootstrap-overrides .relative {
    position: relative; }
  #bootstrap-overrides .inverted {
    filter: invert(100%); }
  #bootstrap-overrides .arrow {
    height: 0.7em; }
  #bootstrap-overrides #left_arrow {
    width: 3em;
    position: absolute;
    top: 1em;
    left: 1em; }
  #bootstrap-overrides .genart {
    margin-top: 1em; }
  #bootstrap-overrides .nav_button {
    height: 1em; }
  #bootstrap-overrides .footer {
    margin-top: 2em;
    padding-top: 2em;
    padding-bottom: 2em; }
  #bootstrap-overrides .header {
    font-family: 'Raleway', sans-serif;
    margin-top: 1em;
    color: black; }
  #bootstrap-overrides .white_text {
    color: white; }
  #bootstrap-overrides .black {
    background-color: black;
    color: white; }
  #bootstrap-overrides .large {
    font-size: 3em; }
  #bootstrap-overrides .medium {
    font-size: 3em; }
  #bootstrap-overrides .super_large {
    font-size: 4em; }
  @media (min-width: 992px) {
    #bootstrap-overrides .large {
      font-size: 4em; }
    #bootstrap-overrides .medium {
      font-size: 3em; }
    #bootstrap-overrides .super_large {
      font-size: 5em; } }
  #bootstrap-overrides .thick {
    font-family: 'Raleway', sans-serif;
    font-weight: 800; }
  #bootstrap-overrides .title {
    font-family: 'Raleway', sans-serif;
    pointer-events: none;
    position: absolute;
    left: 0.5em;
    font-weight: 800;
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  #bootstrap-overrides #photo_banner {
    background: #fff url("/images/person_removal.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  #bootstrap-overrides .ba-slider {
    position: relative;
    overflow: hidden; }
  #bootstrap-overrides .ba-slider img {
    width: 100%;
    display: block; }
  #bootstrap-overrides .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden; }
  #bootstrap-overrides .handle {
    /* Thin line seperator */
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    margin-left: -0.5px;
    background: rgba(0, 0, 0, 0.5);
    cursor: ew-resize; }
  #bootstrap-overrides .handle:after {
    /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    content: '';
    color: white;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 50%;
    transition: all 0.3s ease; }

/*# sourceMappingURL=hayden.css.map */
