html,
body,
div#root {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: normal;
  font-family: 'HelveticaNeue-Regular', 'Helvetica Neue Regular', 'Helvetica Neue',
    Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #000022;
  word-wrap: break-word;
  letter-spacing: 0.25px;
}

html,
body {
  background: #99999F;
}

div#root { 
  background: url(./bg1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 16px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 16px;
}

  h1 {
    margin: 0;
    color: #007799;
    font-size: 2.5em;
    line-height: 33px;
    white-space: nowrap;
  }

  div#links {
    display: flex;
    margin: 8px 0 0 24px;
  }
    div#links a {
      margin-left: 16px;
    }
  
.no-wrap {
  white-space: nowrap;
}

.muted {
  color: #445;
}

.italic {
  font-style: italic;
}

li {
  font-size: 1.3em;
  font-weight: 500;
  margin-top: 4px;
}

@media screen and (max-width : 460px) {
  .header {
    justify-content: center;
    margin-bottom: 32px;
  }
  div#links {
    margin-left: 0;
  }
}

@media screen and (max-width : 430px) {
  .header {
    margin-bottom: 32px;
  }
}
