@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: Tahoma, Geneva, sans-serif;
  font-size: 12pt;
  background-color: #707C31;
  color: #000;
}

.page {
  max-width: 300px;
  height: 840px;
  margin: 20px auto;
  background-color: transparent;
  background-image: url(pine-trees-sm.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  border: 0px solid #48D1CC;
  box-shadow: 5px 5px 8px #000;
}

header {
  position: relative;
  float: left;
  width: 300px;
  height: 145px;
  padding-top: 305px;
  color: rgba(112,124,49,.60);
  border: 0px solid #FFE4C4;
}

a {
  color: #fff;
}

a:hover {
  color: #04B9A7;
}

h1 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 30pt;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
  text-shadow: -1px -1px 0px #fff, 3px 0px 0px #000, 5px 5px 30px #000;
  border: 0px solid #000;
}

h2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  text-shadow: -1px -1px 0px #fff, 3px 0px 0px #000, 5px 5px 30px #000;
  border: 0px solid #000;
}

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

ul {
  position: relative;
  float: left;
  padding-top: 10px;
  text-align: center;
  border: 0px solid #000;
}

li {
  position: relative;
  float: left;
  margin-left: 4px;
  width: 48%;
  font-size: 13pt;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border: none;
  list-style: none;
}

ul a {
  color: #000;
  background-color: rgba(255,255,255,.05);
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  border: 0px solid #1F1F8E;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

ul a:hover {
  color: #fff;
  background-color: rgba(255,255,255,.30);
  }
