@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');


* {
  margin: 0px;
  padding: 0px;
}

body {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12pt;
  background: #1E1C1A;
}

.page {
  max-width: 500px;
  height: auto;
  margin: 30px auto;
  background-color: transparent;
  background-image: url(sailboat-aged-med.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border: 0px solid #32CD32;
}

header {
  width: 250px;
  height: 296px;
  padding-top: 30px;
  padding-left: 30px;
  color: #000;
  text-align: left;
  border: 0px solid #fff;
}

 a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #fff;
}
/*
a:visited {
  color: #3924b2;
}*/

h1 {
  font-family: "Great Vibes", Georgia, serif;
  font-size: 36pt;
  font-weight: bold;
  border: 0px solid #000;
}

h2 {
  font-size: 12pt;
  font-weight: bold;
  padding-top: 10px;
  border: 0px solid #000;
}

h3 {
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  color: #B57E55;
}

.dummy {
  display: none;
}

.list1 {
  margin-top: 30px;
  margin-bottom: 0px;
}

.list2 {
  margin-top: 0px;
}

.list3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.list4 {
  margin-top: 30px;
}

.second {
  margin-top: 30px;
}

ul {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 0px solid #00FF7F;
}

li {
  width: 100%;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  border: none;
  list-style: none;
}

.final {
  margin-bottom: 20px;
  border: 0px solid #000;
}

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

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