
body{
font-family: system-ui, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
background-color: black;
color:white;
margin:0;
}

/* unvisited link */
a:link {
  color: white;
}
/* visited link */
a:visited {
  color: white;
}
/* mouse over link */
a:hover {
  color: white;
}
/* selected link */
a:active {
  color: white;
}

p{
color: white;
}

h1,h2,h3{
color: white;
}

input[type=submit], [type=button] {
  font-size: 16px;
  background-color: #131B4D;
  color: white;
  padding: 10px 10px;
  margin: 8px 0;
  border: none;
  border-radius: 14px;
  cursor: pointer;
}

input[type=submit]:hover, [type=button]:hover {
  background-color: #17215F;
}

.navbar {
  overflow: visible;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar .old_site {
  float: right;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background: #ddd;
  color: black;
}

.dropdown {
  display: block;
  float: left;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 8px 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

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

.main {
  padding: 16px;
}

.quote {
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
}

.direction {
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}

.sale {
	color: red;
	font-size: 17px;
}

.dropdown2 {
  display: block;
  float: left;
  padding: 1px 1px 1px 2px;
}

.dropdown3  {
  display: block;
  float: left;
  padding: 1px 1px 1px 1px;
}

.dropdown2 .dropbtn2, .dropdown3 .dropbtn3 {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 8px 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content2, .dropdown-content3 {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content2 a, .dropdown-content3 a {
  float: none;
  color: black;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content2 a:hover, .dropdown-content3 a:hover {
  background-color: #ddd;
}

.dropdown2:hover .dropdown-content2, .dropdown3:hover .dropdown-content3 {
  display: block;
}

.navbar {
  overflow: visible;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
