html, body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 100%;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
}

/*
.justify-content {
  text-align: justify;
  text-justify: inter-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
*/

nav {
  font-size: 1rem;
}

header h1 {
  font-size: 1.6rem;
}

main {
  font-size: 0.9rem;
}

main h1 {
  font-size: 1.3rem;
  font-weight: bold;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.table-nowrap-cell {
  width: 1px;
  white-space: nowrap;
}

footer {
  font-size: 0.9rem;
}

a:hover {
  text-decoration: none;
}

.footer-logo {
  position: static;
  width: 100%;
}


@media (min-width: 576px) {
  header h1 {
    font-size: 1.75rem;
  }

  main {
    font-size: 0.95rem;
  }

  main h1 {
    font-size: 1.4rem;
  }

  footer {
    font-size: 0.95rem;
  }
}

@media (min-width: 768px) {
  header h1 {
    font-size: 1.9rem;
  }

  main {
    font-size: 1rem;
  }

  main h1 {
    font-size: 1.5rem;
  }

  footer {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  header h1 {
    font-size: 2.05rem;
  }

  main {
    font-size: 1.1rem;
  }

  main h1 {
    font-size: 1.6rem;
  }

  footer {
    font-size: 1.1rem;
  }

  .footer-name {
    z-index: 40;
  }

  .footer-logo {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
    z-index: 20;
  }

  .footer-time {
    z-index: 40;
  }
}

@media (min-width: 1200px) {

}
