body,
html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "ITC Eras Std Bold", "Lato", sans-serif;
  color: #777;
}

/* source: https://freefonts.co/fonts/itc-eras-std-bold */
@font-face {
  font-family: 'ITC Eras Std Bold';
  src: url('./../fonts/ITC Eras Std Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

div.background-image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("./../images/background.webp");
  height: 100%;
}

div.text {
  line-height: 1.2;
  text-transform: none;
  margin: 0;
  width: 100%;
  text-align: center;
  max-width: 100%;
  word-wrap: break-word;
}

div.company-name-text {
  padding: 1em 0 1em 0;
  font-size: 1.6em;
  font-weight: 700;
  color: #F7F7F7;
  font-family: 'ITC Eras Std Bold', 'Lato', sans-serif;
  letter-spacing: 0.25em;
}

div.seperator {
  height: 33%;
}

div.main-text {
  padding: 1em 0 1em 0;
  font-size: 4em;
  font-weight: 400;
  color: #FFFFFF;
  font-family: 'ITC Eras Std Bold', 'Lato', sans-serif;
  letter-spacing: normal;
}