body, p, td {
  font-family: verdana;
  font-size: 8pt;
  color: #A2A2A2;
  cursor: default;
}
a:link,
a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #CCCCCC;
  cursor: default;
}

a:active {
  text-decoration: none;
  font-weight: bold;
  color: #999999;
  cursor: default;
}

a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  background-color: rgb(10, 204, 241);
  cursor: default;
}

body {
  scrollbar-face-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-arrow-color: #000000;
}

::selection {
  background: red;
  color: #FFFFFF;
}

::-moz-selection {
  background: red;
  color: #FFFFFF;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  cursor: url('images/pixel-cursor.png'), auto;
}
a, img, button {
  cursor: url('images/pixel-pointer.png'), pointer;
}
header {
 width:100%;
 text-align:center;
 overflow:hidden;
}
img {
  height: auto;
}
.layout-bg {
  width: 722px;
  height: 443px;
  max-width: none;
  position: relative;
  z-index: 0;
}
main {
  width:100%;
  text-align:center;
}
.top {
  position: relative;
  width: 722px;
  height: 443px;
  margin: 0 auto;
}
.main-container {
  position: relative;
  width: 722px;
  height: 443px;
  margin: 0 auto;   /* centers horizontally */
}
iframe[name="iframe01"],
iframe[name="iframe03"],
iframe[name="iframe04"] {
  position: absolute;
  z-index: 5;
}
}
.map-layer {
  position: absolute;
  z-index: 1;
}
h1 {
text-align: center;
border-style: solid;
border-color: #660000;
border-width: 1px;
background-color: red;
font-size: 8pt;
color: #ffffff;
font-weight: bold;
line-height: 15pt;
width: 98%;
}
h2 {
text-align: center;
border-style: solid;
border-color: #0099CC;
border-width: 1px;
background-color: #00CCFF;
font-size: 8pt;
color: #ffffff;
font-weight: normal;
line-height: 15pt;
width: 100%;
}
h3 {
text-align: left;
border-style: solid;
border-color: #CCC;
border-width: 1px;
background-color: #EBEBEB;
font-size: 8pt;
color: #999999;
font-weight: normal;
line-height: 10pt;
width: 100%;
}
.box1 {
 max-width:500px;
 width:90vw;
 background:#FFFFFF;
 border-style:solid;
 border-color:#000;
 border-width:1px;
 border-radius: 7px;
 overflow: visible;
 padding:5px;
 text-align:center;
 color:#999;
 font-family:verdana;
 font-size:12px;
 
}
.thumb {
  width: 150px;      /* pick your size */
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .main-container {
    width: 625px;
    height: 443px;
    transform: scale(calc(100vw / 625));
    transform-origin: top left;
  }

  body {
    overflow-x: hidden;
  }
}

#siteLightbox {
  display: none;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2147483647 !important;
  background: rgba(0,0,0,0.75);
  justify-content: center;
  align-items: center;
  padding: 15px;
}

#siteLightbox img {
  max-width: 95vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 2147483647;
  filter: drop-shadow(0 0 10px rgba(255, 200, 255, 0.6));
}
#lightboxImg {
  pointer-events: none;
}
.lightbox-close {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
}