@font-face {
  font-family: "fh";
  src: url("./fonts/Adobe - FuturaStd-Heavy.eot?989776b44645b9a2e4d73d98ed33d8d5");
  /* IE9 Compat Modes */
  src: url("./fonts/Adobe - FuturaStd-Heavy.eot?989776b44645b9a2e4d73d98ed33d8d5") format("embedded-opentype"), url("./fonts/Adobe - FuturaStd-Heavy.woff?7248e575ffd064cb7872e4198fa68a0a") format("woff"), url("./fonts/Adobe - FuturaStd-Heavy.ttf?0d59deab197b0374fb9e7f580b42fee4") format("truetype"), url("./fonts/Adobe - FuturaStd-Heavy.svg?ecc1da5f3fd5de614fe4c2cb28b04ad0") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}

@-webkit-keyframes borderAnim {
  0% {
    width: 350px;
  }

  100% {
    width: 20px;
  }
}

@keyframes borderAnim {
  0% {
    width: 350px;
  }

  100% {
    width: 20px;
  }
}

body {
  font-family: "fh";
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #000;
  padding-bottom: 85px;
}

.container {
  margin: auto;
  width: 100%;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 100px;
}

/*table {
  position: fixed;
}

table,
table tr,
table tr td {
  width: 100%;
  height: 100%;
}
*/

.logo {
  vertical-align: middle;
  margin-top: 0px;
  margin-bottom: 10px;
  min-height: 1px;
}

.logo * {
  vertical-align: middle;
}

h1 {
  font-family: "fh";
  display: inline;
  vertical-align: middle;
  margin: 0.67em 0;
  margin-left: 20px;
  margin-bottom: 0;
  transition: all 200ms ease-in-out;
}

.from {
  margin-left: 85px;
  font-size: 1em;
  letter-spacing: 1px;
  margin-bottom: 0px;
  color: #000;
}

.from u {
  font-size: 1em;
}

.link {
  margin-top: 5px;
  margin-bottom: 40px;
}

a {
  color: rgba(0, 0, 0, 0.8);
}

a:hover,
a:focus {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.pt85 {
  padding-top: 85px;
}

.border {
  width: 20px;
  height: 2px;
  margin-bottom: 20px;
  margin-left: 85px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-animation: borderAnim 1.5s ease-in-out;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: borderAnim 1.5s ease-in-out;
  /* IE 10+, Fx 29+ */
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 1.5em;
  }
}

.formOuter {
  margin-left: 85px;
  margin-top: 85px;
}

.infoLine {
  font-size: 1em;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #000;
}

.infoLine u {
  font-size: 1em;
}
