
html {
  margin: 1em 20%;
  font: 16px/1.5 'Source Serif Pro', serif;
  color: #444;
}

h1, h2, h3, h4, h5 {
  color: #269;
  line-height: 1.05;
  margin-top: 2em;
}

h1 {
  font-weight: 500;
  font-size: 30px;
  max-width: 85%;
  /* margin-right: 4em; */
}

li {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

@media (max-width: 600px) {
  html {
    margin: 1em 1em;
  }
  h1 {
    max-width: none;
  }
}

textarea {
  width: 100%;
  font: 16px/1.25 'Source Sans Pro', sans-serif;
  padding: 0.5em;
  box-sizing: border-box;
}

p.response:before {
  content: '*';
  position: absolute;
  margin-left: -1em;
  color: #888;
  opacity: 0;
  transition: opacity 0.5s;
}
p.response.incomplete:before {
  opacity: 1;
}

.button {
  display: inline-block;
  text-decoration: none;
}
button, .button {
  cursor: pointer;
  color: #fff;
  font: lighter 18px/1 'Source Sans Pro', sans-serif;
  padding: 0.35em 1em 0.35em;
  background: #269;
  border-radius: 20px;
  border: 1px solid transparent;
  transition: opacity 0.5s;
}
button + button, .button + .button {
  margin-left: 0.5em;
}
button:hover, .button:hover {
  background: #37a;
}
button:active, .button:active {
  background: #fff;
  border-color: #269;
  color: #269;
}
button:focus {
  outline: none;
}

.heading {
  font: 14px 'Source Sans Pro';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #269;
  text-align: center;
  opacity: 0.5;
}

.question {
  margin: 2em 0;
}
.question p {
  margin: 0.5em 0;
}

.questionText {
  color: #888;
}

.navigation {
  margin: 3em 0;
  text-align: center;
}

.calm {
  color: #590;
}

.disabled {
  opacity: 0.5;
}

.sortable li {
  padding: 0.5em 1em;
  border: 1px solid #aaa;
  margin-bottom: 5px;
  cursor: ns-resize;
  background: #fff;
}
.sortable-ghost {
  background: #ddd !important;
}


.progress-container {
  border-top: 1px solid #269;
  margin: 1em 0;
  opacity: 0.5;
}
.progress-bar {
  height: 3px;
  background: #269;
}

/*
.timer {
  color: #269;
  opacity: 0.5;
  float: right;
  margin-top: 2.75em;
  font-family: 'Source Sans Pro', sans-serif;
}
*/