.short-form
{
  text-align: left;
}

.short-form label
{
  text-align: center;
}

.short-form textarea
{
  margin-top: 15px;
  margin-bottom: 0px;
  padding-left: 5px;
}

input[type="checkbox"]#unsubscribe {
    vertical-align: middle;

}
input:not(#submit)
{
  font-size: 100%;
  padding-left: 5px;
}

form h1
{
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 1.4em;
}

form button#submit
{
  outline:none;
  background: url('../img/puzzle_sm.png');
  background-color: rgba(255, 255, 255, .2);
  background-repeat: no-repeat;
  background-blend-mode: color;
  display: block;
  height: 200px;
  width: 200px;
  border: none;
  margin-top: 25px;
  margin: 0 auto;
  padding: 10px;
  color: lightgreen;
  -webkit-text-stroke: 4px solid white;
  font-weight: bold;
  font: normal 55px/1 "Fredoka One", Helvetica, sans-serif;
  text-shadow:
            4px 4px black,
            3px  3px 0 #000,
           -1px -1px 0 #000,
            1px -1px 0 #000,
           -1px  1px 0 #000,
            1px  1px 0 #000;
  transition: text-shadow 0.5s ease;
  }

form button#submit:hover {
    background-color: rgba(255,255,255,0);
      text-shadow:
            7px  7px 0 black,
            3px  3px 0 #000,
           -1px -1px 0 #000,
            1px -1px 0 #000,
           -1px  1px 0 #000,
            1px  1px 0 #000;
}

form button#submit:hover
{
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}

button#submit {
    border: 1px solid black;
    background: lightgreen;
    border-radius: 5px;
    height: 50px;
    width: 120px;
    margin-top: 20px;
    font-weight:bold;
    font-size: 1.3em;
}

form div
{
  padding: 0px 10px 10px 0px;
  width: 100%;
}

form p,
form label:not(.radio-label)
{
  background: rgba(255, 165, 0, 0.46);
  padding: 20px;
  border-radius: 10px;
}

label
{
  display:inline-block;
  width: 180px;
  margin-right: 20px;
}

.radio-label
{
  width: 35px;
  text-align: right;
  margin-right: 10px;
}

.short-form label
{
  margin-bottom: 20px;
}
.short-form input
{
  height: 40px;
}

.short-form textarea,
.short-form input
{
  color: rgb(120,120,120);
  font-size: 1.3em;
  outline:none;
  margin-bottom: 10px;
  border: 5px solid rgb(157, 231, 255);
  border-radius: 10px;
}

.short-form textarea
{
  width: 80%;
}

.short-form input[name="contact"],
.short-form input[name="child-details"]
{
  width: 50%;

}

.short-form input#name
{
  display: inline-block;
  width: 50%;
}

textarea {
    width: 80%;
    height: 100px;
    margin-left: 10%;
}

.bottomfix {
    margin-bottom: 10px;
}
form#participate a#openModal,
form#mailingList a#openModal
{
    text-decoration: none;
}

@media (max-width: 700px)
{
  label { width: auto; margin-bottom: 10px;}
  input[type=text] { width: 40%}
  textarea { width: 100%}
  .short-form input[name="contact"],
  .short-form input[name="child-details"],
  .short-form input#name,
  .short-form textarea
   { width: 100%; }
  button#submit {
      margin: 0 auto;
  }

form a#openModal {
    display: inline-block;
    height: 100%;
    width: 100%;
    z-index: 200;
}
