body {
/*  background: #9DE9CC; */
  background-image: url("Assets/bg.png");
  background-repeat: repeat-y repeat-x;
  background-size: 900px;
  overflow: hidden;
  align-items: center;
	display: flex;
  height: 100vh;
}

.navigator_frame {
  padding: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 60vw;
  height: 70vh;
  min-width: 700px;
  min-height: 400px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  min-height: 18;
  text-align: center;
}

.footer_text {
  display: flex;
  justify-content: center;
  font-weight: bold;
  text-decoration: underline;
  font-size: 18;
  height: 100%;
  width: 100%;
}

.footer_text span {
  align-self: flex-end;
}

.navigator_top {
  flex-direction: row;
  display: flex;
  margin-left: 17.5%;
  position: relative;
  min-height: 25%;
}

.navigator_center {
  flex-direction: row;
  display: flex;
  position: relative;
  min-height: 50%;
}

.navigator_bottom {
  flex-direction: row;
  display: flex;
  margin-left: 17.5%;
  position: relative;
  min-height: 25%;
}

.logo {
  width: 60%;
  max-height: 100%;
  box-sizing: border-box;
}

.logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.center_asset {
  width: 20%;
  max-height: 100%;
  box-sizing: border-box;
}

.center_asset img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.border_element_left {
  left: 0;
  max-height: 100%;
  width: 40%;
  box-sizing: border-box;
}

.border_element_left img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.border_element_right {
  right: 0;
  max-height: 100%;
  width: 40%;
  box-sizing: border-box;
}

.border_element_right img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.border_element_left img:hover {
  cursor: pointer;
}

.border_element_right img:hover {
  cursor: pointer;
}

.navigator_center img:hover {
  cursor: pointer;
}

#hh_logo img:hover {
  cursor: default;
}

.log_icon {
  position: absolute;
  width: 50px;
  height: 60px;
  bottom: 0;
  right: 0;
}

.log_icon img:hover {
  cursor: pointer;
}