@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=EB+Garamond);

* {
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
}

body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12pt;
  background-color: #b1afb8;
  color: #000;
}

.page {
  max-width: 300px;
  min-height: 710px;
  margin: 20px auto;
  background-color: transparent;
  background-image: url(cave-sm.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border: 0px solid #48D1CC;
}

header {
  max-width: 300px;
  min-height: 95px;
  padding-top: 135px;
  color: #fff;
  background-image: url(thompsonville-title-sm.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border: 0px solid #9370DB;
}

a {
  color: #fff;
}

a:hover {
  color: #04B9A7;
}

h1 {
  font-size: 22pt;
  font-weight: bold;
  padding-bottom: 3px;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
  border: 0px solid #000;
}

h2 {
  font-size: 13pt;
  text-align: center;
  padding-bottom: 5px;
  text-shadow: 1px 1px 3px #000;
  border: 0px solid #000;
}

h3 {
  font-size: 8pt;
  text-align: center;
  padding-bottom: 30px;
}

ul {
  position: relative;
  max-width: 270px;
  margin: 0px auto;
  height: 467px;
  top: 0px;
  text-align: center;
  border: 0px solid #7CFC00;
}

li {
  float: left;
  margin: 0px auto;
  width: 100%;
  font-size: 12pt;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border: none;
  list-style: none;
}

ul a {
  color: #fff;
  background-color: rgba(0,0,0,.15);
  display: block;
  margin: 0px 0px 5px 0px;
  padding: 10px;
  border: 1px solid  rgba(0,0,0,.30);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

ul a:hover {
  color: #FFA500;
  background-color: rgba(0,0,0,.50);
  }