/* toursbynorm.css - Shared styles for all pages */

body {
  font-family: Arial, sans-serif;
  font-size: 14pt;
  margin: 0 auto;
  max-width: 900px;
  padding: 10px 20px;
}

/* Header image */
.header-img {
  width: 100%;
  max-width: 900px;
}

/* Navigation links */
nav {
  margin: 10px 0;
  font-size: 12pt;
  text-align: center;
  line-height: 2;
}

nav a {
  margin: 0 4px;
  color: #0000CC;
  text-decoration: underline;
}

nav a:hover {
  color: #CC0000;
}

/* Facebook icon */
.facebook {
  text-align: center;
  margin: 8px 0;
}

/* Photo rows */
.photo-row {
  text-align: center;
  margin: 10px 0;
}

.photo-row img {
  margin: 4px;
  border: 0;
}

/* Body text */
p {
  margin: 8px 0;
  line-height: 1.5;
}

/* Norm's signature */
.signature {
  font-family: "Freestyle Script", cursive;
  font-size: 26pt;
  color: blue;
  font-weight: bold;
}

/* Numbered lists (bucket list, etc.) */
ol {
  font-size: 14pt;
  margin-left: 60px;
}

ol li {
  margin-bottom: 6px;
}

/* Tables (used on Where I've Been page) */
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13pt;
}

td, th {
  padding: 4px 8px;
  vertical-align: top;
}

/* Page titles */
h1 {
  font-family: Arial, sans-serif;
  font-size: 18pt;
  color: #333333;
  text-align: center;
}
