body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #c22718;
}
.red-blue-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.blue-half {
  background-color: #303538;
  height: 50%;
}
.red-half {
  background-color: #c22718;
  height: 50%;
}
.rhlogo-central {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rhlogo-central img {
  max-width: 100%;
  max-height: 100%;
}
.rhlogo-central {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  min-width: 300px;
  max-width: 400px;
  max-height: 400px;
  object-fit: contain;
}

.rhlogo-central-container img {
  display: block;
  max-width: 100%;
}
.image-row {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 75%;
  width: 100%;
  padding-top: 30px;
  flex-direction: column;
  align-items: center;
}
.image-row img {
  max-width: 25px;
  margin: 0 20px;
}
@font-face {
  font-family: "reznor";
  src: url("https://assets.rhodrihughes.co.uk/rh/reznor.ttf") format("truetype");
}

.btn {
  padding-bottom: 0px;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 1px;
  border: none;
  font-family: "reznor", sans-serif;
  color: rgb(245, 245, 245);
  font-size: 15px;
  background: #303538;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-bottom: 16%;
  margin-top: 5%;
}

.btn:hover {
  background: rgb(245, 245, 245);
  color: #303538;
  text-decoration: none;
}
.images:hover {
  fill: red;
}
