/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
.banner {
  position: relative;
  padding: 150px 0 150px 0; }
  @media (min-width: 770px) {
    .banner {
      padding: 100px 0 100px 0; } }
  .banner img,
  .banner picture {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    object-position: bottom;
    z-index: -1;
    position: absolute; }
    @media (min-width: 770px) {
      .banner img,
      .banner picture {
        height: 600px !important;
        object-position: top right; } }
  .banner .banner-content {
    color: white;
    text-align: center; }
    @media (min-width: 770px) {
      .banner .banner-content {
        text-align: left; } }
    .banner .banner-content .h1,
    .banner .banner-content h1 {
      text-shadow: 0px 3px 6px #00000029;
      margin-bottom: 0;
      color: white; }
    .banner .banner-content .h3 {
      color: white;
      margin-bottom: 0; }

.banner {
  position: relative;
  padding: 150px 0 150px 0; }
  @media (min-width: 770px) {
    .banner {
      padding: 100px 0 100px 0; } }
  .banner img,
  .banner picture {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    object-position: bottom;
    z-index: -1;
    position: absolute; }
    @media (min-width: 770px) {
      .banner img,
      .banner picture {
        object-position: top right; } }
  .banner .banner-content {
    color: white;
    text-align: center; }
    @media (min-width: 770px) {
      .banner .banner-content {
        text-align: left; } }
    .banner .banner-content .h1,
    .banner .banner-content h1 {
      text-shadow: 0px 3px 6px #00000029;
      margin-bottom: 0;
      color: white; }
    .banner .banner-content .h3 {
      color: white;
      margin-bottom: 0; }

.breadcrumb {
  margin-top: -55px; }
  .breadcrumb p {
    color: white; }
    .breadcrumb p a {
      color: white; }
