body {
  font-family: 'Fira Sans', sans-serif;
}

h1 {
    color: white;
    font-size: 3em; /* 40px/16=2.5em */
    font-weight: 1000;
}
.row {
  margin: 0;
}

.col-md-6 {
  padding: 0;
}

.coming-soon-left {
  background-image: url("../images/left-image.jpg");
  background-color: #0078d7;
  background-size:     cover;                      /* <------ */
  background-repeat:   no-repeat;
  background-position: center center;
}

.coming-soon-right {
  background-image: url("../images/right-image.jpg");
  background-color: #ffffff;
  background-size:     cover;                      /* <------ */
  background-repeat:   no-repeat;
  background-position: center center;
}

.logo-centre {
  background-image: url("../images/logo.png");
  background-repeat:   no-repeat;
  background-position: center center;
  background-size: 80% auto;
}

.hero-text {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    padding-left: 10px;
    padding-right:10px;
}
