body {
  background-color: #393939;
}
#maxHeight {
  height: 100%;
}
a:link {
  color: #fcf5f5;
}
a:hover a:visited {
  color: #f5f5f5;
}
img {
  max-width: 100%;
}
.row1 {
  background-color: #393939;
}
#thlogo {
  align-self: center;
  align-items: center;
}
.footer {
  background-color: #393939;
  color: #f5f5f5;
  padding: 1em;
}
.sky {
  height: 80%;
  background-image: url(../img/skyS.jpg);
  /* this picture is from Designed by Onlyyouqj / Freepik */
}
.rowBlank {
  height: 5em;
}
.greyBox {
  background-color: #4e4e4ecb;
  color: #fff;
  padding: 1em;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.2em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.redBox {
  background-color: #f00000cb;
  color: #fff;
  padding: 1em;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 2em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
