﻿body {
  font-size: 1.1em;
  -webkit-font-smoothing: antialiased;
}
body a {
  color: #d9345d;
}
button:focus {
  outline: none;
}
h1,
h2,
h3 {
  font-family: 'proxima-nova', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 2.9rem;
  font-weight: 800;
  text-align: center;
}
h1 {
  letter-spacing: -2px;
}
h3 {
  font-size: 1.3rem;
  text-align: left;
}
.input-validation-error {
  border: 1px solid #f784ee;
}
header {
  text-align: center;
  padding-bottom: 20px;
}
header img {
  max-height: 60px;
}
.divider {
  height: 50px;
  display: block;
  clear: both;
}
section {
  padding: 50px 0;
}
.hero-holder {
  padding: 0;
  width: 100%;
  height: 540px;
  display: block;
  overflow: hidden;
}
.hero-holder .relax {
  text-align: left;
  position: relative;
  float: left;
  top: 27%;
  left: 50%;
  z-index: 1;
  padding: 0;
  color: white;
  text-shadow: 3px 3px 3px #000;
  transform: translateY(-50%);
  transform: translateX(-50%);
  font-size: 46pt;
}
.hero {
  width: 100%;
  height: inherit;
  position: relative;
  display: block;
  background: url(/Images/hero2.jpg) no-repeat center top;
}
.hero.loaded {
  background: url(/Images/hero2.jpg) no-repeat center top;
  background-size: cover;
  -webkit-animation: kenburns-top 8s ease-out both;
  animation: kenburns-top 8s ease-out both;
}
.hero.pike {
  background: url(/Images/pike.jpg) center center no-repeat;
  height: 600px;
  background-size: cover;
}
.hero.pigeon {
  background: url(/Images/pigeon.jpg) center center no-repeat;
  height: 450px;
  max-width: 600px;
  background-size: cover;
  margin: auto;
}
.hero.telephone {
  background: url(/Images/tel.jpg) center center no-repeat;
  width: 100%;
  background-size: cover;
  height: 540px;
}
p {
  display: block;
  width: 100%;
  margin: 20px 0;
  line-height: 22pt;
}
.btnpink {
  padding: 10px 20px;
  background: #d9345d;
  color: white;
  text-transform: uppercase;
  margin: auto;
  font-weight: bold;
  border: 1px solid #d9345d;
  transition: background ease-in 0.5s;
}
.btnpink:hover {
  background: #8d1a37;
  cursor: pointer;
}
.btnpink:hover a {
  text-decoration: none;
}
.form .form-control {
  box-shadow: 1px 1px 1px #ccc;
}
.form label {
  margin-top: 15px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.form small {
  opacity: 0.7;
  padding: 3px 5px;
  color: #d9345d;
  margin-bottom: 15px;
  display: block;
}
.contactform,
.intro {
  background: linear-gradient(45deg, #f6fdff, #fff);
  padding: 50px 0;
}
.validation-summary-errors {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 10px;
}
.tel {
  left: 20px;
  top: 15px;
  position: absolute;
  background: #000;
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 5px;
}
.tel a {
  color: #fff !important;
}
.nav-toggle {
  right: 15px;
  top: 10px;
  position: absolute;
  background: #fff;
  font-size: 20pt;
  border: 1px solid #fff;
  color: #000;
}
.nav-toggle:active,
.nav-toggle:focus {
  border: none;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  right: 0;
  top: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 60px;
}
.sidenav.open {
  width: 350px;
  animation: fadeInRightBig;
  animation-duration: 0.3s;
}
.sidenav a {
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  font-size: 20px;
  color: #f1f1f1;
  display: block;
}
.sidenav a:hover {
  color: #94c0c4;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
  .nav-toggle {
    font-size: 23pt;
  }
}
.info {
  background: white url(/images/info.png) no-repeat 10px center;
  background-size: 30px;
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px;
  text-indent: 50px;
  font-weight: bold;
  font-size: 11pt;
}
.services .service h3 {
  border-bottom: 5px solid #d9345d;
}
.services .service.one h3 {
  border-bottom: 5px solid #374fc1;
}
.services .service.two h3 {
  border-bottom: 5px solid #dc8838;
}
.services .service.three h3 {
  border-bottom: 5px solid #79d12a;
}
.services .service.four h3 {
  border-bottom: 5px solid #d12a2a;
}
.services .service.five h3 {
  border-bottom: 5px solid #da28e1;
}
.services .service.six h3 {
  border-bottom: 5px solid #23ba95;
}
.portfolioimage {
  text-align: center;
}
.portfolioimage img {
  max-width: 90%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.locations {
  padding: 50px 0;
  background: #d9345d;
}
.locations h2 {
  color: white;
}
.locations ul {
  margin-top: 30px;
}
.locations li {
  list-style-type: none;
  text-align: center;
}
.locations a {
  color: white;
}
.homeservices {
  border-top: 1px solid #ccc;
  padding: 50px 0;
}
.homeservices h3 {
  text-align: center;
}
.homeservices img {
  height: 120px;
  margin: auto;
  margin-bottom: 20px;
  opacity: 0.5;
  transition: all ease-in 1s;
}
.homeservices .service {
  padding: 20px;
  border-radius: 10px;
  min-height: 430px;
}
.homeservices .service:hover {
  cursor: pointer;
}
.homeservices .service:hover img {
  opacity: 1;
}
footer .cookies {
  text-align: center;
  background: #2d2d2d;
  color: white;
  padding: 15px 0;
}
footer .cookies a {
  color: white;
}
.contactform {
  border-top: 3px solid #d9345d;
}
.message {
  text-align: center;
}
.message h1 {
  font-size: 38pt;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 30px;
}
.menu-call {
  border-top: 1px solid #414141;
  margin-top: 50px;
}
.cta.inverse {
  padding: 10px 20px;
  background: white;
  color: #d9345d !important;
  text-transform: uppercase;
  margin: auto;
  font-weight: bold;
  border: 1px solid white;
  margin-top: 10px;
  display: inline-block;
}
.getintouch {
  padding: 75px 0;
  background-color: #d9345d;
  color: white;
}
.getintouch h2 {
  text-align: left;
  font-size: 3em;
  margin: 0px 0 20px 0;
}
.getintouch i {
  font-size: 8em;
}
.company-info {
  background: #000;
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 9pt;
}
.email-secure section {
  border-bottom: 1px solid #333;
}
.email-secure h1 {
  font-size: 18pt;
}
.email-secure h2 {
  font-size: 14pt;
}