﻿body {
  padding-top: 50px;
  padding-bottom: 20px;
}
h1 {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
}
.question {
  margin-top: 10px;
  margin-bottom: 5px;
}
.question:first-of-type {
  margin-top: 0;
}
.question h3 {
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
}
.note {
  font-style: italic;
}
#styled {
  background: url(/Content/132475150.jpeg) no-repeat center center fixed;
  background-size: cover;
  padding: 0;
  margin: 0;
}
#styled .questions-list label {
  font-weight: bold;
}
#styled .container {
  background-color: #fff;
  min-height: 100vh;
}
#styled h1,
#styled h2,
#styled h3 {
  color: #003B7B;
}
.small-h3 h3 {
  font-size: 110%;
  margin: 0;
}
.bigger-font {
  font-size: 130%;
}
.field-validation-error {
  color: #a94442;
}
.display-none {
  display: none;
}