html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  background: #fff url('/images/site_bg.jpg') no-repeat left top;
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  color: #555;
}

header, main, footer {
  padding-left: 20px;
  padding-right: 20px;
}

header {
  padding-top: 5px;
  text-align: center;
}

main {
  padding-top: 5px;
  padding-bottom: 5px;
  flex: 1;
}

footer {
  font-size: 0.85rem;
  padding-bottom: 10px;
  text-align: center;
}

a,
a:visited {
  color: #944;
}

a:hover,
a:visited:hover {
  color: #155;
}

.sitename {
  border-bottom: 4px dotted #ea7;
}

.border {
  display: table;
  margin: 0 auto;
  padding: 5px 0;
  border-top: 2px dotted #ea7;
  border-bottom: 2px dotted #ea7;
}

.title {
  font-size: 1.75rem;
  text-align: center;
}

.subtitle {
  font-size: 1.5rem;
  text-align: center;
}

.header1 {
  font-size: 1.35rem;
  font-weight: bold;
  
}
.subheader {
  font-size: 1.25rem;
  font-weight: bold;
}

.bullet {
  color: #ea7;
}