@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 {
  width: 1000px;
  height: 655px;
  margin: 30px auto 30px auto;
  position: relative;
  background-color: transparent;
  background-image: url(sailboat-aged-lg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border: 0px solid #000;
}

/*.title-image {
  width: 960px;
  height: 625px;
  margin: 60px auto 20px auto;
}*/

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

a:hover {
  color: #fff;
}

header {
  padding-top: 40px;
  padding-left: 50px;
  text-align: left;
}

h1 {
  font-family: "Great Vibes", Georgia, serif;
  font-size: 48pt;
  font-weight: bold;
/*  text-align: center;*/
  border: 0px solid #000;
}

h2 {
  font-size: 18pt;
  font-weight: normal;
/*  text-align: center;*/
  padding-bottom: 10px;
  border: 0px solid #000;
}

h3 {
  width: 240px;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
}

.list1 {
  float: left;
  width: 240px;
  margin-top: 30px;
  margin-left: 20px;
}

.list2 {
  float: left;
  width: 240px;
  margin-top: 30px;
  margin-left: 0px;
}

.list3 {
  float: left;
  width: 240px;
  margin-top: 30px;
  margin-left: 0px;
}

.list4 {
  float: left;
  width: 240px;
  margin-top: 30px;
  margin-left: 0px;
}

ul {
/*  position: relative;
  float: left;
  left: 0px;
  top: 0px;
  width: 200px;
  margin-bottom: 20px;
  text-align: center;*/
  border: 0px solid #000;
}

.second {
  margin-top: 44px;
}

li {
  /*width: auto;*/
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  border: none;
  list-style: none;
}

ul a {
  color: #000;
  display: block;
  width: auto;
  margin: 0px 0px 7px 0px;
  padding: 7px 3px;
  border: 0px solid #376D8B;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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