@charset "UTF-8";

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

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

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  background-color: #473D33;
  color: #000;
}

.page {
  max-width: 450px;
  height: 1370px;
  margin: 20px auto;
  background-color: #3C332B;
  background-image: url(leap-med.jpg);
  background-position: center 170px;
  background-repeat: no-repeat;
  border: 0px solid #9ACD32;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

header {
  width: 450px;
  height: 493px;
  color: #6D8C2E;
  border: 0px solid #9ACD32;
}

a {
  color: #fff;
}

a:hover {
  color: #6D8C2E;
}

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

h2 {
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  text-shadow: 1px 1px #000;
  border: 0px solid #000;
}

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

ul {
  width: 100%;
  height: 560px;
  padding-top: 5px;
  text-align: center;
  border: 0px solid #fff;
}

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

ul a {
  color: #fff;
  display: block;
  margin: 0px 3px 5px 3px;
  padding: 10px;
  border: 1px solid #625346;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

ul a:hover {
  color: #6D8C2E;
  background-color: rgba(255,255,255,.10);
  }
