@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');

body {
  margin: 0;
  font-family: 'Noto Serif', serif;
  background-color: #f2ebdf;
  color: #222;
}

.container {
  max-width: 800px;
  margin: 80px auto;
  padding: 0 10px;
  text-align: center;
}

img.logo {
  max-width: 300px;
}

h1, h2 {
  color: #333;
}

.blurb,{
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 10px;
  }


.services-list li {
  font-size: 1em;
  line-height: 1.6;
}

.services-list-wrapper {
  text-align: left;
  display: inline-block;

}

.section {
  font-size: 1em;
  margin-bottom: 30px;
}

.email a {
  font-size: 1.2em;
  color: #444;
  text-decoration: none;
  border-bottom: 1px dotted #aaa;
}

.email a:hover {
  color: #000;
  text-decoration: underline;
}

nav {
  margin: 40px 0;
}

nav a {
  margin: 0 15px;
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

nav a:hover {
  border-color: #444;
}
