@import url("https://fonts.googleapis.com/css?family=EB+Garamond");
* {
  box-sizing: border-box; }

body {
  background: #93759b;
  font-family: "EB Garamond", serif; }
  body #content {
    width: 930px;
    margin: 50px auto;
    padding: 5px 1%;
    background: white;
    box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.5), -10px 0px 10px rgba(0, 0, 0, 0.5); }

header .logo {
  display: block;
  margin: 0 auto 15px; }
header nav {
  margin: 0 0 20px; }
  header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    border: dashed black;
    border-width: 1px 0;
    text-align: center; }
    header nav ul li {
      display: inline-block; }
      header nav ul li a {
        color: #8b2177;
        font-size: 1.5em;
        padding: 0 5px; }
        header nav ul li a.active {
          color: #c2c2c2;
          text-decoration: none; }

footer span.contact {
  display: block;
  padding: 10px;
  font-family: "CenturyGothicRegular", Geneva, Verdana, sans-serif;
  font-size: 1.5em;
  font-weight: normal; }
  footer span.contact a {
    color: #8b2177; }

h1 {
  color: #36b593;
  font-family: "CenturyGothicRegular", Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-size: 32px;
  text-align: center; }

.call_out {
  font-size: 22px; }

.center {
  text-align: center; }

#intro .left, #intro .right {
  width: 49%;
  display: inline-block; }
#intro .left {
  margin-right: 1%; }
  #intro .left ul li {
    padding-bottom: 5px; }
#intro .right {
  text-align: center; }

#logos {
  border: dashed black;
  border-width: 1px 0;
  padding: 15px 0;
  text-align: center; }
  #logos a {
    margin: 0 15px;
    text-decoration: none; }

#highlighted {
  font-family: "CenturyGothicRegular", Geneva, Verdana, sans-serif;
  border: dashed black;
  border-width: 1px 0;
  padding: 25px; }

#reviews {
  font-family: "CenturyGothicRegular", Geneva, Verdana, sans-serif; }
  #reviews .review {
    border-bottom: 1px dashed black;
    padding: 25px 125px; }
    #reviews .review .reviewer {
      display: block;
      text-align: right; }

#services {
  border-bottom: 1px dashed black; }
  #services table {
    width: 90%;
    margin: 0 auto;
    font-size: 1.4em; }
    #services table thead, #services table .thead {
      font-family: "CenturyGothicRegular", Geneva, Verdana, sans-serif; }
    #services table td {
      vertical-align: top; }

/*# sourceMappingURL=styles.css.map */
