body {
    background-image: url("/themes/UFS/images/SoftballBase.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .jumbotron {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .standout {
    background-color:rgba(255, 255, 255, 0.8);
    border-radius:.3rem;
    padding:.5rem .5rem;
  }