body {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  body.type-signage {
    background-image: url("/img/bg-signage.jpg"); }
  body.type-publisher {
    background-image: url("/img/bg-publisher.jpg"); }
  body main {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center; }
    body main .logo {
      margin-bottom: 30px; }
      body main .logo img {
        height: 80px; }
        @media all and (max-width: 767px) {
          body main .logo img {
            height: auto;
            max-width: 100%; } }
    body main .download-link {
      display: inline-block;
      margin: 15px; }
      body main .download-link .download-icon {
        width: 174px;
        opacity: .75;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        transition: all .3s ease; }
        body main .download-link .download-icon:hover {
          opacity: .95;
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }

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