html, body {
  margin: 0; padding: 0;
  height: 100%;
}

#container {
  min-height: 100%;
}

footer {
  height:50px;
  margin:-50px auto 0;
  font-size: small;
}

body {
  /*  Pattern from subtlepatterns.com & slightly modified. CC BY-SA 3.0 */
  background: url('../img/darker_purty_wood_washed_out.png');
  font-family: "Times New Roman", serif;
  font-size: 16px;
  min-width: 400px;
}

a, a:visited { color: #0a2b56; text-decoration: none; outline: 0; }
a:hover, a:focus { color: #204B84; }
p a, p a:visited { line-height: inherit; }
a#current_page { color: #000; }

#nav {
  padding-bottom: 60px;
}

#copyright, #disclaimer {
  position: relative;
  list-style: none;
  margin: 0px;
}

#copyright {
  float: left;
  padding: 0px 0px 10px 10px;
}

#disclaimer {
  float: right;
  padding: 0px 10px 10px 0px;
}

#card-wrapper {
  padding-top: 60px;
}

.business-card {
  position: relative;
  /*  Pattern from subtlepatterns.com */
  background: url('../img/handmadepaper.png');
  height: 229px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow:  4px 4px 4px 4px rgba(0, 0, 0, .2);
          box-shadow:  4px 4px 4px 4px rgba(0, 0, 0, .2);
}

.name-title {
  text-align: center;
  font-family: "Times New Roman", serif;
}

.name-title > h1 {
  padding-top: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  font-variant: small-caps;
}

.name-title > h2 {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 20px;
}

p {
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

#card-text {
  padding: 35px;
  text-align: justify;
}

#contact {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 12px;
}

#address {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 12px;
}

table, tr, td {
  padding: 0px;
}

#contact, #address, .bottom-nav {
  margin-bottom: 14px;
}

#contact td, #address li {
  margin-bottom: 0px;
  list-style: none;
  font-size: .75em;
}

ul.bottom-nav {
  padding-left: 0px;
  margin-bottom: 0px;
}
.bottom-nav li {
  display: inline;
  margin-bottom: 0px;
}

#nav {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

hr {
  border: solid #333;
  border-width: 1px 0 0;
  clear: both;
  margin: 5px 0 5px;
  height: 0;
}

#map {
  float: left;
  padding-right: 20px;
}

.business-card h3 {
  font-family: "Georgia", "Times New Roman", serif;
  padding-top: 20px;
  margin-top: 0px;
  padding-left: 20px;
}

#location {
  padding-top: 35px;
  padding-left: 35px;
  padding-right: 35px;
  text-align: justify;
}

#location li {
  list-style: none;
}

@media only screen and (max-device-width: 480px) {
  body {
    font-size: 14px;
    min-width: 3.5in;
  }

  .business-card {
    height: 2in;
    width: 3.5in;
  }

  .name-title > h1 {
    font-size: 32px;
  }

  .name-title > h2 {
    font-size: 18px;
  }

  #nav {
    width: 3.5in;
  }

  #card-text {
    padding: 20px;
  }

  #disclaimer {
    float: left;
    padding: 0px 0px 10px 10px;
  }

  #location {
    padding: 18px;
  }
}
