/* site.css */
header, footer {
  
  font-family: Times, serif;
  /*font-family: 'Times New Roman', serif;*/
}

footer {
  padding: 10px;
  color: lightgreen;
  padding-top: 50px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

a {
  color: lightgreen;
  font-size: 20px;
}

html, body {
  padding: 0;
  margin: 0;
}

.container {
      width: 989px;
      margin: 0 auto;
}

.review {
  text-align: center;
  width: 270px;
  display: inline-block;
  color: black;
  background-color: grey;
  margin-left: 40px;
  
}

.service {
  text-align: center;
  width: 270px;
  display: inline-block;
  border: 1px;
  background-color: grey;
  vertical-align: top;
  margin-left: 40px;
}
.bio {
  text-align: center;
  width: 275px;
  display: inline-block;
  border: 1px;
  background-color: grey;
  vertical-align: top;
  margin-left: 40px;
}
.schedule {
  background-color: grey;
  margin-left: 40px;
  margin-top: 40px;
}
.about {
  background-color: grey;
  font-family: georgia;
}
.map {
  margin-left: 175px;
}

header nav {
  float: right;
}

header nav li {
  display: inline;
  font-size: 12px;
  padding: 5px;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 18px;
  color: white;
}
h1 {
  font-family: georgia;
  font-variant: small-caps;
  font-weight: lighter;
  font-size: 32px;
  color: black;
  
}

h3 {
  font-family: georgia;
  font-size: 18px;
  color: black;
  text-align: center;
}
iframe {
  padding-top: 20px;
  margin-left: 40px;
}










