@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=1de56c3e-a224-489f-b835-019b5350fb54&fontids=1450016,1450018,1450020,1450022");
@font-face {
  font-family: "Parkinson Electra";
  src: url("fonts/1450016/316bf819-e447-4de8-850d-3e9027e78cb9.woff2")
      format("woff2"),
    url("fonts/1450016/30482b1d-3444-40f7-9108-a9b58d4b501c.woff")
      format("woff");

  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Parkinson Electra";
  src: url("fonts/1450018/8c3aa216-6494-495f-af65-5edd7bec66fa.woff2")
      format("woff2"),
    url("fonts/1450018/90618344-b19e-4168-9b8d-b3f9e43e5869.woff")
      format("woff");

  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Parkinson Electra";
  src: url("fonts/1450020/bc40f876-5213-49d4-a69b-8354386336f0.woff2")
      format("woff2"),
    url("fonts/1450020/5104887c-25bf-4e09-8cff-af41668ab805.woff")
      format("woff");

  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Parkinson Electra";
  src: url("fonts/1450022/f5354b0d-535a-426c-86fd-1cd0180c640a.woff2")
      format("woff2"),
    url("fonts/1450022/97d5c495-c06e-4e71-aa02-e3ab7590e973.woff")
      format("woff");

  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "National 2 Narrow";
  src: url("fonts/national-2-narrow-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "National 2 Narrow";
  src: url("fonts/national-2-narrow-regular-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "National 2 Narrow Medium";
  src: url("fonts/national-2-narrow-medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "National 2 Narrow Medium";
  src: url("fonts/national-2-narrow-medium-italic.woff") format("woff2");
  font-weight: normal;
  font-style: italic;
}

BODY {
  background-color: #1d2621;
  position: absolute;
  left: 50%;
  width: 740px;

  margin-left: -370px;
  margin-top: 28pt;

  line-height: 32px;
}

.header {
  padding-top: 17px;
  margin-bottom: 69px;

  width: 1000px;
  background-color: #1d2621;
}

h1 {
  font-family: "National 2 Narrow Medium";
  color: #c8cf9e;
  font-size: 29.5pt;
  font-weight: normal;

  line-height: 32pt;

  padding-top: 7px;
}

h2 {
  font-family: "National 2 Narrow";
  font-style: normal;
  color: #d2d6d3;
  font-size: 20pt;

  margin-top: 65px;
}

h3 {
  font-family: "National 2 Narrow";
  font-style: normal;
  font-weight: normal;
  font-size: 20pt;
  color: #97b0ce;

  scroll-margin-top: 140px;
  scroll-snap-margin-top: 140px;
  margin-bottom: 20px;
}

.nav-bar {
  margin-top: -25px;
  margin-bottom: 15px;

  position: sticky;
  top: 0;

  background-color: #1d2621;
  opacity: 0.9;
}

TABLE.nav {
  margin-left: -30px;
  border-spacing: 30px;
}

td {
  font-family: "National 2 Narrow";
  font-style: normal;
  font-size: 20pt;
  list-style-type: none;
  line-height: inherit;

  width: 150px;

  color: #eee;
  border-top: 3px solid #ccc;
  padding-top: 5px;
}

td:hover {
  border-top: 3px solid #c8cf9e;
  color: #c8cf9e;
}

p {
  width: 700px;
  font-family: "Parkinson Electra";
  font-size: 18pt;
  color: #d2d6d3;
  font-variant-numeric: oldstyle-nums;

  text-edge: cap alphabetic;
  leading-trim: both;

  line-height: 30pt;
  padding: 0px;
}

.runnning-foot {
  font-family: "Parkinson Electra";
  font-size: 14pt;
  font-variant-numeric: oldstyle-nums;
  color: #d2d6d3;

  width: 700px;
  border-top: 3px solid #ccc;
  margin-top: 36pt;
  margin-bottom: 28px;
}

A {
  color: inherit;
  text-decoration: none;
}

A:hover {
  color: #c8cf9e;
  text-decoration: none;
}

A.body-link {
  color: #c8cf9e;
}

A.body-link:hover {
  color: #c8cf9e;
  text-decoration: underline;
}

IMG.headshot {
  border: 2px solid #d2d6d3;
}

.body-text {
  width: 700px;
  margin-top: 69px;
}

.form-line {
  margin-bottom: 10px;
}

FORM {
  font-family: "National 2 Narrow";
  font-style: normal;
  font-size: 18pt;
  color: #d2d6d3;
}

LABEL {
  font-family: "National 2 Narrow";
  font-style: normal;
  font-size: 18pt;
  color: #d2d6d3;

  display: inline-block;
  width: 166px;

  padding: 5px;
}

input[type="text"] {
  width: 515px;
  padding: 12px;
  margin: 10px 0;
  box-sizing: border-box;

  background-color: #30393b;
  border: 2px solid #d2d6d3;
  color: inherit;

  font-family: "Parkinson Electra";
  font-size: 14pt;
}

textarea {
  width: 515px;
  min-height: 300px;
  padding: 12px;
  margin-top: 10px;
  margin-left: 5px;
  box-sizing: border-box;
  border: 2px solid #d2d6d3;

  background-color: #30393b;

  color: inherit;
  font-family: "Parkinson Electra";
  font-size: 14pt;
}

input[type="submit"] {
  background-color: #30393b;
  border: 2px solid #d2d6d3;
  width: 100px;
  padding: 5px;
  font-family: "National 2 Narrow";
  font-style: normal;
  font-size: 18pt;
  color: #d2d6d3;
}

input[type="text"]:focus,
textarea:focus {
  border: 1px solid #c8cf9e;
}
