body {
  padding-top: 50px;
  background-color: #3366FF;
  background: url('GalleryBack.jpg');
  margin-left: 60px;
  color: white;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.thumbtable {
    display:table;
    width: 95%;
}

.row-eq-height {
    display: table-row;
    /*
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
    */
}

.thumbcolumns{
  padding: 0px;
    display: table-cell;
    max-width: 160px;
}

.gallerythumbs {
  border-width: 0px;
  border-color: #003300;
}

.gallerythumbs h3 {
  margin-top: 0px;
  font-weight: bold;
  font-size: 1.3em;
}

.gallerythumbs p {
  font-size: .85em;
}

p.gift {
  font-style: italic;
    font-size: .70em;
}

p.game {
    font-size: .70em;
}

.thumb1 {
  background-color: #6699FF;
}

.thumb2 {
  background-color: #003399;
}

.thumb2 .caption h3, .thumb2 .caption p {
  color: #CCCCCC;
}

.thumb1 .caption a h3 {
  color: #333333;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.caption {
    height: 150px;
}

.list-group, .list-group-item {
  background-color: transparent;
  border-width: 0px;
}

.list-group-item a {
    color: white;
    font-weight: bold;
    font-size: 1.5em;
}

.list-group-item a.visited {
    color: #FFCC66;
}

h1 small, h3 small {
    color: #003399;
    font-weight: bold;
}
