body {
  margin: 0;
  padding: 0;
  background-color: rgb(71, 44, 61);
}

section#content {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: whitesmoke;
  font-style: normal;
}

a {
  text-decoration: none;
  color: whitesmoke;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: whitesmoke;
}
a.big {
  font-size: 18px;
}

section#page {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(71, 44, 61);
  background: linear-gradient(142deg, rgb(71, 44, 61) 0%, rgb(89, 60, 78) 35%, rgb(141, 101, 127) 100%);
}
section#page.full {
  background: rgb(71, 44, 61) !important;
}

img#mono-empire {
  position: absolute;
  width: 70px;
  top: 20px;
  right: 10px;
}

section#content {
  position: absolute;
  top: 10%;
  left: 25%;
  bottom: 0;
  width: 45%;
  height: 80%;
}
section#content #hero {
  position: absolute;
  top: 10%;
  left: 0;
  width: 50%;
  height: 90%;
  margin-left: 40px;
  text-align: left;
}
section#content #hero img#download {
  margin-top: 10px;
  width: 150px;
}
section#content #hero h1, section#content #hero p {
  margin: 30px 0;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: whitesmoke;
  font-style: normal;
}
section#content #hero p {
  font-size: 22px;
  font-weight: 300;
}
section#content #phone {
  position: absolute;
  margin: 30px 0;
  top: 0;
  right: 0;
  height: 75%;
}
section#content #phone img {
  position: relative;
  height: 100%;
}

section#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
section#footer img {
  width: 55%;
}

section#trademarks {
  position: absolute;
  bottom: -55px;
  left: 0;
  width: 100%;
  font-family: "Noto Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.5;
  color: #d6b2b6;
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  section#content {
    left: 20%;
    width: 60%;
  }
  section#footer img {
    width: 65%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  section#content {
    left: 15%;
    width: 70%;
  }
  section#content #phone img {
    height: 80%;
    top: 10%;
  }
  section#footer img {
    width: 80%;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  section#content {
    left: 5%;
    width: 90%;
  }
  section#content #phone img {
    height: 70%;
    top: 15%;
  }
  section#footer img {
    width: 100%;
  }
  section#trademark {
    bottom: -75px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  section#content {
    top: 20%;
    left: 10%;
    width: 80%;
  }
  section#content #hero {
    width: 100%;
    margin-left: 0;
  }
  section#content #hero h1 {
    font-size: 25px;
  }
  section#content #hero p {
    font-size: 18px;
  }
  section#content #phone {
    display: none;
  }
  section#footer img {
    width: 100%;
  }
  section#trademark {
    bottom: -75px;
    margin-top: 40px;
  }
}
@media screen and (max-height: 500px) {
  section#page {
    min-height: 500px;
  }
  section#page section#footer {
    display: none;
  }
  section#trademarks {
    position: absolute;
    bottom: auto;
    top: 500px;
    margin-top: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
