body {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    background-color: lightgrey;
    padding-top: 20px;
    padding-bottom: 20px;
}

header {
   text-align: center;
   border: 0px solid red;
}

.jumbotron {
    background-image: url("http://www.lathrope.net/images/KeyWest2001background.jpg");
    min-height: 300px;
    background-position: 0% 25%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
}

.navbar {
    margin-bottom: 20px;
  }

  .navbar-brand {
    padding-bottom: 8px;
    padding-top: 7px;
  }

.tablematching {
    font-family: 'Times New Roman', Times, serif;
}

.newitalics {
    font-style: italic;
    font: bold;
}

.fixalignment {
    text-align: center;
}

th {
    font-style: italic;
    font-size: 120%;
    background-color: #800000;
    color: white;
}

.fixbackground {
    background-color: lightgray;
}

.footerbg {
    font-size: 10px;
    padding-top: 10px;
    background-color: rgb(30, 30, 30);
    color:lightgray;
    margin-left: auto;
    margin-right: auto;
  }
  
  .scrsizbtn {
    color: black;
    background-color: white;
  }