body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
}

.inner {
  width: 1000px;
  max-width: 100%;
  min-width: 320px;
  margin: 0px auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

p {
  padding: 0px 10px;
}

.header {
  background-color: #960;
  background-image: url(/artwork/leather.jpg);
  opacity: 0.9;
  background-repeat: repeat;
  width: 100%;
}
.header h1 {
  font-family: Cinzel, Georgia, "Times New Roman", Times, serif;
  font-size: 40px;
  color: #FCF;
  margin: 0px;
  padding: 20px 10px;
  letter-spacing: 30px;
  text-align: center;
  font-weight: 600;
}
@media only screen and (min-width: 900px) {
  .header h1 {
    font-size: 60px;
    padding: 40px 0px;
  }
}

.main {
  background-image: url(/artwork/toile2.jpg);
  background-repeat: repeat;
}

.intro {
  width: 100%;
  max-width: 100%;
}
.intro div.photo {
  text-align: center;
  width: 100%;
}
.intro img {
  width: 75%;
}
.intro p {
  line-height: 150%;
  font-size: 16px;
}
@media only screen and (min-width: 620px) {
  .intro p {
  	padding-top: 20px;
    font-size: 18px;
    font-weight: 400;
    width: 45%;
    float: left;
  }
.intro div.photo {
	float: left;
    width: 45%;
  }
  .intro img {
    width: 90%;
    padding-top: 20px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 850px) {
  .intro p {
    font-size: 22px;
  }
}

h2 {
  font-size: 24px;
  font-weight: 600;
  padding: 0px 20px;
  color: #460A02;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0px;
  padding: 0px 10px;
  color: #460A02;
}

.services {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
.services .service {
  flex: 1 1 350px;
  margin: 0px 10px;
}
.services .service .service-name {
  color: #460A02;
  font-size: 18px;
  font-weight: 700;
}
.services .service .desc {
  line-height: 150%;
}
.services .service li {
  line-height: 150%;
  margin-left: 10px;
}

.vetbio {
  width: 100%;
  max-width: 100%;
}
.vetbio div.photo {
  text-align: center;
}
.vetbio img {
  width: 75%;
}
.vetbio p {
  line-height: 150%;
  font-size: 16px;
}
@media only screen and (min-width: 620px) {
  .vetbio .bio {
    width: calc( 100% - 350px );
    float: left;
    font-size: 16px;
  }
  .vetbio img {
    float: left;
    width: 100%;
    padding-right: 20px;
    max-width: 300px;
  }
}

.footer {
  margin-bottom: 50px;
  background-color: #960;
  color: #FFF;
  background-image: url(/artwork/leather.jpg);
  opacity: 0.9;
  background-repeat: repeat;
  padding-top: 20px;
}
.footer .footer-column {
  padding: 20px;
}
@media only screen and (min-width: 600px) {
  .footer .footer-column {
    float: left;
    padding-left: 10px;
  }
  .footer .footer-column:nth-of-type(1) {
    float: right;
  }
  .footer .footer-column:nth-of-type(2) {
    float: left;
    font-size: 20px;
  }
}
.footer li {
  list-style-type: none;
  line-height: 140%;
}
.footer .vets {
  font-size: 18px;
}
.footer .address {
  font-size: 18px;
}
.footer ul {
  margin: 0px;
  padding: 0px;
}
.footer a {
  color: #FFF;
}
