/* Lake Mead Digital -- stylesheet. Hand-written; keep it that way. */

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  line-height: 1.55;
  color: #1a1a1a;
  background: #fff;
  max-width: 44em;
  margin: 0 auto;
  padding: 1.5em 1.25em 3em 1.25em;
}

/* --- navigation bar, on every page --- */

#nav {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 13px;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.2em;
}

#nav a, #nav b {
  white-space: nowrap;
}

#nav b {
  color: #000;
}

#nav .sep {
  color: #aaa;
  padding: 0 0.45em;
}

/* --- title banner, on every page --- */

h1 {
  font-size: 25px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin: 0 0 0.15em 0;
}

h1 a {
  color: #1a1a1a;
  text-decoration: none;
}

.tagline {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #767676;
  margin: 0 0 1.4em 0;
}

h2 {
  font-size: 19px;
  font-weight: bold;
  margin: 1.8em 0 0.3em 0;
}

p {
  margin: 0 0 1em 0;
}

a {
  color: #1c4f8c;
}

a:visited {
  color: #4a3a7a;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2em 0 1.2em 0;
}

img.hero {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  margin: 0 0 1.5em 0;
}

/* --- contact form. Inert by design; see contact.html --- */

form p {
  margin: 0 0 0.85em 0;
}

label {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 12px;
  display: block;
  margin-bottom: 0.2em;
}

input[type=text], input[type=email], textarea {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  width: 100%;
  max-width: 26em;
  padding: 0.35em 0.4em;
  border: 1px solid #999;
  background: #fff;
  box-sizing: border-box;
}

textarea {
  max-width: 34em;
  height: 8em;
}

input[type=submit] {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 13px;
  padding: 0.45em 1.3em;
  border: 1px solid #666;
  background: #f2f2f2;
  cursor: pointer;
}

input[type=submit]:hover {
  background: #e6e6e6;
}

#sent {
  border: 1px solid #999;
  background: #f7f7f7;
  padding: 0.9em 1em;
}

#footer {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 11px;
  color: #767676;
}

@media (max-width: 40em) {
  body { font-size: 16px; padding: 1.2em 1em 2.5em 1em; }
  h1 { font-size: 21px; }
  #nav { line-height: 2; }
}
