@import 'reset.css';

hr { display: none; }

html, body { height: 100%; }

body {
  color: #FFF;
  background: #004460 url(images/bgTop.png) no-repeat 50% 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

#wrap { min-height: 100%; }

/* ── Desktop layout ── */
#box {
  width: 600px;
  padding: 28px 60px 30px 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -240px 0 0 -430px;
  background: url(images/boxBg.png) no-repeat;
  background-size: cover;
}

h1 img {
  top: 25px;
  left: 36px;
  position: absolute;
  width: 140px;
  height: auto;
}

p { margin-bottom: 10px; }

ul {
  margin: 8px 0 12px 0;
  padding-left: 16px;
  list-style: disc;
  font-size: 13px;
  line-height: 1.7;
}

ul li { margin-bottom: 3px; }

hr + p {
  padding: 15px 0 20px;
  margin-top: 15px;
  line-height: 1.5;
}

/* ── Mobile layout ── */
@media (max-width: 700px) {
  body {
    background-size: 100% auto;
    font-size: 15px;
  }

  #wrap {
    padding: 20px 0 40px;
  }

  #box {
    position: static;
    width: auto;
    margin: 0 16px;
    padding: 100px 20px 24px 20px;
    background-size: cover;
    background-position: center top;
  }

  h1 {
    position: relative;
    text-align: center;
    margin-bottom: 16px;
  }

  h1 img {
    position: static;
    display: block;
    margin: 0 auto 12px;
    width: 100px;
    height: auto;
  }

  ul {
    font-size: 14px;
    padding-left: 18px;
  }

  p, ul, br + * {
    font-size: 14px;
  }
}
