/* Body ************************************************************************/

body {
  background-image: url(/assets/background-a0d9d81c405203b7286931d17bde89633ee781ac1f18c2fb1bdab9b8f919b47a.jpg);
  background-size: cover;
  background-position: center;
  /* background-repeat: no-repeat; */
  color: white;
}

/* Navbar **********************************************************************/

nav {
  background-color: #222;
}

nav ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

nav ul li {
  float: left
}

nav ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: .8em .9em;
  text-decoration: none;
}

nav ul li a:hover {
  background-color: #111;
}

.active {
  background-color: #111;
}

/* Table ***********************************************************************/

table {
  /* font-family: arial, sans-serif; */
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}

td, th {
  /* border: 2px solid white; */
  text-align: left;
  color: white;
  padding: 8px;
}

.table-title {
  text-align: center;
  background-color: #111;
  font-size: 16px;
}

tr:nth-child(even) {
  background-color: #222;
}

tr:nth-child(odd) {
  background-color: #333;
}

/* Misc ************************************************************************/

.content {
  max-width: 600px;
  height: 100%;
}

a {
  color: white;
}

.gallery-image {
  width: 100%;
  height: auto;
  display: block; /* removes bottom spacing */
}

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
