body {
  font: 14px Montserrat, sans-serif;
  margin: 0 auto;
  max-width: 800px;
  min-height: 100vh;
}
a {
  color: #ff4500;
}
.columns-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.column {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.content-container {
  padding: 0 2rem;
}
.introduction {
  color: #808080;
  font: 1.3em/1.4em Georgia, serif;
  margin-left: 2.5vw;
}
.layout-container {
  min-height: 100vh;
}
.layout-container > header {
  padding-bottom: 0.5em;
  padding-top: 1.5em;
  border-bottom: 1px solid rgba(128,128,128,0.3);
  font-size: 1.3em;
  line-height: 1.5em;
}
.layout-container > .main {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 1.3em auto;
}
.layout-container > footer {
  border-top: 1px solid rgba(128,128,128,0.3);
  font-size: x-small;
  font-weight: bold;
  padding-bottom: 3.5em;
  padding-top: 2.5em;
  text-align: center;
}
.layout-container > footer > a,
.layout-container > footer > .divider {
  margin: 0 0.5em;
}
.main-title {
  font-size: 1.3em;
  line-height: 1;
}
.main-title-minor {
  font: bold italic 1em Georgia, serif;
}
.main-title-major {
  color: #ff4500;
  font-size: 1.3em;
  font-weight: normal;
  text-transform: uppercase;
}
.location-heading {
  font-size: 1.3em;
  text-transform: uppercase;
}
.job {
  margin: 3em 0;
}
.job-title {
  background: #ff4500;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font: 400 1em Montserrat, sans-serif;
  line-height: 1;
  padding: 0 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}
.job-description {
  font-size: small;
  line-height: 1.5em;
  margin-left: 2.5vw;
}
