/*
P3 Phosphor
Master Palette
---------------------
Light Amber	: #1BEE1A
Dark Amber	: #1BEE1A
Light BG	: #222222
Dark BG		: #000000
*/

a:link {
  color: #1bee1a;
  text-decoration: none;
}

a:visited {
  color: #1bee1a;
  /* Not sure why this text-decoration isn't showing up in Firefox */
  text-decoration: line-through;
}

a:hover,
a:active {
  color: #1bee1a;
  text-decoration: underline;
}

a img {
  border: 0px;
}

body {
  background-color: #000000;
  color: #1bee1a;
  font-family: "Terminal", "Courier New", "Bitstream Vera Sans Mono", Courier,
    monospace;
}

hr {
  border-color: #1bee1a;
}

#header {
  /* background-image: url("../png/header.jpeg");
  object-fit: fill; */
}
#img {
  width: 100% !important;
  height: 175px !important;
}

#primary,
#secondary {
  background-image: url("../png/bg.png");
  border: 3px double #1bee1a;
}

#footer {
  background-color: #222222;
  color: #1bee1a;
  font-size: 8pt;
  text-align: center;
}

.title {
  background-color: #1bee1a;
  color: #000000;
}
