/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/* HTML5 display-role reset for older browsers */
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; }

html, body {
  height: 100%;
  width: 100%; }

body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; }

h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif; }

h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  text-align: center; }

a {
  text-decoration: none;
  color: #fff; }

em {
  font-style: italic; }

button {
  background-color: #be1e2d;
  border: none;
  color: #fff;
  padding: .75rem 1.5rem;
  font-weight: bold;
  font-size: .875rem; }

hr {
  border: none;
  border-bottom: 3px solid #fff;
  width: 50px;
  margin-bottom: 3rem; }

.container {
  max-width: 1190px;
  margin: 0 auto; }

.flex {
  display: flex;
  justify-content: space-between; }

.wrap {
  flex-wrap: wrap; }

.center {
  justify-content: center; }

header {
  background-color: #1d75bb;
  border-bottom: 10px solid #305280;
  background-image: url("/img/sunburst.jpg");
  background-size: 1920px;
  background-position: -120px 65%;
  background-repeat: no-repeat;
  color: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  position: relative; }

#head {
  padding: 1rem 3rem 0.5rem 3rem; }

#logo {
  width: auto;
  position: relative;
  top: 10px;
  left: 10px;
  height: 150px; }

#head-contact {
  font-weight: bold;
  text-align: right;
  font-size: 2rem; }
  #head-contact small {
    font-size: 1rem; }

#head-social {
  margin-top: .5rem; }

#head-phone {
  font-size: 3rem; }

nav:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -62px;
  height: 0;
  width: 0;
  border-left: 62px solid transparent;
  border-bottom: 62px solid #305280; }

nav {
  margin-bottom: -30px;
  height: 62px;
  min-height: 62px;
  max-height: 62px;
  position: relative;
  top: -20px;
  background-color: #305280;
  display: table;
  margin-left: auto;
  margin-right: 0; }
  nav a {
    display: block;
    padding: 1.5rem 1.5rem;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: bold;
    display: table-cell; }
  nav a:hover {
    background-color: #2d4d79; }
  nav ul {
    display: flex;
    justify-content: space-around; }

@media screen and (max-width: 625px) {
  #head-contact {
    display: none; } }

@media screen and (max-width: 800px) {
  #head-phone {
    font-size: 2rem; }
  #logo {
    height: 120px; }
  header {
    background-position: -120px -120px; }
  nav {
    border-top: 2px solid #2d4d79;
    width: 100%; }
    nav ul {
      flex-direction: column; }
      nav ul li a {
        display: block; } }

@media screen and (max-width: 1240px) {
  nav {
    margin-bottom: 0;
    top: 10px;
    margin-top: 20px; }
  #head-contact {
    margin-top: 1rem; } }

#hero {
  min-height: 500px;
  max-height: 500px;
  height: 500px;
  background-image: url("/img/hero.jpg");
  background-size: cover;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  font-weight: bold; }
  #hero > div {
    display: flex;
    justify-content: center;
    height: 500px; }

#hero-monkey {
  background-image: url("/img/monkey.png");
  background-repeat: no-repeat;
  background-position: -80px 0px;
  background-size: 575px auto;
  margin-top: 60px;
  min-width: 500px; }

#hero-text {
  margin-right: 2rem;
  align-self: center; }
  #hero-text h1 > div:first-child {
    margin-bottom: .5rem; }
  #hero-text img {
    max-width: 100%;
    min-width: 300px; }

#hero-contact span {
  margin-top: 1rem;
  border: 4px solid #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  display: inline-block;
  padding: 1rem; }
  #hero-contact span small {
    font-size: 1rem; }

@media screen and (max-width: 950px) {
  #hero-monkey {
    display: none; }
  #hero-text {
    margin: 0 2rem; } }

@media screen and (max-width: 1150px) {
  #hero {
    font-size: 2rem; } }

#emergency {
  position: relative;
  background-color: #be1e2d;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5); }
  #emergency p {
    padding: 1rem; }

main section {
  padding: 3rem 0; }

section#about {
  padding: 3rem 2rem; }
  section#about p {
    margin-bottom: 1rem;
    line-height: 1.5rem; }
  section#about h2 {
    font-size: 2rem;
    color: #1d75bb;
    text-shadow: 1px 1px 1px rgba(158, 158, 158, 0.5);
    text-align: left; }

#cleaning-pics {
  margin-top: 2rem;
  width: 100%;
  display: flex; }
  #cleaning-pics img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto; }

@media screen and (max-width: 950px) {
  section#about {
    padding: 3rem 2rem;
    box-sizing: border-box; } }

section#service {
  background-color: #1d75bb;
  color: #fff;
  text-align: center; }
  section#service h2 {
    margin-bottom: 1rem; }
  section#service h3 {
    font-size: 1.4rem;
    margin: 1.5rem 0;
    font-weight: bold;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif; }
  section#service p {
    font-size: .875rem;
    line-height: 1rem;
    max-width: 280px;
    margin: 0 auto; }
  section#service .flex {
    justify-content: space-around; }
  section#service .service-item {
    width: 300px;
    padding: 0 1rem;
    margin-bottom: 3rem; }
  section#service hr {
    border-color: #be1e2d; }

section#location {
  background-color: #282828;
  color: #fff; }
  section#location h3 {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif; }
  section#location hr {
    border-color: #be1e2d; }
  section#location p {
    margin-bottom: 2rem; }
  section#location ul {
    margin-bottom: 2rem; }
    section#location ul li {
      display: inline-block;
      min-width: 10rem;
      line-height: 1.5rem; }
  section#location .flex {
    margin: 0 2rem; }
  section#location iframe {
    margin-left: 2rem; }

@media screen and (max-width: 950px) {
  #location iframe {
    margin: 0 2rem; }
  #location .flex {
    flex-direction: column;
    justify-content: center;
    align-items: center; } }

section#testimonials {
  background-color: #be1e2d;
  color: #fff; }
  section#testimonials hr {
    border-color: #282828; }

.quote {
  max-width: 600px;
  margin: 0 auto; }

.quote ul {
  text-align: center; }

.quote-text {
  position: relative;
  font-size: 1.6rem;
  line-height: 2rem;
  font-style: italic; }

.quote-text:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

.quote-author {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: .5rem; }

.quote-store {
  color: #d8d8d8; }

section#photos {
  background-color: #d8d8d8; }
  section#photos h2 {
    color: #282828; }
  section#photos img {
    display: block; }
  section#photos hr {
    border-color: #be1e2d; }

.sep {
  border-right: 3px solid #000; }

.ba-photo {
  position: relative;
  margin-bottom: 1rem; }
  .ba-photo span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: .5rem 0; }

footer {
  border-top: 4px solid #000;
  background-image: url("/img/footer-bg.jpg");
  background-size: cover;
  color: #fff;
  background-color: #282828;
  box-sizing: border-box; }
  footer .flex {
    padding: 2rem; }
  footer a {
    color: #fff; }
  footer h2 {
    color: #de3141;
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 1rem; }
  footer i {
    color: #1d75bb;
    font-size: 4rem;
    display: inline-block;
    width: 3rem;
    text-align: center; }

#sitemap li {
  display: inline-block;
  min-width: 8rem;
  line-height: 2rem; }

#foot-contact {
  width: 32%; }
  #foot-contact i {
    font-size: 1.5rem; }
  #foot-contact ul li {
    line-height: 2rem; }

#foot-sitemap {
  width: 42%; }

#foot-extra {
  width: 22%; }
  #foot-extra p {
    line-height: 1.4rem; }

.social-icons {
  margin-bottom: 1rem; }
  .social-icons i {
    color: #fff; }

#bottom {
  font-size: .75rem;
  background-color: #000; }
  #bottom .container {
    max-width: 900px; }
  #bottom a {
    color: #be1e2d; }

@media screen and (max-width: 950px) {
  footer .flex {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  footer #foot-contact i {
    width: 2rem; }
  #foot-contact, #foot-sitemap, #foot-extra {
    width: 300px;
    margin-bottom: 2rem; }
  .social-icons {
    margin-bottom: 2rem; } }
