.gridHeader {
  font-family: "Neucha", sans-serif;
  font-size: 40px;
  line-height: 120%;
  color: #ffffff;
}

.gridTextMargin {
  font-family: "Neucha", sans-serif;
  font-size: 35px;
  line-height: 120%;
  color: #a0a0a0;
  margin-top: 10px;
}

.gridTextNoMargin {
  font-family: "Neucha", sans-serif;
  font-size: 35px;
  line-height: 120%;
  color: #a0a0a0;
}

.gridBullet {
  font-family: "Neucha", sans-serif;
  font-size: 35px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 10px;
}

.gridSpaceLeft {
  float: left;
  clear: left;
  height: 20px;
}

.gridSpaceRight {
  float: right;
  clear: right;
  height: 20px;
}

#gridContainer {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #08000c;
}

#grid1 {
  width: 1250px;
  height: 400px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-image: url("../img/Grid1.jpg");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
#grid2 {
  width: 1250px;
  height: 400px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  background-image: url("../img/Grid2.jpg");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}
#grid3 {
  width: 1250px;
  height: 400px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-image: url("../img/Grid3.jpg");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
#grid4 {
  width: 1250px;
  height: 400px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  background-image: url("../img/Grid4.jpg");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}

#grid1Content {
  margin-left: 700px;
  height: 400px;
  background-image: url("../img/GridSliceRight.png");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
#grid2Content {
  margin-right: 550px;
  height: 400px;
  background-image: url("../img/GridSliceLeft.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}
#grid3Content {
  margin-left: 619px;
  height: 400px;
  background-image: url("../img/GridSliceRight.png");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
#grid4Content {
  margin-right: 631px;
  height: 400px;
  background-image: url("../img/GridSliceLeft.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}
