@font-face {
  font-family: Allura;
  src: url(../fonts/Allura-Regular.ttf);
}
* {
  font-family: verdana;
  font-size: 10pt;
  COLOR: gray;
}
b {
  font-weight: bold;
}
table {
  border: 1px solid gray;
}
td {
  text-align: center;
  padding: 25;
}
.navbar {
  background-color: #86373e !important;
}
.navbar-brand {
  color: #D4AF37 !important;
  font-weight: bold;
  font-family: Allura;
  font-size: 50px !important;
}
#navbarTop ul li a {
  color: #D4AF37 !important;
  font-weight: bold;
  font-family: Allura;
  font-size: 25px !important;
}
.navbar-toggler {
  color: #D4AF37 !important;
  border: solid #D4AF37 !important;
}
.gold-text {
  color: #D4AF37;
}
#footer {
  background-color: #86373e !important;
}
.content {
  margin-top: 50px;
  margin-bottom: 50px;
}
