.title_wrapper {
  padding-right: 10em;
  padding-left: 10em;
}

h1, h2, h3 {
  font-weight: normal;
}

h1, h2, h3, a {
  color: #ef4040;
}

a {
  text-decoration: underline solid rgba(239, 64, 64, 0);
  transition: text-decoration .3s;
}

a:hover {
  text-decoration-color: #ef4040;
}

.name {
  display: inline-block;
}

.school {
  float: right;
}

nav {
  clear: both;
  display: flex;
  max-width: 50em;
  margin: 2em auto;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.75em;
}

nav a {
  flex-grow: 1;
  text-align: center;
  font-size: 1.25em;
  font-family: sans-serif;
}

nav a:hover, nav a:focus, nav a:active {
  outline: none;
}

.content {
  font-family: "Helvetica", "Arial", sans-serif;
  color: #444;
  margin: 0 auto;
  max-width: 70em;
}

ul.tiles {
  margin: 0 auto;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tiles li {
  margin: 1em;
  padding-left: 1em;
  border-left: 1px solid #ef4040;
  flex: none;
  width: 20em;
  line-height: 1.5em;
}

.class_title {
  display: block;
  margin-left: -1em;
  padding: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
}

.home p {
  max-width: 50em;
  line-height: 1.5em;
}

.page {
  font-family: "Georgia", 'Source Serif Pro', sans-serif
}
