@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 {
  max-width: 750px;
  height: 675px;
  margin: 20px auto;
  background-color: #C2A98A;
  background-image:  url(title-image-lg.jpg);
  background-position: left 0px;
  background-repeat: no-repeat;
  border: 0px solid #48D1CC;
  box-shadow: 5px 5px 8px #000;
}

header {
  position: relative;
  float: left;
  width: 750px;
  height: 150px;
  color: #DED2D6;
  border: 0px solid #FFE4C4;
}

a {
  color: #DED2D6;
}

a:hover {
  color: #04B9A7;
}

h1 {
  font-family: "Kaushan Script";
  font-size: 60pt;
  font-weight: normal;
  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-size: 24pt;
  font-weight: bold;
  text-align: center;
  padding-bottom: 3px;
  /*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;
  float: left;
  width: 300px;
  padding-top: 110px;
  left: 470px;
  text-align: left;
  border: 0px solid #000;
}

li {
  float: left;
  margin-left: 10px;
  width: 120px;
  font-size: 14pt;
  line-height: 1.5;
  font-weight: bold;
/*  text-align: left;*/
  border: none;
  list-style: none;
}

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

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