body {
  overflow-y: scroll;
  height: 101%;
}

.introTitle {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 0;
}

.intro {
  font-size: 1.2em;
  width: 600px;
  margin-bottom: 48px;
  line-height: 140%;
}

.tileTitle {
  font-size: 1.4em;
  color: #000;
  text-align: left;
  margin-bottom: 0.5em;
}

.tileDescription {
  font-size: 1.1em;
  line-height: 140%;
  color: #00231d;
  text-align: left;
  margin-top: 0;
  width: 450px;
}

/* Hyperlinks */
a:link {
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #00231d;
}

a:visited {
  color: #00231d;
}

a:hover {
  color: #00231d;
  text-decoration: underline;
}

a:active {
  color: #00231d;
}

.page-container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.gridHome {
  /*CSS GRID*/
  display: grid;
  grid-template-columns: 616fr 616fr;
  column-gap: 24px;
  row-gap: 64px;
}

.grid-1column {
  /*CSS GRID*/
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 48px;
}

.grid-2column {
  /*CSS GRID*/
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 64px;
  row-gap: 48px;
}

.grid-4column {
  /*CSS GRID*/
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 64px;
  row-gap: 48px;
}

.logoNav {
  display: grid;
  grid-template-columns: 90px 1fr 150px;
  column-gap: 12px;
}

.topNav {
  height: 72px;
  padding-top: 25px;
  float: right;
}

.span3 {
  grid-column: 1 / span 3;
}

.span4 {
  grid-column: 1 / span 4;
}

.el--1 {
  grid-column: 1 / span 2;
}

.el--2 {
  grid-column: 3 / span 2;
}

h1,
h2,
h3,
h4,
h5,
p,
li {
  font-family: Helvetica, Arial, sans-serif;
  color: #00231d;
}

ul li {
  line-height: 120%;
  margin-bottom: 8px;
}

h1 {
  font-size: 2.2em;
  color: #00231d;
  text-align: left;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 0;
}

h2 {
  font-size: 1.8em;
  color: #00231d;
  text-align: left;
  font-weight: 400;
  line-height: 140%;
}

h3 {
  font-size: 1.6em;
  color: #00231d;
  text-align: left;
  margin-bottom: 0.5em;
  line-height: 140%;
}

h4 {
  font-size: 2em;
  margin-bottom: 0;
}

h5 {
  font-size: 1.6em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
}

/*p {
  font-size: 1.2em;
  line-height: 140%;
  color: #000;
  text-align: left;
  margin-top: 0;
}*/

.content {
  line-height: 150%;
  margin-top: 6px;
}

.emphasize {
  font-weight: bold;
}

footer p {
  font-size: 0.9em;
  margin-top: 56px;
}

.footerPosition {
  margin-top: 92px;
  margin-bottom: 24px;
}

.sectionBreak {
  font-size: 2em;
  font-weight: 400;
  width: 70%;
}

footer p {
  font-size: 0.9em;
  margin-top: 56px;
}

/* RESUME */
.resumeTitle {
  font-size: 1.4em;
  margin-bottom: 4px;
  margin-top: 48px;
}

.resumeCompany {
  margin-top: 0;
  margin-bottom: 0;
}

.resumeTime {
  margin-top: 6px;
}

.resumeIntro {
  font-size: 1.4em;
  line-height: 140%;
  width: 70%;
}

/* UI DESIGNS */
.spacing {
  margin-bottom: 92px;
}

/* PASSWORD LINK */
.password-link {
  font-size: 20px;
  font-weight: bold;
}
