@font-face {
  font-family: Lucida_Console;
  src: url(Lucida Console Regular.ttf);
}

body {
  font-family: Lucida_Console, 'Courier New', monospace;
  color: #00ff00;
}

.navbar {
  /*overflow: hidden;*/
  background-color: #222222;
  color: #00ff00;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.navbar a {
  float: left;
  font-size: 16px;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
	font-family: Lucida_Console, 'Courier New', monospace;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #00ff00;
  background-color: #222222;
  padding: 14px 16px;
  background-color: inherit;
  margin: 0;
	font-family: Lucida_Console, 'Courier New', monospace;
}

.navbar a:hover, .dropdown:hover .dropbtn{
  background-color: #00ff00;
	color: #000000;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #222222;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-family: Lucida_Console, 'Courier New', monospace;
}

.dropdown-content a {
  float: none;
  color: #00ff00;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #00ff00;
  color: #000000;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.navbar a {
  display: block;
  font-family: Lucida_Console, 'Courier New', monospace;
  background-color: #222222;
  color: #00ff00;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

.navbar a:hover {
  background-color: #00ff00;
  color: #000000;
}

/*-----------------------------------*/
.navbar_phone {
  background-color: #222222;
  color: #00ff00;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

.navbar_phone a {
  /*float: left;*/
  font-size: 16px;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
	font-family: Lucida_Console, 'Courier New', monospace;
}

.dropdown_phone {
  overflow: hidden;
}

.dropdown_phone .dropbtn_phone {
  font-size: 16px;
  border: none;
  outline: none;
  color: #00ff00;
  background-color: #222222;
  padding: 14px 16px;
  background-color: inherit;
  margin: 0;
	font-family: Lucida_Console, 'Courier New', monospace;
  float: center;
  width: 100%;
}

.navbar_phone_phone a:hover, .dropdown_phone:hover .dropbtn_phone{
  background-color: #00ff00;
	color: #000000;
}

.dropdown-content_phone {
  display: none;
  /*position: absolute;*/
  background-color: #222222;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-family: Lucida_Console, 'Courier New', monospace;
  width: 100%;
}

.dropdown-content_phone a {
  width: 100%;
  color: #00ff00;
  background-color: #555555;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  /*text-align: left;*/
}

.dropdown-content_phone a:hover {
  background-color: #00ff00;
  color: #222222;
}

.dropdown_phone:hover .dropdown-content_phone {
  display: block;
}


.navbar_phone a {
  display: block;
  font-family: Lucida_Console, 'Courier New', monospace;
  background-color: #222222;
  color: #00ff00;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

a.navbar_phone_sub_content {
  background-color: #555555;
  color: #00ff00;
}

.navbar_phone a:hover {
  background-color: #00ff00;
  color: #000000;
}

.navbar_phone #hide_this {
  display: none;
}

a.line_button {
  font-size: 40px;
  padding: 1px 1px;
}

@media screen and (max-width: 640px) {
  .navbar {
  display: none;
  }

  .navbar_phone {
  display: block;
  }
}