/*
 * This .css is used for styling the web HTML version, together with `plexim.scss`.
 *
 * For general styling, please refer to `plexim.scss`.
 */

@import url("basic.css");

html,
body {
  margin: 0;
  height: 100%;
}

html {
  font-size: 100%;
  color: #444;
}

body {
  background-color: #eee;
}

.document, #footer {
  margin: 0 auto;
  max-width: 1600px;
}

div.body {
  max-width: unset;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.document {
  width: 100%;
  flex: 1 0 auto;
  background-color: white;
  display: flow-root;
}

img {
  max-width: 100%;
}

.body {
  padding: 0 10px;
  overflow: hidden;
}

@media screen and (min-width: 800px) {
  .body {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1200px) {
  .body {
    padding: 10px 40px;
  }
}

#footer {
  flex: 0 0 auto;
  width: 100%;
  height: 25px;
  background-color: #00A9E0;
}

h1 {
  line-height: 100%;
}
