/* @import url("https://fonts.googleapis.com/css?family=Sofia") */

h1 {
  text-align: center;
  color: yellow;
  text-shadow: 2px 2px rgb(0,200,255);
  font-style: italic;
  font-weight: normal;
  font-size: 1.85em;
  }

h2 {
  text-align: center;
  color: yellow;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6em;
  }

h3 {
  text-align: center;
  color: yellow;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2em;
  }

div.header {
  padding: 0px;
  margin: 0px;
  }

div.centered {
  text-align: center;
  }

div.centered80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  }

.header {
  line-height: 2em;
  text-align: center;
  color: yellow;
  font-size: 2.5em;
  font-weight: bold;
  font-style: italic;
  background-color: darkblue;
  width: 100%;
  height: 2em;
  vertical-align: text-top;
  }

body {
  background-color: rgb(51, 102, 255);
  margin: 0;
  padding: 0;
  }

table.center {
  margin-left: auto;
  margin-right:auto;
  }

th,td {
  padding: 15px;
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
  font-style: normal;
  vertical-align: top;
  }

table.menu {
  margin-left: auto;
  margin-right: auto;
  border-width: 2px;
  border-color: rgb(0,0,0);
  border-style: none;
  }

th.menu,td.menu {
  padding: 10px;
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
  font-style: normal;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  }

td.mailcat {
  padding: 10px;
  text-align: right;
  font-family: sans-serif;
  font-weight: normal;
  font-style: normal;
  color: yellow;
  }

td.mailitem {
  padding: 10px;
  text-align: left;
  font-family: sans-serif;
  font-weight: normal;
  font-style: normal;
  }

table.gallery {
  border-style: solid;
  width: 100%;
  }

img {
  border: 2px solid rgb(0,0,0);
  border-radius: 4px;
  padding: 3px;
  background-color: rgb(255,255,255);
  margin-left: auto;
  margin-right: auto;
  display: block;
  }

img.gallery {
  border: 2px solid rgb(0,0,0);
  border-radius: 4px;
  padding: 3px;
  background-color: rgb(255,255,255);
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%
  height: auto;
  object-fit: contain;
  }

div.gallery {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  }

img.left {
  border: 2px solid rgb(0,0,0);
  border-radius: 4px;
  padding: 3px;
  background-color: rgb(255,255,255);
  margin-left: auto;
  margin-right: 10px;
  display: block;
  float: left;
  }

a.button:link, a.button:visited {
  background-color: rgb(0,200,255);
  color: black;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  border-radius: 8px;
  font-family: "lucida",sans-serif;
  font-weight: bold;
  font-style: italic;
  }

a.button:hover, a.button:active {
  background-color: rgb(0,255,255);
  }

#enter {
  visibility: hidden;
  }

p.body {
  color: white;
  margin: 10px;
  font-size: 1.2em;
  }

