body {
  background: #1d0042 url('/images/twinkling.gif');
	color: #ffffff;
	font-size: 21px;
  line-height: 1.5em;
	font-family: 'Crimson Text';
  margin: 0;
  padding: 30px;
  cursor: url('/images/pen.png'), auto;
}

@font-face {
	font-family: 'Wizard of the Moon';
	src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/WizardoftheMoon.woff2') format('woff2'),
	url('/fonts/WizardoftheMoon.ttf')  format('truetype'),
	url('myfont-webfont.svg#svgFontName') format('svg');
}

@font-face {
	font-family: 'Eileen Caps';
	src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/EileenCaps.woff2') format('woff2'),
	url('/fonts/EileenCaps.ttf')  format('truetype'),
	url('myfont-webfont.svg#svgFontName') format('svg');
}

@font-face {
	font-family: 'Crimson Text';
	src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/CrimsonText.woff2') format('woff2'),
	url('/fonts/CrimsonText.ttf')  format('truetype'),
	url('myfont-webfont.svg#svgFontName') format('svg');
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #d29c41;
  text-decoration: none;
  cursor: url('/images/pen.png'), auto;
}

a:hover {
  color: #000000;
  cursor: url('/images/pen.png'), auto;
}

.links {
  border-top: 1px solid #cccccc;
  background: transparent;
  padding-left: 25px;
  padding-right: 25px;
  list-style-type: none;
  text-align: center;
}

.links a {
  color: #ffffff;
}

.links a:hover {
  text-decoration: underline;
  cursor: url('/images/pen.png'), auto;
}

.link-first {
  display: inline-block;
  border-right: 1px solid #cccccc;
  padding: 2px;
  padding-right: 11px;
  padding-bottom: 15px;
  padding-top: 10px;
  text-align: center;
  }
  
.link {
  display: inline-block;
  border-right: 1px solid #cccccc;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-top: 10px;
  text-align: center;
}

.link-last {
  display: inline-block;
  padding: 2px;
  padding-left: 9px;
  padding-bottom: 15px;
  padding-top: 10px;
  text-align: center;
}

.banner {
  max-width: 900px;
  height: 200px;
  background: url('/images/starryclouds.jpeg') no-repeat;
  border: 10px solid transparent;
	border-image: url('/images/goldborder.png') 10 stretch;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
}

.banner img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.title {
  font-family: 'Wizard of the Moon';
  font-size: 50px;
  text-align: center;
  text-shadow: 1px 1px 2px black, 0 0 25px white, 0 0 5px #00008b;
  padding-top: 50px;
}

h1, h2 {
  font-family: 'Wizard of the Moon';
}

h2 {
  font-family: 'Wizard of the Moon';
  font-size: 24px;
  text-shadow: 1px 1px 2px black, 0 0 25px white, 0 0 5px #00008b;
}

.nav {
  margin: 0 auto;
  color: #000000;
  width: 800px;
  background: transparent;
  margin-top: 30px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .nav, .footer {
    width: 100%;
    max-width: 100%;
  }
}

.outer {
  background: #50759a;
	margin: auto;
	max-width: 1000px;
	height: auto;
	border: 10px solid transparent;
	border-image: url('/images/goldborder.png') 10 stretch;
  padding: 10px;
}

.content {
  color: black;
  background: #fcf5e5;
	margin: auto;
	max-width: 700px;
	height: auto;
  padding: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.firstletter {
  float: left;
  font-family: 'Eileen Caps';
  font-size: 75px;
  line-height: 60px;
  padding-top: 0px;
  padding-right: 8px;
  padding-left: 3px;
}

table {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

td {
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid;
}

tr:hover {
  background-color: #f9ecce;
}

.footer {
  margin: 0 auto;
  padding: 15px;
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
}

@media(orientation: portrait) {
      img {
    max-width: 100%;
}
  }
  
@media only screen and (max-width: 768px) {
  .title {
    font-size: 40px;
  }
}