/* ── Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap');

/* ── Reset ── */
@charset "utf-8";

body {
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #F7F4EF;
  background-image: none;
}

a img {
  border: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

/* ── Headings ── */
h1 {
  font-size: 25px;
  color: #e51937;
  padding: 20px 30px 0px 30px;
  font-family: 'Playfair Display', serif;
}

h2 {
  font-size: 25px;
  color: #4466B0;
  padding: 20px 30px 0px 30px;
  font-family: 'Playfair Display', serif;
  line-height: 0px;
}

h3 {
  font-size: 25px;
  color: #4466B0;
  padding: 20px 30px 0px 0px;
  font-family: 'Droid Serif', serif;
  line-height: 25px;
}

/* ── Body Text ── */
p {
  padding: 30px 40px;
  font-family: 'Montserrat', sans-serif;
}

/* ── Global UL — does NOT apply to nav ── */
ul:not(.nav) {
  padding: 0px 60px;
  font-family: 'Montserrat', sans-serif;
}

/* ── Global Link Colors ── */
a:link    { color: #E51937; text-decoration: underline; }
a:visited { color: #E51937; text-decoration: underline; }
a:active  { color: #E51937; text-decoration: underline; }
a:hover   { color: #999;    text-decoration: underline; }

/* ════════════════════════════════════════
   NAVIGATION
════════════════════════════════════════ */

/* ── Nav Wrapper ── */
.nav-wrapper {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #d10000;
  padding: 0;
  border-top: 4px solid #8a0000;
  border-bottom: 6px solid #8a0000;
}

/* ── Nav List — reset ALL old nav rules ── */
.main-nav ul.nav {
  list-style: none !important;
  margin: 0 auto !important;
  padding: 0 !important;          /* overrides the global ul padding:60px */
  height: auto !important;        /* overrides old height:32px */
  display: flex !important;
  justify-content: center;
  gap: 0;
  float: none !important;         /* overrides old float:left */
}

/* ── Nav List Items — reset float ── */
.main-nav ul.nav li {
  float: none !important;         /* overrides old .nav li { float:left } */
  margin: 0;
  padding: 0;
  height: auto !important;
}

/* ── Nav Links ── */
.main-nav ul.nav li a,
.main-nav ul.nav li a:link,
.main-nav ul.nav li a:visited {
  display: block;
  font-family: 'Montserrat', serif !important;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
  transition: background-color 0.2s ease;
  line-height: normal !important;
  height: auto !important;
}

/* ── Hover State ── */
.main-nav ul.nav li a:hover {
  background-color: #8a0000 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* ── Active Page Indicator ── */
.main-nav ul.nav li a.active,
.main-nav ul.nav li a.active:link,
.main-nav ul.nav li a.active:visited {
  background-color: #6e0000 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  /* border-bottom: 3px solid #ffffff; */
  border-bottom: none;    /* removes the white underline bar */  
}

/* ── White paw image AFTER (to the right of) active link text ── */
.main-nav ul.nav li a.active::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('../images/nav/white_paw_print.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 6px;
  vertical-align: middle;
}

/* ════════════════════════════════════════
   LAYOUT
════════════════════════════════════════ */

.container {
  width: 948px;
  margin: 22px auto;
  padding: 0;
  position: relative;
}

.header {
  position: relative;
}

.header-contact {
  position: absolute;
  top: 165px;
  left: 598px;
  width: 300px;
  z-index: 99999999;
  margin: 0;
  padding: 0;
}

.ipad-wrapper {
  background: #fff;
}

.content {
  background-color: #fff;
}

/* ════════════════════════════════════════
   HEADER ELEMENTS
════════════════════════════════════════ */

.telephone {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  text-align: center;
  color: #e51937;
}

.emailHeader {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.emailHeader a {
  color: #e51937;
}

.facebookHeader {
  width: 136px;
  margin: 10px auto;
}

.enewsletter {
  width: 212px;
  margin: 0 auto 10px auto;
}

/* ════════════════════════════════════════
   SERVICES
════════════════════════════════════════ */

.servicesHeader {
  font-size: 25px;
  line-height: 20px;
  color: #4466B0;
  text-align: left;
  padding: 5px 5px;
  font-family: 'Montserrat', sans-serif;
}

.servicesText {
  font-size: 18px;
  padding: 5px 5px;
  font-family: 'Montserrat', sans-serif;
  line-height: 23px;
}

.servicesSmall {
  font-size: 12px;
  padding: 5px 5px;
  font-family: 'Montserrat', sans-serif;
  line-height: 20px;
  font-weight: bold;
}

.servicesPriceBlue {
  font-size: 20px;
  color: #4466B0;
  padding: 5px 5px;
  font-family: 'Montserrat', sans-serif;
  line-height: 20px;
}

.alacarteText {
  font-size: 18px;
  padding: 5px 5px;
  font-family: 'Montserrat', sans-serif;
  line-height: 23px;
  text-align: center;
}

.alacarteSmall {
  font-size: 12px;
  padding: 5px 5px;
  font-family: 'Montserrat', sans-serif;
  line-height: 20px;
  font-weight: bold;
}

.alacarteHeader {
  color: #e51937;
  padding: 20px 0px 0px 0px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 30px;
  padding-top: 0px;
}

.alacarteBlue {
  font-size: 20px;
  color: #4466B0;
  padding: 20px 0px 0px 0px;
  font-family: 'Montserrat', sans-serif;
  line-height: 15px;
  text-align: center;
  font-weight: bold;
}

.servicesAlacarteBlue {
  font-size: 18px;
  color: #4466B0;
  padding: 20px 0px 0px 0px;
  font-family: 'Montserrat', sans-serif;
  line-height: 15px;
  text-align: center;
  font-weight: bold;
}

.petsittingBlue {
  font-size: 20px;
  color: #4466B0;
  padding: 20px 0px 0px 0px;
  font-family: 'Montserrat', sans-serif;
  line-height: 15px;
  text-align: left;
  font-weight: bold;
}

/* ════════════════════════════════════════
   TABLES (reset — do NOT affect nav)
════════════════════════════════════════ */

td  { margin: 0; padding: 0; border: 0; border-collapse: collapse; border-spacing: 0; }
tr  { margin: 0; padding: 0; border: 0; border-collapse: collapse; border-spacing: 0; }
table { margin: 0; padding: 0; border: 0; border-collapse: collapse; border-spacing: 0; }

/* ════════════════════════════════════════
   IMAGES
════════════════════════════════════════ */

.imageHome        { width: 858px; margin: 0 auto; }
.imageTestimony   { width: 890px; margin: 0 auto; }
.imageTestimonyLine { width: 500px; margin: 0 auto; }

.imageRight {
  width: 350px;
  margin: 10px inherit;
  padding-right: 130px;
  padding-left: 30px;
  float: right;
}

.imageHistory {
  width: 350px;
  margin: 10px inherit;
  padding-right: 130px;
  padding-left: 30px;
  float: right;
}

.imageStacey {
  width: 250px;
  margin: 10px inherit;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
}

.imagePet         { width: 158px; margin: 0 auto; }
.imageContactLine { width: 400px; margin: 0 auto; }
.imageEnewsletter { width: 300px; margin: 0 auto; }
.imageRedroadribbon { width: 140px; margin: 0 auto; }

/* ── Centered single image ── */
.image-center img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* ════════════════════════════════════════
   DOG PHOTO STRIP (Home Page)
════════════════════════════════════════ */

.dog-photo-strip {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem 1rem;
}

.dog-photo-strip img {
  max-width: 180px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

@media (max-width: 600px) {
  .dog-photo-strip {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .dog-photo-strip img {
    max-width: 45%;
  }
}

/* ════════════════════════════════════════
   PHOTOGRAPHY PAGE
════════════════════════════════════════ */

.photography {
  padding: 20px 40px;
  font-family: 'Montserrat', sans-serif;
}

.photography-list {
  margin: 0 0 10px 60px;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

/* ════════════════════════════════════════
   TESTIMONY / WHO
════════════════════════════════════════ */

.testimony {
  font-size: 12px;
  padding: 5px 5px;
  font-family: 'Montserrat', sans-serif;
  line-height: 20px;
}

.who {
  padding: 0px 30px;
  font-family: 'Montserrat', sans-serif;
  color: #E51937;
}

/* ════════════════════════════════════════
   CONTACT
════════════════════════════════════════ */

.contactMap {
  text-align: center;
  width: 239px;
  height: 211px;
  border: 1px solid #6F5B50;
  font-size: 12px;
  margin: 0px auto;
}

.contactHeader {
  font-size: 20px;
  color: #4466B0;
  padding: 20px 30px 0px 30px;
  font-family: 'Montserrat', sans-serif;
  line-height: 0px;
  text-align: center;
}

.contactText {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-align: left;
  color: #000;
}

.contactFormText {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-align: right;
  color: #000;
}

.contact {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-align: center;
  margin-top: 15px;
  line-height: 25px;
}

.contact a {
  color: #e51937;
}

/* ════════════════════════════════════════
   FORMS
════════════════════════════════════════ */

table.form {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  color: #333333;
  border-width: 0px;
  border-color: #666666;
  border-collapse: collapse;
}

table.form td {
  border-width: 0px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #ffffff;
}

table.subscribe {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #333333;
  border-width: 0px;
  border-color: #666666;
  border-collapse: collapse;
}

table.subscribe td {
  border-width: 0px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #ffffff;
}

/* ════════════════════════════════════════
   SERVICES TABLES
════════════════════════════════════════ */

#servicesTop {
  width: 930px;
  margin: 0px auto;
  border: 1px solid #CDC9BF;
}

#servicesTop .rowa  { background: #ffffff; height: 20px; }
#servicesTop .rowb  { background: #c0c0c0; height: 20px; }
#servicesTop .cellLeft  { padding: 20px; border-right: 1px solid #CDC9BF; }
#servicesTop .cellRight { padding: 20px; }

#servicesSitting {
  width: 600px;
  margin: 0px auto;
  border: 1px solid #CDC9BF;
}

#servicesSitting .rowa { background: #ffffff; height: 20px; }
#servicesSitting .rowb { background: #c0c0c0; height: 20px; }
#servicesSitting .cell { padding: 20px; }

/* ════════════════════════════════════════
   TESTIMONIALS
════════════════════════════════════════ */

.testimonial {
  margin: 30px 95px;
  padding: 0px;
  width: 750px;
  box-shadow: 10px 10px 5px #888888;
  border: 1px solid #ff0000;
}

.testimonial table {
  width: 750px;
  border: 1px solid #ff0000;
  margin: 0px;
  padding: 0px;
}

.testimonial td {
  vertical-align: middle;
  background-color: #FFF;
  border-width: 0px 1px 1px 0px;
  text-align: left;
  padding: 20px;
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #000;
}

/* ════════════════════════════════════════
   FOOTER
════════════════════════════════════════ */

.footer {
  background: #fff;
}

.footer p {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin-top: 13px;
}

.footer p a {
  color: #e51937;
}

.footerLine,
.footerLogo {
  width: 889px;
  margin: 0 auto;
}

.buxdat {
  font-family: 'Montserrat', sans-serif;
  color: #999;
  font-size: 10px;
  text-align: center;
  margin-top: 15px;
  line-height: 25px;
}

.buxdat a {
  color: #e51937;
}

/* ════════════════════════════════════════
   MISC
════════════════════════════════════════ */

.container2 {
  text-align: center;
}

.rounded-end {
  -webkit-border-radius: 0px 0px 25px 25px;
  border-radius: 0px 0px 25px 25px;
  background-color: #fff;
  height: 45px;
}

.stacey-frame {
  display: inline-block;
  /* match original image size automatically */
  line-height: 0;              /* remove gaps around inline-block images [web:11] */
  border: 8px solid #ffffff;   /* thickness and color of the “new frame” [web:5] */
  box-sizing: border-box;      /* include border in total width/height [web:15] */
  width: 250px;
  margin: 10px inherit;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
}

/* ════════════════════════════════════════
   HEADER LEFT FACEBOOK BLOCK
════════════════════════════════════════ */

.header-facebook-left {
  position: absolute;
  top: 105px;
  left: 668px;                    /* distance from left edge of header */
  text-align: center;
  z-index: 99999999;
}

.find-us-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #555555;
  text-align: center;
  padding: 0;                    /* override global p padding */
  margin: 0 0 5px 0;
}

.fb-logo-left {
  width: 35px;                   /* adjust size as needed */
  height: 35px;
  display: block;
  margin: 0 auto;
}


