body {
    background-color: #000;
}

.navbar {
    background-color: #1d2023;
}

#heading {
    color: #e5e5e5;
    margin-bottom: 0px;
}

#subheading {
    color: #666;
}

#grid {
  margin-top: 50px;
}

#container {
  margin-top: 20px;
}

#grid .col-sm-4:before,
#grid .col-sm-8:before {
  content: '';
  width: 0;
}

#grid .col-sm-4:before,
#grid .col-sm-8:before,
#grid .ib {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

#grid .col-sm-4:before {
  padding-top: 100%;
  /* makes expand to a square */
}

#grid .col-sm-8:before {
  padding-top: 50%;
  /* makes a rectangle half the height of a square */
}

#grid [class^="col"] {
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 5px white;
  padding: 0;
  text-align: center;
  background-size: cover;
}

#grid .row {
  color: white;
  text-shadow: 0 0 black, 0 0 2px black;
}
