/* ==================================================================
   Virginia Exterminating Company
   Minimal, classic "old website" style - Hampton, VA
   ================================================================== */

body {
  background: #d7dee4;
  color: #222;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  padding: 18px 10px;
}

/* Centered content box on a plain background, like an early business site */
#page {
  max-width: 820px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #8fa0ad;
  border-top: 5px solid #1b6fb3;
  padding: 0 26px 18px;
}

a { color: #0a4d90; }
a:hover { color: #7ab648; }

img { border: 0; }

h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  color: #1b6fb3;
  margin: 22px 0 10px;
  padding-bottom: 4px;
  border-bottom: 2px solid #7ab648;
  font-weight: bold;
}

p { margin: 0 0 12px; }

hr {
  border: 0;
  border-top: 1px solid #c3ccd3;
  margin: 20px 0;
}

/* ---------------- Masthead ---------------- */
#masthead { margin-top: 16px; }
#masthead-logo { vertical-align: middle; }
#masthead-logo img { display: block; max-width: 300px; height: auto; }
#masthead-info {
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}
#masthead-info .est {
  display: block;
  font-style: italic;
  font-size: 13px;
  color: #555;
  margin-bottom: 6px;
}
#masthead-info .call {
  display: block;
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: .5px;
}
#masthead-info .phone {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #1b6fb3;
  text-decoration: none;
}

/* ---------------- Navigation ---------------- */
#nav {
  background: #1b6fb3;
  text-align: center;
  padding: 7px 6px;
  margin-top: 12px;
  color: #cfe0ef;
  font-size: 15px;
}
#nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 0 6px;
}
#nav a:hover { color: #dfeecb; text-decoration: underline; }

/* ---------------- Content ---------------- */
#content { padding-top: 4px; }

.float-right {
  float: right;
  width: 300px;
  height: auto;
  margin: 6px 0 10px 18px;
  border: 1px solid #8fa0ad;
  padding: 3px;
  background: #fff;
}

ul { margin: 4px 0 10px; padding-left: 22px; }
li { margin-bottom: 5px; }

/* Services table */
#services-table td {
  width: 33%;
  border-right: 1px dotted #c3ccd3;
}
#services-table td:last-child { border-right: 0; }

/* Photos */
#photos-table { margin: 8px auto 4px; }
.photo-cell {
  text-align: center;
  padding: 8px 12px 4px;
}
.photo-cell img {
  border: 1px solid #8fa0ad;
  padding: 3px;
  background: #fff;
  max-width: 100%;
  height: auto;
}
.caption {
  display: block;
  font-size: 13px;
  font-style: italic;
  color: #555;
  margin-top: 6px;
}

.area-list { line-height: 1.9; }

/* Contact table */
#contact-table td { padding: 3px 8px 3px 0; }
#contact-table .label { font-weight: bold; color: #1b6fb3; white-space: nowrap; }

/* ---------------- Footer ---------------- */
#footer {
  text-align: center;
  font-size: 13px;
  color: #555;
  line-height: 1.7;
}
#footer hr { margin-bottom: 12px; }

/* ---------------- Small screens ---------------- */
@media (max-width: 620px) {
  body { padding: 8px 4px; }
  #page { padding: 0 14px 14px; }
  #masthead, #masthead tr, #masthead td { display: block; width: 100%; }
  #masthead-logo img { margin: 0 auto; }
  #masthead-info { text-align: center; margin-top: 10px; }
  #masthead-info .phone { font-size: 30px; }

  .float-right { float: none; display: block; width: 100%; max-width: 340px; margin: 6px auto 12px; }

  #services-table, #services-table tbody, #services-table tr, #services-table td { display: block; width: 100%; }
  #services-table td { border-right: 0; }

  #photos-table, #photos-table tbody, #photos-table tr, #photos-table td { display: block; width: 100%; }
  .photo-cell { padding: 8px 0 4px; }
  .photo-cell img { width: 100%; max-width: 100%; }
}
