body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.backgroundimage {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: -1px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding-right: 100px;
  padding-bottom: 100px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/Innovation.png');
  background-position: 50% 55%;
  background-size: 65%;
  background-repeat: no-repeat;
}

.body {
  background-color: #e7e7e3;
}

.logo {
  position: absolute;
  top: 6%;
  right: 3%;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.address {
  position: relative;
  top: 230px;
  right: 184px;
  bottom: auto;
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.colourblock {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  height: auto;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #ff6;
}

.link {
  color: #858532;
}

.illu_credit {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  margin-right: 100px;
  margin-bottom: 10%;
  margin-left: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
  text-align: right;
}

.image {
  opacity: 0;
}

@media (max-width: 991px) {
  .backgroundimage {
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .logo {
    top: 61px;
    right: 0px;
  }
  .address {
    top: 182px;
    right: 139px;
    font-size: 18px;
  }
  .colourblock {
    display: block;
  }
  .logoimage {
    position: relative;
    top: -22px;
    right: -15px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .illu_credit {
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    min-width: auto;
    margin-right: 100px;
    margin-bottom: 20%;
    margin-left: 100px;
  }
}

@media (max-width: 767px) {
  .backgroundimage {
    z-index: 0;
    background-position: 31% 40%;
    background-size: 70%;
  }
  .logo {
    position: relative;
    top: -5px;
    padding-top: 10px;
    padding-right: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .address {
    position: static;
    -webkit-transform: translate(-9px, 32px);
    -ms-transform: translate(-9px, 32px);
    transform: translate(-9px, 32px);
    font-size: 15px;
    line-height: 16px;
  }
  .logoimage {
    right: -25px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .illu_credit {
    margin-right: 50px;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .backgroundimage {
    position: relative;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70vw;
    margin-top: -40px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: 90%;
    background-repeat: no-repeat;
  }
  .logo {
    position: relative;
    top: 20px;
    right: 0px;
    z-index: 3;
    width: auto;
    padding-top: 20px;
    padding-right: 0px;
    float: none;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .address {
    top: auto;
    right: auto;
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: translate(-37px, 28px);
    -ms-transform: translate(-37px, 28px);
    transform: translate(-37px, 28px);
    font-size: 14px;
    line-height: 15px;
    font-weight: 100;
    text-align: left;
  }
  .colourblock {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
  }
  .logoimage {
    right: -10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-transform: scale(0.54) translate(-40px, 0px);
    -ms-transform: scale(0.54) translate(-40px, 0px);
    transform: scale(0.54) translate(-40px, 0px);
  }
  .illu_credit {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    margin-right: 30px;
    margin-bottom: -20px;
    margin-left: 20px;
    font-size: 11px;
  }
  .image {
    width: 100%;
    height: 100%;
  }
}