* {
    font-family: didot;
    background-color: #EEE0C3;
    color:  #29302E;
    
}

/* body {
    background-image: url("./assets/images/pawprints1.png") ;
    background-size: auto;
} */
.bold {
    font-size: 2rem;
    font-weight: bold;
    color: #29302E;
}
/* .btn {
    /* background-color: #EEE0C3; */
    /* color: #000000; */
/*     
} */ 
::placeholder {
    color: #29302E;
}


img {
    width: 100%;
    height: 40%;
    background-size: cover;
  }

li {
    font-size: 1.5rem;
}
button {
    margin: 10px;
    background-color:  #B58677 !important;
}

h1 {
    text-align: center;
}

h2 {
    font-size: 1rem;
}

h4 , p {
    text-align: center;
}
p {
    font-size: 1.5rem;
    padding-right: 36%;
}
h6 {
    text-align: center;
}
.phone-link{
    padding-right: 36%;
    text-decoration: underline;
    font-size: 1.5rem;
    text-align: center;
    padding-left: 22%;
}
hr.thin {
    height: 2px;
}

hr {
    height:none;
    height: 20px;
    background-color:#BD8750;
}

.hide {
    display: none;
}
