html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Lato, 'Helvetica Neue', Helvetica, sans-serif;
}
h1 {
  font-size: 18px;
  margin: 2px auto 1em;
}
h2 {
  font-size: 16px;
  margin: 2px auto;
}
.wrapper {
  width: 900px;
  margin: 0 auto;
  padding: 50px;
}
.group::after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.font-lato {
  font-family: Lato, sans-serif;
}
.font-exo {
  font-family: Exo, sans-serif;
}
.font-belwe {
  font-family: Belwe, sans-serif;
}
.font-elite {
  font-family: 'Special Elite', sans-serif;
}
.colophon .logo img {
  width: 200px;
  height: auto;
}
.column {
  float: left;
  width: 450px;
}
form.form-main {
  margin-bottom: 48px;
}
form label,
form h2 {
  display: block;
  font-weight: 300;
}
form input:not([type=radio]),
form select,
form textarea {
  padding: 4px;
  width: 320px;
  font-size: 14px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin: 8px 0 24px;
}
form input:not([type=radio]).no-label,
form select.no-label,
form textarea.no-label {
  margin: 0 0 24px;
}
form input:not([type=radio]).short-field,
form select.short-field,
form textarea.short-field {
  width: 5em;
}
form input[type=radio] {
  display: inline-block;
  margin-right: 6px;
  vertical-align: top;
}
form label[class^="font-"] {
  display: inline-block;
  font-weight: 900;
  font-size: 18px;
  line-height: 1em;
}
form textarea {
  width: 360px;
  box-shadow: none;
  resize: none;
  color: #666;
}
form .input-block {
  float: left;
  margin-right: 2em;
  margin-bottom: 24px;
}
form .input-block input {
  margin-bottom: 0;
}
form .radio-block {
  margin-top: 6px;
}
form .submit {
  background: #0f8cfa;
  color: white;
  font-weight: 900;
  font-family: Lato, 'Helvetica Neue', Helvetica, sans-serif;
  border: 0px none;
  border-radius: 4px;
  display: block;
  font-size: 18px;
  padding: 4px 1em;
  margin-top: 16px;
}
form .submit:hover {
  cursor: pointer;
}
form.form-sub textarea {
  margin: 4px 0;
}
.news-area {
  border-radius: 8px;
  border: 1px solid rgba(0, 8, 20, 0.1);
  background: #f0faff;
  padding: 16px 20px;
  margin: -32px 0 24px;
  color: rgba(0, 48, 96, 0.6);
}
.news-area h2 {
  font-style: italic;
  margin: 0 0 4px;
}
.news-area p {
  margin: 0;
}
.news-area .note {
  font-size: 13px;
  font-style: italic;
}
.instruction-area {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f8f8f8;
  padding: 16px 20px;
}
.instruction-area ul {
  margin: 8px auto 2em;
  padding-left: 2em;
}
.instruction-area li {
  height: 18px;
  margin: 6px 0 12px;
}
.instruction-area span {
  display: inline-block;
  padding: 0px 5px 3px;
  background: rgba(0, 0, 128, 0.1);
  border-radius: 3px;
  border: 1px solid rgba(66, 66, 66, 0.1);
  border-bottom: 2px solid rgba(66, 66, 66, 0.2);
  min-width: 12px;
  text-align: center;
  color: rgba(0, 0, 64, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
#timer-screen {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  background-color: black;
  background-image: linear-gradient(#000000 40%, #303030 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
#timer-screen video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#timer-screen .copy-plate {
  position: relative;
  display: inline-block;
  text-align: left;
  font-size: 50px;
  top: 48%;
  min-width: 75%;
  max-width: 100%;
}
#timer-screen .copy {
  padding: 48px;
}
#timer-screen h1.main-copy {
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  font-size: 1em;
  font-weight: 900;
  margin: 0;
}
#timer-screen h1.main-copy .time {
  color: #64ff7d;
}
#timer-screen h2.sub-copy {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 0.75em;
  font-weight: 900;
  margin: 0.5em auto 0;
}
footer {
  clear: both;
  padding: 24px 0;
  text-align: center;
}
small {
  color: #c8c8c8;
}
small a {
  color: #c8c8c8;
  text-decoration: none;
}
small a:hover {
  text-decoration: underline;
}
