body {
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 1.8;
}
a {
    color: #0e9398;
    transition: background 0.3s ease;
    text-decoration: underline;
}
#myModal .modal-content {
  font-family: arial, helvetica, verdana, sans serif;
  font-size: 12px;
  background: #d9d9db url(imagery/paper-bg.png);
}
#myModal .logo {
  padding: 0px;
}
#myModal .logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#myModal h2 {
  margin-bottom: 15px;
}
#myModal h1,
#myModal h2,
#myModal p,
#myModal li {
  color: #35353c;
}
#myModal a {
  color: #0e9398;
}
#myModal a:hover {
  text-decoration: none;
}

#myModal .btn,
#myModal button,
#myModal input[type="submit"],
#myModal input[type="reset"],
#myModal input[type="button"] {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  color: white;
  border: none;
  background: #35353c;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#myModal .btn:hover,
#myModal button:hover,
#myModal input[type="submit"]:hover,
#myModal input[type="reset"]:hover,
#myModal input[type="button"]:hover,
#myModal .btn:focus,
#myModal button:focus,
#myModal input[type="submit"]:focus,
#myModal input[type="reset"]:focus,
#myModal input[type="button"]:focus {
  color: white;
  background: #28282e;
  outline: 0;
}

.footer {
  position: static !important;
}