html, body, div, span, h1, h4, h5, h6, p, a, img, strong, ul, li {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  background: #FFF image-url("bg_grad.png") repeat;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.6em;
  font-size: 12px;
}

.siteContainer {
  max-width: 1200px;
  margin: 0 auto;
}

h1 {
  color: #9A3C5A;
  font-size: 1em;
  letter-spacing: 0.2em;
}

ul, li {
  margin: 10px;
}

header {
  border-top: solid #E9B0C2 10px;
  text-align: center;
}
header .mainLogo img {
  margin: 1em 0 0;
  min-width: 300px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  header .mainLogo img img {
    max-width: 80%;
  }
}
@media screen and (max-width: 480px) {
  header .mainLogo img img {
    max-width: 60%;
  }
}

nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 3.5em;
  row-gap: 1em;
  margin: 1em 0 1.5em;
}
nav a {
  font-size: 1.6em;
  color: #000;
  text-decoration: none;
  margin-left: 0;
  font-weight: 800;
}
nav a:hover, nav a.selected {
  color: #9A3C5A;
}

@media screen and (max-width: 530px) {
  nav {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 720px) {
  nav {
    column-gap: 2em;
    row-gap: 1em;
  }
}
@media screen and (max-width: 620px) {
  nav {
    column-gap: 1.3em;
    row-gap: 1em;
  }
}
#contents {
  display: flex;
  padding-bottom: 90px;
}
#contents h1 {
  margin: 1em 0 0;
}
#contents h2 {
  background: #E9B0C2;
  padding: 0 0 4px 8px;
  color: #9A3C5A;
  margin: 0;
}
#contents .content {
  padding: 1em;
  letter-spacing: 1px;
}
#contents .content p:not(:first-of-type) {
  margin: 1em 0 0;
}
#contents a:link, #contents a:active, #contents a:visited {
  color: #9A3C5A;
  text-decoration: none;
}

main {
  border: #E9B0C2 solid 8px;
  border-radius: 5px;
  flex-grow: 1;
}

.offsetCol {
  width: 180px;
}

@media screen and (max-width: 1024px) {
  .offsetCol {
    display: none;
  }
}
aside {
  float: left;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 2em;
}
aside .dogImage {
  width: 160px;
  padding-left: 40px;
  max-width: 100%;
  height: auto;
}
aside .speachArrow {
  background: url("/img/tri.png") no-repeat bottom;
  width: 46px;
  height: 40px;
  margin-top: 1.5em;
}

@media screen and (max-width: 1024px) {
  aside {
    display: none;
  }
}
footer {
  background: #e8afc3 url("/img/bg_text.png") repeat;
  color: #9A3C5A;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  height: 70px;
  box-sizing: border-box;
}
footer span {
  position: relative;
  top: -10px;
  right: 0;
  font-size: 9px;
  background-color: #E9B0C2;
  padding: 2px;
  border-radius: 5px;
}

#page-home img {
  margin: 1em 0 0;
  min-width: 50px;
  max-width: 100%;
  height: auto;
}
#page-home .sabpets {
  position: relative;
  display: block;
  float: right;
}
#page-home .sabpets cite {
  color: #FFF;
  background: #111;
  border-top: 1px solid #999;
  bottom: 0;
  display: none;
  filter: alpha(opacity=55);
  opacity: 0.7;
  left: 2px;
  padding: 5px 10px;
  position: absolute;
  width: 167px;
}

#page-services .pageThumbnail {
  float: right;
  margin: 1em 0 0;
  min-width: 50px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 529px) {
  #page-services .pageThumbnail {
    float: none;
    display: block;
    text-align: center;
    max-width: 100%;
  }
  #page-services .pageThumbnail img {
    width: 70%;
  }
}
#page-services .service-description {
  width: 48%;
  margin: 10px 0 0;
}
@media screen and (max-width: 529px) {
  #page-services .service-description {
    width: 100%;
  }
}
#page-services .service-description-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 1em;
}
#page-services .splitter {
  clear: both;
}

#page-tips .content {
  display: flex;
}
#page-tips .content div {
  flex-grow: 1;
}
@media screen and (max-width: 529px) {
  #page-tips .content {
    flex-direction: column;
    align-items: center;
  }
}

#page-links img {
  float: left;
  padding: 1em;
}

#page-location .content {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}
#page-location .content a {
  text-decoration: underline;
}
#page-location .map-container {
  text-align: center;
  margin-top: 1em;
}

#page-contact .contact-items-container {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  flex-wrap: nowrap;
}
#page-contact .contact-items {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#page-contact .contact-items div {
  padding: 1em;
}
#page-contact .contact-items .label-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 456px) {
  #page-contact .contact-items {
    flex-direction: column;
  }
}

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