body {
  background-color:lightcyan;
  
}

h1.mottos {
  text-align: center;
  font-size: 150%;
  font-family: Arial, Helvetica, sans-serif;
  font-variant: small-caps;
  color: #fff100;
  text-shadow: black 1px 1px 0px;
}

h2.mottos {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-variant: small-caps;
  color: black;
  text-shadow: black 1px 1px 0px;
}

.venlink {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150%;
}

/*Navigation Stuff*/

ul.navi {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li.navi {
  float: left;
}

li.navi a {
  display: block;
  color: white;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: center;
  padding: 14px 24px;
  margin: 1em;
  text-decoration: none;
}

li.navi a:hover:not(.active) {
  background-color: #111;
}

li.navi {
  border-right: 1px solid #bbb;
}

li.navi:last-child {
  border-right: none;
}

.active {
  background-color: #04AA6D;
}


table.navi {
  border-collapse: separate;
  width: 75%;
  
}

th.navi {
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: center;
}

td.navi a {
  display: block;
  color: white;
  background-color: #333;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: center;
  padding: 14px 24px;
  text-decoration:none;
  min-width: 8em;
}

td.navi a:hover:not(.active) {
  background-color: #111;
}

/* tr:nth-child(even) {background-color: #f2f2f2;} */

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=email], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

div {
  border-radius: 5px;
}

div.purpose {
background-color: transparent;
border-radius: 0%;
padding: 0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

table {
  border-collapse: collapse;
  width: 70%;
  border: black double;
  margin: 1em 0;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  background-color: white;
}

th, td {
  text-align: left;
  padding: 8px;
  border-bottom: black 1px dotted;
}

ul.misc{
  background: white;
  padding: 1em 2em;
  border: black 2px solid;
}

li.misc {
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  padding-bottom: 1em;
}

ul.what{
  background: white;
  padding: 1em 2em;
  border: black 2px solid;
  max-width: 560px;
}

li.what {
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  padding-bottom: 1em;
}

img.misc{
  float: left;
  max-width: 50vw;
  padding: 2em;
  margin-top: 1em;
  max-height: 250px;
  object-fit: scale-down;
}

p {
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h1 {
  font-family:Arial, Helvetica, sans-serif;
  font-variant: small-caps;
}

p.nexpic {
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: large;
  line-height: 1.5em;
  background: white;
  border: black 2px solid;
  min-width: 40em;
  
  margin: 1em;
  padding: 1em;
}

p.conpage {
  text-align: center;
    font-size:12pt;
  font-weight: bold;
}

img.logia {
  padding: 2em 0 0em;
  margin: .5em 0 -1em;
  position: absolute;
  min-width: 24px;
  z-index: 2;
}

img.logoshadow {
  padding: 2em 0 0em;
  margin: .5em 0 -1em;
  position: relative;
  min-width: 24px;
  z-index: 1;
  top: 5px;
  left: 8px;
  opacity: .5;
}

img.conpage {
  position: relative;
  max-width: 150px;
  float: right;
  border: black 3px double;
  padding: 6px 0px 0px 8px;
  

}

img.satmap {
  float: left;
  padding: 1em;
  margin: 1em;
  max-width: 500px;
}

img.satmap2 {
  float: right;
  padding: 1em;
  margin: 1em;
  max-width: 500px;
}

footer {
  background:
  url(/images/Bounce\ 4_1.svg) right bottom no-repeat,
  url(/images/Bounce\ 1.svg) bottom repeat-x;
}