:root {
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  margin-bottom: 10px;
}

.navbar {
  color: #fcfeff;
  background-color: #302d2d;
  flex-flow: column;
  place-content: space-between;
  width: 100%;
  min-width: 0;
  margin-top: 0;
  font-family: Mulish, sans-serif;
  font-size: 20px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.brand {
  justify-content: flex-start;
  width: 400px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.brand.reedys-web-design-logo {
  width: 100%;
  height: auto;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.image {
  width: 110px;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  left: auto;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fcfeff;
  text-align: center;
  flex-wrap: nowrap;
  flex: none;
  place-content: flex-start space-around;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section {
  background-color: #302d2d;
  height: 323px;
}

.page-title {
  color: #131212;
  text-shadow: 3px 5px 1px #050505;
  width: 100%;
  margin-top: 10px;
  padding-top: 0;
  font-family: Mulish, sans-serif;
  font-size: 40px;
  line-height: 100px;
}

.page-sub-title {
  color: #b82d2d;
  text-align: center;
  text-shadow: 0 3px 1px #0c0c0c;
  width: 60vw;
  min-width: 60vw;
  margin: 0 auto 10px;
  font-family: Exo, sans-serif;
  font-size: 36px;
  line-height: 45px;
  text-decoration: none;
  display: block;
}

.container {
  text-align: center;
  flex: 1;
  justify-content: center;
  max-width: 100%;
  height: 100%;
  margin-top: -20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.nav-bar {
  color: #fcfeff;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: stretch;
  width: 80%;
  min-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Exo, sans-serif;
  font-size: 10px;
  display: block;
}

.body {
  color: #fcfeff;
  object-fit: fill;
  min-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: scroll;
}

.web-des-link {
  color: #f0f5f8;
  text-align: center;
  object-fit: fill;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
}

.web-des-link.homemain.w--current {
  display: none;
}

.contactme {
  opacity: 1;
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #ee0018;
  border-radius: 21px;
  width: 181px;
  height: 64px;
  margin: 105px 39px -4px -132px;
  padding: 21px 0;
  font-family: Mulish, sans-serif;
  font-size: 27px;
  font-weight: 700;
  position: absolute;
  box-shadow: 3px 2px 5px #020202;
}

.contactme.topper {
  background-color: #b82d2d;
  margin: 0 auto;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.contactme.cmmob {
  background-color: #b82d2d;
  margin: auto;
}

.contactme.return-to-portfolio {
  text-align: center;
  background-color: #b82d2d;
  margin: 23px auto 19px;
  display: block;
  position: static;
}

.hero-section {
  flex-flow: column wrap;
  place-content: center;
  min-width: 100%;
  height: 75%;
  min-height: auto;
  max-height: 75%;
  margin-top: 0;
  padding: 5%;
  display: flex;
}

.main-heading {
  color: #b82d2d;
  text-align: center;
  text-shadow: 2px 2px #302d2d;
  min-width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 55px;
  line-height: 69px;
}

.main-heading.lower {
  color: #f4f6f7;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}

.main-heading.lower.red {
  color: #b82d2d;
  text-shadow: 3px 3px #302d2d;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Exo, sans-serif;
  font-size: 61px;
}

.main-heading.lower.maint {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 66px;
}

.main-heading._1 {
  color: #070707;
  text-align: left;
  text-shadow: none;
  width: 100%;
  margin-top: 0;
  font-size: 30px;
}

.main-heading._1.main {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 33px;
  font-size: 29px;
}

.main-heading.dark {
  color: #f7f3f3;
  text-shadow: none;
  margin-bottom: 11px;
}

.main-heading.dark.logo.cover {
  color: #101010;
}

.main-heading.dark.cover {
  color: #070707;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 62px;
}

.main-heading.dark.seo-page {
  color: #0e0d0d;
  margin-bottom: -2px;
}

.main-heading.hosting {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 65px;
}

.main-heading.wd1 {
  margin-top: 38px;
}

.main-heading.portfolio-heading {
  margin-top: 25px;
  margin-bottom: 0;
}

.column {
  height: 100%;
  padding: 20px 60px;
  position: static;
}

.column.details {
  padding-top: 10px;
  padding-left: 72px;
  padding-right: 0;
}

.hero-para {
  color: #0a0a0a;
  text-align: center;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.div-block {
  width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: auto;
}

.div-block-2 {
  text-align: center;
  border-radius: 20px;
  width: 100%;
  max-width: 60%;
  height: auto;
  max-height: none;
  margin: auto;
  padding-top: 0;
  padding-bottom: 50px;
  font-size: 40px;
  display: block;
}

.div-block-2.devpic {
  width: auto;
  height: 100%;
  margin-top: 128px;
  margin-bottom: auto;
  padding-top: 0;
}

.div-block-2.logopic {
  padding-top: 111px;
  padding-left: 98px;
}

.profile-pic {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 3px solid #94a3b1;
  width: auto;
  max-width: 80%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: rotate(-20deg);
  box-shadow: 3px 3px 29px #470000;
}

.profile-pic.webdesign {
  width: 466px;
  height: 324px;
  margin: auto;
  transform: rotate(0);
}

.profile-pic.webdesign.logodes {
  color: #595757;
  width: 400px;
  max-width: 100%;
  height: auto;
  max-height: none;
  transform: rotate(-15deg);
}

.profile-pic.webdesign.logodes.seopic {
  width: auto;
  max-width: 80%;
  margin: 0;
  padding-left: 0;
  position: static;
  top: 55px;
  left: 80px;
}

.profile-pic.webdesign.webdes {
  width: auto;
  max-width: 40%;
  height: auto;
  padding-top: 1px;
  display: none;
  transform: rotate(15deg);
}

.profile-pic.webdesign.webdes.code {
  width: 80%;
  max-width: none;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.profile-pic.webdesign.webdes.comp1 {
  width: auto;
  max-width: 70%;
  height: auto;
  max-height: 100%;
  margin-top: 66px;
  margin-bottom: 84px;
  display: block;
}

.profile-pic.profile {
  width: 310px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  transform: none;
}

.profile-pic.hostpic {
  margin-top: auto;
  margin-bottom: auto;
}

.text-span {
  color: #eef0f1;
}

.web-design-section {
  background-color: #302d2dcc;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 5%;
  display: flex;
}

.logo-design-section {
  background-color: #f6f4f4;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5%;
  display: flex;
}

.website-development-section {
  background-color: #302d2dcc;
  justify-content: center;
  height: auto;
  margin-bottom: 0;
  padding: 5%;
  display: flex;
}

.seo-section {
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: auto;
  padding: 5%;
  display: flex;
}

.hosting-and-maintenance-section {
  background-color: #302d2dcc;
  justify-content: center;
  height: auto;
  padding: 5%;
  display: flex;
}

.testimonials-section {
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
  height: auto;
  max-height: none;
  padding-top: 1%;
  padding-bottom: 1%;
  display: flex;
}

.footer-section {
  color: #fdf9f9;
  background-color: #302d2d;
  justify-content: center;
  height: 100%;
  display: flex;
}

.column-2 {
  height: 100%;
  padding: 20px 34px;
  position: relative;
}

.logo-design-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-design-title.top.webdes {
  height: auto;
  margin-top: 40px;
}

.logo-design-title.logodes {
  margin-bottom: 2%;
}

.logo-design-title.seotitl {
  width: 100%;
  height: 30%;
  margin-top: 0;
  margin-bottom: 2%;
}

.logo-design-title.webdevhead {
  margin-top: 0;
  margin-bottom: 2%;
}

.heading-4 {
  color: #030303;
  text-align: center;
  margin-top: 66px;
  margin-bottom: 68px;
  font-family: Exo, sans-serif;
  font-size: 60px;
}

.testimonial {
  background-color: #d9d9d9;
  border-radius: 20px;
  width: 379px;
  height: 298px;
  margin-top: -7px;
  margin-left: 171px;
  position: absolute;
  box-shadow: 5px 5px 5px #000;
}

.testimonial.test1, .testimonial.test2 {
  width: 425px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial.test3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: space-around;
  width: 20%;
  height: 290px;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.mask {
  height: 100%;
  position: relative;
}

.slider {
  background-color: #0000;
  height: 340px;
  position: relative;
}

.slide {
  margin-top: 24px;
  position: relative;
}

.slide.testimonial {
  position: relative;
}

.testimonial-body {
  flex: 1;
  height: 50%;
  max-height: 287px;
}

.testimonial-body.mmmtest {
  margin-top: 31px;
  margin-bottom: -49px;
}

.text-block {
  color: #fe0000;
  text-align: center;
  margin-top: auto;
  margin-bottom: 17px;
  padding-left: 0;
  font-family: Mulish, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.text-block-2 {
  color: #fe0000;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Mulish, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.testimonial-head {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 20%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.testimonial-head.mmm {
  justify-content: flex-start;
  padding-left: 38px;
}

.testimonial-text {
  color: #020202;
  text-align: center;
  object-fit: cover;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Mulish, sans-serif;
  font-size: 8px;
  font-weight: 800;
  line-height: 25px;
  display: block;
}

.testimonial-text.mmm {
  padding-top: 25px;
}

.testimonial-text.markstest {
  padding-top: 0;
}

.person-and-business {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: -21px;
  padding-left: 4px;
  line-height: 16px;
  display: flex;
}

.five-stars {
  padding-top: 0;
}

.task-and-date-details {
  color: #fe0000;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-left: 0;
  font-family: Mulish, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.columns {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-arrow {
  color: #fe0000;
  background-color: #0000;
  position: absolute;
}

.right-arrow {
  color: #fe0000;
  position: absolute;
}

.container-3 {
  position: relative;
}

.columns-2 {
  justify-content: center;
  display: flex;
}

.first-slide {
  position: relative;
}

.container-4 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding-top: 1%;
  padding-bottom: 1%;
  display: flex;
}

.paragraph-3 {
  color: #fcfcfc;
  text-align: center;
  margin: auto;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-3.white {
  color: #eeebeb;
  align-self: center;
  width: 100%;
  min-width: 0%;
  max-width: 100%;
  margin: 57px auto 142px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

.paragraph-3.white.seopara {
  min-width: 100%;
  max-width: 100%;
  margin-top: 49px;
}

.paragraph-3.white.seopara.cover {
  color: #090909;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 40px;
}

.paragraph-3.white.coverpage {
  color: #090909;
  max-width: 60%;
  margin-top: auto;
  margin-bottom: auto;
}

.paragraph-3.white.seopage {
  color: #070707;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-3.hostandmaint {
  text-align: center;
  max-height: 100%;
  margin: auto 0;
  padding: 0 0 54px;
}

.paragraph-3.dev {
  margin: auto;
  padding-top: 20px;
}

.paragraph-3.faq {
  color: #090808;
}

.seo-text-para {
  flex-direction: column;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-bottom: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.columns-3, .columns-4, .columns-5, .columns-6, .columns-7 {
  height: 100%;
}

.container-5 {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns-8 {
  height: 100%;
}

.column-4 {
  max-width: 100%;
  height: 100%;
  padding: 0 5%;
}

.container-6 {
  height: 100%;
}

.container-7 {
  height: 100%;
  margin-top: 88px;
}

.container-8 {
  height: 100%;
  margin-top: 24px;
}

.container-9, .container-10 {
  height: 100%;
  min-height: 0;
}

.free-work-stamp {
  width: 200%;
  max-width: 200%;
  margin-top: 71px;
  margin-left: -165px;
  position: static;
  transform: rotate(-30deg);
}

.columns-9 {
  width: 100vw;
  height: 100%;
}

.container-11 {
  height: 0;
  max-height: 100%;
  position: absolute;
}

.column-5 {
  height: auto;
  padding-top: 57px;
  padding-left: 0;
}

.socials-icons {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
}

.image-10 {
  color: #fe0000;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-14 {
  flex: 1;
  align-self: center;
  width: 100%;
  height: auto;
  margin: -50px auto 20px;
  padding-top: 0;
  line-height: 45px;
  display: block;
}

.text-block-4 {
  text-align: center;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 33px;
  padding-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 29px;
  font-weight: 700;
  display: block;
}

.text-block-4.phone {
  margin-bottom: -17px;
}

.opening-times {
  text-align: center;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 24px;
  font-family: Mulish, sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.times {
  text-align: center;
  margin-top: auto;
  font-family: Mulish, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
}

.column-6 {
  margin-top: 106px;
}

.testimonial-slider {
  background-color: #0000;
  justify-content: space-around;
  height: auto;
  display: block;
}

.left-arrow-2, .right-arrow-2 {
  color: #fe0000;
}

.logo-portfolio {
  text-align: center;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  font-family: Mulish, sans-serif;
  font-size: 100px;
}

.image-11 {
  text-align: center;
  margin-top: 85px;
  margin-left: 34px;
  margin-right: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-11.footerlogo {
  width: 130%;
  max-width: none;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 96px;
  position: static;
}

.section-11 {
  height: 240px;
}

.div-block-15 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 10%;
  margin: auto;
  display: flex;
  position: relative;
}

.testimoial-heading {
  margin-top: auto;
  margin-bottom: auto;
}

.slide-nav {
  color: #fe0000;
  margin-top: -3px;
  padding-top: 26px;
}

.heading-5 {
  font-size: 130px;
}

.heading-6 {
  font-size: 120px;
}

.heading-7 {
  text-align: left;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 40px;
  line-height: 90px;
  display: flex;
}

.logo-block {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.heading-8 {
  color: #edcc11;
  text-align: center;
  width: 100vw;
  margin-top: -38px;
  margin-left: auto;
  margin-right: auto;
  font-size: 110px;
  position: absolute;
}

.div-block-18 {
  width: 100%;
}

.web-design-text-1 {
  flex-direction: column;
  align-items: center;
  max-width: 60vw;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-5 {
  text-align: center;
  margin-top: 0;
}

.text-block-6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}

.div-block-21 {
  width: 100%;
  height: 100%;
}

.title {
  width: 100%;
  height: auto;
  margin-top: auto;
}

.stars {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.task-and-date {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  display: flex;
}

.testimonial-foot {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 85px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 19%;
  padding-bottom: 5%;
  display: flex;
}

.main-text {
  width: 50%;
  height: 100%;
  margin: auto;
  padding-left: 0;
}

.contact-and-stamp {
  width: 20%;
}

.self-picture {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-23 {
  width: 100%;
  height: 80%;
  display: none;
}

.web-design-image {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin: auto;
  padding-left: 0;
  padding-right: 43px;
  display: flex;
}

.web-design-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 50%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.seo-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 0;
  display: flex;
}

.seo-image {
  width: 50%;
  height: 100%;
  min-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 77px;
}

.hosting-maint-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: auto;
  margin-bottom: 39px;
  display: flex;
}

.hosting-main-title {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
}

.web-dev-image {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.web-dev-text {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  margin-bottom: 47px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.logo-design-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 41px;
  padding-bottom: 54px;
  display: flex;
}

.logo-design-image {
  border-radius: 20px;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  margin: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: static;
  transform: rotate(-18deg);
  box-shadow: 1px 2px 29px #470000;
}

.web-design-title {
  padding-top: 0;
}

.logo-and-socials {
  flex-direction: column;
  align-items: flex-start;
  width: 33%;
  display: block;
}

.contact-details {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding-top: 42px;
  padding-bottom: 32px;
  display: block;
}

.opening-hours {
  width: 33%;
  padding-top: 84px;
}

.socials {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-24 {
  width: 50%;
}

.div-block-25 {
  margin-top: 64px;
}

.div-block-27 {
  flex-flow: column;
  justify-content: flex-start;
  padding: 0 5% 38px;
  display: flex;
}

.div-block-28 {
  text-align: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
}

.div-block-29 {
  flex-direction: row;
  justify-content: center;
  height: auto;
  margin: auto 28px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
  display: flex;
}

.mmm {
  border: 10px #302d2db5;
  border-top: 5px #fe0000;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
}

.comp-logo {
  float: none;
  object-fit: cover;
  order: -1;
  align-self: center;
  width: 25%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  overflow: visible;
}

.column-8 {
  flex-direction: column;
  display: flex;
}

.showcase {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: auto;
  padding: 0%;
  display: flex;
}

.business-name {
  height: 20%;
  min-height: 20%;
  margin-top: auto;
  margin-bottom: auto;
}

.heading-9 {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Exo, sans-serif;
  font-size: 50px;
}

.heading-9.gws {
  color: #fff0f0;
}

.portfolio {
  color: #0000;
  flex-direction: column;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0%;
  display: flex;
}

.text-block-7 {
  color: #b82d2d;
  text-align: center;
  text-shadow: 2px 0 1px #000000f7;
  width: 100%;
  min-width: auto;
  height: 100%;
  margin: auto 75px auto auto;
  padding-top: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
}

.text-block-7.gws {
  color: #090909;
  -webkit-text-stroke-color: #0c0c0c;
  background-color: #0000;
  margin-top: auto;
  padding-left: 0;
  padding-right: 0;
}

.column-9 {
  height: 100%;
}

.mmm-link {
  background-image: url('../images/Logo-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100%;
}

.image-12 {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 3px solid #070707;
  width: 80%;
  max-width: 100%;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 11px 10px 5px #0003;
}

.image-12.gws {
  outline-color: #b18133;
  max-width: 100%;
}

.image-12.rcs, .image-12.full {
  width: 100%;
}

.rachels-candy-shop {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.image-13 {
  border-radius: 17px;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-13.logopicgrid {
  max-width: 75%;
  height: 300px;
  margin: auto;
  box-shadow: 0 2px 10px #b82d2d;
}

.link-block {
  text-align: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-right: 0;
  display: block;
}

.link-block.logoblock {
  outline-offset: 0px;
  color: #fcf7f7;
  background-color: #2b2b2b;
  border-radius: 20px;
  outline: 3px solid #4a4949;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 46px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.link-block.logo-block {
  background-color: #595757;
  border: 1px solid #000;
  border-radius: 20px;
  width: 80%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns-10 {
  width: 100%;
}

.text-block-8 {
  line-height: 150px;
}

.div-block-30 {
  line-height: 140px;
}

.column-10 {
  height: 100%;
  min-height: 100%;
}

.text-block-9 {
  height: 100%;
  line-height: 100px;
}

.div-block-31, .column-11 {
  height: 100%;
}

.text-block-10 {
  line-height: 100px;
}

.div-block-32 {
  margin-left: auto;
  margin-right: auto;
}

.image-14 {
  border-radius: 20px;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-14.logopicgrid {
  outline-offset: 0px;
  border-radius: 17px;
  outline: 3px #fcf7f7;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  box-shadow: 0 2px 10px #fe0000;
}

.div-block-33 {
  background-color: #595757;
  width: 100%;
  height: 30px;
}

.grid {
  grid-template-areas: "Area";
  place-content: space-around center;
  place-items: start center;
  margin-left: auto;
  margin-right: auto;
}

.new-logo-design {
  background-color: #595757;
  margin-bottom: 88px;
  padding-top: 20px;
  padding-bottom: 87px;
}

.website-design {
  border-radius: 20px;
  max-width: 100%;
  margin: auto;
  padding-right: 0;
  display: block;
  transform: rotate(16deg);
  box-shadow: 2px 1px 29px #470000;
}

.div-block-34 {
  width: 50%;
  margin-bottom: 0;
  padding-top: 220px;
  padding-left: 40px;
}

.seo-pic {
  border-radius: 20px;
  max-width: 80%;
  margin-top: 66px;
  transform: rotate(-18deg);
  box-shadow: 0 2px 29px #470000;
}

.web-dev-code {
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  margin-top: 108px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: rotate(18deg);
  box-shadow: 0 2px 29px #470000;
}

.about-me {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 5%;
  display: flex;
}

.brief {
  text-align: center;
  width: auto;
  height: auto;
  margin: 2% auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
}

.div-block-35 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin: auto;
  font-size: 7px;
  display: flex;
}

.div-block-36 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-15 {
  max-height: 60%;
}

.profile {
  border-radius: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 29px #470000;
}

.image-16 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.drum-building {
  border-radius: 20px;
  margin-bottom: 102px;
  box-shadow: 2px 1px 29px #470000;
}

.drum-building.pics {
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-37 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.me-and-pooch.pics {
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 1px 29px #470000;
}

.image-17 {
  border-radius: 20px;
  margin-left: auto;
  box-shadow: 2px 1px 29px #470000;
}

.image-18 {
  border-radius: 20px;
  margin-top: auto;
  margin-left: auto;
  box-shadow: 1px 0 29px #470000;
}

.image-19 {
  border-radius: 20px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  box-shadow: 2px 1px 29px #470000;
}

.paragraph-4 {
  margin-top: 21px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 50px;
  text-decoration: none;
}

.div-block-38 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-20 {
  border-radius: 20px;
  margin-top: 20px;
  box-shadow: 2px 1px 29px #470000;
}

.div-block-39 {
  width: 100%;
}

.learnmore {
  margin-left: auto;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  color: #fe0000;
  text-shadow: 3px 3px #302d2d;
  font-size: 60px;
}

.faq-section {
  margin-top: 0;
  padding: 5%;
}

.paragraph-5 {
  padding-left: 15%;
  padding-right: 15%;
}

.gws {
  color: #0000;
  background-color: #595757;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 0;
}

.columns-11 {
  border-top: 5px solid #fe0000;
}

.pagesubs {
  color: #b82d2d;
  text-shadow: 3px 3px #302d2d;
  font-size: 40px;
}

.column-12 {
  flex: 1;
}

.div-block-40 {
  padding-left: 0%;
  padding-right: 0%;
}

.other-serv-seo {
  padding: 5%;
}

.div-block-41 {
  margin-top: 47px;
}

.porfoliogroup {
  opacity: 1;
  background-image: url('../images/oceanic-wave.com--Circle.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 100px;
  display: flex;
}

.porfoliogroup.epic-gig {
  background-image: url('../images/GIG1.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 100px;
}

.porfoliogroup.tg-gym {
  background-image: url('../images/Touchgloves-Gym-34.jpg');
  background-position: 50% 44%;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 100px;
}

.porfoliogroup.schmoo-copy {
  background-image: url('../images/bathbombs.jpg');
  flex-direction: column;
}

.porfoliogroup.pattest {
  background-image: url('../images/ELIVATE-CARE2.jpg');
  flex-flow: column;
}

.porfoliogroup.bobhs {
  background-image: url('../images/Battle-of-Britain-Monument-Night-10.jpg');
  flex-flow: column;
}

.porfoliogroup.fds {
  background-image: url('../images/Force-Development-Services.png');
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
}

.porfoliogroup.kwt {
  flex-flow: column;
}

.porfoliogroup.occ {
  background-image: url('../images/HAND-OVER.jpg');
  flex-flow: column;
}

.porfoliogroup.occ.ar {
  background-image: url('../images/WhatsApp-Image-2024-08-28-at-15.18.39_5b7b7d0c.jpg');
}

.porfoliogroup.occ.laker-kitchens {
  background-image: url('../images/napoli-beige_741686104.jpg');
  background-position: 0 0;
  background-size: cover;
}

.porfoliogroup.occ.tech4bus {
  background-image: url('../images/futuristic-data-visualisation-2.jpg');
}

.porfoliogroup.occ.kearns {
  background-image: url('../images/image-of-open-paint-tins-in-different-colors.jpg');
}

.porfoliogroup.occ.walk-and-talk {
  background-image: url('../images/Walk-and-Talk-6.jpg');
}

.porfoliogroup.occ.pdpattest {
  background-image: url('../images/PAT-Portable-Appliance-Testing-for-DJs-and-contractors.jpg');
}

.porfoliogroup.occ.honbou {
  background-image: url('../images/rough-and-rugged-Background1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.porfoliogroup.occ.moffats {
  background-image: url('../images/pexels-karoldach-582486.jpg');
}

.porfoliogroup.mmmm {
  background-image: url('../images/Van4.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.business-logo {
  flex-direction: row;
  width: 25%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.job-info {
  color: #fff;
  max-width: 100%;
  margin: auto;
}

.portfoliogroup {
  background-image: url('../images/anne-nygard-lEa9jGZz-r8-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px #000;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 100px;
  display: flex;
}

.portfoliogroup.rachelscandy {
  background-image: url('../images/312592074_565163692279418_2214980058879206384_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1120px;
  background-attachment: scroll;
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 100px;
}

.image-21 {
  vertical-align: middle;
  background-color: #000000db;
  border: 1px #000;
  border-radius: 20px;
  width: auto;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  display: block;
}

.the-brief {
  padding: 5%;
}

.result {
  padding-left: 5%;
  padding-right: 5%;
}

.the-review {
  margin-bottom: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.the-brief-heading {
  text-align: left;
  margin-top: 40px;
  padding-left: 5%;
  font-family: Mulish, sans-serif;
  font-size: 60px;
}

.the-brief-text {
  text-align: left;
  padding: 2% 5%;
  font-family: Mulish, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

.review-stars {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-44 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
  padding-left: 5%;
}

.portfolio-brief {
  margin-top: 0;
  padding-top: 140px;
}

.link-block-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-22 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-45 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-46 {
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-23, .image-24 {
  width: 50%;
}

.mask-2 {
  position: static;
}

.touchgloves {
  margin-top: 20px;
}

.touchgloves-brief {
  margin-top: 0;
  padding-top: 140px;
}

.rachels-candy-shop-web {
  background-color: #0000;
  margin-top: 20px;
}

.button {
  text-align: center;
  background-color: #b82d2d;
  border-radius: 21px;
  max-width: 160px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  line-height: 34px;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
  box-shadow: 0 2px 5px #000;
}

.link-block-3 {
  width: 100%;
}

.website-portfolio-section {
  background-color: #302d2dcc;
  overflow: visible;
}

.heading-10 {
  color: #0f0f10;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cell {
  justify-content: center;
  align-items: center;
}

.container-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  max-width: none;
  height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.portfolio-image {
  width: 100%;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
}

.image-26 {
  margin-bottom: 2%;
  margin-left: 3%;
  margin-right: auto;
}

.image-27 {
  margin-bottom: 2%;
  margin-right: 3%;
}

.image-28 {
  margin-bottom: 2%;
  margin-left: 3%;
}

.image-29 {
  margin-bottom: 2%;
  margin-right: 3%;
}

.bold-text-6 {
  font-size: 51px;
  line-height: 44px;
  display: block;
}

.container-13 {
  display: flex;
}

.container-14 {
  width: 100%;
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
}

.container-15 {
  max-width: none;
}

.heading-11 {
  color: #020202;
  text-align: center;
}

.list {
  color: #040404;
  text-align: left;
  margin-bottom: auto;
  padding-left: 0;
  font-family: Varela, sans-serif;
  font-size: 22px;
  font-style: normal;
  line-height: 30px;
  text-decoration: none;
}

.list-item {
  line-height: 30px;
  list-style: none;
  display: block;
}

.container-16 {
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 50%;
  margin: auto 15px;
  padding: 10px;
  display: flex;
}

.container-17 {
  max-width: 1320px;
  display: flex;
}

.container-18, .container-19, .containers, .container-20, .container-21, .container-22 {
  display: flex;
}

.link-block-4 {
  width: 30%;
}

.image-25-copy {
  width: 100%;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-image-block {
  width: 50%;
}

.container-23 {
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 40px;
}

.facebook {
  height: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.html-embed {
  text-align: right;
  width: 50px;
  margin-left: auto;
}

.html-embed-2 {
  color: #0c0c0c;
  text-align: center;
  background-color: #858282;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  display: block;
  position: static;
  box-shadow: 4px 4px #fe0303;
}

.heading-12 {
  color: #0a0a0a;
  text-align: center;
  margin-top: 40px;
  font-family: Mulish, sans-serif;
}

.link-block-5 {
  -webkit-text-stroke-color: #f8f8f8;
  background-color: #0000;
  width: 100%;
}

.email-link {
  color: #f8f8f8;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.link-block-6 {
  color: snow;
  width: 100%;
  text-decoration: none;
}

.html-embed-3 {
  width: 50px;
  margin-top: 20px;
  margin-right: 20px;
}

.epicgig-logo {
  border-radius: 20px;
  width: 100%;
  margin: auto auto auto 50px;
  padding-left: 0;
}

.image-30 {
  width: 200px;
  margin-left: 50px;
}

.image-31 {
  border-radius: 20px;
  width: 200px;
  margin-left: 50px;
}

.div-block-47 {
  line-height: 10px;
  position: static;
}

.video {
  min-width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
  padding-bottom: 0;
}

.image-32 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex: 1;
  order: 0;
  width: 100%;
  position: relative;
}

.container-25 {
  width: 60vw;
  max-width: none;
  height: auto;
}

.epicgig {
  height: auto;
}

.div-block-49 {
  display: flex;
}

.body-2, .body-3, .body-4, .body-5 {
  margin-top: 0;
}

.div-block-50 {
  flex-direction: row;
  align-items: stretch;
  width: auto;
  padding-left: 20px;
  display: flex;
}

.div-block-51 {
  display: flex;
}

.div-block-52 {
  width: 100%;
  display: flex;
}

.container-26 {
  border: 1px #000;
  border-radius: 20px;
  flex-direction: column;
  max-width: 100%;
  display: flex;
}

.container-27 {
  flex-direction: column;
  display: flex;
}

.div-block-53 {
  display: flex;
}

.link-block-7 {
  margin-left: auto;
  margin-right: auto;
}

.container-28 {
  padding-top: 0;
}

.calendly-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 800px;
  display: block;
}

.pricing-section {
  justify-content: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed-4 {
  color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.html-embed-5 {
  width: auto;
  max-width: 75%;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-6 {
  color: #0a0a0a;
  font-family: Exo, sans-serif;
}

.image-33 {
  border: 1px solid #000;
  border-radius: 20px;
  max-width: 100%;
}

.div-block-54, .div-block-55, .spacer-block {
  height: 100px;
}

.div-block-57, .div-block-58, .div-block-59 {
  height: 110px;
}

.html-embed-6 {
  display: none;
}

.new-product {
  background-color: #b82d2d;
  border: 1px solid #000;
  border-radius: 16px;
  justify-content: space-between;
  width: 100%;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.html-embed-7 {
  width: 100%;
}

.section-12 {
  margin-bottom: 58px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-30 {
  width: 80%;
  max-width: 940px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 26px;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 32px;
  font-weight: 400;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.book-now {
  text-align: center;
  background-color: #050505;
  border-radius: 18px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.heading-13 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.heading-14 {
  text-align: center;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.div-block-60 {
  align-self: center;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Exo, sans-serif;
}

.div-block-61 {
  align-self: center;
  padding-right: 10px;
}

.div-block-62 {
  align-self: center;
}

.image-34 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.collection-list-wrapper {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.collection-list {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-13 {
  flex-direction: column;
  justify-content: center;
  margin-top: 3px;
  padding-top: 0;
  display: block;
}

.heading-15 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Exo, sans-serif;
}

.thumbnail {
  object-fit: cover;
  margin-top: auto;
  margin-bottom: auto;
  position: static;
}

.div-block-63 {
  border: 2px solid #000;
  border-radius: 0;
  align-items: center;
  width: 80%;
  margin: 10px;
  display: flex;
}

.div-block-64 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.paragraph-7 {
  width: 100%;
  margin-right: -32px;
  font-family: Exo, sans-serif;
  text-decoration: none;
}

.div-block-65 {
  text-align: center;
  border: 2px solid #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.collection-item {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  display: flex;
  position: static;
}

.heading-17 {
  color: #000;
  text-align: center;
}

.image-35 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-66 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-67 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block {
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  font-family: Mulish, sans-serif;
  display: block;
}

.link-block-8 {
  color: #000;
  border: 2px solid #000;
  margin: 10px;
  font-family: Mulish, sans-serif;
  text-decoration: none;
  display: flex;
}

.div-block-68 {
  display: flex;
}

.text-block-11 {
  margin-left: 10px;
}

.link {
  color: #202020a1;
  font-family: Mulish, sans-serif;
  font-size: 19px;
  text-decoration: none;
}

.blog-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 109px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-section.proweb {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.rich-text-block-2 {
  margin-top: 54px;
  font-family: Mulish, sans-serif;
}

.text-block-12 {
  font-family: Mulish, sans-serif;
}

.heading-18 {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Mulish, sans-serif;
  line-height: 45px;
}

.back-to-blog-list {
  color: #000000b0;
  font-family: Mulish, sans-serif;
  font-size: 19px;
  text-decoration: none;
}

.container-31 {
  padding-top: 32px;
}

.div-block-69 {
  margin: 10px;
}

.text-block-13 {
  margin-left: 10px;
  margin-right: 10px;
}

.link-block-9 {
  color: #000;
  border: 2px solid #000;
  justify-content: flex-start;
  align-items: center;
  margin: 10px;
  text-decoration: none;
  display: flex;
}

.image-36 {
  object-fit: cover;
  min-width: 100%;
}

.div-block-70 {
  width: 250px;
}

.section-14 {
  background-color: #fcfcfc;
  height: 120px;
}

.spacer {
  background-color: #fff;
  height: 120px;
}

.container-32 {
  color: #000;
  text-decoration: none;
}

.paragraph-9 {
  font-weight: 400;
}

.div-block-71 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.blogpara {
  margin-top: 37px;
}

.blog-image {
  max-width: 60%;
  margin: 60px auto 20px;
  display: block;
}

.image-38 {
  max-width: 40%;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-39 {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-72 {
  height: 600px;
}

.div-block-73 {
  height: 650px;
}

.link-block-10 {
  margin-left: auto;
  margin-right: auto;
}

.heading-19 {
  text-align: center;
}

.section-15 {
  flex: 1;
  width: 100vw;
  display: flex;
}

.section-16 {
  width: auto;
  max-height: 50px;
  display: flex;
}

.div-block-74 {
  text-align: right;
  object-fit: fill;
  justify-content: flex-start;
  width: 40%;
  display: flex;
}

.link-2 {
  color: #c0cdd3;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.text-block-14 {
  min-width: 60px;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.div-block-75 {
  display: flex;
}

.div-block-76 {
  width: 80%;
}

.bold-text-7, .bold-text-8 {
  font-family: Exo, sans-serif;
}

.div-block-78 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-40 {
  border-radius: 25px;
  max-width: 26%;
  margin-bottom: 10px;
  box-shadow: 0 2px 29px #0003;
}

.heading-20 {
  font-family: Exo, sans-serif;
}

.image-41 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  display: block;
  position: static;
  overflow: visible;
}

.image-42 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.image-43 {
  height: 50%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-79 {
  order: 1;
}

.image-44 {
  width: 300px;
  max-width: 300px;
}

.image-45 {
  width: 300px;
  max-width: 300px;
  margin-top: auto;
  margin-bottom: auto;
}

.heading-21 {
  font-size: 15px;
  line-height: 36px;
}

.link-block-11 {
  width: 100%;
}

.link-block-11.w--current {
  text-align: center;
  text-decoration: underline;
}

.div-block-80 {
  margin-top: 10px;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.blogpara-copy {
  margin-top: 37px;
}

.blog-image-copy {
  max-width: 40%;
  margin: 60px auto 20px;
  display: block;
}

.stats {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-81 {
  background-color: #b82d2d;
  border: 1px solid #000;
  border-radius: 33px;
  width: 130px;
  min-height: 145px;
}

.heading-22 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 21px;
}

.heading-23 {
  text-align: center;
  font-size: 54px;
}

.div-block-81-copy {
  background-color: #b82d2d;
}

.image-46 {
  max-width: 500px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-82 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed {
  margin-top: 30px;
}

.image-47 {
  float: right;
  width: 250px;
  margin-bottom: -487px;
  margin-left: -4px;
  margin-right: 0;
  position: relative;
  top: -206px;
  left: 36px;
  right: auto;
}

.image-47.tav {
  float: left;
  top: 362px;
  left: auto;
  right: 50px;
}

.image-47.reedy {
  margin-right: -196px;
}

.code-embed-2 {
  min-width: 75%;
  max-width: 75px;
}

.image-48 {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.image-48.tav {
  background-color: #fff0;
}

.div-block-83 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-12 {
  margin-left: auto;
  margin-right: auto;
}

.link-block-13 {
  display: block;
}

.image-49 {
  max-width: 50%;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.code-embed-3 {
  min-width: 100%;
  max-width: 100%;
}

.div-block-84 {
  min-width: 75%;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-24 {
  color: var(--black);
  font-size: 50px;
}

.bold-text-9 {
  width: 100%;
  line-height: 37px;
}

.blog-image-copy-copy {
  max-width: 40%;
  margin: 60px auto 20px;
  display: block;
}

.div-block-85 {
  width: 87%;
}

@media screen and (max-width: 991px) {
  .navbar {
    height: auto;
    min-height: auto;
    overflow: visible;
  }

  .brand.reedys-web-design-logo {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    display: block;
    position: relative;
  }

  .image {
    max-width: 60%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    background-color: #2e2e2e;
  }

  .section {
    height: 310px;
  }

  .page-title {
    margin-top: 0;
  }

  .page-sub-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 35px;
  }

  .container {
    flex-flow: column;
    align-content: center;
    align-items: stretch;
    height: 60%;
    margin-top: 0;
    margin-bottom: 18px;
  }

  .nav-bar {
    height: 20%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .contactme {
    margin-top: -424px;
  }

  .contactme.topper {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .contactme.cmmob {
    margin-top: 17px;
  }

  .hero-section {
    flex-flow: column wrap;
    place-content: flex-start center;
    align-items: stretch;
    height: auto;
    min-height: auto;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .main-heading {
    margin-top: auto;
  }

  .main-heading.lower {
    margin-top: -4px;
  }

  .main-heading.lower.red {
    justify-content: center;
    display: flex;
  }

  .main-heading._1 {
    text-align: center;
    width: 100vw;
    margin-top: 0;
    margin-left: auto;
    padding-left: 0;
  }

  .main-heading._1.main {
    width: auto;
    margin-top: 69px;
  }

  .main-heading.dark {
    justify-content: center;
    margin-top: auto;
    display: flex;
  }

  .main-heading.hosting {
    margin-top: auto;
    padding-top: 26px;
  }

  .column {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    height: 50%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .column.details {
    flex-direction: column;
    place-content: flex-start center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .hero-para {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0;
    padding-left: 0;
    display: block;
    position: static;
  }

  .div-block {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    height: auto;
    max-height: none;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .div-block-2 {
    flex-flow: column;
    place-content: flex-start center;
    align-items: center;
    width: 100vw;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .div-block-2.devpic {
    padding-top: 127px;
  }

  .profile-pic.webdesign.logodes {
    flex: 0 auto;
    width: auto;
    min-width: auto;
    max-width: 70%;
    height: auto;
    max-height: none;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .profile-pic.webdesign.logodes.seopic {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .profile-pic.webdesign.webdes {
    width: 470px;
    margin-top: 134px;
    margin-left: 116px;
  }

  .profile-pic.webdesign.webdes.code {
    min-width: auto;
    max-width: 100%;
    max-height: 80%;
    margin-top: auto;
    margin-left: auto;
  }

  .profile-pic.webdesign.webdes.comp1 {
    max-width: 70%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .profile-pic.profile {
    margin-top: 34px;
    margin-left: auto;
  }

  .web-design-section {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100vw;
    height: auto;
    display: flex;
  }

  .logo-design-section {
    flex-flow: column;
    place-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: static;
  }

  .website-development-section {
    flex-flow: column;
    place-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 50px;
    display: flex;
  }

  .seo-section, .hosting-and-maintenance-section {
    flex-flow: column;
    place-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .hosting-and-maintenance-section.other-serv-host {
    align-items: stretch;
  }

  .testimonials-section {
    height: auto;
    max-height: none;
    padding: 5%;
  }

  .footer-section {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
  }

  .column-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .logo-design-title {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .logo-design-title.logodes {
    margin-top: 0;
  }

  .logo-design-title.webdevhead {
    width: auto;
    margin-bottom: auto;
  }

  .heading-4 {
    padding-bottom: 40px;
  }

  .testimonial.test3 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    text-align: center;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    max-width: 60%;
    height: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .testimonial-head {
    margin-top: 10px;
  }

  .testimonial-text {
    padding-top: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }

  .testimonial-text.markstest {
    padding-top: 20px;
  }

  .five-stars {
    padding-left: 0;
  }

  .task-and-date-details {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .first-slide {
    position: static;
  }

  .container-4 {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: start flex-start;
    place-items: center;
    max-width: none;
    margin-top: auto;
    padding-bottom: 15px;
    display: flex;
  }

  .paragraph-3 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-3.white {
    margin-bottom: 10px;
  }

  .paragraph-3.white.seopara.cover {
    padding-bottom: 37px;
  }

  .paragraph-3.hostandmaint {
    width: 100%;
    min-width: 80%;
    padding-bottom: 44px;
  }

  .paragraph-3.dev {
    margin: auto;
    padding-bottom: 39px;
  }

  .seo-text-para {
    width: 100%;
    min-width: 80vw;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-3 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    height: 100vw;
    display: flex;
  }

  .columns-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .columns-5, .columns-6, .columns-7 {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    display: flex;
  }

  .container-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: -247px;
  }

  .columns-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .column-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .container-6 {
    height: 0%;
    margin-top: -917px;
  }

  .container-7 {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    height: 50%;
    padding-left: 0;
    display: block;
  }

  .free-work-stamp {
    text-align: center;
    width: 40%;
    max-width: none;
    height: 40%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .columns-9 {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .container-11 {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .column-5 {
    height: 33%;
    padding-top: 0;
    position: absolute;
  }

  .div-block-14 {
    margin-top: 0;
  }

  .text-block-4 {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    width: 100vw;
    margin: auto;
    display: flex;
    position: absolute;
  }

  .text-block-4.phone {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .opening-times {
    margin-top: 0;
  }

  .times {
    margin-top: -8px;
  }

  .column-6 {
    height: 33%;
    margin-top: -29px;
    position: absolute;
  }

  .testimonial-slider {
    align-self: stretch;
    height: auto;
    padding-bottom: 74px;
  }

  .logo-portfolio {
    flex-direction: column;
    display: flex;
  }

  .image-11 {
    margin-top: 87px;
    margin-left: -72px;
  }

  .image-11.footerlogo {
    padding-top: 0;
  }

  .testimoial-heading {
    margin-top: 0;
  }

  .logo-block {
    width: 100%;
    height: 30%;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-8 {
    margin-top: -201px;
    line-height: 98px;
    display: block;
  }

  .div-block-18 {
    margin-top: 0;
    display: block;
    position: static;
  }

  .web-design-text-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .column-7 {
    height: 33%;
    margin-top: 499px;
    padding-left: 190px;
    position: absolute;
  }

  .text-block-5 {
    margin-top: 100px;
    padding-top: 6px;
  }

  .text-block-6 {
    text-align: center;
    margin-top: 0;
  }

  .web-dev-text-1 {
    min-width: 80vw;
  }

  .title {
    width: 100%;
  }

  .main-text {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding: 5%;
    display: flex;
  }

  .contact-and-stamp {
    flex-flow: column;
    place-content: center flex-start;
    align-items: center;
    width: 100%;
    height: 20%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    display: flex;
  }

  .self-picture {
    width: 100%;
    margin-bottom: 51px;
  }

  .div-block-23 {
    align-self: center;
    height: 100%;
    padding-top: 51px;
    display: block;
  }

  .web-design-image {
    flex: 1;
    align-self: center;
    width: 100%;
    height: 50%;
    max-height: 50%;
    padding-top: 61px;
    padding-bottom: 122px;
  }

  .web-design-text {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 50%;
    display: flex;
  }

  .seo-text {
    width: 100%;
    height: 50%;
  }

  .seo-image {
    width: 100%;
    height: 50%;
    min-height: auto;
    margin-top: 66px;
    margin-bottom: 67px;
    padding-left: 0;
  }

  .hosting-maint-text, .hosting-main-title, .web-dev-image {
    width: 100%;
    height: 50%;
  }

  .web-dev-text {
    width: 100%;
    height: 50%;
    padding-top: 12px;
  }

  .logo-design-text {
    width: 100%;
    height: 50%;
    padding-top: 37px;
  }

  .logo-design-image {
    width: 100%;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .menu-button {
    margin-top: auto;
  }

  .logo-and-socials {
    flex-direction: column;
    width: 100%;
  }

  .contact-details {
    width: 100%;
    height: 33%;
  }

  .opening-hours {
    width: 100%;
    padding-top: 0;
  }

  .socials {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-24 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-25 {
    margin-top: 0;
  }

  .div-block-26 {
    width: 100%;
  }

  .div-block-27 {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .mmm {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .showcase {
    width: auto;
    display: flex;
  }

  .text-block-7 {
    width: 100%;
    height: auto;
    margin-top: auto;
    padding-top: 60px;
  }

  .column-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .image-12 {
    width: 90%;
  }

  .link-block.logoblock {
    width: 100%;
    height: auto;
  }

  .grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    grid-template-areas: "Area";
    place-content: start center;
    align-items: center;
    height: 50%;
    display: flex;
  }

  .new-logo-design {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .div-block-34 {
    width: 100%;
    padding-top: 0;
  }

  .seo-pic {
    max-width: 100%;
  }

  .learnmore {
    margin-top: auto;
  }

  .columns-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .porfoliogroup {
    flex-direction: column;
    align-items: center;
  }

  .porfoliogroup.epic-gig {
    flex-direction: column;
  }

  .business-logo {
    order: -1;
    width: 0%;
  }

  .job-info {
    order: 1;
  }

  .portfoliogroup {
    flex-direction: column;
    align-items: center;
  }

  .portfoliogroup.rachelscandy {
    flex-direction: column;
  }

  .image-21 {
    display: none;
  }

  .div-block-43 {
    flex-direction: column;
    order: 0;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .review-stars {
    width: 20%;
  }

  .portfolio-brief {
    padding-top: 70px;
  }

  .container-12 {
    flex-direction: column;
    align-items: center;
    max-width: 80vw;
  }

  .container-13, .containers, .container-21, .container-22 {
    flex-direction: column;
  }

  .portfolio-image-block {
    width: 100%;
  }

  .container-24 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .epicgig-logo {
    display: none;
  }

  .container-25 {
    width: 90vw;
  }

  .epicgig {
    width: 100%;
    height: auto;
  }

  .div-block-49 {
    order: 1;
    justify-content: center;
  }

  .container-30 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .book-now {
    text-align: center;
    font-size: 16px;
  }

  .heading-15 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-76 {
    width: 50%;
  }

  .image-47 {
    width: 100px;
    margin-bottom: -486px;
    top: -111px;
    left: -66px;
  }
}

@media screen and (max-width: 767px) {
  .page-title {
    font-size: 60px;
  }

  .page-sub-title {
    margin-bottom: -58px;
    padding-bottom: 0;
    line-height: 58px;
  }

  .contactme {
    margin-left: 178px;
  }

  .contactme.topper {
    margin-left: auto;
  }

  .contactme.cmmob {
    margin-top: 128px;
  }

  .hero-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .main-heading.lower {
    width: 100%;
    font-size: 60px;
  }

  .main-heading.lower.red {
    justify-content: center;
    font-size: 68px;
  }

  .main-heading.lower.maint {
    font-size: 68px;
    line-height: 54px;
  }

  .main-heading._1 {
    margin-top: -36px;
  }

  .main-heading._1.main {
    margin-top: 361px;
    font-weight: 600;
    line-height: 39px;
  }

  .main-heading.hosting {
    margin-top: 0;
    font-size: 58px;
    line-height: 58px;
  }

  .column.details {
    padding-top: 0;
  }

  .hero-para {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 21px;
    line-height: 30px;
  }

  .profile-pic.webdesign.logodes {
    margin-top: 144px;
    margin-left: 53px;
  }

  .profile-pic.webdesign.webdes {
    margin-top: -52px;
    margin-left: 58px;
  }

  .profile-pic.webdesign.webdes.code {
    margin-top: 30px;
  }

  .profile-pic.profile {
    margin-left: auto;
  }

  .hosting-and-maintenance-section {
    height: auto;
  }

  .hosting-and-maintenance-section.other-serv-host {
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer-section {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    position: static;
  }

  .column-2 {
    margin-top: -195px;
  }

  .logo-design-title {
    margin-top: auto;
  }

  .logo-design-title.webdevhead {
    align-items: stretch;
    width: 100%;
  }

  .testimonial.test3 {
    width: auto;
    min-width: 330px;
    height: 320px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block {
    margin-top: -42px;
  }

  .testimonial-text {
    padding-top: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .testimonial-text.markstest {
    padding-top: 0;
  }

  .task-and-date-details {
    margin-left: -3px;
  }

  .container-4 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .paragraph-3 {
    font-size: 25px;
  }

  .paragraph-3.hostandmaint {
    min-width: 80vw;
    max-width: 100vw;
    margin-top: 58px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 27px;
  }

  .seo-text-para {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .column-4 {
    padding-right: 0%;
  }

  .free-work-stamp {
    width: 100%;
    position: relative;
  }

  .socials-icons {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-14 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .text-block-4 {
    order: 1;
    width: 100%;
    margin-left: auto;
    padding-top: 40px;
  }

  .text-block-4.phone {
    order: -1;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
  }

  .opening-times {
    margin-top: auto;
    padding-top: 140px;
    padding-bottom: 0;
  }

  .times {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 20px;
  }

  .image-11 {
    margin-left: 93px;
  }

  .image-11.footerlogo {
    width: 100%;
  }

  .div-block-15 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: auto;
    position: static;
  }

  .heading-8 {
    margin-top: -127px;
    font-size: 62px;
    line-height: 64px;
  }

  .text-block-5 {
    margin-top: 100px;
  }

  .text-block-6 {
    margin-top: 20px;
  }

  .main-text {
    padding-left: 0%;
    padding-right: 0%;
  }

  .contact-details {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .opening-hours {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
  }

  .socials {
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .div-block-24 {
    width: 100%;
  }

  .div-block-25 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-26 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .text-block-7 {
    padding-top: 20px;
    font-size: 38px;
    line-height: 41px;
  }

  .image-12 {
    width: 90%;
  }

  .brief {
    font-size: 19px;
    line-height: 27px;
  }

  .div-block-40 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .the-brief-heading {
    font-size: 50px;
  }

  .the-brief-text {
    font-size: 30px;
    line-height: 40px;
  }

  .review-stars {
    width: 30%;
  }

  .portfolio-brief {
    padding-top: 70px;
  }

  .container-13, .container-24 {
    max-width: 100vw;
  }

  .html-embed {
    margin-top: 40px;
    margin-bottom: 20px;
    margin-right: auto;
  }

  .html-embed-2 {
    width: 80%;
  }

  .epicgig-logo, .image-30, .image-31 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-28 {
    padding-top: 70px;
  }

  .container-29 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-55 {
    height: 70px;
  }

  .spacer-block {
    height: 78px;
  }

  .div-block-57, .div-block-58, .div-block-59 {
    height: 70px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .blog-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-image {
    max-width: 60%;
  }

  .image-38 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-74 {
    width: 60%;
  }

  .div-block-76 {
    width: 40%;
  }

  .blog-image-copy {
    max-width: 60%;
  }

  .stats {
    max-width: 100vw;
  }

  .image-47 {
    top: 38px;
  }

  .blog-image-copy-copy {
    max-width: 60%;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 100%;
  }

  .nav-menu {
    background-color: #2e2e2e;
  }

  .section {
    height: 430px;
  }

  .page-title {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 45px;
    line-height: 50px;
  }

  .page-sub-title {
    text-shadow: none;
    margin-top: 14px;
    margin-bottom: -24px;
    font-size: 22px;
    line-height: 39px;
  }

  .contactme {
    margin-left: 125px;
  }

  .contactme.topper {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-bottom: 0;
  }

  .contactme.cmmob {
    margin-left: auto;
  }

  .hero-section {
    flex-flow: column;
    justify-content: center;
    max-width: 100vw;
    height: auto;
  }

  .main-heading {
    text-shadow: none;
    margin-top: 0;
    margin-bottom: -11px;
    font-size: 24px;
    line-height: 20px;
  }

  .main-heading.lower {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 40px;
  }

  .main-heading.lower.red {
    justify-content: center;
    width: 100%;
    font-size: 42px;
  }

  .main-heading.lower.maint {
    margin-top: 10px;
    font-size: 50px;
  }

  .main-heading._1 {
    text-align: center;
    margin-top: 348px;
    margin-bottom: 54px;
    padding-left: 13px;
  }

  .main-heading._1.main {
    margin-top: 136px;
    padding-bottom: 46px;
    padding-left: 0;
    padding-right: 0;
  }

  .main-heading.dark {
    margin-top: auto;
  }

  .main-heading.dark.logo {
    margin-top: 539px;
  }

  .main-heading.dark.logo.cover {
    margin-top: auto;
  }

  .main-heading.dark.cover {
    margin-top: auto;
    font-size: 50px;
    line-height: 41px;
  }

  .main-heading.dark.seo-page {
    padding-top: 20px;
  }

  .main-heading.hosting {
    margin-top: 20px;
    font-size: 43px;
    line-height: 42px;
  }

  .main-heading.wd1 {
    margin-top: 40px;
  }

  .column {
    flex-wrap: nowrap;
    padding-top: 0;
    padding-bottom: 280px;
  }

  .hero-para {
    margin-top: 0;
    margin-left: -10px;
    margin-right: auto;
    font-size: 15px;
    line-height: 22px;
  }

  .div-block {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    max-width: 90%;
    margin-top: 0;
  }

  .profile-pic.webdesign.logodes {
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
  }

  .profile-pic.webdesign.logodes.seopic {
    margin-top: 14px;
  }

  .profile-pic.webdesign.webdes {
    margin-top: 833px;
    margin-left: 6px;
  }

  .profile-pic.webdesign.webdes.code {
    margin-top: -14px;
  }

  .profile-pic.webdesign.webdes.comp1 {
    margin-top: 814px;
  }

  .profile-pic.profile {
    width: auto;
    height: 260px;
    margin-top: auto;
    margin-left: auto;
  }

  .web-design-section {
    justify-content: flex-start;
    width: 100%;
    padding-top: 26%;
  }

  .logo-design-section {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .website-development-section {
    justify-content: flex-start;
    height: auto;
  }

  .seo-section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hosting-and-maintenance-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer-section {
    height: auto;
  }

  .column-2 {
    margin-top: -351px;
  }

  .logo-design-title {
    width: 100%;
    margin-top: 0;
    margin-bottom: 47px;
    padding-top: 0;
  }

  .logo-design-title.top {
    margin-top: -629px;
    margin-bottom: 142px;
  }

  .logo-design-title.top.webdes {
    margin-top: -804px;
  }

  .logo-design-title.seopic {
    margin-top: -693px;
  }

  .logo-design-title.logodes {
    width: 100%;
    margin-top: auto;
  }

  .logo-design-title.seotitl {
    width: 100vw;
    margin-top: 0;
  }

  .logo-design-title.webdevhead {
    margin-top: auto;
  }

  .heading-4 {
    font-size: 45px;
  }

  .testimonial.test3 {
    min-width: 252px;
    height: auto;
    padding-left: 2px;
    padding-right: 2px;
  }

  .text-block {
    margin-top: -11px;
    padding-left: 0;
  }

  .testimonial-text {
    margin-bottom: 44px;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    font-weight: 400;
  }

  .paragraph-3 {
    width: 100%;
    margin: 178px 0 auto;
    font-size: 15px;
    line-height: 27px;
  }

  .paragraph-3.white {
    margin-top: 168px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .paragraph-3.white.seopara {
    margin-top: -180px;
  }

  .paragraph-3.white.seopara.cover {
    margin-top: 45px;
  }

  .paragraph-3.white.coverpage {
    max-width: 80%;
    padding: 16px 2% 52px;
    font-size: 17px;
    line-height: 36px;
  }

  .paragraph-3.white.seopage {
    margin-top: 0;
    padding-top: 0;
  }

  .paragraph-3.hostandmaint {
    margin-top: 0;
    font-size: 15px;
    line-height: 23px;
  }

  .paragraph-3.dev {
    margin-top: 0;
  }

  .paragraph-3.faq {
    padding-top: 0;
  }

  .seo-text-para {
    width: 100%;
    min-width: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 2%;
    padding-right: 2%;
  }

  .columns-6 {
    margin-top: 447px;
  }

  .column-4 {
    width: 86vw;
    margin-top: 92px;
  }

  .container-8 {
    margin-top: 720px;
  }

  .free-work-stamp {
    margin-top: 0;
    margin-left: -6px;
    position: static;
  }

  .socials-icons {
    margin-left: auto;
  }

  .div-block-14 {
    flex-flow: column;
    place-content: center space-around;
    align-items: center;
  }

  .text-block-4 {
    margin-top: 44px;
    margin-bottom: 8px;
    padding-bottom: 0;
    font-size: 18px;
  }

  .text-block-4.phone {
    margin-top: 10px;
  }

  .opening-times {
    padding-top: 40px;
  }

  .image-11 {
    margin-top: 84px;
    margin-left: 118px;
  }

  .logo-block {
    margin-top: 0;
  }

  .heading-8 {
    margin-top: -268px;
    font-size: 46px;
  }

  .web-design-text-1 {
    max-width: 80vw;
  }

  .column-7 {
    flex-flow: column wrap;
    place-content: stretch center;
    align-items: center;
    margin-top: 616px;
    padding-left: 11px;
    display: flex;
  }

  .text-block-5 {
    margin-top: 100px;
  }

  .text-block-6 {
    margin-top: 40px;
  }

  .web-dev-text-1 {
    width: 90%;
    margin-top: -125px;
  }

  .web-dev-text-1.webdevpar {
    width: 100%;
    min-width: auto;
    margin-top: auto;
  }

  .div-block-21 {
    margin-top: -244px;
  }

  .main-text {
    height: auto;
  }

  .self-picture {
    margin-top: -46px;
    padding-top: 0;
  }

  .hosting-maint-text {
    padding-left: 2%;
    padding-right: 2%;
  }

  .logo-design-text {
    order: -1;
    height: auto;
    font-size: 8px;
    line-height: 17px;
  }

  .opening-hours {
    margin-top: auto;
    padding-top: 220px;
    display: block;
  }

  .socials {
    flex-direction: row;
    align-items: stretch;
    min-width: 100%;
    display: flex;
  }

  .div-block-25 {
    display: flex;
  }

  .text-block-7 {
    color: #fa0606;
    padding-top: 20px;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
  }

  .text-block-7.gws {
    padding-left: 0;
    font-size: 30px;
    line-height: 34px;
  }

  .image-12 {
    width: 90%;
  }

  .image-13.logopicgrid {
    height: auto;
  }

  .link-block.logoblock {
    padding-bottom: 0;
  }

  .image-14.logopicgrid {
    min-width: 0%;
    height: 300px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .new-logo-design {
    padding-top: 75px;
  }

  .div-block-34 {
    order: 1;
    width: 100%;
  }

  .about-me {
    padding-top: 31%;
  }

  .brief {
    margin-bottom: 18%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .paragraph-4 {
    font-size: 20px;
  }

  .learnmore {
    margin-top: 22px;
  }

  .faq-section {
    padding-top: 32%;
  }

  .pagesubs {
    font-size: 23px;
  }

  .div-block-41 {
    width: 100%;
    margin-top: 10px;
  }

  .div-block-42 {
    width: 100%;
  }

  .the-brief-heading {
    text-align: center;
    padding-left: 0%;
    font-size: 30px;
  }

  .the-brief-text {
    text-align: center;
    font-size: 12px;
    line-height: 23px;
  }

  .review-stars {
    text-align: center;
    width: 50%;
    display: block;
  }

  .div-block-44 {
    padding-left: 0%;
  }

  .portfolio-brief {
    padding-top: 70px;
  }

  .div-block-45 {
    flex-direction: column;
    width: 90%;
  }

  .div-block-46 {
    flex-direction: column;
  }

  .image-23, .image-24 {
    width: 100%;
  }

  .website-portfolio-section {
    margin-left: auto;
    margin-right: auto;
  }

  .container-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-20 {
    flex-direction: column;
  }

  .container-24 {
    min-width: 100vw;
    max-width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .html-embed {
    margin-bottom: 40px;
    margin-right: auto;
  }

  .html-embed-2 {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-6 {
    flex-direction: row;
    display: flex;
  }

  .epicgig-logo, .image-31 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-28 {
    padding-top: 0;
  }

  .calendly-section {
    margin-top: -71px;
  }

  .div-block-55, .spacer-block {
    height: 70px;
  }

  .container-30 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-heading.margin-bottom-32px {
    font-size: 22px;
    line-height: 31px;
  }

  .heading-14 {
    font-size: 12px;
  }

  .heading-16 {
    font-size: 15px;
  }

  .paragraph-7 {
    font-size: 10px;
  }

  .rich-text-block {
    margin-top: 29px;
    font-size: 11px;
  }

  .rich-text-block-2 {
    font-size: 12px;
  }

  .heading-18 {
    font-size: 25px;
    line-height: 33px;
  }

  .back-to-blog-list {
    margin-left: 10px;
  }

  .link-block-9 {
    flex-flow: column;
    max-width: 100vw;
  }

  .image-36 {
    object-fit: contain;
    width: 100%;
  }

  .paragraph-8 {
    margin-top: 10px;
    font-size: 12px;
  }

  .div-block-70 {
    width: 299px;
  }

  .container-32 {
    max-width: 100vw;
    margin-bottom: 66px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-33 {
    margin-top: -116px;
  }

  .div-block-74 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .link-2 {
    width: 50px;
    min-width: 50%;
    display: flex;
  }

  .text-block-14 {
    flex: 1;
    width: 100%;
    min-width: 50%;
    max-width: 0;
  }

  .div-block-76 {
    width: 10%;
  }

  .div-block-77 {
    flex: none;
    max-width: 0;
    overflow: visible;
  }

  .section-17 {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .stats {
    flex-flow: column;
    min-width: 100px;
  }

  .div-block-81 {
    width: 200px;
    margin-bottom: -50px;
  }

  .image-47 {
    top: 28px;
  }

  .image-47.tav {
    top: 508px;
    right: -20px;
  }

  .div-block-83 {
    flex-flow: column;
  }
}

#w-node-a14c3450-0654-e46b-b824-a90de0018bf0-26f5910a {
  grid-area: Area;
}

#w-node-e5aee9ce-7212-cec5-ca9a-efb9476d4e61-26f5910a, #w-node-_2938beda-c1b4-f5df-d102-2c5136fdd214-26f5910a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


