
body {
   font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 900px;
    padding: 20px;
	background-image: url('ground7.jpeg');
	background-repeat: repeat;	
	


    
}

header, footer {
    text-align: center;
    background-color: #f4f4f4;
    padding: 10px;
}



h3 {
    color: #2c3e50;
    text-decoration: underline; 
}

header {
    background-color: #c44b44;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
header nav a {
    color: white;
    padding: 0 15px;
      font-weight: bold;
	  text-decoration: none;
  
}

header nav ul {
    list-style: none;
    padding: 0;
	margin: 0;
}






header nav a:hover {
    text-decoration: underline;
}


.header-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}



main {
    padding: 20px;
    margin: auto;
    max-width: 1200px;
}


h1 {
    color: #004466;
}



footer {
    background-color: #C44B44;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}


h1, h2, nav {
    font-family: 'Montserrat', sans-serif;
}
hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 25px 0;
}
.intro {
    margin-bottom: 30px;
}


.column-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.column {
    flex: 1;
    background-color: #fafafa;
    padding: 15px;
    border: 1px solid #ddd;
}

.page-title {
    font-size: 2.5em;
    color: #333;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}


.story h3 {
    font-style: italic;
    color: #d35400; 
    font-size: 1.4em;
}


.signature {
    font-family: 'Brush Script MT', cursive;
    font-size: 2em;
    margin-top: 20px;
    margin-bottom: 0;
}

.hero-image {
    width: 100%;
    max-width: 400px;
    float: right;
    margin: 0 0 20px 20px;
    border-radius: 8px;
}

.sub-menu {
    clear: both;
    background: #f9f9f9;
    padding: 15px;
    border-top: 1px solid #ccc;
}

.services-row {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.fetch-service {
    background-color: #eef2f3;
    padding: 15px;
    border-radius: 5px;
}

.business-hours {

    background-color: #fdf2e9; 
    padding: 15px;
    border-radius: 5px;
}


.fetch-service h3, .business-hours h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #ccc;
}


.mutt-link {
    text-align: center;
    margin-top: 40px;
}

.mutt-link img {
    border: 3px solid #333;
    transition: transform 0.3s ease;
}


.mutt-link img:hover {
    transform: scale(1.1);
    cursor: pointer;
	img:hover { content: url('waggle.jfif'); }
}
.emphasized-heading {
    text-align: center;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 50px;
}

.support-staff p {
    text-align: center;
    font-style: italic;
    padding: 20px;
}
.staff-member {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.staff-pic {
    flex: 0 0 200px; 
    margin-right: 25px;
}

.staff-pic img {
    width: 100%;
    border: 5px solid #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}




.staff-bio h3 {
    margin-top: 0;
    color: #2c3e50;
    font-size: 1.5em;
    padding-left: 10px;
}




h1.page-title {
    font-size: 2.5rem;
 color: #333;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin-bottom: 30px;
}





.testimonial-block {
    margin-bottom: 30px;
}





.customer-name {
    display: block;
    font-style: italic;
    margin-top: 10px;
   color: #333;
}


.dog-image {
    max-width: 300px;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
    display: block;
}
.service-package {
    border-left: 5px solid #2980b9;
    background: #D3D3D3;
    padding: 15px;
    margin-bottom: 20px;
}

.price {
    font-weight: bold;
    color: #c44b44;
    font-style: italic;
    margin-top: 10px;
}

ul {
    padding-left: 20px;
    list-style-type: square;
    margin-bottom: 20px;
}


.promo-box {
    background-color: #c44b44;
    border: 1px solid #bee5eb;
    color: #333;
    padding: 15px;
    border-radius: 5px;
    margin-top: 30px;
    text-align: center;
}

.note {
    font-size: 0.9em;
    color: #333;
}
h3 {
    color: #e67e22;
    border-bottom: 1px solid #ddd;
}


.rates {
    background-color: #f9f9f9;
    padding: 10px;
    border-left: 5px solid #e67e22;
    margin-top: 10px;
}

.rates strong {
    font-size: 1.1em;
    color: #333;
}



.coupon-area, .sidebar-images {
    text-align: center;
    margin: 20px 0;
}

.caption {
    font-style: italic;
    font-size: 0.9em;
    
}

img {
    max-width: 100%;
    
    padding: 5px;
}



.page-title h2 {
    color: #2c3e50;
    font-size: 1em;
    text-align: center;
}


.intro {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}


.product-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f1f1f1; 
}

.treat-pic {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 20px;
    background-color: #ccc; 
}


.product-info h3 {
    margin-top: 0;
    color: #d35400;
    font-weight: bold;
}



.title-block h2 {
    font-size: 2em;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


.contact-info {
    margin-top: 30px;
}

.info-row {
    display: flex;
    margin-bottom: 10px;
}

.label {
    font-weight: bold;
    width: 80px;
}

.detail {
    flex: 1;
}

address {
    font-style: normal;
}


nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    background: #f4f4f4;
    padding: 10px;
}

.active {
    font-weight: bold;
    text-decoration: underline;
}



.intro {
    background-color: #f4f4f4;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}


.coupon-container {
    margin-bottom: 40px;
    border: 1px dashed #333;
    padding: 20px;
    max-width: 600px;
}

.coupon-graphic {
    background-color: #e0e0e0; 
    border: 2px solid #333;
    padding: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.caption {
    background-color: #f9f9f9;
    padding: 10px;
    font-size: 0.9em;
    border-top: 1px solid #eee;
}
.dropdown {
  position: relative;
  display: inline-block;
}


.dropdown-content {
  display: none;
  position: absolute;
 background-color: #c44b44;
  min-width: 1px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


.dropdown:hover .dropdown-content {
  display: block;
}
.section{
	background-color:white;
}