html,
body {

  margin: 0;
  padding: 0;
  background-color: black;
  font-family: "Courier New", Courier, Monospace, Helvetica;
  color: #ffffff;
  font-size: 13px;
}

@font-face {
  font-family: "Lino";
  src: url("lino/lino-two-webfont.eot?");
  src: local("☺"), url("lino/lino-two-webfont.woff") format("woff"),
    url("lino/lino-two-webfont.ttf") format("truetype"),
    url("/linolino-two-webfont.svg#webfontrtWhNF1s") format("svg");
  font-weight: normal;
  font-style: normal;
}

a {
  color: #ffffff;
  text-decoration: underline;
  background-color: black;
  padding-left: 3px;
  padding-right: 3px;
}

a:hover {
  color: black;
  text-decoration: none;
  background-color: white;
}

.az {
  color: #000000;
  text-decoration: none;
  background-color: yellow;
  padding-left: 3px;
  padding-right: 3px;
}

#map {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;

  cursor: text !important;
}

#button {
 color: white;
 font-family: "Courier New", Courier, Monospace, Helvetica;
}

#header {
  height: 25px;
  background: #666666;
  float: inherit;
  z-index: 1003;
}

#right {
  float: right;
  width: 300px;
  text-align: left;
  padding-right: 50px;
}

#topLeftNav {
  position: absolute;
  z-index: 1001;
  margin: 20px 50px 20px 50px;
  clear: both;
  padding: 10px;
}

.cont {
  margin: 0 auto;
  z-index: 1002;
  position: relative;
  padding-top: 300px;
  text-align: left;
  margin-left: 50%;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -50px;
}

.footer,
.push {
  position: absolute;
  padding-top: 5px;
  height: 10px;
  width: 100%;
  margin-top: 0px;
  background-color: black;
}

.picc {
  font-size: 10px;
  padding-left: 50px;
}

.tit {
  font-family: Lino, "Courier New", Courier;
  font-size: 60px;
  color: white;
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 50px;
  background-color: transparent;
}

.tit2 {
  font-family: Lino, "Courier New", Courier;
  font-size: 25px;
  color: white;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 40px;
  background-color: transparent;
}

#popup {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  line-height: 15px;
  max-width: 400px;
  color: #151515;
  padding: 5px;
}

.yo {
  color: #fff000;
}

.imgalign {
  vertical-align: bottom;
  border: none;
}

.image {
  width: 100%;
  margin-bottom: 1em;
  margin-top:1em;
}

.image2 {
  width: 50%;
  margin-bottom: 1em;
  margin-top:1em;
}

@media (max-width: 480px) {
  .image2 {
    width: 100%;
  }
}
