@font-face { font-family: Lighthouse; src: url('lighthouse.ttf'); } 
@font-face { font-family: Lato; src: url('lato.ttf'); } 

body {
  margin: 80px 0 0 0;
}

a:visited,
a:link {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  text-decoration: none;
  color: #0000EE;
  text-decoration: underline;
}

.top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
}

.menu {
 margin:0;
 padding:0;
 /*table-layout: fixed;*/
 width: 100%;
 height: 80px;
 text-align: center;
}

.menu_item {
  border: 2px solid #efefef;
  padding: 6px;
  color: #efefef !important;
  font-size: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none !important;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.menu_item_placed {
  border: 6px solid #cfcfff;
  padding: 2px;
  color: #efefef !important;
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.menu_item_placed:hover {
  border: 6px solid #000000;
  color: #202020;
  cursor: hand;
}

.menu_item:hover {
  border: 2px solid #000000;
  color: #202020;
  cursor: hand;
}

.content_section {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 17px;
  width: 100%;
  vertical-align: center;
  border-top-style: solid;
  border-top-width: 2px;
  border-color: #ffffff;
  text-align: center;
}

.content_inner {
  display: inline-block;
  color: #ffffff;
  width: 80%;
  margin: 20px 0 20px 0;
  background-position: center top;
  text-align: justify;
}

.content_title {
  color: #FFFFFF;
  font-family: Lighthouse;
  text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
  font-size: 80px;
}

.content_right {
  width: 48%;
  float: right;
  margin: 0px 0 0px 0;
  vertical-align: middle;
  text-align: left;
}

.content_left {
  margin: 0px 0 0px 0;
  width: 48%;
  float: left;
  vertical-align: middle;
  text-align: right;
}

.content_center {
  margin: 35px 0 35px 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  text-align: center;
}

.content_large_text {
  border-style: solid;
  border-color #efefef;
  border-right-width: 0;
  border-left-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  overflow: scroll;
  overflow-x: hidden;
  color: #ffffff; 
}

#heximage:hover {
  cursor: hand;
}