@font-face {
  font-family: "Font awesome 5 free 400";
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font awesome 5 free solid 900";
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font awesome 5 brands 400";
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: black;
  --dark-grey: #222;
  --green: #0a801c;
  --dark-violet: #8119d7;
  --white-smoke: #f0f0f0;
  --indian-red: #ad5151;
  --white: white;
  --lime-green: #15ba2d;
  --medium-grey: #aaa;
  --light-grey: #f3f3f5;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  font-family: Open Sans, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.6;
}

h1 {
  margin: 0 0;
  font-size: 200%;
  font-weight: 300;
  line-height: 125%;
}

h2 {
  margin: 0 0;
  font-size: 175%;
  font-weight: 400;
  line-height: 175%;
}

h3 {
  color: var(--black);
  margin: 0 0 0;
  font-size: 150%;
  font-weight: 400;
  line-height: 150%;
}

h4 {
  color: #c860db;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 125%;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 100%;
}

a {
  color: var(--dark-grey);
  margin-bottom: 1rem;
  font-size: 100%;
  line-height: 1.4;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 3px solid #ebebeb;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 150%;
  line-height: 1.6em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 80px;
}

.footer {
  background-color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

.copyright-box {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 100%;
}

.white {
  color: #fff;
  align-self: flex-start;
}

.white.centre {
  align-self: center;
}

.centre {
  text-align: center;
}

.right {
  text-align: right;
}

.pad-vert {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pad-horiz {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sp1 {
  height: 1rem;
}

.sp2 {
  height: 2rem;
}

.sp3 {
  height: 3rem;
}

.style-colour-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 113px;
  padding-left: .5em;
  padding-right: .5em;
}

.hero {
  background-image: url('../images/hero.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  align-items: flex-start;
  min-height: 60vh;
  display: flex;
}

.brand {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 9px;
  display: flex;
}

.logo {
  width: 100%;
}

.centred-div {
  background-color: #ad5151;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  padding: 2vw;
  display: flex;
}

.centred-div.green {
  background-color: var(--green);
  border-radius: 8px;
  padding: 0;
}

.centred-div.red {
  background-color: var(--dark-violet);
}

.centred-div.grey {
  background-color: var(--white-smoke);
}

.centred-div.grey.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.centred-div.top-justify {
  background-color: var(--indian-red);
  justify-content: flex-start;
  align-items: flex-start;
}

.hero-image {
  background-image: url('../images/surrey-dog-walking.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.hero-image._1 {
  background-image: url('../images/5672acc096df3e7917132b05_vanesa.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image._2 {
  background-image: url('../images/w-p.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image._3 {
  background-image: url('../images/11.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.hero-image._4 {
  background-image: url('../images/del-dog-walking.jpg');
  background-position: 50% 10%;
  background-size: cover;
}

.hero-image._5 {
  background-image: url('../images/w-tall.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image._6 {
  background-image: url('../images/del-dog.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 35vh;
}

.hero-image._7 {
  background-image: url('../images/2.jpg');
  background-position: 50% 0;
}

.header {
  z-index: 10;
  background-color: var(--dark-grey);
  border-radius: 5px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 1px 1px 5px 2px #00000038;
}

.navlink {
  color: var(--white);
  margin-bottom: 0;
  font-size: 100%;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s, color .4s;
}

.navlink:hover {
  color: var(--lime-green);
  text-decoration: underline;
}

.text-wrapper-left {
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-item {
  margin-bottom: 0;
  font-size: 100%;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 5%;
  display: flex;
}

.test-button {
  color: var(--black);
  background-color: #0000;
  border: .2vw solid #000;
  margin-top: 1.1rem;
  margin-bottom: 1.1rem;
  padding: .7em;
  font-weight: 400;
}

.video {
  border-radius: 5px;
}

.burger-link {
  border: 3px solid var(--white);
  background-color: var(--indian-red);
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 60px;
  height: 60px;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.form {
  width: 100%;
}

.mobile-menu {
  display: none;
}

.menu-wrapper {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.mobile-header {
  display: none;
}

.list {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.link-white {
  color: var(--white);
}

.link-white:hover {
  color: #ebc9c9;
}

.thanks-100vh-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.header-static {
  position: static;
}

.thanks-text-wrapper {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.link-dark {
  font-weight: 400;
}

.link-dark:hover {
  color: var(--green);
}

.mobile-header-static {
  display: none;
}

.expand-ima {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
}

.form-wrapper {
  background-color: var(--green);
  border-radius: 8px;
  padding: 1vw;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 0;
    font-size: 1.8vw;
  }

  p {
    font-size: 100%;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 98px;
    padding-top: 0;
  }

  .brand {
    width: 30%;
  }

  .centred-div.top-justify {
    justify-content: flex-start;
    align-items: center;
    padding: 1vw;
  }

  .hero-image._5 {
    background-position: 0%;
  }

  .header {
    display: none;
  }

  .burger-link {
    background-color: var(--green);
    border-style: none;
    border-width: 1px;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0;
    padding: 9px 5px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .burger-line {
    background-color: var(--white);
    border-radius: 14px;
    width: 100%;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-menu {
    z-index: 15;
    background-color: var(--indian-red);
    flex-direction: column;
    justify-content: space-between;
    margin-right: auto;
    padding: 2.3em;
    display: flex;
    position: fixed;
    bottom: auto;
    left: auto;
    right: -100vw;
  }

  .mobile-nav-link {
    color: var(--white);
    font-size: 200%;
    text-decoration: none;
  }

  .mobile-header {
    background-color: var(--dark-grey);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .list {
    padding-left: 20px;
  }

  .header-contact {
    color: var(--white);
    font-size: 150%;
  }

  .mobile-header-static {
    background-color: var(--dark-grey);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .expand-ima {
    box-sizing: border-box;
    aspect-ratio: 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
    font-size: 3vw;
  }

  h1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  h2 {
    margin-top: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  h3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  h4 {
    margin-bottom: 1rem;
  }

  h5 {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  h6 {
    margin-bottom: 1rem;
  }

  p {
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    border-radius: 5px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .hero {
    background-position: 0%;
    overflow: visible;
  }

  .brand {
    width: 30%;
    height: 100px;
    padding: 0;
  }

  .logo {
    max-width: none;
    display: inline-block;
    position: static;
  }

  .centred-div.grey.vertical {
    padding: 1vw;
  }

  .hero-image {
    min-height: 50vh;
  }

  .hero-image._1 {
    display: block;
  }

  .hero-image._5 {
    background-position: 50% 70%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header {
    display: none;
    position: static;
  }

  .burger-link {
    justify-content: space-around;
    display: flex;
    position: static;
  }

  .burger-line {
    background-color: var(--white);
    border-radius: 5px;
    width: 80%;
    height: 6px;
  }

  .mobile-menu {
    z-index: 10;
    background-color: var(--indian-red);
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 2.3em;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
  }

  .mobile-nav-link {
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 400;
    text-decoration: none;
  }

  .mobile-header {
    background-color: var(--dark-grey);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 1vw;
    padding-right: 1vw;
    display: flex;
    position: fixed;
  }

  .thanks-text-wrapper {
    width: 75%;
  }

  .mobile-header-static {
    background-color: var(--dark-grey);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 1vw;
    padding-right: 1vw;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 5vw;
  }

  h1 {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 175%;
  }

  h2, p {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .grid {
    margin-top: 184px;
  }

  .hero {
    background-position: 50%;
  }

  .brand {
    width: 70%;
    height: 70px;
  }

  .centred-div.red {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .list-item {
    font-size: 100%;
  }

  .burger-link {
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .burger-line {
    background-color: var(--white);
    border-radius: 7px;
    width: 80%;
    height: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-header {
    flex-direction: column;
  }

  .thanks-text-wrapper {
    width: 95%;
  }

  .mobile-header-static {
    flex-direction: column;
  }

  .expand-ima {
    display: none;
  }

  .no-margin {
    margin-left: 0;
    margin-right: 0;
  }
}

#home.w-node-_66b51205-40e9-e062-a06d-331bd00af8d1-fd018d80 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_806ae421-3ab1-2575-61ee-e86e7590607e-fd018d80, #w-node-_192a819b-336b-4c4b-796c-b6cfa16243d0-fd018d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#about-us.w-node-c36f9f31-190e-4b34-f7ca-4f71308bea37-fd018d80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Our-Services.w-node-_0e31994a-09df-dd6d-4ca5-3e9cf98653c1-fd018d80, #w-node-_76475d9f-342e-8203-b266-13ef36de1e90-fd018d80, #w-node-d49d6f8e-4169-c740-37de-395c329cb1fe-fd018d80 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3cde7ef1-1771-d428-ce80-b2ae1a789e31-fd018d80 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bb5cdfb3-cbc7-6e9d-35f3-7b75ad93fd6c-fd018d80, #w-node-a650fd96-d014-d13b-1b9a-d3014edc8d61-fd018d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0afae9d5-7c54-4249-d2c5-41650f423287-fd018d80 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#rates.w-node-_4ee2183a-3fd8-0788-cc32-b70b89ea9c6c-fd018d80, #w-node-eae8742a-58d3-491c-566c-fc26c474d0ca-fd018d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#booking-form.w-node-_84a64a1f-7473-0b08-17e3-6e8f40a62d97-fd018d80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1d99ab74-84c1-031b-6740-de996759c6c2-fd018d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0826f45e-10fd-8eb5-66ce-b8ff12df2766-12df2766 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_192a819b-336b-4c4b-796c-b6cfa16243d0-fd018d80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #home.w-node-_66b51205-40e9-e062-a06d-331bd00af8d1-fd018d80 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_806ae421-3ab1-2575-61ee-e86e7590607e-fd018d80, #w-node-_192a819b-336b-4c4b-796c-b6cfa16243d0-fd018d80, #about-us.w-node-c36f9f31-190e-4b34-f7ca-4f71308bea37-fd018d80, #w-node-bb0db198-0654-7127-ce8e-7663691fefff-fd018d80 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #Our-Services.w-node-_0e31994a-09df-dd6d-4ca5-3e9cf98653c1-fd018d80 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_76475d9f-342e-8203-b266-13ef36de1e90-fd018d80, #w-node-d49d6f8e-4169-c740-37de-395c329cb1fe-fd018d80, #w-node-_3cde7ef1-1771-d428-ce80-b2ae1a789e31-fd018d80, #w-node-bb5cdfb3-cbc7-6e9d-35f3-7b75ad93fd6c-fd018d80, #w-node-a650fd96-d014-d13b-1b9a-d3014edc8d61-fd018d80, #w-node-_0afae9d5-7c54-4249-d2c5-41650f423287-fd018d80, #rates.w-node-_4ee2183a-3fd8-0788-cc32-b70b89ea9c6c-fd018d80, #w-node-eae8742a-58d3-491c-566c-fc26c474d0ca-fd018d80, #booking-form.w-node-_84a64a1f-7473-0b08-17e3-6e8f40a62d97-fd018d80, #w-node-_1d99ab74-84c1-031b-6740-de996759c6c2-fd018d80, #w-node-_9839af45-4991-89d7-edca-e9671347d185-fd018d80, #w-node-_97a53c37-6fa5-40e6-aa66-0155273b9921-fd018d80, #w-node-e662f119-0d59-a5ec-afe4-c5016c582001-fd018d80 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9839af45-4991-89d7-edca-e9671347d185-fd018d80, #w-node-e662f119-0d59-a5ec-afe4-c5016c582001-fd018d80 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}