html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'clap_along';
  src: url('fonts/clap_along.ttf');
}
body {
  font-family: 'Work Sans', sans-serif;
  color: #FFF;
  background-color: #EC0B4E;
}
body h1 {
  font-family: 'clap_along', cursive;
  font-size: 2.15em;
  line-height: 1.35em;
  letter-spacing: -0.1em;
}
body h2 {
  font-family: 'clap_along', cursive;
  font-size: 1.35em;
  line-height: 1.35em;
  letter-spacing: -0.05em;
}
body h3 {
  font-family: 'clap_along', cursive;
  font-size: 1em;
  line-height: 1.7em;
  letter-spacing: -0.05em;
}
body p {
  font-size: 1.15em;
  line-height: 1.5em;
  opacity: 0.85;
}
body li {
  font-size: 1.15em;
  line-height: 2.5em;
  list-style-type: none;
}
body a {
  color: #FFF;
  text-decoration: none;
  border-bottom: 2px dotted #FFF;
  padding: 0 0 10px 0;
  cursor: pointer;
}
body .show-on-mobile {
  display: none;
}
body .col-1,
body .col-2 {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10% 0 0;
  float: left;
}
body .col-2 {
  padding: 0 0 0 10%;
}
body .icon {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
body .icon.phone,
body .icon.email {
  background-size: 25px;
}
body .icon.phone {
  background-image: url('images/icons/phone.png');
  background-image: url('images/icons/phone.svg');
}
body .icon.email {
  background-image: url('images/icons/email.png');
  background-image: url('images/icons/email.svg');
}
body .icon.facebook {
  background-size: 19px;
  background-image: url('images/icons/facebook.png');
  background-image: url('images/icons/facebook.svg');
}
body .top,
body .grid,
body .faq,
body .pricing {
  width: 100%;
  padding: 120px 10%;
  display: table;
  box-sizing: border-box;
  position: relative;
}
body .banner {
  width: 100%;
  padding: 10px 10% 20px 10%;
  background-color: #EC0B4E;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 2;
}
body .banner ul {
  margin: 0 auto;
  display: table;
}
body .banner ul li {
  float: left;
  padding: 0 30px;
}
body .banner ul li .icon {
  margin: 0 10px 0 0;
  display: inline-block;
  position: relative;
  top: 5px;
}
body .top {
  background-color: #5BB3FF;
  padding: 60px 10% 0 10%;
  margin: 76px 0 0 0;
}
body .top .masthead {
  text-align: center;
  margin: 0 0 60px 0;
}
body .top .masthead .logo {
  font-family: 'clap_along', cursive;
  color: #FFF;
  font-size: 1.35em;
  text-transform: uppercase;
  border: 2px dotted #FFF;
  padding: 20px 16px 17px 15px;
  margin: 0 0 60px 0;
  display: table;
}
body .top .masthead h1 {
  width: 70%;
  font-size: 3vw;
  margin: 0 auto 15px auto;
}
body .top .masthead p {
  width: 50%;
  margin: 0 auto;
  opacity: 1;
}
body .top .contact {
  width: 50%;
  float: left;
}
body .top .contact h2 {
  margin: 0 0 30px 0;
}
body .top .contact ul li {
  width: 100%;
  display: table;
  margin: 0 0 15px 0;
}
body .top .contact ul li:last-child {
  margin: 0;
}
body .top .contact ul li .icon {
  float: left;
  border-radius: 50%;
  background-color: #EC0B4E;
  padding: 10px;
  margin: 0 15px 0 0;
}
body .top .contact ul li .label {
  float: left;
}
body .top .contact ul a {
  padding: 0 0 5px 0;
  border-bottom: 2px dotted #FFF;
}
body .top .hero {
  width: 50%;
  float: right;
  margin: -60px 0 0 0;
  position: relative;
  top: 60px;
  z-index: 1;
}
body .top .hero img {
  float: right;
  width: 500px;
  height: 413.5px;
}
body .info {
  background-color: #BFCA24;
  padding: 120px 10% 60px 10%;
}
body .info .row-1,
body .info .row-2 {
  padding: 60px 0;
  display: table;
  position: relative;
}
body .info .row-1 .details,
body .info .row-2 .details {
  width: 50%;
  float: left;
}
body .info .row-1 .details h1,
body .info .row-2 .details h1 {
  margin: 0 0 15px 0;
}
body .info .row-1 .details p,
body .info .row-2 .details p {
  opacity: 1;
}
body .info .row-1 .hero,
body .info .row-2 .hero {
  width: 50%;
  float: right;
}
body .info .row-1 .hero img.hound,
body .info .row-1 .hero img.poodle,
body .info .row-1 .hero img.pupdate,
body .info .row-2 .hero img.hound,
body .info .row-2 .hero img.poodle,
body .info .row-2 .hero img.pupdate {
  float: right;
  position: relative;
  z-index: 1;
}
body .info .row-1 .hero img.hound,
body .info .row-2 .hero img.hound {
  width: 159px;
  height: 375.5px;
  right: 80px;
  margin: -30px 0 0 0;
}
body .info .row-1 .hero img.poodle,
body .info .row-2 .hero img.poodle {
  float: left;
  width: 146px;
  height: 340.5px;
  top: 30px;
  left: 120px;
}
body .info .row-1 .hero img.pupdate,
body .info .row-2 .hero img.pupdate {
  width: 310px;
  height: 257px;
  top: 60px;
  right: 30px;
}
body .info .row-1 .hero img.blob,
body .info .row-2 .hero img.blob {
  width: 350px;
  height: 350px;
  opacity: 0.15;
  position: absolute;
  right: 0;
}
body .info .row-2 .details {
  float: right;
}
body .info .row-2 .hero {
  float: left;
}
body .info .row-2 .hero .blob {
  left: 0;
}
body .grid {
  background-color: #712222;
}
body .grid h1 {
  text-align: center;
  margin: 0 0 60px 0;
}
body .grid ul {
  margin: -1%;
}
body .grid ul li {
  width: 31.33%;
  height: 300px;
  background-size: cover;
  background-position: center center;
  margin: 1%;
  float: left;
}
body .grid ul li:nth-child(1) {
  background-image: url('images/photos/001.jpg');
}
body .grid ul li:nth-child(2) {
  background-image: url('images/photos/002.jpg');
}
body .grid ul li:nth-child(3) {
  background-image: url('images/photos/003.jpg');
}
body .grid ul li:nth-child(4) {
  background-image: url('images/photos/004.jpg');
  background-position: center 10%;
}
body .grid ul li:nth-child(5) {
  background-image: url('images/photos/005.jpg');
  background-position: center 25%;
}
body .grid ul li:nth-child(6) {
  background-image: url('images/photos/006.jpg');
}
body .grid ul li:nth-child(7) {
  background-image: url('images/photos/007.jpg');
}
body .grid ul li:nth-child(8) {
  background-image: url('images/photos/008.jpg');
}
body .grid ul li:nth-child(9) {
  background-image: url('images/photos/009.jpg');
  background-position: center 20%;
}
body .faq {
  background-color: #4F0025;
}
body .faq h1 {
  text-align: center;
  margin: 0 0 60px 0;
}
body .faq .col-1,
body .faq .col-2 {
  margin: 0 0 -60px 0;
}
body .faq .col-1 .question,
body .faq .col-2 .question {
  margin: 0 0 60px 0;
}
body .faq .col-1 .question h2,
body .faq .col-2 .question h2 {
  margin: 0 0 15px 0;
}
body .pricing {
  background-color: #100011;
}
body .pricing h1 {
  text-align: center;
  margin: 0 0 60px 0;
}
body .pricing .col-1 .service,
body .pricing .col-2 .service {
  margin: 0 0 75px 0;
}
body .pricing .col-1 .service h2,
body .pricing .col-1 .service h3,
body .pricing .col-2 .service h2,
body .pricing .col-2 .service h3 {
  margin: 0 0 15px 0;
}
body .pricing .col-1 .price,
body .pricing .col-2 .price {
  text-align: center;
  position: relative;
}
body .pricing .col-1 .price .figure,
body .pricing .col-1 .price .per,
body .pricing .col-2 .price .figure,
body .pricing .col-2 .price .per {
  font-family: 'clap_along', cursive;
  position: relative;
  z-index: 1;
}
body .pricing .col-1 .price .figure,
body .pricing .col-2 .price .figure {
  font-size: 9em;
  line-height: 1.1;
}
body .pricing .col-1 .price .per,
body .pricing .col-2 .price .per {
  font-size: 1.35em;
  line-height: 1.35em;
}
body .pricing .col-1 .price img,
body .pricing .col-2 .price img {
  height: 300px;
  opacity: 0.05;
  position: absolute;
  z-index: 0;
  top: -60px;
  left: 50%;
  transform: translate(-50%,0);
}
body .pricing .col-1.one .service h3,
body .pricing .col-2.one .service h3 {
  color: #6FBCFF;
}
body .pricing .col-1.one .price .figure,
body .pricing .col-1.one .price .per,
body .pricing .col-2.one .price .figure,
body .pricing .col-2.one .price .per {
  color: #6FBCFF;
}
body .pricing .col-1.two .service h3,
body .pricing .col-2.two .service h3 {
  color: #BFCA24;
}
body .pricing .col-1.two .price .figure,
body .pricing .col-1.two .price .per,
body .pricing .col-2.two .price .figure,
body .pricing .col-2.two .price .per {
  color: #BFCA24;
}
body .footer {
  text-align: center;
  background-color: #100011;
  padding: 25px 10%;
}
@media only screen and (max-width: 999px) {
  body .hide-on-tablet {
    display: none;
  }
  body .col-1,
  body .col-2 {
    width: 100%;
    padding: 0;
  }
  body .grid,
  body .faq,
  body .pricing {
    padding: 90px 5%;
  }
  body .banner {
    padding: 10px 5% 20px 5%;
  }
  body .top {
    padding: 60px 5% 90px 5%;
  }
  body .top .masthead .logo {
    margin: 0 auto 60px auto;
  }
  body .top .masthead h1 {
    font-size: 6vw;
    width: 100%;
  }
  body .top .masthead p {
    width: 100%;
  }
  body .top .contact {
    width: 100%;
  }
  body .top .contact h2 {
    text-align: center;
  }
  body .top .contact ul {
    margin: 0 auto;
    display: table;
  }
  body .info {
    padding: 75px 5%;
  }
  body .info .row-1,
  body .info .row-2 {
    padding: 15px 0;
  }
  body .info .row-1 .details,
  body .info .row-2 .details {
    width: 100%;
  }
  body .grid ul li {
    width: 48%;
  }
  body .grid ul li:nth-child(9) {
    display: none;
  }
  body .faq .col-1,
  body .faq .col-2 {
    margin: 0;
  }
  body .faq .col-1 .question,
  body .faq .col-2 .question {
    margin: 0 0 45px 0;
  }
  body .faq .col-2 {
    margin: 0 0 -45px 0;
  }
  body .pricing .col-1 {
    margin: 0 0 100px 0;
  }
}
@media only screen and (max-width: 599px) {
  body h1 {
    font-size: 2em;
  }
  body p {
    font-size: 1em;
  }
  body li {
    font-size: 1em;
  }
  body .show-on-mobile {
    display: block;
  }
  body .hide-on-mobile {
    display: none;
  }
  body .grid,
  body .faq,
  body .pricing {
    padding: 60px 5%;
  }
  body .banner ul li {
    padding: 0 15px;
  }
  body .top {
    padding: 30px 5% 60px 5%;
    margin: 70px 0 0 0;
  }
  body .top .masthead h1 {
    font-size: 2em;
  }
  body .top .contact ul li .label {
    padding: 3px 0 0 0;
  }
  body .info {
    padding: 45px 5%;
  }
  body .info .row-1,
  body .info .row-2 {
    padding: 15px 0;
  }
  body .grid ul li {
    width: 98%;
  }
  body .grid ul li:nth-child(9),
  body .grid ul li:nth-child(8),
  body .grid ul li:nth-child(7),
  body .grid ul li:nth-child(6),
  body .grid ul li:nth-child(5) {
    display: none;
  }
  body .faq .col-1 .question,
  body .faq .col-2 .question {
    margin: 0 0 30px 0;
  }
  body .faq .col-2 {
    margin: 0 0 -30px 0;
  }
}
