
/* body{
    background-image: url("../assets/images/concretebackground.jpg");
    width: 100%;
    background-repeat: none;
    background-color: white;
}*/
body { 
  background: url("../assets/images/concretebackground.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.jumbotron {
  background-color: white !important;
}
.logo {
  align-content: center;
  text-align: center;
  padding-bottom: 30px;
}

#tiff-table th,
 td {
    width: 25%;

 }


 #map {
    height: 100%;
  }
  /* Optional: Makes the sample page fill the window. */
  html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  }