/* ===== Base ===== */

body {
  background: #182835;
  color: white;
  font-family: Candara, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12pt;
}

p {
  margin: 1.33em 3em;
  line-height: 1.2em;
}

a {
  color: #87AFCD;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #70A0CF;
}

a:visited {
  color: #9EA3DE;
  font-weight: normal;
  text-decoration: underline;
}

/* ===== Layout ===== */

#header {
  height: 80px;
  max-width: 60em;
  margin: 0 auto;
}

#title {
  height: 80px;
  max-width: 60em;
  margin: 0 auto;
  font-size: 18pt;
  text-align: right;
  background: #2E5D81 url('/images/logo_60.png') no-repeat 10px 10px;
}

#maincontainer {
  max-width: 60em;
  margin: 0 auto;
  background-color: #14354D;
}

#main {
  padding: 20px;
  position: relative;
}

/* ===== Menu ===== */

#menu {
  float: right;
  width: 160px;
  height: 160px;
  padding: 20px;
  font-weight: bold;
  text-indent: 8px;
  white-space: nowrap;
  background-color: #182835;
  position: relative;
  z-index: 1;
}

#menu a {
  display: block;
  margin: 2px;
  padding: 4px 4px 2px 0;
  color: #FCFFFF;
}

#menu a:hover {
  color: #70A0CF;
  border-left: 2px solid #70A0CF;
  padding-left: 6px;
}

/* ===== Splash ===== */
.splash {
  position: relative;
  height: 200px;
  overflow: hidden;
}

#splashbg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#splashoverlay {
  width: 300px;
  height: auto;
  display: block;
  cursor: pointer;
}

.splash img#splashbg {
  left: 50px; /* sposta a destra di 50px */
  top: 0;
  width: auto;  /* mantiene proporzioni */
  height: auto;
}

.splash-download {
  position: absolute;
  top: 32px;
  left: 0;
  display: block;
}


/* ===== Intro ===== */

.Mystic_intro {
  top: 200px;
  left: 0;
  right: 0;
  background-color: #2E5D81;
  padding: 16px;
  font-size: 26pt;
  text-align: center;
  line-height: 1.5em;
  border: 0.2em solid #2E5D81;
  margin: 0;
}

/* ===== Typography ===== */

h1 {
  color: #FCFFFF;
  font-size: 140%;
  font-weight: normal;
  letter-spacing: .1em;
  margin: 1.5em 0 1em;
  clear: both;
  text-align: left;
}

h2 {
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}

h3 {
  color: #FCFFFF;
  font-size: 140%;
  font-weight: normal;
  letter-spacing: .1em;
  margin: 1.5em 0 1em;
  clear: both;
}

/* ===== Lists ===== */

li {
  margin: 0 40px;
  list-style-image: url('/images/tack.png');
  line-height: 1.5em;
}

/* ===== Tables ===== */

table {
  border-collapse: collapse;
}

.end_row {
  width: 100%;
}

td {
  text-align: center;
  background-color: #2E5D81;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em auto;
}

.data-table td {
  padding: 6px 8px;
  text-align: center;
  background-color: #2E5D81;
}

.data-table tr:first-child td {
  font-weight: bold;
}

tr.tdblueboldcenter td {
	background-color: #182835; color: white; text-align: center;
}

tr.tdbluebold td {
	background-color: #182835; color: white;
}


/* ===== Footer / Utilities ===== */
#release_info {
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

#footer {
	background-color: #182835;
}
