@charset "UTF-8";

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

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

body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12pt;
  background-color: #000;
  color: #fff;
}

.page {
  position: relative;
  max-width: 450px;
  height: auto;
  margin: 20px auto;
  background-color: #C2A98A;
  background-image:  url(title-image-med.jpg);
  background-position: left 0px;
  background-repeat: no-repeat;
  border: 0px solid #48D1CC;
  box-shadow: 5px 5px 8px #000;
}

header {
  width: 100%x;
  height: 675px;
  color: #DED2D6;
  border: 0px solid #FFE4C4;
}

a {
  color: #DED2D6;
}

a:hover {
  color: #04B9A7;
}

h1 {
  font-family: "Kaushan Script";
  font-size: 48pt;
  line-height: 1.1;
  font-weight: normal;
  padding-top: 20px;
  text-align: center;
  text-shadow: 1px 1px 0px #fff, 3px 0px 0px #000, 5px 5px 30px #000;
  border: 0px solid #000;
}

h2 {
  font-size: 22pt;
  font-weight: bold;
  text-align: center;
  padding-top: 400px;
  /*text-shadow: 1px 1px 0px #fff, 3px 0px 0px #000, 5px 5px 30px #000;*/
  text-shadow: 1px 1px 0px #000, 5px 5px 30px #000;
  border: 0px solid #000;
}

h3 {
  font-size: 12pt;
  font-weight: normal;
  text-align: center;
  padding-bottom: 30px;
  text-shadow: 1px 1px 0px #000, 5px 5px 30px #000;
}

ul {
  position: relative;
  width: 442px;
  margin: 15px auto;
  height: 420px;
  padding-left: 7px;
  border: 0px solid #7FFF00;
}

li {
  float: left;
  margin-left: 5px;
  width: 48%;
  font-size: 12pt;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  border: none;
  list-style: none;
}

ul a {
  color: #1F1F8E;
  display: block;
  margin: 0px 0px 8px 0px;
  padding: 7px;
  border: 1px solid #96764F;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

ul a:hover {
  color: #04B9A7;
  background-color: rgba(255,255,255,.15);
  }