@import url('https://fonts.googleapis.com/css?family=Raleway:300,500,700');

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.abstract {
  display: table;
  height: 100%;
  width: 100%;
  margin: auto;
  background: url(/img/TimothyJordan-Headshot-2018-1920x2400.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.abstract .container {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
  max-width: none;
}

.abstract > .container {
  padding-bottom: 4em;
}

.abstract > .container > .content > h1, 
.abstract > .container > .content > p {
  font-family: 'Raleway', sans-serif;
  text-align: center;
  color: #fff;
}

.abstract > .container > .content > h1 {
  font-size: 48px;
  font-weight: 500;
  text-shadow: 2px 2px 2px #000;
}

.abstract > .container > .content > p {
  font-size: 28px;
  font-weight: 300;
  text-shadow: 1px 1px 1px #000;
}

.chapter {
  width: 80%;
  margin: auto;
}

.chapter > .container {
  width: 100%;
  padding: 3em 0;
}

.chapter > .container > .content {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 100;
  text-align: left;
}
