/*general override*/
body {
  color: #870000;
  background-color: #470087;
  background-image: url("/images/shoot.gif");
  background-repeat: repeat;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
}
.container-header {
  background-color: #470087;
  background-image: url("/images/shoot.gif");
  background-repeat: repeat;
}
.site-grid {
  background-color: rgba(36, 36, 36, 0.5);
  opacity: 1;
}
.footer {
  background-color: #470087;
  background-image: url("/images/nightskystar.jpg");
  background-repeat: repeat;
}
.container-header .mod-menu {
  flex-direction: row;
  flex: 1;
  display: flex;
  justify-content: right;
}
/*Textboxes and buttons*/
.form-control {
  background-color: #000000;
  color: #470087;
}
.list-group-item {
  background-color: #212121;
  color: #470087;
}
/*a class for home image for text to go over*/
.float-center.item-image {
  text-align: center;
}
@media (width >= 1400px) {
  .col-xxl-3 {
    flex: auto;
    width: 50%;
  }
}