p,
li,
button,
form,
label,
input,
textarea {
  font-family: "CenturyGothic";
}

@media screen and (max-width: 2000px) {
  #hero_shape {
    transform: scaleY(1.2);
  }
}
@media screen and (max-width: 1850px) {
  #hero_shape {
    transform: scale(1.4);
  }
}
@media screen and (max-width: 1650px) {
  #hero_shape {
    transform: scale(1);
  }
}
@media screen and (max-width: 1550px) {
  #hero_shape {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1450px) {
  #hero_shape {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 1350px) {
  #hero_shape {
    transform: scale(1.4);
  }
}
@media screen and (max-width: 1150px) {
  #hero_shape {
    transform: scale(1);
  }
}
@media screen and (max-width: 700px) {
  #hero_shape {
    transform: scale(2);
  }
}

#hosting_hero {
  margin-bottom: 50px;
}
#hosting_hero .hero_grid {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 2250px) {
  #hosting_hero .hero_grid {
    place-items: start;
  }
  #hosting_hero .hero_grid h1 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1650px) {
  #hosting_hero .hero_grid {
    place-items: center;
  }
  #hosting_hero .hero_grid .paragraph {
    color: #858599;
  }
}
#hosting_hero h1 {
  color: #ffffff;
}
#hosting_hero .paragraph {
  font-size: 1.4em;
  color: #ffffff;
  line-height: 2em;
  font-weight: 400;
  font-family: "CenturyGothic";
  max-width: 550px;
}

#hosting_benefits .services_grid {
  padding-top: 100px;
  margin-bottom: 100px;
}
#hosting_benefits .services_grid .service img {
  height: 300px;
}
#hosting_benefits .services_grid .service img#uk_based {
  transform: scaleX(1.2);
}
#hosting_benefits .services_grid .service #uk_based_header {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#full_site_builds h2 {
  margin: 0;
}

.site_builds_grid .site_builds_panel#website_builder .site_builds_image_container img {
  transform: scale(1.2);
}
.site_builds_grid .site_builds_panel .site_builds_subtitle {
  line-height: 1.5em;
  margin-top: 20px;
}
.site_builds_grid .site_builds_panel .site_builds_price {
  font-size: 2.5em;
  margin-bottom: 25px;
}
.site_builds_grid .site_builds_panel .site_builds_tick_list li p {
  font-size: 1.15em;
  font-size: 1em;
}
.site_builds_grid .site_builds_panel p.bold {
  text-align: left;
  margin-top: 30px;
  line-height: 1.6em;
}
.site_builds_grid .site_builds_panel button {
  padding: 10px;
}
.site_builds_grid button {
  font-weight: 400;
}

.hero_button_group button {
  font-weight: 400;
}

.portfolio_filters {
  padding: 15px 0;
  margin-top: 20px;
  margin-bottom: -30px;
}

.site_builds_whats_included {
  margin-top: 30px;
}

#hosting_plan_includes_container {
  margin: 100px 0;
}
#hosting_plan_includes_container div {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding: 0 40px 20px;
  box-sizing: border-box;
}
#hosting_plan_includes_container div img {
  box-sizing: border-box;
  transform: scale(1.2);
}
#hosting_plan_includes_container div p {
  margin: 0;
  font-family: "CenturyGothicBold";
}

#hosting_add_ons {
  padding-bottom: 200px;
}
#hosting_add_ons h2 {
  margin-bottom: 100px;
}

.icon_grid .icon_grid_item {
  grid-template-columns: 120px 1fr;
  text-align: left;
  font-family: "CenturyGothic";
  grid-gap: 30px;
}
.icon_grid .icon_grid_item .icon_grid_svg_container {
  height: 120px;
  display: grid;
  place-items: center;
}
.icon_grid .icon_grid_item .icon_grid_svg_container img {
  max-height: 70px;
  max-width: 70px;
  margin: auto;
}

@media screen and (max-width: 1150px) {
  #hosting_hero .hero_grid {
    grid-template-columns: 1fr;
    margin-top: 120px;
    margin-left: 0;
    padding: 0 30px;
    grid-gap: 0;
    text-align: center;
  }
  #hosting_hero .hero_grid .hero_image {
    max-width: 500px;
  }
  #hosting_hero .hero_grid h1 {
    color: #55249a;
  }
  #hosting_hero .hero_grid .paragraph {
    max-width: unset;
  }
  #benefits .services_grid {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  #benefits .services_grid .service img {
    height: 200px;
  }
}
@media screen and (max-width: 950px) {
  #hosting_plan_includes_container div {
    width: 40%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .title_container {
    margin-top: 80px;
  }
  .hero_content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 700px) {
  #hosting_hero .hero_grid {
    margin: 50px 0 0 0;
  }
  #hosting_hero .hero_grid img {
    right: 0;
    transform: scale(1);
    padding: 0;
  }
  .hero_content {
    margin-top: 0;
  }
  .site_builds_whats_included_content {
    display: none;
  }
  .site_builds_grid .site_builds_panel .site_builds_subtitle {
    font-size: 1.25em;
  }
  .site_builds_grid .site_builds_panel .site_builds_tick_list {
    display: block;
  }
  .site_builds_grid .site_builds_panel .site_builds_tick_list li p {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 600px) {
  #hosting_plan_includes_container div {
    width: 45%;
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  .title_container {
    margin-top: 60px;
  }
}
@media screen and (max-width: 450px) {
  #hosting_plan_includes_container div {
    width: 100%;
    padding: 0 20px;
  }
}

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