<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
li,
p,
a,
label {
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 400;
}

/*NAVBAR &amp; TOP OF PAGE */

.fixed-top {
  background-color: #1b2f33;
}
.navbar-dark .navbar-brand {
  color: #f4f1de;
  letter-spacing: 1px;
  font-size: 1.3rem;
  margin-left: 10px;
}
.navbar-dark .navbar-toggler {
  border: none;
  color: #1b2f33;
}
button:focus,
button:active {
  outline: none !important;
  box-shadow: none;
}
.navbar-nav {
  padding-top: 4rem;
  height: 100vh;
}
.navbar-nav .nav-item .nav-link {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 1px;
  color: #f4f1de;
  margin-bottom: 1.2rem;
  position: relative;
} /* changes top level menu link font size */

.navbar-nav .nav-item a.nav-link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 5px;
  left: 0;
  background-color: #f4f1de;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.navbar-nav .nav-item a.nav-link:hover {
  color: #f4f1de;
}
.navbar-nav .nav-item a.nav-link:hover:before {
  visibility: visible;
  width: 100%;
}
.navbar-dark .navbar-toggler {
  border: none;
}
button:focus,
button:active {
  outline: none !important;
  box-shadow: none;
}
.collapse,
.collapsing,
.collapse.show {
  /* disable menu collapse transitions */
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

@media (min-width: 576px) {
}
@media (min-width: 676px) {
}
@media (min-width: 768px) {
  .navbar-nav {
    padding-top: 0;
    height: auto;
  }
  .navbar-dark .navbar-brand {
    font-size: 1.2rem;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 1.2rem;
    margin-left: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    padding-top: 0;
    height: auto;
  }
  .navbar-dark .navbar-brand {
    font-size: 1.3rem;
    margin-left: 1.7rem;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 1.3rem;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav li:nth-of-type(2) {
    margin-right: 1.7rem;
  }
  .navbar-nav .nav-item .nav-link:focus {
    color: #f4f1de;
    outline: none !important;
  }
  .navbar-nav .nav-item .nav-link:active {
    color: #f4f1de;
    outline: none !important;
  }
  .navbar-nav .nav-item .nav-link:visited {
    color: #f4f1de;
    outline: none !important;
  }
}
@media (min-width: 1200px) {
  .navbar-nav .nav-item .nav-link {
    margin-left: 50px;
    font-size: 1.4rem;
  }
  .navbar-dark .navbar-brand {
    font-size: 1.4rem;
  }
}
@media (min-width: 1400px) {
  .navbar-dark .navbar-brand {
    margin-left: 0;
  }
  .navbar-nav li:nth-of-type(2) {
    margin-right: 0;
  }
}

/* MENU ICON STYLING */

.animated-icon2 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  /*
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	*/
  cursor: pointer;
}

.animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  /*
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	*/
}

.animated-icon2 span {
  background: #f4f1de;
}

.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* MAIN PAGES STYLING */

/* General styling parameters */

.page-section {
  width: 100%;
}

/* Frontpage section 1 styling */
.frontpage.section-1 {
  background-color: #1b2f33;
  height: 100vh;
  display: flex;
  align-items: center;
}
.frontpage.section-1 h1,
.frontpage.section-1 h2 {
  color: #f4f1de;
  font-size: 2.5rem;
  letter-spacing: -0.02rem;
  font-weight: 500;
  text-align: right;
  margin-right: 0.3rem;
}

.frontpage.section-1 h1 {
  /* You're looking for a new... */
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.frontpage.section-1 h2:nth-of-type(2) {
  /* I can help you */
  color: #f2cc8f;
}

@media (min-width: 500px) {
  .frontpage.section-1 h1,
  .frontpage.section-1 h2 {
    font-size: 2.8rem;
    margin-right: 1rem;
  }
}
@media (min-width: 576px) {
  .frontpage.section-1 h1,
  .frontpage.section-1 h2 {
    font-size: 3rem;
  }
}
@media (min-width: 676px) {
  .frontpage.section-1 h1,
  .frontpage.section-1 h2 {
    font-size: 3.3rem;
  }
}
@media (min-width: 768px) {
  .frontpage.section-1 h1,
  .frontpage.section-1 h2 {
    font-size: 3.6rem;
    margin-left: 7rem;
    margin-right: 2rem;
  }
}
@media (min-width: 992px) {
  .frontpage.section-1 h1,
  .frontpage.section-1 h2 {
    font-size: 3.9rem;
    margin-left: 12rem;
  }
}

@media (min-width: 1400px) {
  .frontpage.section-1 h1,
  .frontpage.section-1 h2 {
    margin-right: 0;
  }
}

/* Frontpage section 2 styling - Hi I'm Nick */

.frontpage.section-2 {
  background: rgb(120, 44, 23);
  background: linear-gradient(
    90deg,
    rgba(120, 44, 23, 1) 5%,
    rgba(185, 93, 68, 1) 40%,
    rgba(224, 122, 95, 1) 72%
  );
}
.frontpage.section-2 .mondrian {
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1001.225'%3E%3Cpath fill='none' stroke='rgba(120, 44, 23, 0.3)' stroke-miterlimit='10' d='M1944 0v1000M1888 0v1000M1862 0v1000M1842 0v1000M1763 0v1000M1415 0v1000M1312 0v1000M-6.355 313.109H1312M850.101 380.109H2000M-15.354 694.109h2014.687M-15.354 908.109H1888M1415 853.109h427M850.5.225v1000M1415 175.725h474'/%3E%3C/svg%3E%0A");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2rem;
}
.frontpage.section-2 .col-12 {
  background-image: url(../images/nick-garwood.svg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.frontpage.section-2 h3 {
  /* Hi I'm Nick */
  color: #f4f1de;
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0;
  margin: 1rem 0.5rem 18rem 0.5rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.frontpage.section-2 h2 {
  /* I specialise in...  */
  color: #f4f1de;
  font-family: "DM Sans", sans-serif;
  font-size: 2.2rem;
  margin: 0 0.5rem 4rem 0.5rem;
  font-weight: 600;
  letter-spacing: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 310px) {
  .frontpage.section-2 .col-12 br {
    display: none;
  }
}
@media (min-width: 400px) {
  .frontpage.section-2 h3 {
    font-size: 2.8rem;
  }
  .frontpage.section-2 h2 {
    font-size: 2rem;
  }
}
@media (min-width: 500px) {
  .frontpage.section-2 {
    background: rgb(120, 44, 23);
    background: linear-gradient(
      90deg,
      rgba(120, 44, 23, 1) 10%,
      rgba(185, 93, 68, 1) 40%,
      rgba(224, 122, 95, 1) 72%
    );
  }
  .frontpage.section-2 .col-12 {
    background-size: auto 100%;
    background-position: 95% 50%;
    background-repeat: no-repeat;
  }
  .frontpage.section-2 h3 {
    font-size: 3.5rem;
    margin-left: 2rem;
  }
  .frontpage.section-2 h2 {
    font-size: 2.2rem;
    margin-right: 15%;
    margin-left: 1rem;
  }
}
@media (min-width: 576px) {
  .frontpage.section-2 {
    background: rgb(120, 44, 23);
    background: linear-gradient(
      90deg,
      rgba(120, 44, 23, 1) 15%,
      rgba(185, 93, 68, 1) 45%,
      rgba(224, 122, 95, 1) 72%
    );
  }
  .frontpage.section-2 h3 {
    font-size: 3.3rem;
  }
  .frontpage.section-2 h2 {
    font-size: 2.6rem;
    margin-left: 2rem;
  }
}
@media (min-width: 676px) {
  .frontpage.section-2 {
    background: rgb(120, 44, 23);
    background: linear-gradient(
      90deg,
      rgba(120, 44, 23, 1) 13%,
      rgba(185, 93, 68, 1) 50%,
      rgba(224, 122, 95, 1) 72%
    );
  }
  .frontpage.section-2 .mondrian {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .frontpage.section-2 h3 {
    font-size: 3.6rem;
    margin-left: 2rem;
  }
  .frontpage.section-2 h2 {
    font-size: 2.9rem;
    margin-left: 2rem;
  }
}
@media (min-width: 768px) {
  .frontpage.section-2 {
    background: rgb(120, 44, 23);
    background: linear-gradient(
      90deg,
      rgba(120, 44, 23, 1) 16%,
      rgba(185, 93, 68, 1) 55%,
      rgba(224, 122, 95, 1) 85%
    );
  }
}
@media (min-width: 800px) {
  .frontpage.section-2 h3 {
    margin: 13rem 0.5rem 6rem 2rem;
  }
}

@media (min-width: 840px) {
}
@media (min-width: 900px) {
  .frontpage.section-2 {
    background: rgb(120, 44, 23);
    background: linear-gradient(
      90deg,
      rgba(120, 44, 23, 1) 27%,
      rgba(224, 122, 95, 1) 92%
    );
  }
  .frontpage.section-2 h3 {
    font-size: 3.8rem;
  }
  .frontpage.section-2 h2 {
    font-size: 3.1rem;
    margin-right: 25%;
  }
}
@media (min-width: 992px) {
  .frontpage.section-2 {
    background: rgb(120, 44, 23);
    background: linear-gradient(
      90deg,
      rgba(120, 44, 23, 1) 27%,
      rgba(224, 122, 95, 1) 92%
    );
  }
  .frontpage.section-2 .mondrian {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .frontpage.section-2 h3 {
    font-size: 4.2rem;
    margin-top: 6rem;
    margin-left: 4rem;
  }
  .frontpage.section-2 h2 {
    font-size: 3.2rem;
    margin-left: 4rem;
    margin-right: 25%;
  }
}
@media (min-width: 1100px) {
  .frontpage.section-2 h3 {
    font-size: 4.3rem;
  }
  .frontpage.section-2 h2 {
    font-size: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .frontpage.section-2 h3 {
    font-size: 4.5rem;
    margin-left: 6rem;
  }
  .frontpage.section-2 h2 {
    font-size: 3.6rem;
    margin-left: 6rem;
    margin-right: 35%;
  }
}
@media (min-width: 1300px) {
  .frontpage.section-2 .mondrian {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .frontpage.section-2 h3 {
    font-size: 4.5rem;
  }
  .frontpage.section-2 h2 {
    font-size: 3.6rem;
    margin-right: 40%;
  }
}
@media (min-width: 1350px) {
  .frontpage.section-2 h3 {
    font-size: 4.7rem;
  }
  .frontpage.section-2 h2 {
    font-size: 3.6rem;
    margin-right: 40%;
  }
}
@media (min-width: 1400px) {
  .frontpage.section-2 {
    background: rgb(120, 44, 23);
    background: linear-gradient(
      90deg,
      rgba(120, 44, 23, 1) 35%,
      rgba(224, 122, 95, 1) 92%
    );
  }
  .frontpage.section-2 .mondrian {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .frontpage.section-2 h3 {
    font-size: 5.2rem;
    margin-left: 4rem;
  }
  .frontpage.section-2 h2 {
    font-size: 4.2rem;
    margin-right: 30%;
    margin-left: 4rem;
  }
}

/* FRONT PAGE ICON BLOCK */

.frontpage.section-3 {
  background: #f5ede0;
  padding: 4.5rem 0 4rem 0;
}

.frontpage.section-3 h4 {
  /* My services title */
  color: #faf6f0;
  display: block;
  background-color: #566e3d;
  font-family: "Poppins", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.07rem;
  text-align: center;
  font-weight: 600;
  margin: 3rem 1rem 3rem 1rem;
  padding: 0.5rem 0 0.5rem 0;

  /*text-shadow: 1px 1px 2px #d95b39;*/
}

.frontpage.page-section.section-3 .front-page-icon-block {
  padding: 1rem 1rem 1rem;
  margin: 0 auto 3rem auto;
}
.frontpage.page-section.section-3 .front-page-icon {
  height: 200px;
  display: flex;
  background-color: #f2c6ba;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(120, 44, 23, 0.5);
}
.frontpage.page-section.section-3 .icon-brand-new svg {
  width: 100px;
}
.frontpage.page-section.section-3 .icon-redesign svg {
  width: 130px;
}
.frontpage.page-section.section-3 .icon-identity svg {
  width: 95px;
}
.frontpage.page-section.section-3 .icon-social-integration svg {
  width: 105px;
}
.frontpage.page-section.section-3 .icon-search svg {
  width: 120px;
}
.frontpage.page-section.section-3 .icon-copy svg {
  width: 115px;
}
.frontpage.page-section.section-3 .icon-icon-design svg {
  width: 120px;
}
.frontpage.page-section.section-3 .icon-maintenance svg {
  width: 100px;
}

.frontpage.page-section.section-3 .front-page-icon-title h3 {
  font-family: "Poppins", sans-serif;
  color: #782c17;
  font-weight: 600;
  font-size: 1.3rem;
  margin: 1.2rem 0 0 0;
  position: relative;
}
.frontpage.page-section.section-3 .front-page-icon-title h3::after {
  content: "";
  height: 3px;
  width: 50px;
  background: #dc531c;
  position: absolute;
  left: 0;
  bottom: -14px;
}

@media (min-width: 325px) {
  .frontpage.section-3 h4 {
    margin: 3rem 2rem 3rem 2rem;
  }
  .frontpage.page-section.section-3 .front-page-icon-block {
    max-width: 300px;
  }
}
@media (min-width: 576px) {
  .frontpage.section-3 h4 {
    padding-left: 1rem;
    margin: 3rem 1rem 3rem 1rem;
    text-align: left;
  }
  .frontpage.page-section.section-3 .front-page-icon-block {
    max-width: none;
  }
  .frontpage.page-section.section-3
    .icon-icon-design
    .front-page-icon-title
    h3 {
    margin-right: 12%;
    margin-top: 1.5rem;
  }
}
@media (min-width: 650px) {
  .frontpage.page-section.section-3 .row {
    padding: 0 3rem;
  }
}
@media (min-width: 768px) {
  .frontpage.page-section.section-3 .row {
    padding: 0 6rem;
  }
}
@media (min-width: 850px) {
  .frontpage.page-section.section-3 .row {
    padding: 0 8rem;
  }
}
@media (min-width: 992px) {
  .frontpage.page-section.section-3 .row {
    padding: 0;
  }
  .frontpage.section-3 h4 {
    font-size: 1.9rem;

    /* My services title */
  }
}
@media (min-width: 1200px) {
  .frontpage.page-section.section-3 .icon-brand-new .front-page-icon-title h3,
  .frontpage.page-section.section-3 .icon-redesign .front-page-icon-title h3,
  .frontpage.page-section.section-3 .icon-search .front-page-icon-title h3,
  .frontpage.page-section.section-3 .icon-copy .front-page-icon-title h3,
  .frontpage.page-section.section-3
    .icon-icon-design
    .front-page-icon-title
    h3 {
    margin-right: 14%;
  }
}
@media (min-width: 1400px) {
  .frontpage.page-section.section-3 .icon-brand-new .front-page-icon-title h3,
  .frontpage.page-section.section-3 .icon-redesign .front-page-icon-title h3,
  .frontpage.page-section.section-3 .icon-search .front-page-icon-title h3,
  .frontpage.page-section.section-3 .icon-copy .front-page-icon-title h3 {
    margin-right: 0;
  }
}

.frontpage.section-4 {
  background-color: #1b2f33;
}
.frontpage.page-section.section-4 svg path {
  fill: #f5ede0;
}
.frontpage.page-section.section-4 svg {
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* FRONTPAGE CONTACT  */

.frontpage.page-section.footer {
  background-color: #1b2f33;
  padding: 5rem 0 2rem 0;
}

.frontpage.page-section.footer h4 {
  color: #f4f1de;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 3rem;
}
.frontpage.page-section.footer p {
  color: #f4f1de;
  font-size: 1.3rem;
}

.frontpage.page-section.footer p.telephone-number {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: left;
}
.frontpage.page-section.footer p.email {
  font-size: 8vw;
  text-align: left;
  text-decoration: underline;
}

.frontpage.page-section.footer p.copyright {
  font-size: 1rem;
  text-align: center;
  margin: 4rem 0 0 0;
}
@media (min-width: 300px) {
  .frontpage.page-section.footer p.email {
    font-size: 1.5rem;
  }
}
@media (min-width: 350px) {
  .frontpage.page-section.footer p.feel-free {
    margin-right: 10%;
  }
}
@media (min-width: 400px) {
  .frontpage.page-section.footer p.email,
  .frontpage.page-section.footer p.telephone-number {
    text-align: right;
  }
}
@media (min-width: 450px) {
  .frontpage.page-section.footer h4 {
    font-size: 2.5rem;
  }
  .frontpage.page-section.footer p.feel-free {
    margin-right: 20%;
  }
  .frontpage.page-section.footer p.telephone-number,
  .frontpage.page-section.footer p.email {
    margin-right: 3rem;
  }
}
@media (min-width: 576px) {
  .frontpage.page-section.footer {
    padding: 5rem 0 2rem 0;
  }
  .frontpage.page-section.footer h4 {
    font-size: 2.9rem;
  }
  .frontpage.page-section.footer p.feel-free {
    font-size: 1.5rem;
    margin-right: 30%;
  }
  .frontpage.page-section.footer p.telephone-number {
    margin-top: 1.5rem;
  }
  .frontpage.page-section.footer p.telephone-number,
  .frontpage.page-section.footer p.email {
    margin-right: 0;
  }
}
@media (min-width: 650px) {
  .frontpage.page-section.footer h4 {
    font-size: 3rem;
  }
  .frontpage.page-section.footer p.feel-free {
    margin-right: 27%;
  }
}
@media (min-width: 768px) {
  .frontpage.page-section.footer h4 {
    font-size: 3rem;
  }
  .frontpage.page-section.footer p.telephone-number {
    font-size: 1.5rem;
    margin-top: 0;
  }
  .frontpage.page-section.footer p.feel-free {
    margin-right: 0;
  }
  .frontpage.page-section.footer p.telephone-number,
  .frontpage.page-section.footer p.email {
    margin-right: 0;
  }
}
@media (min-width: 850px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}

.services.section-1 {
  background-color: #f5ede0;
  padding-top: 8rem;
  padding-bottom: 4rem;
}
.services.page-section.section-2 svg path {
  fill: #f5ede0;
}
.services.section-2 {
  background-color: #566e3d;
}
.services.page-section.section-3 svg path {
  fill: #566e3d;
}
.services.section-3 {
  background-color: #f2c6ba;
}
.services.page-section.section-4 svg path {
  fill: #f2c6ba;
}
.services.section-4 {
  background-color: #56666b;
}
.services.page-section.section-5 svg path {
  fill: #56666b;
}
.services.section-5 {
  background-color: #f5ede0;
}
.services.page-section.section-6 svg path {
  fill: #f5ede0;
}
.services.section-6 {
  background-color: #566e3d;
}
.services.page-section.section-7 svg path {
  fill: #566e3d;
}
.services.section-7 {
  background-color: #f2c6ba;
}
.services.page-section.section-8 svg path {
  fill: #f2c6ba;
}
.services.section-8 {
  background-color: #56666b;
}
.services.page-section.section-9 svg path {
  fill: #56666b;
}
.services.section-9 {
  background-color: #f5ede0;
}
.services.page-section.section-10 svg path {
  fill: #f5ede0;
}
.services.section-10 {
  background-color: #1b2f33;
}

.services.page-section.section-1 h1 {
  color: #e07a5f;
  font-family: "Poppins", sans-serif;
  font-size: 2.3rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 3rem;
}
.services svg {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.services-title {
  display: flex;
  justify-content: center;
}
.services.page-section .services-description {
  margin: 0;
}
div.row {
  margin-bottom: 0;
  padding-bottom: 0;
}
.services.page-section button {
  margin: 1rem 0 1.5rem 0;
  padding: 0 0 0 0;
  border: 0;
  background-color: transparent;

  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #f5ede0;
}
.services.page-section button:hover {
  opacity: 0.7;
}

.services.page-section button.title-dark-font {
  color: #782c17;
}
.services.page-section p {
  color: #782c17;
  font-size: 1.3rem;
}
.services.page-section.section-1 p {
  color: #020122;
}

.services.page-section p.description-light-font {
  color: #f5ede0;
}

.services.page-section .services-description p:first-of-type {
  margin-top: 0.5rem;
}
.services.page-section .services-description p:last-of-type {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .services.section-1 {
    padding-top: 9rem;
    padding-bottom: 5rem;
  }
  .services.page-section button {
    margin: 1.3rem 0 1.5rem 0;
    font-size: 1.3rem;
  }

  .services.page-section .services-description p:first-of-type {
    margin-top: 2.1rem;
  }
  .services.page-section .services-description p:last-of-type {
    margin-bottom: 2.1rem;
  }
}
@media (min-width: 992px) {
  .services.section-1 {
    padding-top: 9rem;
    padding-bottom: 4.2rem;
  }
  .services.page-section.section-1 h1 {
    font-size: 2.3rem;
  }
  .services.page-section button {
    margin: 1.5rem 0 1.5rem 0;
  }
  .services.page-section .services-description p:first-of-type {
    margin-top: 2.7rem;
  }
  .services.page-section .services-description p:last-of-type {
    margin-bottom: 2.7rem;
  }
}
@media (min-width: 1200px) {
  .services.page-section button {
    margin: 1.5rem 0 1.5rem 0;
  }
  .services.page-section .services-description p:first-of-type {
    margin-top: 2.7rem;
  }
  .services.page-section .services-description p:last-of-type {
    margin-bottom: 2.7rem;
  }
}
@media (min-width: 1400px) {
  .services.section-1 {
    padding-top: 10rem;
    padding-bottom: 5.3rem;
  }
  .services.page-section button {
    margin: 1.7rem 0 1.7rem 0;
  }
  .services.page-section .services-description p:first-of-type {
    margin-top: 3.2rem;
  }
  .services.page-section .services-description p:last-of-type {
    margin-bottom: 3.2rem;
  }
}

.contact-page.section-1 {
  background-color: #f5ede0;
  padding-top: 9rem;
  padding-bottom: 6rem;
}
.contact-page.section-2 {
  background-color: #020122;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page.page-section.section-1 h1 {
  color: #e07a5f;
  font-family: "Poppins", sans-serif;
  font-size: 2.3rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 3rem;
}
.contact-page.page-section.section-1 p {
  color: #020122;
  font-size: 1.3rem;
}
.contact-page.page-section.section-1 p.telephone-number {
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02rem;
  color: #606c38;
}
.contact-page.page-section.section-1 p.email {
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02rem;
  color: #606c38;
}
.contact-page.page-section.section-2 p {
  color: #f5ede0;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
label {
  font-size: 1.2rem;
  color: #020122;
}
form div {
  margin-bottom: 1.2rem;
}
form .error {
  color: #ff0000;
}
input[type="text"],
select,
textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 0; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 0.5rem;
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
}
textarea {
  height: 150px;
}

/* Style the submit button with a specific background color etc */
input[type="submit"] {
  background-color: #606c38;
  color: #f5ede0;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type="submit"]:hover {
  background-color: #782c17;
}
@media (min-width: 768px) {
  .contact-page.section-1 {
    padding-top: 9rem;
    padding-bottom: 8rem;
  }
  form {
    margin-top: 2.1rem;
  }
}
@media (min-width: 850px) {
}
@media (min-width: 992px) {
  .contact-page.section-1 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .contact-page.page-section.section-1 h1 {
    font-size: 2.3rem;
  }
  form {
    margin-top: 0;
  }
  .contact-page.page-section.section-1 p.telephone-number {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 2rem;
    text-align: right;
  }
  .contact-page.page-section.section-1 p.email {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .contact-page.page-section.section-1 p.telephone-number {
    font-size: 1.6rem;
    text-align: left;
    margin-top: 0;
    margin-bottom: 2rem;
    margin-left: 8rem;
  }
  .contact-page.page-section.section-1 p.email {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 0;
    margin-left: 8rem;
  }
}
@media (min-width: 1400px) {
  .contact-page.section-1 {
    padding-top: 10rem;
  }
}
</pre></body></html>