@font-face {
  font-family: 'ahamonomonospaced';
  src: url("../fonts/ahamono-monospaced-webfont.woff2") format("woff2"), url("../fonts/ahamono-monospaced-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html, body {
  -webkit-font-smoothing: antialiased;
  font-family: 'ahamonomonospaced';
  font-size: 1.1rem; }

body {
  counter-reset: section;
  /* Set the person counter to 0 */ }

img {
  max-width: 100%;
  height: auto; }

sub {
  font-size: 0.85rem; }

.header {
  margin: 30px 0;
  text-align: center; }

.intro {
  padding: 50px 0 0 0;
  font-size: 1rem; }

.container {
  margin-bottom: 30px; }

nav ul {
  padding: 0;
  margin-top: 40px; }
  nav ul li {
    list-style: none;
    display: inline-block;
    margin: 15px 0; }
    nav ul li a {
      background-color: #FF0000;
      color: yellow;
      padding: 10px;
      text-transform: uppercase; }
      nav ul li a:hover {
        color: #FF0000;
        background-color: yellow;
        text-decoration: none; }

.form-group, .lead {
  font-size: 1rem; }

input[type="radio"],
input[type="checkbox"] {
  margin-right: 10px;
  padding-left: 0;
  margin-left: 0; }

input[type="checkbox"] {
  margin: 6px 10px 0 0; }

input[type="submit"] {
  background: yellow;
  border: 0;
  color: red; }

label {
  padding-left: 10px; }

.hoverable {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px; }
  .hoverable:hover {
    background-color: #FF0000;
    color: white; }

h2 {
  margin-top: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #FF0000; }

h3 {
  margin: 20px 0 5px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.15rem; }

.sph3 {
  margin-top: 40px; }

h4 {
  background-color: #FF0000;
  padding: 10px;
  text-transform: uppercase;
  color: yellow;
  margin-top: 50px;
  margin-bottom: 20px; }

.content .intro {
  padding-top: 0; }

.divider {
  width: 100%;
  height: 1px;
  background-color: black;
  margin: 0 auto;
  margin-top: 50px; }

.checkbox {
  margin-top: 0;
  margin-bottom: 0; }

.checkbox label, .radiobutton label {
  display: block; }

.form-title {
  background-color: #FF0000;
  padding: 10px 15px;
  color: white;
  font-weight: bold;
  margin-bottom: 2px;
  cursor: pointer; }

.programme-wrapper {
  display: none; }

.row {
  margin-left: 0;
  margin-right: 0; }

.col-sm-2 {
  font-weight: bold; }

button,
.btn-default,
.remove_field {
  background-color: yellow;
  color: black;
  border: 0px solid yellow;
  text-transform: uppercase;
  font-weight: bold; }
  button:hover, button:active, button:focus,
  .btn-default:hover,
  .btn-default:active,
  .btn-default:focus,
  .remove_field:hover,
  .remove_field:active,
  .remove_field:focus {
    background-color: #ff0000;
    color: yellow; }

.btn-default {
  margin: 50px 0; }

.remove_field {
  display: inline-block;
  float: right; }

.childage {
  margin-top: 10px; }

.first {
  margin-top: 100px !important; }

.allergies {
  margin-top: 10px;
  display: none; }
  .allergies textarea {
    margin-top: 5px; }

.price {
  position: fixed;
  width: 100%;
  background-color: #ff0000;
  color: yellow;
  text-transform: uppercase;
  bottom: 0;
  padding: 0 10px; }

.disclaimer {
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 40px; }
  .disclaimer a {
    color: #333; }

.personwrap {
  position: relative; }

.personwrap::before {
  position: absolute;
  left: -20px;
  top: 46px;
  font-size: 2rem;
  counter-increment: section;
  /* Increment the section counter*/
  content: counter(section);
  /* Display the counter */ }

.nopad {
  padding-left: 0; }

.novat {
  padding-top: 5px; }

.childcaregroup {
  display: none; }

.spbox .checkbox {
  padding-top: 5px;
  padding-left: 25px; }

.alert-success {
  background-color: #FF0000;
  color: yellow;
  margin-top: 75px; }
  .alert-success a {
    color: yellow;
    text-decoration: underline;
    font-weight: bold; }

.fb {
  max-width: 700px;
  text-align: center;
  margin: 50px auto; }
  .fb a {
    color: black;
    font-weight: bold;
    text-decoration: underline; }

.formerrors {
  padding-top: 40px;
  color: red; }

.recap {
  background-color: #FF0000;
  color: yellow;
  padding: 20px 20px 40px 20px;
  margin: 0 auto; }

#maxnotice {
  background-color: yellow;
  color: red;
  margin-top: 25px; }
  #maxnotice p {
    padding: 10px; }

::-webkit-input-placeholder {
  color: #D7D7D7 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #D7D7D7 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #D7D7D7 !important; }

:-ms-input-placeholder {
  color: #D7D7D7 !important; }

@media all and (max-width: 768px) {
  .personwrap::before {
    font-size: 2rem;
    left: -10px;
    top: 0; } }
